Philipp Nowak
Philipp Nowak
I want to suggest a new feature to toggle Talkback on (if it is off) and off (it is on). ADB commands are: ``` // disable adb shell settings put...
I want to suggest a new feature called "Open deeplink". When you select it, there need to be some kind of input to insert the deeplink and the plugin then...
- Lib Version: 4.3.1 **Describe the bug** When having `` in AndroidManifest and select `Camera` as the source, the app crashes due to missing camera permission. I saw that the...
If you use `viewModelScope.launch {}` with a `CoroutineExceptionHandler` and an exception occurs, the same function does not run anymore when triggered again. **Repro** ``` class AppViewModel : ViewModel() { private...
This PR adds `assign` to the `operatorSet` of the UnusedImport rule so that kotlin-dsl assignments are not reporting unused imports. Resolves #7360
## Expected Behavior No report ## Observed Behavior Unused import is reported ## Steps to Reproduce Add the following test to `UnusedImportSpec.kt` and see it failing: ```kotlin @Test fun `does...
Please, before you create a new bug report, please make sure you searched in open and closed issues and couldn't find anything that matches. **Printer type** - [MINI, MK4, XL]...