Skip to content

Releases: litoj/SchoolManager

Pre-Release v1.5.2

05 Sep 11:27
Compare
Choose a tag to compare
Pre-Release v1.5.2 Pre-release
Pre-release
  • 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

10 Jun 20:56
Compare
Choose a tag to compare

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

10 Jun 15:16
Compare
Choose a tag to compare

Fixed crashing on null values.

Release v1.4.2

01 Jun 11:11
Compare
Choose a tag to compare

Fixed wrong format of files exported from the app. Now set to UTF-8

Release v1.4.1

19 May 19:51
Compare
Choose a tag to compare

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