summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2024-03-18Optional automatic daily database backup (#6994)ByteHamster
2024-03-18Decouple media button starter and receiver (#6999)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2024-03-17Fix "add podcast" FAB still visible under SpeedDial main FAB (#6950)Taco
2024-03-13Merge branch 'master' into developByteHamster
2024-03-13Replace SwitchCompat with MaterialSwitch (#6989)Taco
2024-03-11Move import/export to its own module (#6986)ByteHamster
Also clean up ImportExportPreferencesFragment a bit.
2024-03-10Bump version to 3.3.0ByteHamster
2024-03-10Backport: Remove tab characters from last 6 filesByteHamster
2024-03-10Update release notesByteHamster
2024-03-10Remove wearable support library (#6978)ByteHamster
The library is the last one requiring Jetifier and we only use 3 string constants in that whole library anyway.
2024-03-10Remove stream library that is just used in 3 locations (#6976)ByteHamster
Especially on the SwipeActionsDialog, this is even a bit easier to understand.
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-03-10Fix OkHttp deprecations (#6979)Taco
2024-03-09Remove okio library (#6972)ByteHamster
2024-03-09Move Google Play Metadata to its own repo (#6970)ByteHamster
This avoids having hundreds of megabytes of screenshot data in the main repo every single time we re-generate them. Then developers do not have to clone a huge repo (at least if they clone without submodules). It also enables rewriting the screenshot git history to be smaller without rewriting the code git history (which would be quite a bad idea).
2024-03-09Update AndroidX libraries (#6940)Taco
2024-03-07Delete unused TriangleLabelView license (#6965)Taco
2024-03-06Remove TriangleLabelView (#6963)ByteHamster
Since we redesigned the subscriptions page, this class is unused.
2024-03-06Merge pull request #6958 from TacoTheDank/bumpSpotBugsByteHamster
Update and fix SpotBugs
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2024-03-06Update SpotBugsTacoTheDank
2024-03-06Merge pull request #6955 from ByteHamster/checkstyleByteHamster
Move some Checkstyle rules from new-code file to main file
2024-03-04Fix indentation in last 8 filesByteHamster
2024-03-04Remove tab characters from last 6 filesByteHamster
2024-03-04Clean up some dead code (#6952)Taco
2024-03-04Update AGP and Gradle (#6954)Taco
2024-03-03Skip silence setting per feed (#6910)quails4Eva
2024-03-02Remove FeedComponent and FeedFile class (#6949)ByteHamster
We want to be more flexible in what we store for each type of item. Also rename misleading function (lastUpdate to lastModified)
2024-02-25Add option to add new episodes to queue (#6855)Matej Drobnič
2024-02-25String tweaks reported on Transifex (#6942)ByteHamster
2024-02-25Toggle sleep timer from notification (#6913)mueller-ma
2024-02-25Fix Gradle deprecations (#6939)Taco
2024-02-20Remove some deprecated methods (#6932)ByteHamster
2024-02-19Bump version to 3.3.0-beta2ByteHamster
2024-02-18Merge branch 'develop'ByteHamster
2024-02-18Bump version to 3.3.0-beta1ByteHamster
2024-02-18Update contributorsByteHamster
2024-02-18Merge branch 'master' into developByteHamster
2024-02-16Use proper plurals when showing number of episodes (#6922)ByteHamster
2024-02-04Tweak OPML import (#6906)ByteHamster
- Only request storage permission when ContentResolver fails - Easier to read error message
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič
2024-01-31Remove unused test class (#6907)ByteHamster
2024-01-20Hide refresh from toolbar (#6850)ueen
2024-01-10Merge pull request #6859 from ByteHamster/echo-tweaksByteHamster
2024-01-04Always show share in player toolbar (#6849)ueen
2024-01-04Permanently hide Echo section if it has too few hoursByteHamster
2024-01-03Print duration as number of days only on Echo (#6842)ByteHamster
Reverts an accidental change to the queue time display
2024-01-02Update queue list when toggling 'keep sorted' (#6853)ByteHamster