NotallyX/README.md

42 lines
2.3 KiB
Markdown
Raw Normal View History

2024-10-08 19:11:27 +02:00
## NotallyX
2020-06-04 11:50:52 +05:30
2024-10-08 19:11:27 +02:00
[Notally](https://github.com/OmGodse/Notally), but eXtended.
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="250"/><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="250"/><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="250"/>
### Additional Features
* Order Tasks with Subtasks
* Attach any file to a note (also included in backups)
* Many minor improvements such as removing all checked tasks from the context menu, smoother navigation
### Included Features from the original Notally App
2023-09-18 12:45:10 +05:30
* Widgets
2023-03-03 22:15:23 +05:30
* Auto backup
2023-02-09 20:16:09 +05:30
* Adjustable text size
2020-09-10 12:04:38 +05:30
* Support for Lollipop devices and up
2024-01-13 11:44:00 +05:30
* APK size of 1.4 MB (1.8 MB uncompressed)
2022-09-25 17:54:42 +05:30
* Color, pin and label your notes for quick organisation
2024-01-13 11:44:00 +05:30
* Complement your notes with pictures (JPG, PNG, WEBP)
* Export notes as TXT, JSON, 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
2024-10-08 19:11:27 +02:00
### Releases
Currently the App is only released on Github, see [NotallyX/Releases](https://github.com/PhilKes/NotallyX/releases)
In the future I might also publish new versions on the Google Play Store under the NotallyX name.
2020-07-21 16:00:18 +05:30
2020-07-21 19:32:09 +05:30
### Translations
2024-10-08 19:11:27 +02:00
All translations are crowd sourced. To contribute, follow these [guidelines](https://m2.material.io/design/communication/writing.html) and open a pull request.
2020-05-10 15:40:49 +05:30
2024-10-08 19:11:27 +02:00
### Contributing
If you find any bugs or want to propose a new Feature/Enhancement, feel free to [create a new Issue](https://github.com/PhilKes/NotallyX/issues/new)
2023-02-09 20:16:09 +05:30
2024-10-08 19:11:27 +02:00
If you would like to contribute code yourself, just grab any open issue (that has no other developer assigned yet) and start working.
The project is a default Android project written in Kotlin.
Before submitting your proposed changes as a Pull-Request, make sure all tests are still working, and run `./gradlew ktfmtFormat` for common formatting.
2024-10-08 19:11:27 +02:00
### Attribution
The original Notally project was developed by [OmGodse](https://github.com/OmGodse) under the [GPL 3.0 License](https://github.com/OmGodse/Notally/blob/master/LICENSE.md)
In accordance to GPL 3.0, this project is licensed under the same [GPL 3.0 License](https://github.com/PhilKes/NotallyX/blob/master/LICENSE.md)