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