summaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
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
2021-03-01Merge branch 'master' into developByteHamster
2021-02-23Remove free build hackByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2020-10-25Upgrade roboelectric for API 30 compatibilityByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Local feeds: Unit tests for LocalFeedUpdater (#4551)Herbert Reiter
2020-10-17Merge branch 'master' into developByteHamster
2020-10-02Use freeImplementation for including conscrypt in Free builds.Mats Wahlberg
This removes the need for the -PfreeBuild flag to gradle, and makes assemblePlay and assembleDebug build all flavours without errors again. Changed circleci config back accordingly and removed comment about -PfreeBuild. Based on #4457.