summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-11-06Merge pull request #6176 from ByteHamster/decoupleByteHamster
Decouple some classes
2022-11-05Remove dependency from other classes to DownloadServiceByteHamster
2022-11-05No need to have other classes depend on the entire playback service when ↵ByteHamster
they just need one constant
2022-11-05Decouple FeedItemUtil and PlaybackStatusByteHamster
2022-11-05Merge pull request #6174 from ByteHamster/modularize-glideByteHamster
Move Glide config to its own module
2022-11-03Make NetworkUtils less fatByteHamster
Breaks dependency cycles
2022-11-03Break dependency cycleByteHamster
ClientConfig->HttpClient->UserAgentInterceptor->ClientConfig
2022-11-03Move Glide to its own moduleByteHamster
2022-11-03Merge pull request #6173 from ByteHamster/playbackservice-cleanupByteHamster
PlaybackService cleanup
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-11-01No need to have a virtual method that is only used in one single instanceByteHamster
2022-11-01Close video player when switching to audioByteHamster
2022-11-01No need to define INVALID_TIME multiple timesByteHamster
2022-11-01Use normal pause/skip keycodes, not custom intentByteHamster
2022-10-29Remove 'seconds' and 'hours' options from sleep timer (#6148)Vishnu Sanal T
2022-10-27Merge pull request #6160 from ByteHamster/fix-empty-screen-scrolledByteHamster
Fix toolbar on empty screen being set to scrolled state
2022-10-23Fix toolbar on empty screen being set to scrolled stateByteHamster
2022-10-23Fix queue sort order not being displayedByteHamster
2022-10-23Expand filter dialog by default (#6155)Lukmannudin
Before, it did not fully show in landscape mode
2022-10-15Select all when focusing time in sleep timer (#6131)Lukmannudin
2022-10-15Add auto-complete to discovery country selection (#6139)Simon Rusinov
2022-10-15Merge pull request #6147 from ByteHamster/shownotes-cleanerByteHamster
Remove text colors from shownotes
2022-10-14Remove text colors from shownotesByteHamster
2022-10-14Remove card elevation on home screen (#6132)Lukmannudin
2022-10-14Merge pull request #6109 from ByteHamster/home-only-greater-zeroByteHamster
Tweak Queue section on home screen
2022-10-08Fix crash when clicking cover icon when episode is not loaded yetByteHamster
2022-10-04Reorder queue section when pressing play, not when pausingByteHamster
2022-10-03Merge pull request #6124 from ByteHamster/fix-chapter-crashByteHamster
Fix chapters dialog crashing
2022-10-03Make cover on player screen slightly smallerByteHamster
2022-10-03Fix chapters dialog crashingByteHamster
2022-10-02Use "Close" label for button to dismiss chapters dialogErik Johnson
Fixes #6117.
2022-10-02Merge pull request #6115 from ByteHamster/share-external-files-pathByteHamster
Add external-files-path to share provider
2022-10-02Bump version to 2.7.12.7.1ByteHamster
2022-10-02Merge pull request #6116 from ByteHamster/shortcuts-fixByteHamster
Fix shortcuts showing 'app not installed'
2022-10-02Fix shortcuts showing 'app not installed'ByteHamster
New AGP versions no longer use resValues in the shortcuts file. We also cannot use the previous resourceplaceholders plugin (see bfb811d29e611146855f77df5dd97b9fb664cf25) because that plugin does not support recent AGP versions either. Side-effect: The shortcuts of the debug version now start the release version.
2022-10-02Add external-files-path to share providerByteHamster
Sharing crashes on some devices with "Failed to find configured root that contains /storage/XXXX-XXXX/Android/data/de.danoeh.antennapod/files/media/x/y.mp3"
2022-10-02Merge pull request #6110 from ByteHamster/fix-dragByteHamster
Initialize swipe actions before using them
2022-10-02Decrease margin around button in episode card (#6102)Keunes
2022-09-30Initialize swipe actions before using themByteHamster
2022-09-22Don't remove feed item from screen after "toggle played", if filter setting ↵Erik Johnson
includes "not played" (#6079)
2022-09-18Rewrite include/exclude filter dialog (#6057)ByteHamster
2022-09-18Merge pull request #6082 from TacoTheDank/deleteRedundantIconByteHamster
Delete redundant round app icons
2022-09-18Merge pull request #6002 from ByteHamster/material3ByteHamster
Material Design 3
2022-09-18Extend unit testsByteHamster
2022-09-18Use segmented buttons for filterByteHamster
2022-09-18Round all the thingsByteHamster
2022-09-18Expand app below system windowsByteHamster
2022-09-18Migrate navigation drawer to Material3ByteHamster
2022-09-18Migrate dialogs to Material3ByteHamster
2022-09-18Merge pull request #6086 from ByteHamster/fix-loading-viewsByteHamster
Fix loading views inconsistently showing cover