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 ### Page URL (type "NEW" for a new page suggestion) https://github.com/android/nowinandroid?tab=readme-ov-file#testing ### What's the...

documentation

### 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** Add clear instruction at CI screenshot tests error output. > Your fork's CI will take screenshots for your fork. The [result](https://github.com/android/nowinandroid/actions/runs/9027755426/job/24807094495?pr=1423#step:14:16). Fixes #1421 **How...

**What I have done and why** Added a toggle button to switch enabled state for buttons in Catalog. This helps saving space on screen. | Before | After | |--------|--------|...

**What I have done and why** In the PR #1048 the AndroidTest has been removed, so that there is no need the `testInstrumentationRunner` anymore. Also need to remove the dependency...

Introduce a general error handler which displays errors using a SnackBar one after each other ([following the Material guidelines](https://m3.material.io/components/snackbar/guidelines#84cd5bb6-354f-4fd0-bdd9-daf9684ba4bf)). Context: https://github.com/android/nowinandroid/pull/1090

Bumps the kotlin-ksp-compose group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.24` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin)...

version update

**How I'm testing it** _Choose at least one:_ - Unit tests - UI tests - Screenshot tests - N/A _(provide justification)_ **Do tests pass?** - [x] Run local tests on...

**What I have done and why** This project seems doesn't need to use `isReturnDefaultValues`. All test had been passed as no used `isReturnDefaultValues`. `isReturnDefaultValues` is not recommended to use, because...