summaryrefslogtreecommitdiff
path: root/app/build.gradle
AgeCommit message (Collapse)Author
2024-07-02Bump version to 3.4.1HEADmasterByteHamster
2024-05-12Bump version to 3.4.03.4.0ByteHamster
2024-05-03Bump version to 3.4.0-beta5ByteHamster
2024-04-29Bump version to 3.4.0-beta4ByteHamster
2024-04-27Bump version to 3.4.0-beta3ByteHamster
2024-04-16Bump version to 3.4.0-beta2ByteHamster
2024-04-11Bump version to 3.4.0-beta1ByteHamster
2024-04-07CI tweaks (#7069)ByteHamster
- Run Checkstyle with gradle to make it easier for users - No longer needs different configuration for new code - Exclude current violations - Fix some violations that somehow couldn't be specified in the exclusion file - Print SpotBugs/Lint/Checkstly violations in GitHub format - Then the CI run gets annotated on the web UI
2024-04-07Merge branch 'master' into developByteHamster
2024-04-05Merge :net:sync:model and :net:sync:service-interface (#7063)ByteHamster
2024-04-05Delete core module (#7060)ByteHamster
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-31Remove unneeded module dependencies (#7046)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-29Move about screen to :ui:preferences (#7039)ByteHamster
2024-03-29Add :ui:discovery module (#7037)ByteHamster
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-24Bump version to 3.3.23.3.2ByteHamster
2024-03-23Move first batch of preferences code to :ui:preferences (#7010)ByteHamster
2024-03-22Nicer rating dialog (#7011)ByteHamster
2024-03-20Bump version to 3.3.1ByteHamster
2024-03-13Merge branch 'master' into developByteHamster
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-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-09Remove okio library (#6972)ByteHamster
2024-03-04Update AGP and Gradle (#6954)Taco
2024-02-25Fix Gradle deprecations (#6939)Taco
2024-02-19Bump version to 3.3.0-beta2ByteHamster
2024-02-18Merge branch 'develop'ByteHamster
2024-02-18Bump version to 3.3.0-beta1ByteHamster
2023-12-23Update preference search library (#6821)ByteHamster
2023-11-29Bump version to 3.2.03.2.0ByteHamster
2023-11-28AntennaPod Echo (#6780)ByteHamster
2023-11-13Bump version to 3.2.0-beta2ByteHamster
2023-11-05Bump version to 3.2.0-beta1ByteHamster
2023-11-05Merge branch 'master' into developByteHamster
2023-10-22Bump version to 3.1.23.1.2ByteHamster
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-09-12Bump version to 3.1.13.1.1ByteHamster
2023-08-19Bump version to 3.1.0ByteHamster
2023-07-18Bump version to 3.1.0-beta3ByteHamster
2023-07-16Bump version to 3.1.0-beta2ByteHamster
2023-07-16Bump version to 3.1.0-beta1ByteHamster
2023-06-24Merge pull request #6490 from TacoTheDank/minSdk21removalsByteHamster
Remove no longer needed Compat stuff
2023-05-29Use the brand new material switches for preferences (#6475)ebraminio