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-01 | Fix playback state not being updated (#7050) | ByteHamster | |
2024-03-29 | Remove ClientConfig class (#7038) | 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 DBReader to :storage:database (#7027) | ByteHamster | |
2024-03-24 | Simplify playback preferences and move to :storage:preferences (#7024) | ByteHamster | |
2024-03-22 | Playback speed fixes (#7013) | ByteHamster | |
- Remove video-specific playback speed (no longer needed now that we have per-podcast speed) - Respect changed speed setting on settings page even if the service is not running - Do not change global speed when feed setting is updated | |||
2024-03-18 | Optional automatic daily database backup (#6994) | ByteHamster | |
2024-03-04 | Fix indentation in last 8 files | ByteHamster | |
2024-02-25 | Toggle sleep timer from notification (#6913) | mueller-ma | |
2024-02-04 | Add next chapter button to notification (#6276) | Matej Drobnič | |
2023-11-17 | Honor sort in episode list view in Android Auto (#6756) | Tony Tam | |
2023-10-22 | Delete local feed episodes (#6400) | Matej Drobnič | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-09-12 | Remove auto-download notification setting (#6625) | ByteHamster | |
Also, add episode notifications to multi select options | |||
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-05-05 | Merge branch 'master' into develop | ByteHamster | |
2023-04-01 | Update AGP to 7.4.0 (#5655) | Taco | |
2023-03-31 | Remove 'set lockscreen background' setting (#6385) | ByteHamster | |
Users disable the setting and then wonder why other apps (like Android Auto) do not display the cover image, even though it says so in the setting summary. | |||
2023-03-31 | Random enqueue location (#6403) | Andrzej Węgłowski | |
2023-03-14 | Move feed download to worker (#6375) | ByteHamster | |
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future. | |||
2023-03-06 | Hide 'reconnect' settings (#6367) | ByteHamster | |
Android 12+ doesn't let us start the foreground service from an event like "headset reconnected". Hide the corresponding settings and avoid crashing. | |||
2023-02-28 | Add option to switch a- & descending sort order for Inbox (#6266) | GitStart | |
2023-02-28 | Re-add setting to open drawer when pressing back (#6355) | ByteHamster | |
2023-02-26 | Remove deprecated media players (#6354) | ByteHamster | |
2023-02-24 | Add mobile sync setting (#6349) | ByteHamster | |
2023-02-22 | Add "New Episodes Action" preference (#6095) | Erik Johnson | |
2023-02-18 | Extra toggle for full black theme (#6328) | ByteHamster | |
2023-02-12 | Add sorting options to downloads screen (#6210) | Jared234 | |
2022-12-17 | Add support for Material You tinted theme | ByteHamster | |
2022-11-06 | Move preferences to a new module | ByteHamster | |