Skip to content

DroidShows 7.11.4

Compare
Choose a tag to compare
@ltguillaume ltguillaume released this 02 Sep 13:26

Changes

7.11.4

  • Fix URLs when searching on external sources websites (e.g. IMDb) for episode/show with an ampersand in it (#109)

7.11.3

  • Fix keyboard not popping up in Android 12+ (#38)

7.11.2

  • Don't reload search results after adding a show
  • Possibly prevent delays in main and seasons activities by making AsyncTasks static

7.11.1

  • Decrease pull-to-refresh delay from 1000 to 500ms
  • Instead of crashing, show an error toast if no Calendar app was found (#91)
  • Don't restart activity when rotating (#93)

7.11.0

  • Preliminary statistics: per-show total seen time (calculated with the average episode runtime)
  • Bring back "Include/Exclude seen" option in main menu (faster than "Filter shows")
  • Make versioning of backups optional
  • Fix daily backups trigger by disabling write-ahead logging for database (which is enabled by default since Android 9)
  • Trigger automatic backup in onStop() instead of onDestroy(), since the activity could apparently stay opened for days and backups would not be created
  • Changed HttpURLConnection to HttpsURLConnection (#89)
  • External resources: add https:// to URLs without :// instead of http://
  • Refactoring: renamed some methods, same name for per-show and per-season methods