nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
Closes #1780 Modifier.windowInsetsTopHeight was reset to 0 when navigating from child navigation to another top level navigation, which caused the Spacer not to render and LazyListState to update the top...
**What I have done and why** Remove `private val` modifier from `searchContentsRepository ` variable inside `SearchViewModel`
**What I have done and why** The analytics 22.2.0 included in firebase bom 33.8.0 seems to have fixed the manifest related issues. > Addressed build issue caused by conflicting manifest...
**What I have done and why** Using AVD caching on Github Action to reduce time for making AVD. A cache code from here. https://github.com/ReactiveCircus/android-emulator-runner?tab=readme-ov-file#usage--examples
**What I have done and why** \ I was reviewing the app and noticed that the formatting of the words used in the Setting dialog was inconsistent, so I made...
What I have done and why Enable daemon on CI. Change number of workers from 2 to 4. It is fixed as though can use daemon on CI. https://github.com/gradle/gradle-build-action/issues/113 https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#stopping-the-gradle-daemon...
### 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...
Fixes #1435 Data layer General Message Handler Interface and Implementation, with Sealed Type Definitions. Messages are extensible to both simple error messages and those with success/failure callbacks, so it can...
**What I have done and why** As previously attempted [here](https://github.com/android/nowinandroid/pull/646), this PR aims to align the splash screen with the user's dark mode preference. However, this solution **only works for...
Given that the GHA workflows currently use the setup action and publish the summary in the jobs:  Workflows could enable the publication of...