summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2022-02-19Remove startWhenPrepared and prepareImmediatelyByteHamster
They are always `true` anyway.
2022-02-19Merge branch 'master' into developByteHamster
2022-02-19Merge pull request #5726 from ByteHamster/stream-decide-ondemandByteHamster
Decide whether or not to stream on demand
2022-02-18Decide whether or not to stream on demandByteHamster
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-18Merge pull request #5725 from ByteHamster/smaller-hidden-suggestionsByteHamster
Shrink discovery section when hidden
2022-02-18Removed the speed indicator from the PlaybackControlsDialog (#5702)Silverwarriorin
2022-02-18Shrink discovery section when hiddenByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2022-02-08Bump version to 2.5.0-beta3ByteHamster
2022-02-07Make sure that proxy host name does not get nullByteHamster
And if it gets null, just ignore the setting.
2022-02-05Fix clipboard deprecation in AddFeedFragmentTacoTheDank
2022-01-30Nicer 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-27Bump version to 2.5.0-beta2ByteHamster
2022-01-23Bump version to 2.5.0-beta1ByteHamster
2022-01-23Update Google Play translationsByteHamster
2022-01-23Update contributorsByteHamster
2022-01-23Update release notesByteHamster
2022-01-22Make emulator tests a bit more stableByteHamster
2022-01-15Merge pull request #5656 from ByteHamster/more-checkstyleByteHamster
Move more checkstyle checks from 'new code' style to main style
2022-01-15Move more checkstyle checks from 'new code' style to main styleByteHamster
2022-01-15handle mouse right click (#5625)Tony Tam
2022-01-07Update SpeedDial to 3.2.0TacoTheDank
2022-01-06Rewrite 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-06Remove queue loading logic from PlaybackServiceTaskManagerByteHamster
This just causes problems with keeping the preloaded list up-to-date. We only call the method from background threads anyway.
2022-01-04Try to get missing feed url from discover with a search (#5620)agibault
2022-01-04Update Balloon library (#5584)Taco
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Merge pull request #5580 from TacoTheDank/bumpPluginsByteHamster
Update Gradle and plugins
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2022-01-03Merge branch 'master' into developByteHamster
2022-01-03Bump version to 2.4.22.4.2ByteHamster
2022-01-02Don't show 'Set SleepTimer' and 'Disable SleepTimer' at the same timeJonathan Flueren
2021-12-28Detect network changes with Android > Lollipop (#5609)Tony Tam
2021-12-28Update DexCount and PlayPublisher pluginsTacoTheDank
2021-12-19Rename tags (#5601)vbh
2021-12-14Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)silansuslu
2021-12-14Merge pull request #5581 from TacoTheDank/remove-old-compatByteHamster
Remove no longer needed compat methods
2021-12-12Remove no longer needed compat methodsTacoTheDank
2021-12-10Simplify confusing string with two pluralsByteHamster
2021-12-10Update AndroidX Media and ExoPlayer (#5371)Taco
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Merge branch 'master' into developByteHamster
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-28Bumped version to 2.4.12.4.1ByteHamster
2021-11-21Bump to minimum SDK version 19 (Android 4.4)ByteHamster
2021-11-21Add 'add to tag' option to multiselect menu (#5553)vbh
2021-11-21Merge pull request #5555 from ByteHamster/crash-double-chapterByteHamster
Do not crash when opening chapter dialog twice
2021-11-21Fix crash on API 21 when showing subscriptions screenByteHamster