An open API service indexing awesome lists of open source software.

https://github.com/xarantolus/notality

A very simple note taking app for Android
https://github.com/xarantolus/notality

android android-app app f-droid fdroid flutter note-taking note-taking-app notes

Last synced: 2 months ago
JSON representation

A very simple note taking app for Android

Awesome Lists containing this project

README

        

# Notality
Notality is a very simple note taking app. I mostly built it to learn how Flutter works, but it's functional and you can use it.

### Features
* Create, edit, delete and reorder notes
* Automatic dark/light mode depending on the system-wide setting
* Import/Export your notes to save them externally
* Localization for English and German

### Screenshots
| Note listing (dark mode) | Note edit screen (dark mode) |
| :-------------------------------------------------------: | :--------------------------------------------------------: |
| ![Note listing](.github/screenshots/d-listing.png) | ![Note editing](.github/screenshots/d-edit.png) |

| Note listing (light mode) | Note edit screen (light mode) |
| :-------------------------------------------------------: | :--------------------------------------------------------: |
| ![Note listing](.github/screenshots/l-listing.png) | ![Note editing](.github/screenshots/l-edit.png) |

Notes can be deleted by swiping them to the left or to the right. A note can be relocated by holding and moving it to a new position in the list.
If you want to change the date/time of a note, just open it and tap the date shown under the title.

### Installation & updates
If you have [F-Droid](https://f-droid.org/) installed, you can add [my repository](https://github.com/xarantolus/fdroid). Then just search for "Notality" in the F-Droid client to download. You will receive update notifications.

Alternatively, you can [download the APK file from the releases section of this repository](https://github.com/xarantolus/notality/releases/latest). Then open it from the file manager to install it. Please note that you will not receive any update notifications when going this route.

### [License](LICENSE)
This is free as in freedom software. Do whatever you like with it.