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

**What I have done and why** The issue occurred because the drag-and-drop Modifier containing the DragAndDropTransferData and title information was being initialized inline within the Card content. As a result,...

**What I have done and why** This PR encapsulates the `shouldDisplayUndoBookmark` state in `BookmarksViewModel` by adding a `private set`. Previously, `shouldDisplayUndoBookmark` was publicly mutable, which allowed external classes or composables...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem In `BookmarksViewModel`, the `shouldDisplayUndoBookmark` variable is declared in a way...

enhancement

What I have done and why - Used setApplicationNightMode via UiModeManager for API 31+ (Android 12+). - Used AppCompatDelegate.setDefaultNightMode for below API 31. - Ensures consistent dark theme behaviour across...

### Is there an existing issue for this? - [ ] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [ ] I...

bug