summaryrefslogtreecommitdiff
path: root/ui/common/build.gradle
AgeCommit message (Collapse)Author
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-05Delete core module (#7060)ByteHamster
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-03-01Fix failing Lint task when there are dependency updatesByteHamster
2021-02-12Move basic views to new moduleByteHamster