summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Merge pull request #6137 from ByteHamster/fix-crash-clicking-iconByteHamster
Fix crash when clicking cover icon when episode is not loaded yet
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-03Merge pull request #6125 from ByteHamster/reduce-cover-sizeByteHamster
Make cover on player screen slightly smaller
2022-10-03Make cover on player screen slightly smallerByteHamster
2022-10-03Fix chapters dialog crashingByteHamster
2022-10-03Merge pull request #6121 from terminalmage/issue6117ByteHamster
Use "Close" label for button to dismiss chapters dialog
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-02Update translationsByteHamster
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 #6090 from TacoTheDank/removePreDexByteHamster
Remove old preDexLibs code in build.gradle
2022-10-02Merge pull request #6110 from ByteHamster/fix-dragByteHamster
Initialize swipe actions before using them
2022-10-02Merge pull request #6112 from ByteHamster/splash-navbarByteHamster
Extend splash blue to navigation bar
2022-10-02Decrease margin around button in episode card (#6102)Keunes
2022-09-30Extend splash blue to navigation barByteHamster
2022-09-30Initialize swipe actions before using themByteHamster
2022-09-30Hide episodes from 'queue' home section if played less than 1 secByteHamster
2022-09-22Don't remove feed item from screen after "toggle played", if filter setting ↵Erik Johnson
includes "not played" (#6079)
2022-09-18Remove old preDexLibs code in build.gradleTacoTheDank
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
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-09-18Material Design 3 BringupByteHamster
2022-09-18Add Quick Settings tile (#6006)cliambrown
2022-09-18Implement "Downloaded and unplayed" subscription counter option (#6073)Erik Johnson
2022-09-18Fix loading views inconsistently showing coverByteHamster
2022-09-18Merge pull request #5990 from TacoTheDank/binding_existingStuffByteHamster
Clean up some existing viewbinding stuff
2022-09-15Merge pull request #6081 from TacoTheDank/removeRobotiumByteHamster
Remove robotium-solo library
2022-09-15Merge pull request #6085 from ByteHamster/emulator-atd-imageByteHamster
Backport: Use atd emulator image
2022-09-15Use atd emulator imageByteHamster
2022-09-14Delete redundant round app iconTacoTheDank
2022-09-14Clean up some existing viewbinding stuffTacoTheDank
2022-09-14Remove robotium-solo libraryTacoTheDank
2022-09-13Add preference for managing swipe actions for Episodes list (#6072)Erik Johnson