summaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
2024-04-05Delete core module (#7060)ByteHamster
2024-04-04Move some tests from core module to their respective module (#7059)ByteHamster
2024-03-29Move playback service to module (#7042)ByteHamster
2024-03-29Move download service to module (#7041)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-17Add POST_NOTIFICATIONS permission checks (#6951)Taco
Also update AndroidX Core to 1.9.0 because then `checkSelfPermission()` delegates to `areNotificationsEnabled()` if needed
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2024-03-17Move notification icons and widget icons to separate modules (#6995)ByteHamster
2024-03-11Move import/export to its own module (#6986)ByteHamster
Also clean up ImportExportPreferencesFragment a bit.
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-10Fix some Media3 deprecations (#6980)Taco
2024-03-09Remove okio library (#6972)ByteHamster
2024-03-09Upgrade ExoPlayer to media3 version (#6971)ByteHamster
2024-03-04Update AGP and Gradle (#6954)Taco
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-05-14Centralize stream library versionTacoTheDank
2023-04-01Update AGP to 7.4.0 (#5655)Taco
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2023-02-26Remove deprecated media players (#6354)ByteHamster
2023-01-13Branding upgrade (#6146)ByteHamster
2022-11-26Target API 31 (#6190)ByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-03Move Glide to its own moduleByteHamster
2022-09-14Remove robotium-solo libraryTacoTheDank
2022-02-27Move database to its own moduleByteHamster
2022-02-23Move strings files to their own moduleByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-04Merge pull request #5520 from ByteHamster/move-events-to-moduleByteHamster
Move (most) events to their own module
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-30Use OkHttp as backend for ExoPlayerByteHamster
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-24Only declare used ExoPlayer submodulesTacoTheDank
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Moved notification icons to their own module, so they don't crash old ↵ByteHamster
Android versions
2021-04-18Use VectorDrawable compat libraryByteHamster
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-03-01Moved SSL providers to new moduleByteHamster