Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: jaylenw/IonicTodoApp

Release of nota-0.4.2.apk

04 Jul 00:42
309236c
Compare
Choose a tag to compare

Release Description

This release is the second release of an Android APK from this repository. It is currently configured to work with my production backend of Nota. The application has been successfully tested on Android 10. You will have to install this application with Android's unkown sources enabled. (https://www.applivery.com/docs/troubleshooting/android-unknown-sources/).

If you want to connect to your own backend, you must rebuild the application with your specific API URL.

Enjoy!

Bux fixes

  • Searching for a note and selecting it will now present you the correct note to view and edit #26
  • The user is now able to fetch the latest notes from the server by pulling down the notes or archive section #28

Features

  • Notes are now sorted properly from latest to oldest #27
  • Provide a link to the project's GitHub repository in the main menu #30
  • Provide a request for password link #31

Release of nota-0.1.0.apk

20 Jan 06:41
8a81fb0
Compare
Choose a tag to compare

Release Description

This release is the first release of an Android APK from this repository. It is currently configured to work with my production backend of Nota. The application has been successfully tested on Android 10. You will have to install this application with Android's unkown sources enabled. (https://www.applivery.com/docs/troubleshooting/android-unknown-sources/).

If you want to connect to your own backend, you must rebuild the application with your specific API URL.

Enjoy!