49-beta5/6 with option to notify about hidden shows

49-beta5

  • :star2: Add setting to ignore hidden shows for notifications (defaults to enabled).
  • :star2: Filters: add option to make all hidden shows visible at once.
  • :hammer: Do not crash when changing show states (favorite, hidden, notify).
  • :memo: Latest translations from crowdin.

49-beta6

  • :hammer: When making all hidden shows visible also upload changes to Cloud.
  • :hammer: trakt sign-in: do not crash if WebView is currently unavailable (e.g. it is updated).
  • :hammer: Potential fix for crashes when receiving actions from extensions.
  • :wrench: When changing the state of a show (e.g. favoriting or hiding it), will wait until sent to Cloud before applying the change locally.
  • :memo: Latest translations from crowdin.

View all changes at https://github.com/UweTrottmann/SeriesGuide/blob/dev/CHANGELOG.md.

This beta is only available on the Google Play Beta program. Learn how to join at https://github.com/UweTrottmann/SeriesGuide/wiki/Beta.

Thank you everyone, for testing, translating, giving feedback, sending in bugs or contributing code!

Hello. Can you please consider counting shows with โ€œUpcomingโ€ status on statistics page as โ€œContinuingโ€?
I have 20 running shows and when I add a show with โ€œUpcomingโ€ status I expect to see 21 total and 21 continuing shows, but actual picture is 21/20. It bothers me a little because I am trying to find a show that became canceled in my list.
I mean following: change https://github.com/UweTrottmann/SeriesGuide/blob/dev/app/src/main/java/com/battlelancer/seriesguide/ui/stats/StatsLiveData.java#L190 to

if (shows.getInt(1) == ShowTools.Status.CONTINUING || shows.getInt(1) == ShowTools.Status.UPCOMING) {