summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2021-10-28Convert sleep timer update to eventByteHamster
2021-10-24Convert buffering update to eventByteHamster
2021-10-24Moved playback events to their own packageByteHamster
2021-10-24Show actual error messages instead of just the error codesByteHamster
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
2021-08-28Fix missing super callTacoTheDank
2021-08-28Fix sometimes showing keyboard instead of hiding itByteHamster
2021-08-28Moved feed parser to its own moduleByteHamster
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-29Removed second activity just used for selecting feedsByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-25Fix exporting full logsByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-07-12Swipe actions (#5191)ueen
2021-06-28Hide keyboard when not searching (#5036)peakvalleytech
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-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-04-22Moved model to its own moduleByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-18Wrap long text in alternate version dropdown (#5120)Johannes Henninger
2021-04-14Don't handle play image resource in PlaybackControllerByteHamster
2021-04-06Add link to relevant settings screen in 'Episode cache full' dialog (#5088)tamizh143
2021-04-04Merge branch 'master' into developByteHamster
2021-04-04Use FragmentContainerView in settingsTacoTheDank
2021-04-02Fixed miniplayer state sometimes being wrongByteHamster
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-27Fixed SpotBugs violations, so that at least the most severe checks passByteHamster
2021-03-08Exclude non-functional notification settings screen from settings search for ↵peakvalleytech
android versions 26+ (#5011)
2021-03-06Show podcast-specific settings in preferences search (#4990)peakvalleytech
2021-03-04Only store content_encoded or descriptionByteHamster
2021-03-04Merge branch 'master' into developByteHamster
2021-03-04Make errors on 'add feed' page more prettyByteHamster
2021-03-01Removed our re-implementation of 'Optimal' and used the RxJava equivalent ↵ByteHamster
instead
2021-02-26Removed DbWriter dependency from modelByteHamster
2021-02-16Merge pull request #4939 from ByteHamster/fix-toggle-disappearingByteHamster
Fixed disappearing drawer toggle
2021-02-16Fixed disappearing drawer toggleByteHamster
When the activity is recreated after it was stopped in background, the BackStackEntryCount is the same for all fragments. The one that should display the toggle therefore thinks it shouldn't. This change saves the button state now. This is only needed for top-level fragments.
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-02-12Remove PlaybackServiceCallbacksByteHamster