Releases: litoj/SchoolManager
Releases · litoj/SchoolManager
Pre-Release v1.5.2
- basic implementation of Storage Access Framework done
- added forced dark theme for Android 10+
- fixed not adding last word when importing from file
Release v1.5.0
Finally fixed issue with moving and referencing items.
Method previously used often blocked moving items even to places which were allright. New algorithm has been implemented, although much slower and more thorough, at least it works without a flaw (from what has been tested).
Summary:
- moving items made easier
- creating references should now take care of unwanted creations of recursion
Release v1.4.3
Fixed crashing on null values.
Release v1.4.2
Fixed wrong format of files exported from the app. Now set to UTF-8
Release v1.4.1
This release is the first official release, the app is fully functional.
- fixed item numbering for long lists
- note, for some reason clicking to the end of text at the end of text field creates error, solution not found yet