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 Many signature files are configured in the original project. Signatures...

enhancement

**What I have done and why** Fix #1530 https://issuetracker.google.com/issues/295039976 Add `android.injected.androidTest.leaveApksInstalledAfterRun=true` in `gradle.properties`.

Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0-rc.1 First release candidate for v4 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This is...

dependencies
github_actions

Updates the local version of `DeviceConfigurationOverride.WindowInsets` to match the implementation of the one in upstream Compose merged in https://android-review.git.corp.google.com/c/platform/frameworks/support/+/3143004 This fixes behavior on devices running SDK 29 and below.

Bumps androidx.compose.material3:material3-adaptive-navigation-suite from 1.3.0-beta01 to 1.3.0-beta04. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.compose.material3:material3-adaptive-navigation-suite&package-manager=gradle&previous-version=1.3.0-beta01&new-version=1.3.0-beta04)](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

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem The current root `settings.gradle.kts` setup poses a potential security and...

enhancement

- Replace Jake Wharton's Kotlinx Serialization converter with new retrofit's `converter-kotlinx-serialization`. - Remove custom Proguard rules that are now part of the dependency: https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme Changelog: https://github.com/square/retrofit/blob/trunk/CHANGELOG.md This is an updated...

**What I have done and why** Fix #1544