Rafał Kobyłko
Rafał Kobyłko
When using eg. `android:inputType` attribute Android Studio does not suggest available enum options.
## Description Would it be possible to set side buttons option per application? ## Rationale For example option "Back and Forward" works well for Finder and Chrome, but it's not...
`listFiles()` may return null which leads to crash: ``` Exception in thread "main" java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.collections.ArraysKt___ArraysKt.toList, parameter $receiver at kotlin.collections.ArraysKt___ArraysKt.toList(_Arrays.kt) at com.gojuno.composer.TestRunKt$pullTestFiles$3.call(TestRun.kt:177) at com.gojuno.composer.TestRunKt$pullTestFiles$3.call(TestRun.kt)...
Hi, great job, sir! :) I often include Guava in my projects, but I always end up using like 1% of it (mostly collections and predicates). The problem on Android...
Hey! Do you have a public SDK for Android? I'd like to write my own personalised app for printing.
Consider replacing constructor for required fields with [StepBuilderPattern](https://devliving.online/stepbuilder-builder-that-guides-you-through-the-steps/). Constructor has two cons: - if you got a lot of extras, you need to keep track their order - if you...
## Description When viewing a body response in JSON format, it would be helpful to have 'Collapse All' and 'Expand All' buttons. Additionally, it would be great to have an...