Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-25 | Move widget setup code to widget module (#6996) | ByteHamster | |
2024-03-25 | Move DBReader to :storage:database (#7027) | ByteHamster | |
2024-03-24 | Let the database do the sorting (#7025) | ByteHamster | |
2024-03-24 | Simplify playback preferences and move to :storage:preferences (#7024) | ByteHamster | |
2024-03-24 | Store last refresh attempt for feeds (#7022) | ByteHamster | |
2024-03-24 | Faster feed deletion (#7019) | ByteHamster | |
2024-03-24 | Launch splash activity after restoring backup (#7020) | ByteHamster | |
2024-03-23 | Rename FeedMedia methods to no longer have underscores (#7017) | ByteHamster | |
2024-03-23 | Move first batch of preferences code to :ui:preferences (#7010) | ByteHamster | |
2024-03-22 | Fix android:pathPattern not starting with a slash (#7014) | ByteHamster | |
2024-03-22 | Remove AutoDownloadTest (#7015) | ByteHamster | |
This test regularly fails our CI. The test checked that auto-download kicks in after the currently playing episode and that it considers the correct item in the queue to enqueue after. However, because we now use WorkManager, the download can be delayed based on decisions by the Android system. We cannot assume that downloading already starts just seconds after playback completes. I do not know an easy fix for this, and the test is quite complex anyway, testing multiple different modules at once. So I am removing the test for now. | |||
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-22 | Nicer rating dialog (#7011) | ByteHamster | |
2024-03-20 | Make swipe gestures less slippery (#7003) | ByteHamster | |
The sine function made the item move faster than the finger. | |||
2024-03-18 | Optional automatic daily database backup (#6994) | ByteHamster | |
2024-03-18 | Decouple media button starter and receiver (#6999) | 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-17 | Fix "add podcast" FAB still visible under SpeedDial main FAB (#6950) | Taco | |
2024-03-13 | Merge branch 'master' into develop | ByteHamster | |
2024-03-13 | Replace SwitchCompat with MaterialSwitch (#6989) | Taco | |
2024-03-11 | Move import/export to its own module (#6986) | ByteHamster | |
Also clean up ImportExportPreferencesFragment a bit. | |||
2024-03-10 | Backport: Remove tab characters from last 6 files | ByteHamster | |
2024-03-10 | Update release notes | ByteHamster | |
2024-03-10 | Remove wearable support library (#6978) | ByteHamster | |
The library is the last one requiring Jetifier and we only use 3 string constants in that whole library anyway. | |||
2024-03-10 | Remove stream library that is just used in 3 locations (#6976) | ByteHamster | |
Especially on the SwipeActionsDialog, this is even a bit easier to understand. | |||
2024-03-10 | Remove last few usages of Iconify (#6977) | ByteHamster | |
2024-03-09 | Remove okio library (#6972) | ByteHamster | |
2024-03-09 | Move Google Play Metadata to its own repo (#6970) | ByteHamster | |
This avoids having hundreds of megabytes of screenshot data in the main repo every single time we re-generate them. Then developers do not have to clone a huge repo (at least if they clone without submodules). It also enables rewriting the screenshot git history to be smaller without rewriting the code git history (which would be quite a bad idea). | |||
2024-03-09 | Update AndroidX libraries (#6940) | Taco | |
2024-03-07 | Delete unused TriangleLabelView license (#6965) | Taco | |
2024-03-06 | Remove TriangleLabelView (#6963) | ByteHamster | |
Since we redesigned the subscriptions page, this class is unused. | |||
2024-03-06 | Merge pull request #6958 from TacoTheDank/bumpSpotBugs | ByteHamster | |
Update and fix SpotBugs | |||
2024-03-06 | Clean up some old SpotBugs rules | TacoTheDank | |
2024-03-06 | Update SpotBugs | TacoTheDank | |
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 | Remove tab characters from last 6 files | ByteHamster | |
2024-03-04 | Clean up some dead code (#6952) | Taco | |
2024-03-03 | Skip silence setting per feed (#6910) | quails4Eva | |
2024-03-02 | Remove FeedComponent and FeedFile class (#6949) | ByteHamster | |
We want to be more flexible in what we store for each type of item. Also rename misleading function (lastUpdate to lastModified) | |||
2024-02-25 | Add option to add new episodes to queue (#6855) | Matej Drobnič | |
2024-02-25 | String tweaks reported on Transifex (#6942) | ByteHamster | |
2024-02-25 | Toggle sleep timer from notification (#6913) | mueller-ma | |
2024-02-20 | Remove some deprecated methods (#6932) | ByteHamster | |
2024-02-18 | Merge branch 'develop' | ByteHamster | |
2024-02-18 | Update contributors | ByteHamster | |
2024-02-18 | Merge branch 'master' into develop | ByteHamster | |
2024-02-16 | Use proper plurals when showing number of episodes (#6922) | ByteHamster | |
2024-02-04 | Tweak OPML import (#6906) | ByteHamster | |
- Only request storage permission when ContentResolver fails - Easier to read error message |