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

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

**Issue** currentTopLevelDestination is null momentarily , causing the TopAppBar to momentarily go out of the composition tree while navigating the top level destinations. In short the problem lies here ```...

**What I have done and why** Fix snackbar was covered by System navigation bar. Fix #1295 Supersed #1296

Simplify Drag&Drop implementation as per last update

## Instructions Upgraded Kotlin & KSP so this project can receive a KSP memory leak fix https://github.com/google/ksp/issues/2073 I profiled NowInAndroid with a dev local build of KSP to originally test...

**What I have done and why** Refactor to remove redundant annotations

Bumps androidx.compose:compose-bom from 2024.09.00 to 2024.11.00. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.compose:compose-bom&package-manager=gradle&previous-version=2024.09.00&new-version=2024.11.00)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

version update

Steps to repro: - `./gradlew testDemoDebug` Expected - Tests pass without any extra information being output to the screen Actual - Hundreds of the following stacktraces are shown: ``` java.lang.instrument.IllegalClassFormatException:...

**What I have done and why** Fix the consistency of the dependencies on other sub-modules in the `build.gradle.kts` file of the ForYou Feature module.