Minimalistic Android note taking App | Notally, but eXtended.
Find a file
2020-10-01 09:15:51 +05:30
app Redesigned notebook icon 2020-09-29 22:19:20 +05:30
gradle/wrapper Update dependencies 2020-06-30 19:32:14 +05:30
images Updated images 2020-09-10 11:27:37 +05:30
Post Updated dependencies and version code 2020-09-10 12:06:22 +05:30
.gitignore Initial commit 2020-05-10 14:52:35 +05:30
build.gradle Updated dependencies and version code 2020-09-10 12:06:22 +05:30
gradle.properties Initial commit 2020-05-10 14:52:35 +05:30
gradlew Initial commit 2020-05-10 14:52:35 +05:30
gradlew.bat Initial commit 2020-05-10 14:52:35 +05:30
LICENSE.md Switched to GPL 2020-10-01 09:15:51 +05:30
README.md Switched to GPL 2020-10-01 09:15:51 +05:30
settings.gradle Migrated to internal PDF library 2020-08-10 11:35:37 +05:30

Background

I started this as a side project back in October 2019. Although there are many notes apps out there, they're all hideous, glitchy, low quality or all 3 at the same time.

Maybe the developer views developing a beautiful user interface as the realm of lowly designers. Maybe he just doesn't care.

Well, Notally is none of these things. It's extremely light, minimalistic and elegant. There are minimal dependencies and lines of code. (All without compromising on readability)

Architecture

Notes and lists are stored as XML files in the app's internal directory under different folders. Parsing of XML is done by the native pull parser available on Android. Labels are stored in the shared preferences.

The different directories containing notes are observed by FileObservers and relevant updates are dispatched via LiveData to observing fragments, which updates the UI.

Different screens in the app (Aside from the Take Note and Make List) are represented by fragments, managed by the Android Navigation Component.

Features

  • Auto save
  • Dark mode
  • Material design
  • Create lists to stay on track
  • Support for Lollipop devices and up
  • Add labels to your notes for quick organisation
  • Archive notes to keep them around, but out of your way
  • Export notes as plain text, HTML or PDF files with formatting
  • Create rich text notes with support for bold, italics, mono space and strike-through
  • Add clickable links to notes with support for phone numbers, email addresses and web urls

Downloads

Get it on Google Play Get it on IzzyOnDroid

Translations

  • 🇬🇧 English
  • 🇮🇷 Italian by Luigi Sforza
  • 🇪🇸 Spanish by Jose Casas
  • 🇺🇦 Ukrainian by Alex Shpak
  • 🇸🇪 Swedish by Erik Lindström
  • 🇷🇺 Russian by Denis Bondarenko
  • 🇫🇷 French by Arnaud Dieumegard
  • 🇳🇴 Norwegian by Fredrik Magnussen
  • 🇵🇭 Tagalog by Isaiah Collins Abetong
  • 🇩🇪 German by Maximilian Braunschmied

If you would like to help translate the app, please contact me here

Screenshots