another-notes-app icon indicating copy to clipboard operation
another-notes-app copied to clipboard

Another notes app for Android, like there have been tens of thousands before.

Another notes app

App icon

The app is not actively developed since I have deviated from Android development in recent years. I'll fix critical bugs, but features may not be implemented before a very long time, if ever. Expect one release per year. I will accept and review pull requests though.

This is a simple Android app for taking notes, like there have been tens of thousands before. The app has Material UI, was built following MVVM architecture, uses Dagger and some Jetpack components. Download is available on:

Features

  • Text and list notes.
  • Archive and recycle bin.
  • Labeled notes.
  • Reminders (including recurring).
  • Searching notes.
  • Light and dark theme support.
  • Basic import and export.
  • Somewhat customizable interface.

Screenshots

Screenshot 1 Screenshot 2

Changelog

View changelog here for the app release notes.

Contributing

Contributions are welcome, especially translations (see TRANSLATING.md).

  • Please open an issue before submitting a pull request that adds a new feature, so it can be discussed.
  • All changes should be committed the dev branch, not master.
  • Make sure to follow existing code style (see config/intellij-codestylexml file).

License & credits