summaryrefslogtreecommitdiff
path: root/ui/common
AgeCommit message (Collapse)Author
2024-04-12Fix website languages being in wrong folder (#7084)ByteHamster
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-05Spotbugs cleanup (#6968)Taco
Remove unused SpotBugs rules. Fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD, ICAST_INTEGER_MULTIPLY_CAST_TO_LONG, NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION, OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
2024-04-05Delete core module (#7060)ByteHamster
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Remove dependency of :net:discovery and :ui:echo on :core (#7036)ByteHamster
Moves the common icon files to :ui:common
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-24Move debug icons to :ui:common (#7026)ByteHamster
2024-03-23Move first batch of preferences code to :ui:preferences (#7010)ByteHamster
2024-03-22Nicer rating dialog (#7011)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2024-03-06Remove TriangleLabelView (#6963)ByteHamster
Since we redesigned the subscriptions page, this class is unused.
2024-03-04Clean up some dead code (#6952)Taco
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-02-11Don't break tab labels into multiple lines on small devices (#6313)ByteHamster
2022-12-18Remove support for Android 4.4ByteHamster
2022-09-18Use segmented buttons for filterByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-06-04Integrate TriangleLabelView locally into projectTacoTheDank
2022-04-22Update filter dialog to FragmentByteHamster
2022-03-05Refresh timeline when resetting statisticsByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2021-12-01Add preference to show subscription title (#5538)vbh
2021-10-12Move speed dialog to the bottom (#5464)ByteHamster
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