Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | Merge pull request #4344 from ByteHamster/parser-error-more-details | H. Lehmann | |
Be more verbose about invalid type errors | |||
2020-08-03 | Fix NullPointerException in FeedItemlistFragment when deleting a podcast | Herbert Reiter | |
2020-08-03 | Be more verbose about invalid type errors | ByteHamster | |
2020-07-31 | Merge pull request #4325 from ByteHamster/dispose-loader-before-null | H. Lehmann | |
Dispose loaders before setting controller to null | |||
2020-07-29 | Revert "Added new icon poll" | ByteHamster | |
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7. | |||
2020-07-27 | Dispose loaders before setting controller to null | ByteHamster | |
2020-07-27 | Make mobile streaming dialog easier to understand | ByteHamster | |
2020-07-25 | Added new icon poll | ByteHamster | |
2020-07-21 | Merge pull request #4285 from ByteHamster/install-provider | H. Lehmann | |
Install provider in any case | |||
2020-07-19 | Merge pull request #4292 from tonytamsf/landscape-1 | H. Lehmann | |
FIX: In landscape mode, the album art overwhelms the playback screen #4009 | |||
2020-07-17 | fix checkstyle | Tony Tam | |
2020-07-16 | a bit more margin | Tony Tam | |
2020-07-16 | layout params | Tony Tam | |
2020-07-16 | Close player when selecting sidebar entry | ByteHamster | |
2020-07-16 | remove global var for orientation | Tony Tam | |
2020-07-16 | remove unneeded code | Tony Tam | |
2020-07-16 | finally fixed | Tony Tam | |
2020-07-14 | sync | Tony Tam | |
2020-07-12 | Fixed clicking timecodes | ByteHamster | |
2020-07-12 | Install provider in any case | ByteHamster | |
2020-07-02 | Removed custom Consumer implementation and decoupled adapter from dialog | ByteHamster | |
2020-07-02 | Allow to select new folder even if current folder is null | ByteHamster | |
2020-07-02 | Adding internal storage if no external exists | ByteHamster | |
2020-07-01 | Removed DirectoryChooserActivity | ByteHamster | |
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen. | |||
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 | Fixed events delivering to background thread and modifying Views | ByteHamster | |
2020-06-17 | Link forum in Google Play description | ByteHamster | |
2020-06-14 | Merge pull request #4231 from ByteHamster/garbage-collect | H. Lehmann | |
Fixed leaking fragments | |||
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 | 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 leaking fragments in recycledViewPool | ByteHamster | |
2020-06-07 | Merge pull request #4225 from ByteHamster/support-channels | H. Lehmann | |
Updated forum link | |||
2020-06-06 | Updated forum link | ByteHamster | |
2020-05-29 | Added auto skip feed settings icon | ByteHamster | |
2020-05-29 | Updated contributors list | ByteHamster | |
2020-05-29 | Merge pull request #4197 from ByteHamster/unique-intents | H. Lehmann | |
Unique intents | |||
2020-05-27 | landscape layout | Tony Tam | |
2020-05-27 | Fixed NPE | 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 |