My Notes is a fast, clean, and fully private note-taking app for Android.
No accounts, no cloud, no ads — just your content stored safely on your device.
- 📥 Import from Google Keep
- 🏷️ Tags for sorting and searching notes
- ✍️ Advanced editor — headings, lists, quotes, formatting (Editor.js)
- 🔔 Reminders with repeat schedules
- 🎨 Themes and colors to match your mood
- 🌍 10 languages — EN, UK, RU, DE, FR, ES, IT, PL, BE, KK
- 🚫 No ads — just your notes
- 🔒 Fully offline — no servers, no cloud
- 💻 Open-source — transparent and accessible code
- 🎯 Modern and intuitive design
My Notes does not collect or send any data to external servers.
All notes, attachments, and preferences are stored locally on the device.
No tracking, no analytics, no cloud — full privacy by design.
| Layer | Technology |
|---|---|
| Language | Java |
| DI | Dagger Hilt |
| DB | Room |
| Editor | Editor.js (WebView) |
| UI | ViewBinding / DataBinding |
| Build | Gradle + Spotless |
- Clone the repository:
git clone https://github.com/pasichDev/MyNotes.git
- Open in Android Studio (Hedgehog or newer).
- Let Gradle sync finish.
- Install git hooks (one-time):
git config core.hooksPath .githooks
- Run on a device or emulator (API 26+).
Code style: Spotless + Google Java Format (AOSP, 4-space indent).
# Check formatting
./gradlew :app:spotlessCheck
# Auto-fix formatting
./gradlew :app:spotlessApplyGit hooks:
- pre-commit — runs
spotlessCheck(~15s). Fails fast on format violations. - pre-push — runs
lintDebug(~2–3 min). Skip withSKIP_LINT=1 git push.
Found a bug or have an idea? Open a new Issue.
Pull requests are welcome — please run spotlessApply before submitting.
See CHANGELOG for release history.
This project is licensed under the terms of the Apache License 2.0.

