🐛 Fixes an issue where subjects cannot be fetched in create schedule flow. This is caused by incorrect search query being passed to Albiruni site from albiruni package. Related issue #127
✨ Added setting to change the default time format for timetable UI, Course Browser, and some other places in the app. The setting can be found by tapping ellipsis icon (the three dots) menu in the app's home, then select "Settings" > "Time Format". The default time format is 24-hour format, but you can change it to 12-hour format if you prefer. Related PR #124
✨ In Course browser page, the navigation now prevents users from going to empty pages. Related PR #125
Replace isar plugin libraries with isar_community plugin libraries. This is due to the original isar plugin libraries are no longer maintained and have been archived. This solved the 16 KB memory page sizes requirement for Android. Closed issue #121.