Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-12 | Fix website languages being in wrong folder (#7084) | ByteHamster | |
2024-04-07 | CI 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-05 | Spotbugs 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-05 | Delete core module (#7060) | ByteHamster | |
2024-03-31 | Restructure related UI classes together (#7044) | ByteHamster | |
2024-03-29 | Remove dependency of :net:discovery and :ui:echo on :core (#7036) | ByteHamster | |
Moves the common icon files to :ui:common | |||
2024-03-25 | Move widget setup code to widget module (#6996) | ByteHamster | |
2024-03-24 | Move debug icons to :ui:common (#7026) | ByteHamster | |
2024-03-23 | Move first batch of preferences code to :ui:preferences (#7010) | ByteHamster | |
2024-03-22 | Nicer rating dialog (#7011) | ByteHamster | |
2024-03-17 | Move theme to :ui:common module (#6997) | ByteHamster | |
This enables creating Activities outside the app and core modules | |||
2024-03-06 | Remove TriangleLabelView (#6963) | ByteHamster | |
Since we redesigned the subscriptions page, this class is unused. | |||
2024-03-04 | Clean up some dead code (#6952) | Taco | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-10-06 | Better content descriptions for TalkBack (#6684) | ByteHamster | |
2023-10-01 | Switch to colorBackground instead of windowBackground (#6674) | ByteHamster | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-02-11 | Don't break tab labels into multiple lines on small devices (#6313) | ByteHamster | |
2022-12-18 | Remove support for Android 4.4 | ByteHamster | |
2022-09-18 | Use segmented buttons for filter | ByteHamster | |
2022-09-18 | Migrate Toolbars to Material3 | ByteHamster | |
2022-06-04 | Integrate TriangleLabelView locally into project | TacoTheDank | |
2022-04-22 | Update filter dialog to Fragment | ByteHamster | |
2022-03-05 | Refresh timeline when resetting statistics | ByteHamster | |
2022-02-26 | Move statistics screens to new module | ByteHamster | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2021-12-01 | Add preference to show subscription title (#5538) | vbh | |
2021-10-12 | Move speed dialog to the bottom (#5464) | ByteHamster | |
2021-05-11 | Move common gradle setup to a single file | ByteHamster | |
Original idea by @TacoTheDank | |||
2021-04-17 | Enabled Lint with dependency checking | ByteHamster | |
2021-03-01 | Fix failing Lint task when there are dependency updates | ByteHamster | |
2021-02-12 | Move basic views to new module | ByteHamster | |