summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/AudioPlayerFragment.java
AgeCommit message (Collapse)Author
2021-07-26Merge branch 'master' into developByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
2021-07-24Show speed dialog on single clickByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
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-15Fix for highlighted seek bar on episode without chaptersJonas
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-14Use EventBus instead of broadcast for service shutdownByteHamster
2021-05-09Fix chapter seekbar issues (#5142)Jonas Burian
Buffering indicator drawn incorrectly Not refreshing divider positions with duration change
2021-05-02Fix jumping thumbjonasburian
2021-04-22Moved model to its own moduleByteHamster
2021-04-15Merge pull request #5113 from ByteHamster/play-buttonByteHamster
Play button animation
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-02Rename audio player tabsByteHamster
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam
2021-03-07Fixed clicks going through the playerByteHamster
2021-03-01Fixed conflicting PRsByteHamster
2021-03-01Chapter dividers for the progress bar (#4915)Jonas Burian
2021-02-15Removed method that does the same as loadMediaInfo anywayByteHamster
2021-02-15Removed return parameter of loadMediaInfoByteHamster
We return true anyways. The call for actually loading is asynchronous, so returning anything here does not make sense. Reduces likelihood of loader being interrupted to just load the same item again when the state changes.
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
2021-02-12Move basic views to new moduleByteHamster
2021-01-21Add scrubbing time overlay (#4786)asdoi
2021-01-01Added textual tab indicator to player screen (#4731)ByteHamster
2020-10-28Merge branch 'master' into developByteHamster
2020-10-26Fixed NPEs related to bottom sheetByteHamster
2020-09-30Merge branch 'master' into developByteHamster
2020-09-29Fix buffering indicator sometimes stickingByteHamster
We currently have no method to actively query the buffering state. Remove indicator if we can no longer receive updates.
2020-09-27Merge branch 'master' into developByteHamster
2020-09-08update skip/forward valueasdoi
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-07-16New playback speed dialogByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-05-09Fixed clicking page indicatorByteHamster
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-01Use locale's digits in more placesEbrahim Byagowi
2020-04-21Bring back AudioPlayerFragment pager's setOffscreenPageLimitEbrahim Byagowi
The reason needs cast: https://issuetracker.google.com/issues/144669596
2020-04-21Port AudioPlayer's viewpager to ViewPager2, improve RTL supportEbrahim Byagowi
2020-04-03Only load chapters when actually neededByteHamster
2020-04-01Do not query database on main threadByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-26Do not show buffering indicator when playing local fileByteHamster
2020-03-25Reworked cast button handlingByteHamster
2020-03-25Implemented missing PlaybackController state handlingByteHamster
2020-03-23Added basic cast button to AudioPlayerFragmentByteHamster
2020-03-23Fixed testsByteHamster