summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/view
AgeCommit message (Collapse)Author
2022-02-22Delete a few unused thingsByteHamster
2022-02-21Add line graph to statistics screenByteHamster
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.
2021-12-12Remove no longer needed compat methodsTacoTheDank
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-24Moved playback events to their own packageByteHamster
2021-10-10Reworked feed specific speed selector (#5458)ByteHamster
2021-08-28Moved feed parser to its own moduleByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-25Copy e-mail in shownotes (#5235)ueen
2021-06-25Speed up loading media infoByteHamster
Loading chapters can take around 5-10 seconds, depending on the media type. During that time, the player screen shows nothing or the old media file. Instead, load the chapters afterwards.
2021-06-20Removed AddToQueueActionButton (#5189)ueen
2021-05-31Fix stuck swipe refresh indicatorJohannes Henninger
ViewPager2 does not play nice with SwipeRefreshLayout if the wrapped RecyclerView is hidden. This commit removes the show/hide logic from EmptyViewHandler, so that the RecyclerView is always displayed, even when empty. This prevents you from swiping left/right while pulling down the swipe refresh indicator. Fixes #5132
2021-05-14Merge pull request #5161 from ByteHamster/reduce-playback-controllerByteHamster
Remove some unnecessary code from playback controller
2021-05-14New media player screen (#5075)ueen
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-05-14Just assume we can always set the playback speedByteHamster
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player.
2021-05-09Fix chapter seekbar issues (#5142)Jonas Burian
Buffering indicator drawn incorrectly Not refreshing divider positions with duration change
2021-04-29Merge download log+running lists (#5134)ByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-22Removed PlaybackPreferences dependency from FeedMediaByteHamster
2021-04-22Decouple FeedMedia and PlaybackServiceByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-18Use VectorDrawable compat libraryByteHamster
2021-04-17Fix for the height issue of the seek bar (#5117)Jonas Burian
2021-04-15Merge pull request #5113 from ByteHamster/play-buttonByteHamster
Play button animation
2021-04-15Added animated play buttonByteHamster
Drawables need to be defined in the app module, which has the vector compat library enabled. When enabling the library for the core module, the app breaks on API 19.
2021-04-14Add chapter controls for the seekbar, add chapter title for the popup while ↵Jonas Burian
seeking (#5017)
2021-04-14Don't handle play image resource in PlaybackControllerByteHamster
2021-04-04Merge branch 'master' into developByteHamster
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam
2021-03-06Make buffering indicator a bit less visibleByteHamster
2021-03-04Merge branch 'master' into developByteHamster
2021-03-04Described download errors in more detailByteHamster
2021-03-01Chapter dividers for the progress bar (#4915)Jonas Burian
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
2021-02-13Merge pull request #4920 from ByteHamster/jcenter-deprecationByteHamster
Migrate away from jcenter
2021-02-13Removed unmaintained recyclerview-flexibledivider libraryByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-01-01Added textual tab indicator to player screen (#4731)ByteHamster
2020-11-30Show progress of current chapter (#4725)ByteHamster
2020-11-01Fixed empty view in downloads fragmentByteHamster
2020-10-28Merge branch 'master' into developByteHamster
2020-10-28Fixed episodes page no longer shows empty view (#4573)Nikhil Aggarwal
2020-10-24Fixed played state sometimes not being displayedByteHamster
2020-10-17Merge branch 'master' into developByteHamster
2020-10-14Ensure that search query is readableByteHamster