nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

A fully functional Android app built entirely with Kotlin and Jetpack Compose

Results 585 nowinandroid issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Even though [test fixtures](https://docs.gradle.org/current/userguide/java_testing.html) are not completely supported by the...

enhancement

### 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...

bug

This PR is about polishing codes, and using extension functions for `StateIn()` (mostly in ViewModels). Basically, all of the `StateIn()` functions inside ViewModels were following/using the same pattern, so I...

refactor

This PR is about the test for `EmptyState()` function. I basically removed the unused `windowSizeClass` variable, and added the check for both Texts for the `EmptyState()`. I was also looking...

refactor
testing

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?

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem [Play Feature Delivery](https://developer.android.com/guide/playcore/feature-delivery#feature_build_config) need requires a reverse dependency. eg: from...

enhancement