summaryrefslogtreecommitdiff
path: root/app/src/main/java/de
AgeCommit message (Collapse)Author
2021-06-15Fix for highlighted seek bar on episode without chaptersJonas
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-22Merge branch 'master' into developByteHamster
2021-05-22Add functionality to Podcast/Episode Textviews in CoverFragment (#5074)ueen
2021-05-14Clean up some lint errorsByteHamster
2021-05-14Switched video player to ViewBindingByteHamster
2021-05-14Remove unneccessary method call chainingByteHamster
2021-05-14Moved all code from MediaPlayerActivity to VideoPlayerActivityByteHamster
2021-05-14Removed code from MediaPlayerActivity that only affects the audio playerByteHamster
2021-05-14Fixed build error because of incompatible mergeByteHamster
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-14Removed method that is just used in one placeByteHamster
2021-05-14Use EventBus instead of broadcast for service shutdownByteHamster
2021-05-10Merge pull request #5151 from ByteHamster/fix-proxyByteHamster
Fixed proxy support
2021-05-10Fixed proxy supportByteHamster
2021-05-09Fix chapter seekbar issues (#5142)Jonas Burian
Buffering indicator drawn incorrectly Not refreshing divider positions with duration change
2021-05-08Fixed NPE in ExternalPlayerFragmentByteHamster
2021-05-02Fix jumping thumbjonasburian
2021-05-02Merge pull request #5140 from ByteHamster/dont-mark-playedByteHamster
Don't mark episodes as played when removing from queue
2021-05-01Don't mark episodes as played when removing from queueByteHamster
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I am not sure why. It is not really logical to do - removing from the queue just means that one is no longer interested in the episode - not that it was actually played.
2021-05-01Automatically add tag when pressing OKByteHamster
2021-04-29Merge download log+running lists (#5134)ByteHamster
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-23New feed update interval or time dialogpeakvalleytech
Co-authored-by: Fivel Rangel <fivel10@hotmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-04-22Moved model to its own moduleByteHamster
2021-04-22Removed PlaybackPreferences dependency from FeedMediaByteHamster
2021-04-22Decouple FeedMedia and PlaybackServiceByteHamster
2021-04-22Reduce dependencies of model to UserPreferencesByteHamster
2021-04-21Moved notification icons to their own module, so they don't crash old ↵ByteHamster
Android versions
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-18Use VectorDrawable compat libraryByteHamster
2021-04-18Wrap long text in alternate version dropdown (#5120)Johannes Henninger
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-13Adds pull to refresh functionality on Queue screen (#5104)datavizard
2021-04-10Show queue lock button even if "keep sorted" is activeJohannes Henninger
The lock button controls whether tracks in the queue can be reordered and swiped. Since swipe works regardless of the "keep sorted" setting, the button to disable swipe should always be available.
2021-04-06Add link to relevant settings screen in 'Episode cache full' dialog (#5088)tamizh143
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-04-04Merge branch 'master' into developByteHamster
2021-04-04Merge pull request #5066 from TacoTheDank/fragmentcontainerviewByteHamster
Use FragmentContainerView in settings
2021-04-04Use FragmentContainerView in settingsTacoTheDank
2021-04-02Add Contribute entry to settings screen under 'Project' (#5028)peakvalleytech
2021-04-02Rename audio player tabsByteHamster
2021-04-02Merge pull request #5076 from ByteHamster/fix-miniplayer-stateByteHamster
Fixed miniplayer state sometimes being wrong
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam