Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | Fix NullPointerException in FeedItemlistFragment when deleting a podcast | Herbert Reiter | |
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 | 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 | Fixed events delivering to background thread and modifying Views | 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 | 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-06 | Updated forum link | 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-24 | Merge pull request #4106 from malockin/export-favorites | H. Lehmann | |
Export favourites | |||
2020-05-21 | Added button to stop previewed episode | ByteHamster | |
2020-05-20 | Merge pull request #4174 from ByteHamster/ui-adjustments | H. Lehmann | |
Ui adjustments | |||
2020-05-20 | Sleep timer adjustments | ByteHamster | |
- Close button instead of OK - Save settings on-the-fly | |||
2020-05-16 | Merge pull request #4162 from ByteHamster/fixes-without-duration | H. Lehmann | |
Various fixes for feeds that do not specify duration | |||
2020-05-16 | Merge pull request #4153 from ByteHamster/fix-bom-opml | H. Lehmann | |
Fixed importing OPML files with BOM | |||
2020-05-16 | Make duration visible when showing playback position updates | ByteHamster | |
2020-05-16 | Fixed importing OPML files with BOM | ByteHamster | |
2020-05-16 | Fixed crash when switching theme | ByteHamster | |
2020-05-14 | Merge pull request #4138 from ByteHamster/theme-darker | H. Lehmann | |
Made dark theme darker | |||
2020-05-14 | Made dark theme darker | ByteHamster | |
2020-05-13 | Fix http search bug | jmdouglas | |
2020-05-11 | Fixed Feed not refreshing when changing filter | ByteHamster | |