mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +00:00
Replaced IzzyOnDroid link with F-Droid
This commit is contained in:
parent
579ea2976e
commit
f572000ab5
2 changed files with 8 additions and 8 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
patreon: omgodse
|
15
README.md
15
README.md
|
@ -1,16 +1,14 @@
|
|||
### 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.
|
||||
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. Labels are stored in the shared preferences.
|
||||
|
||||
The different directories containing notes are observed by FileObservers and relevant updates are dispatched via LiveData to update 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.
|
||||
### Components Used
|
||||
* Room
|
||||
* Navigation Component
|
||||
* Architecture Components (LiveData and ViewModel)
|
||||
|
||||
### Features
|
||||
* Auto save
|
||||
|
@ -18,6 +16,7 @@ Different screens in the app (Aside from the Take Note and Make List) are repres
|
|||
* Material design
|
||||
* Create lists to stay on track
|
||||
* Support for Lollipop devices and up
|
||||
* APK size of 1.6 MB (2.1 MB Uncompressed)
|
||||
* 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
|
||||
|
@ -26,7 +25,7 @@ Different screens in the app (Aside from the Take Note and Make List) are repres
|
|||
|
||||
### Downloads
|
||||
[<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)
|
||||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="70"/>](https://f-droid.org/packages/com.omgodse.notally/)
|
||||
|
||||
### Translations
|
||||
* 🇬🇧 English
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue