NotallyX/README.md

46 lines
2.5 KiB
Markdown
Raw Normal View History

2020-07-21 19:32:09 +05:30
### Background
2020-10-01 09:15:51 +05:30
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.
2020-09-10 12:04:38 +05:30
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)
2020-06-04 11:50:52 +05:30
2020-10-01 09:15:51 +05:30
### 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.
2020-07-21 19:32:09 +05:30
### Features
2020-05-14 20:10:40 +05:30
* Auto save
* Dark mode
2020-05-10 15:40:49 +05:30
* Material design
* Create lists to stay on track
2020-09-10 12:04:38 +05:30
* Support for Lollipop devices and up
2020-05-10 15:40:49 +05:30
* Add labels to your notes for quick organisation
* Archive notes to keep them around, but out of your way
2020-05-14 20:10:40 +05:30
* Export notes as plain text, HTML or PDF files with formatting
2020-05-10 15:40:49 +05:30
* Create rich text notes with support for bold, italics, mono space and strike-through
2020-09-10 12:04:38 +05:30
* Add clickable links to notes with support for phone numbers, email addresses and web urls
2020-05-14 20:10:40 +05:30
2020-07-21 19:32:09 +05:30
### Downloads
2020-07-21 16:00:18 +05:30
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="70"/>](https://play.google.com/store/apps/details?id=com.omgodse.notally)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="70"/>](https://apt.izzysoft.de/fdroid/index/apk/com.omgodse.notally)
2020-07-21 19:32:09 +05:30
### Translations
2020-07-31 06:49:30 +05:30
* 🇬🇧 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
2020-08-11 09:10:58 +05:30
* 🇩🇪 German by Maximilian Braunschmied
2020-05-14 20:10:40 +05:30
If you would like to help translate the app, please contact me [here](mailto:omgodseapps@gmail.com)
2020-05-10 15:40:49 +05:30
2020-07-21 19:32:09 +05:30
### Screenshots
2020-10-01 09:15:51 +05:30
<img src="images/Notally.png" width="250"/><img src="images/Take%20Notes.png" width="250"/><img src="images/Make%20Lists.png" width="250"/>