Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-19 | Merge pull request #4250 from ByteHamster/fixed-event-thread | H. Lehmann | |
Fixed events delivering to background thread and modifying Views | |||
2020-06-19 | Merge pull request #4246 from ByteHamster/forum-description | H. Lehmann | |
Link forum | |||
2020-06-19 | Merge pull request #4245 from ByteHamster/better-feed-errors | H. Lehmann | |
Better parser errors | |||
2020-06-19 | Fixed events delivering to background thread and modifying Views | ByteHamster | |
2020-06-17 | Link forum in readme | ByteHamster | |
2020-06-17 | Link forum in Google Play description | ByteHamster | |
2020-06-16 | Better parser errors | ByteHamster | |
2020-06-14 | Bumped version to 2.0.0-RC5 | ByteHamster | |
2020-06-14 | Merge pull request #4231 from ByteHamster/garbage-collect | H. Lehmann | |
Fixed leaking fragments | |||
2020-06-14 | Merge pull request #4232 from ByteHamster/fix-crash-loading-chapters | H. Lehmann | |
Fixed crash when loading chapters fails | |||
2020-06-14 | Merge pull request #4238 from ByteHamster/play-with-intent-on-state-unknown | H. Lehmann | |
Send play intent if service state is unknown | |||
2020-06-14 | Merge pull request #4242 from ByteHamster/theme-change-crash | H. Lehmann | |
Fixed crash when changing theme | |||
2020-06-14 | Merge pull request #4243 from ByteHamster/increase-cover-contrast | H. Lehmann | |
Increase contrast for missing cover images | |||
2020-06-14 | Merge pull request #4237 from ByteHamster/restart-chromecast | H. Lehmann | |
Force restart app after enabling Chromecast | |||
2020-06-14 | Increase contrast for missing cover images | ByteHamster | |
2020-06-14 | Fixed crash when changing theme | ByteHamster | |
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-11 | Send play intent if service state is unknown | ByteHamster | |
2020-06-11 | Force restart app after enabling Chromecast | ByteHamster | |
2020-06-10 | Merge pull request #4233 from ByteHamster/increase-contrast | H. Lehmann | |
Increase contrast of played items | |||
2020-06-09 | Increase contrast of played items | ByteHamster | |
2020-06-09 | Fixed crash when loading chapters fails | ByteHamster | |
2020-06-09 | Fixed leaking fragments in recycledViewPool | ByteHamster | |
2020-06-07 | Merge pull request #4225 from ByteHamster/support-channels | H. Lehmann | |
Updated forum link | |||
2020-06-07 | Merge pull request #4226 from ByteHamster/infrastructure | H. Lehmann | |
Added infrastructure documentation | |||
2020-06-07 | Added infrastructure documentation | ByteHamster | |
2020-06-06 | Updated forum link | ByteHamster | |
2020-05-30 | Merge pull request #4205 from ByteHamster/skip-icon | H. Lehmann | |
Feed settings skip icon | |||
2020-05-29 | Added test for feed settings screen | ByteHamster | |
2020-05-29 | Added auto skip feed settings icon | ByteHamster | |
2020-05-29 | Bumped version to 2.0.0-RC4 | ByteHamster | |
2020-05-29 | Updated contributors list | ByteHamster | |
2020-05-29 | Updated translations | ByteHamster | |
2020-05-29 | Merge pull request #4199 from ByteHamster/playback-service-optimizations | H. Lehmann | |
Playback service optimizations | |||
2020-05-29 | Do not show service running notification on onCreate | ByteHamster | |
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-29 | Load queue in background | ByteHamster | |
2020-05-29 | Merge pull request #4197 from ByteHamster/unique-intents | H. Lehmann | |
Unique intents | |||
2020-05-27 | Merge pull request #4198 from ByteHamster/fix-npe | H. Lehmann | |
Fixed NPE | |||
2020-05-27 | Fixed NPE | ByteHamster | |
2020-05-27 | Made notification IDs unique | ByteHamster | |
2020-05-27 | Cleaned up unused IDs | ByteHamster | |
2020-05-27 | Made PendingIntent request codes unique | ByteHamster | |
2020-05-25 | Merge pull request #4192 from ByteHamster/fix-new-label | H. Lehmann | |
Fixed new label | |||
2020-05-25 | Fixed new label | ByteHamster | |
2020-05-24 | Merge pull request #4106 from malockin/export-favorites | H. Lehmann | |
Export favourites | |||
2020-05-24 | Use replace instread of replaceAll & fix typo | malockin | |
2020-05-23 | Merge pull request #4184 from ByteHamster/fix-wrong-string | H. Lehmann | |
Fixed wrong translation | |||
2020-05-23 | Cleaner CSS, item templates | malockin | |
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-22 | Merge pull request #4181 from ByteHamster/tests-clear | H. Lehmann | |
Disabled auto update for tests | |||
2020-05-22 | Fixed wrong translation | ByteHamster | |
2020-05-21 | Bumped version to 2.0.0-RC3 | ByteHamster | |