Paper icon indicating copy to clipboard operation
Paper copied to clipboard

A minimal notes application in Jetpack Compose with MVVM architecture. Built with components like DataStore, Coroutines, ViewModel, LiveData, Room, Navigation-Compose, Coil, koin etc.

Results 6 Paper issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In the note adding screen, "Last updated .." text looks under the navigation buttons. **To Reproduce** Steps to reproduce the behavior: 1. Go to note adding screen....

**Describe the bug** In portrait mode, when I tried to scroll, it scrolls a little bit down and than scroll back automatically to the up. **To Reproduce** Steps to reproduce...

Users can integrate a single image per note. if there is already a doodle image added it should be replaced by the new one

enhancement
good first issue

Seems like these mipmap resources are missing, for the same reason, code won't compile - `@mipmap/ic_launcher_adaptive_back` - `@mipmap/ic_launcher_adaptive_fore` Error found in `anydpi-v26/ic_launcher.xml` file

**Describe the bug** I am beginner.When i build the project,it came to an error that the gradle can not find the paper.properties.With the help of chatgpt,i finally resolve the problem.Please...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...