Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-10 | Fix 'loading more' getting stuck | ByteHamster | |
2022-04-02 | Merge branch 'master' into develop | ByteHamster | |
2022-04-01 | Merge pull request #5801 from TacoTheDank/fragmentContainerView | ByteHamster | |
2022-03-27 | Truncate existing files when exporting OPML/HTML/Favorites | cketti | |
2022-03-22 | Reformat audioplayer_fragment.xml | TacoTheDank | |
2022-03-22 | Use more FragmentContainerView | TacoTheDank | |
2022-03-16 | Merge pull request #5786 from ByteHamster/subscribe-filename | ByteHamster | |
Use data folder for initial subscriptions | |||
2022-03-15 | Use proper content type and subject when sharing exported HTML/Favorites | cketti | |
2022-03-15 | Use data folder for initial subscriptions | ByteHamster | |
This was already implemented in 31c0f90d0720518705da6a86b2541c2b38b054b8 but apparently got overwritten by a merge conflict with the download service rewrite. | |||
2022-03-15 | Use ShareCompat.IntentBuilder for all share actions (#5780) | cketti | |
2022-03-15 | Fix context menu click ending up in wrong fragment | ByteHamster | |
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion. | |||
2022-03-13 | Merge pull request #5778 from ByteHamster/dont-cancel-download | ByteHamster | |
Don't cancel download on click | |||
2022-03-12 | Improve readability of if condition | cketti | |
2022-03-12 | Fix removing podcast | ByteHamster | |
2022-03-11 | Don't cancel download on click | ByteHamster | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-27 | Separate UI (download error messages) from logic (download errors) (#5755) | ByteHamster | |
2022-02-26 | Move statistics screens to new module | ByteHamster | |
2022-02-26 | Enable MultiDex | ByteHamster | |
2022-02-26 | Merge pull request #5753 from ByteHamster/do-not-jump-chapters | ByteHamster | |
Do not jump chapter screen when switching to new chapter | |||
2022-02-25 | Do not jump chapter screen when switching to new chapter | ByteHamster | |
2022-02-23 | Merge pull request #5742 from TacoTheDank/widgetUpdaterWorkManager | ByteHamster | |
Replace deprecated JobIntentService with WorkManager | |||
2022-02-23 | Replace deprecated JobIntentService with WorkManager | TacoTheDank | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-22 | Merge pull request #5740 from ByteHamster/upon-exiting-video | ByteHamster | |
Make it easier to play only audio, not video | |||
2022-02-21 | Add line graph to statistics screen | ByteHamster | |
2022-02-21 | Add time-based statistics filter (#5734) | ByteHamster | |
2022-02-21 | Make it easier to play only audio, not video | ByteHamster | |
2022-02-21 | Remove unused overridden super calls | TacoTheDank | |
2022-02-20 | Show feed error in dialog instead of opening download log screen | ByteHamster | |
2022-02-19 | Added a Statistics Button on the Subscriptions toolbar (#5706) | IordanisKokk | |
2022-02-19 | Remove startWhenPrepared and prepareImmediately | ByteHamster | |
They are always `true` anyway. | |||
2022-02-19 | Fix side drawer detecting click on 'remove item' | ByteHamster | |
remove_item referred to both, feeds and media files. Sometimes the wrong fragment receives the context menu click event. | |||
2022-02-19 | Merge branch 'master' into develop | ByteHamster | |
2022-02-19 | Merge pull request #5726 from ByteHamster/stream-decide-ondemand | ByteHamster | |
Decide whether or not to stream on demand | |||
2022-02-18 | Decide whether or not to stream on demand | ByteHamster | |
Fixes a bug where local folders sometimes did not start because AntennaPod thought it needed to play locally. Also avoids situations in which it streams even though a local file is available. Simplifies the PlaybackService slightly. | |||
2022-02-18 | Merge pull request #5725 from ByteHamster/smaller-hidden-suggestions | ByteHamster | |
Shrink discovery section when hidden | |||
2022-02-18 | Removed the speed indicator from the PlaybackControlsDialog (#5702) | Silverwarriorin | |
2022-02-18 | Shrink discovery section when hidden | ByteHamster | |
2022-02-07 | Make sure that proxy host name does not get null | ByteHamster | |
And if it gets null, just ignore the setting. | |||
2022-02-05 | Fix clipboard deprecation in AddFeedFragment | TacoTheDank | |
2022-01-30 | Nicer placeholder images (#5679) | ByteHamster | |
Shows randomly generated placeholder images for: - Feeds that do not have a cover (usually happens for text-only feeds) - Feeds that specify an invalid cover still show a gray square - Local folders when there is no image file in the folder that we could use | |||
2022-01-23 | Update Google Play translations | ByteHamster | |
2022-01-23 | Update contributors | ByteHamster | |
2022-01-23 | Update release notes | ByteHamster | |
2022-01-15 | Merge pull request #5656 from ByteHamster/more-checkstyle | ByteHamster | |
Move more checkstyle checks from 'new code' style to main style | |||
2022-01-15 | Move more checkstyle checks from 'new code' style to main style | ByteHamster | |
2022-01-15 | handle mouse right click (#5625) | Tony Tam | |
2022-01-06 | Rewrite download request creation (#5530) | ByteHamster | |
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService. | |||
2022-01-04 | Try to get missing feed url from discover with a search (#5620) | agibault | |