Don Turner
Don Turner
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
Most obvious place is the Settings dialog, however, we're in danger of this becoming a dumping ground for links. Maybe a separate icon in the title bar?
This will improve code readability
I'm using a smart plug to control both my 3D printer and my RPi running OctoPrint. I want to shutdown the RPi after a print has finished then turn off...
The existing `MyModelScreen` actually shows a list of `MyModel`s rather than a single `MyModel`. This PR pluralises the Screen and ViewModel class names to more accurately describe what the UI...
**Steps to repro** `./gradlew testDemoDebug` **Expected result** No errors or warnings are shown **Actual result** The following warnings are shown ``` > Task :core:model:compileKotlin w: Opt-in requirement marker kotlinx.coroutines.ExperimentalCoroutinesApi is...
**Steps to repro** `./gradlew testDemoDebug` **Expected result** No errors or warnings **Actual result** The following warning is shown: ``` > Task :feature:search:compileDemoDebugUnitTestKotlin w: file:///Users/donturner/Code/workspace-android/nowinandroid/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt:102:13 Variable 'result' is never used ```
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem After running the app for the first time, the notification...
We're only using Kotlin, so having a `java` folder doesn't make much sense.
Steps to repro: - Load app, delete any existing tasks so that "You have no tasks!" is displayed - swipe vertically downwards Expected outcome - The loading spinner is displayed...