summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-21Redesign filter dialogbws9000
2020-06-19Merge pull request #4250 from ByteHamster/fixed-event-threadH. Lehmann
Fixed events delivering to background thread and modifying Views
2020-06-19Merge pull request #4246 from ByteHamster/forum-descriptionH. Lehmann
Link forum
2020-06-19Merge pull request #4245 from ByteHamster/better-feed-errorsH. Lehmann
Better parser errors
2020-06-19Fixed events delivering to background thread and modifying ViewsByteHamster
2020-06-17Link forum in readmeByteHamster
2020-06-17Link forum in Google Play descriptionByteHamster
2020-06-16Better parser errorsByteHamster
2020-06-14Bumped version to 2.0.0-RC5ByteHamster
2020-06-14Merge pull request #4231 from ByteHamster/garbage-collectH. Lehmann
Fixed leaking fragments
2020-06-14Merge pull request #4232 from ByteHamster/fix-crash-loading-chaptersH. Lehmann
Fixed crash when loading chapters fails
2020-06-14Merge pull request #4238 from ByteHamster/play-with-intent-on-state-unknownH. Lehmann
Send play intent if service state is unknown
2020-06-14Merge pull request #4242 from ByteHamster/theme-change-crashH. Lehmann
Fixed crash when changing theme
2020-06-14Merge pull request #4243 from ByteHamster/increase-cover-contrastH. Lehmann
Increase contrast for missing cover images
2020-06-14Merge pull request #4237 from ByteHamster/restart-chromecastH. Lehmann
Force restart app after enabling Chromecast
2020-06-14Increase contrast for missing cover imagesByteHamster
2020-06-14Fixed crash when changing themeByteHamster
Apparently, recreate() brings RxJava in a strange state where errors are directly thrown instead of relaying them to the error callback. Because of a race condition in ItemDescriptionFragment.loadData, this throws a NPE.
2020-06-11Send play intent if service state is unknownByteHamster
2020-06-11Force restart app after enabling ChromecastByteHamster
2020-06-10Merge pull request #4233 from ByteHamster/increase-contrastH. Lehmann
Increase contrast of played items
2020-06-09Increase contrast of played itemsByteHamster
2020-06-09Fixed crash when loading chapters failsByteHamster
2020-06-09Fixed leaking fragments in recycledViewPoolByteHamster
2020-06-07Merge pull request #4225 from ByteHamster/support-channelsH. Lehmann
Updated forum link
2020-06-07Merge pull request #4226 from ByteHamster/infrastructureH. Lehmann
Added infrastructure documentation
2020-06-07Added infrastructure documentationByteHamster
2020-06-06Updated forum linkByteHamster
2020-05-30Merge pull request #4205 from ByteHamster/skip-iconH. Lehmann
Feed settings skip icon
2020-05-29Added test for feed settings screenByteHamster
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-29Bumped version to 2.0.0-RC4ByteHamster
2020-05-29Updated contributors listByteHamster
2020-05-29Updated translationsByteHamster
2020-05-29Merge pull request #4199 from ByteHamster/playback-service-optimizationsH. Lehmann
Playback service optimizations
2020-05-29Do not show service running notification on onCreateByteHamster
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to. That means that onStartCommand is never called. This causes a persistent notification. Just in case the notification is somehow still shown to users, modified the message to tell them how to hide it.
2020-05-29Load queue in backgroundByteHamster
2020-05-29Merge pull request #4197 from ByteHamster/unique-intentsH. Lehmann
Unique intents
2020-05-27Merge pull request #4198 from ByteHamster/fix-npeH. Lehmann
Fixed NPE
2020-05-27Fixed NPEByteHamster
2020-05-27Made notification IDs uniqueByteHamster
2020-05-27Cleaned up unused IDsByteHamster
2020-05-27Made PendingIntent request codes uniqueByteHamster
2020-05-25Merge pull request #4192 from ByteHamster/fix-new-labelH. Lehmann
Fixed new label
2020-05-25Fixed new labelByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-24Use replace instread of replaceAll & fix typomalockin
2020-05-23Merge pull request #4184 from ByteHamster/fix-wrong-stringH. Lehmann
Fixed wrong translation
2020-05-23Cleaner CSS, item templatesmalockin
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
2020-05-22Merge pull request #4181 from ByteHamster/tests-clearH. Lehmann
Disabled auto update for tests
2020-05-22Fixed wrong translationByteHamster