Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-31 | Restructure related UI classes together (#7044) | ByteHamster | |
2024-03-29 | Move playback service to module (#7042) | ByteHamster | |
2024-03-25 | Move widget setup code to widget module (#6996) | ByteHamster | |
2024-03-23 | Rename FeedMedia methods to no longer have underscores (#7017) | ByteHamster | |
2024-03-17 | Remove dependency from :ui:glide to :core module (#6998) | 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-09 | Update AndroidX libraries (#6940) | Taco | |
2024-03-06 | Merge pull request #6955 from ByteHamster/checkstyle | ByteHamster | |
Move some Checkstyle rules from new-code file to main file | |||
2024-03-04 | Fix indentation in last 8 files | ByteHamster | |
2024-03-04 | Clean up some dead code (#6952) | Taco | |
2023-12-06 | Fix 'played' state on TalkBack when cover is hidden (#6796) | ByteHamster | |
2023-11-05 | Show 'copied to clipboard' message on Android 12L (#6745) | ByteHamster | |
2023-11-05 | Announce played/unplayed in TalkBack (#6744) | ByteHamster | |
2023-11-05 | Merge branch 'master' into develop | ByteHamster | |
2023-10-22 | Delete local feed episodes (#6400) | Matej Drobnič | |
2023-10-06 | Better content descriptions for TalkBack (#6684) | ByteHamster | |
2023-08-19 | Relayout NoRelayoutTextView if text gets longer (#6587) | ByteHamster | |
2023-05-14 | Remove no longer needed Compat stuff | TacoTheDank | |
2023-05-14 | Don't show copying feedback on Android 13 (#6481) | Jonathan Zopf | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
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-02-24 | Do not jump bottom sheet when playing (#6342) | ByteHamster | |
Whenever some view calls requestLayout(), the bottom view jumps. This happens during slide when setting the player from GONE to VISIBLE. Also, it happens every time the position changes because the TextView has a dynamic width. We are not actually interested in the dynamic width and can simply keep the initial width. This avoids requestLayout() calls every time the position is updated. | |||
2023-01-24 | Fix playback timer flickering issue while streaming and downloading episode ↵ | GitStart | |
at the same time (#6268) | |||
2022-12-18 | Merge pull request #6237 from ByteHamster/tinted-theme | ByteHamster | |
Add support for Material You tinted theme | |||
2022-12-18 | Remove support for Android 4.4 | ByteHamster | |
2022-12-17 | Multi-select using background instead of checkbox | ByteHamster | |
2022-12-17 | Add support for Material You tinted theme | ByteHamster | |
2022-12-04 | Fix dummy list items crashing Android 9 | ByteHamster | |
2022-12-03 | Hide progress bar when there is no progress | ByteHamster | |
2022-11-30 | Highlight currently playing card | ByteHamster | |
2022-11-06 | Move preferences to a new module | ByteHamster | |
2022-11-06 | Move DownloadService-Interface to new module | ByteHamster | |
2022-11-05 | Decouple FeedItemUtil and PlaybackStatus | ByteHamster | |
2022-11-03 | Make NetworkUtils less fat | ByteHamster | |
Breaks dependency cycles | |||
2022-11-01 | No need to define INVALID_TIME multiple times | ByteHamster | |
2022-10-23 | Fix toolbar on empty screen being set to scrolled state | ByteHamster | |
2022-10-14 | Remove text colors from shownotes | ByteHamster | |
2022-10-04 | Reorder queue section when pressing play, not when pausing | ByteHamster | |
2022-09-18 | Merge pull request #6002 from ByteHamster/material3 | ByteHamster | |
Material Design 3 | |||
2022-09-18 | Migrate Toolbars to Material3 | ByteHamster | |
2022-09-18 | Fix loading views inconsistently showing cover | ByteHamster | |
2022-08-30 | Use dummy items instead of loading progress bar | ByteHamster | |
2022-08-27 | Home Screen (#5864) | ByteHamster | |
Co-authored-by: ueen <ueli.sarnighausen@online.de> | |||
2022-05-14 | Fix some deprecations | TacoTheDank | |
2022-05-03 | Rename 'new' screen to inbox (#5460) | ByteHamster | |
2022-04-12 | Work around Samsung having messed up the TimePicker | ByteHamster | |
2022-04-02 | Merge branch 'master' into develop | ByteHamster | |
2022-03-15 | Fix context menu click ending up in wrong fragment | ByteHamster | |
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion. | |||
2022-02-26 | Move statistics screens to new module | ByteHamster | |