summaryrefslogtreecommitdiff
path: root/ui/statistics/src
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-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-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-29Restructure Echo to be more flexible (#7035)ByteHamster
Each screen is its own file, which makes it easier to add interactive elements.
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-03-06Update SpotBugsTacoTheDank
2024-02-25Guess next episode release date (#6925)ByteHamster
2024-02-16Use proper plurals when showing number of episodes (#6922)ByteHamster
2024-01-02Use localized date format (#6843)ByteHamster
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-03-11Make statistics filter start at 00:00 (#6371)ByteHamster
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-09-18Migrate dialogs to Material3ByteHamster
2022-09-18Migrate Toolbars to Material3ByteHamster
2022-08-26Make statistics loading more efficientByteHamster
2022-07-30Show details dialog on download stats page as wellByteHamster
2022-06-30Merge branch 'master' into developByteHamster
2022-05-24Open podcast from statistics (#5898)Adrián Sámson
2022-05-15Merge pull request #5894 from ByteHamster/tiny-fixesByteHamster
Tiny fixes
2022-05-15Actually filter by last year (eg Jan-Dec)ByteHamster
2022-05-15Show spinner while loading statisticsByteHamster
2022-03-15Make yearly statistics a bar chart instead (#5759)ByteHamster
2022-03-05Filter 'today' does not make sense for 'from'ByteHamster
2022-03-05Use past year for statistics filterByteHamster
2022-03-05Make 'to' filter of statistics inclusiveByteHamster
2022-03-05Refresh timeline when resetting statisticsByteHamster
2022-02-26Move statistics screens to new moduleByteHamster