summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2021-07-30Merge pull request #5312 from ByteHamster/opml-activityByteHamster
Rework of OPML import internals
2021-07-30Fix crash when setting sleep timer to zeroByteHamster
2021-07-30Merge pull request #5309 from ByteHamster/remove-volume-controlByteHamster
Removed left/right volume controls
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-29Removed left/right volume controlsByteHamster
The setting does not work in our default player anyway and just clutters the interface with yet another setting that nobody uses.
2021-07-29Removed second activity just used for selecting feedsByteHamster
2021-07-29Remove image cache size setting and choose size automaticallyByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-25Fix exporting full logsByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
2021-07-24Merge pull request #5295 from ByteHamster/glow-playerByteHamster
Removed highlighting of episode title
2021-07-24Merge pull request #5294 from ByteHamster/speed-dialog-single-clickByteHamster
Show speed dialog on single click
2021-07-24Removed highlighting of episode titleByteHamster
2021-07-24Show speed dialog on single clickByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-07-17Fix swipe refresh not working on empty queueJohannes Henninger
2021-07-13Fix preference name of swipe actionsByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-07-11Merge pull request #4833 from Thom-Merrilin/fix-auto-download-on-subscribeByteHamster
Check Auto Download preference on the feed before auto downloading
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-11End select mode when page is closedByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-28Allow to choose from existing tags/folders in folder settings dialog (#5245)vbh
2021-06-28Hide keyboard when not searching (#5036)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-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.