Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

1.1

Compare
Choose a tag to compare
@jpelgrom jpelgrom released this 06 Feb 16:21

Changes:

  • Added support for patheapp://showMovie/id links to directly create a new watcher
  • Added privacy information to account creation and user notification settings
  • Updated dependencies, notably switched Appcompat to AndroidX/Jetpack libraries and minimum SDK is now 21
  • Switch database to use Room instead of SQLiteOpenHelper
  • Switch recurring cinema list update job to use WorkManager instead of Firebase JobDispatcher
  • Fix showing watchers after swipe to refresh list after logging out
  • Fix possible crash with empty watcher list after user location update

Context:

  • Planned theming update but new Material Theming components for Android still don't fully support dark/light theme (perhaps Android Q), now released before new changes from Google I/O.