DroidShows 7.11.8
This is primarily a release to allow installation on Android 14.
DroidShows still uses the ancient TheTVDB API v1 which will in all likelyhood be deprecated soon.
7.11.8
- Trigger automatic backup in
onStop()
instead ofonDestroy()
Otherwise it may take days to trigger a backup on devices with enough memory
7.11.7
- Increase target SDK to 23 for installation on Android 14
- Remove shadow from icon, add "monochrome" element for dynamic theme icon (Android 12+)
- Add option for larger posters
- Fix getNextEpisode(Id) when next is in new season
- Unpin when archiving show
- (Theoretically) improve performance by changing SQLite
COUNT(*)
toCOUNT(id)
- Use
FLAG_ACTIVITY_NEW_TASK
(#108) so DroidShows remains visible in the recents menu
when launching an "external resource" URL - Fix searching for shows with ampersand in external resources (IMDB etc.) / More sensible solution for 8d517dd (ampersand in external resources)
- Fix keyboard not popping up automatically for search input field on Android 12+ (#38 (comment))
- Revert backups being triggered by OnStop() instead of onDestroy() (e24885b)
- Prevent blocked UI because of show stats being updated (caused by beginTransaction())
- Split canMarkNextEpSeen() logic to method
- Reposition serieId declaration