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 ### Is there a StackOverflow question about this issue? - [X] I have searched...

bug

**What I have done and why** Fix https://github.com/android/nowinandroid/issues/1571

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

**What I have done and why** Fix #1569 Change to one hilt library would be implemented.

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

**What I have done and why** Bug fix: scroll bar thumb jumping when at the end of the LazyStaggeredList with more than one lane, issue described in: https://github.com/android/nowinandroid/issues/1526.

Bumps `hilt` from 2.51.1 to 2.52. Updates `com.google.dagger:hilt-android` from 2.51.1 to 2.52 Release notes Sourced from com.google.dagger:hilt-android's releases. Dagger 2.52 Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20. Bug...

version update

**What I have done and why** Some custom plugins in build-logic had duplicated parts. For example, `AndroidApplicationComposeConventionPlugin.kt` differs from `AndroidLibraryComposeConventionPlugin.kt` in small ways, just extension from application or library. So...

Apply version catalog in the convention plugins.

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