Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-15 | Delete partially downloaded file when giving up to retry (#6530) | ByteHamster | |
2023-07-15 | Don't allow adding items without media to the queue (#6529) | ByteHamster | |
2023-07-04 | Fix 'allow once' for feed update on mobile networks (#6528) | ByteHamster | |
2023-06-24 | Merge pull request #6490 from TacoTheDank/minSdk21removals | ByteHamster | |
Remove no longer needed Compat stuff | |||
2023-05-29 | Use the brand new material switches for preferences (#6475) | ebraminio | |
2023-05-18 | Fix default widget background (#6494) | ByteHamster | |
2023-05-18 | Rounded corners of cover in widget (#6483) | mueller-ma | |
2023-05-14 | Remove no longer needed Compat stuff | TacoTheDank | |
2023-05-14 | Centralize stream library version | TacoTheDank | |
2023-05-07 | Let filter button height grow (#6477) | ByteHamster | |
Also, make it easier to see what option is selected | |||
2023-05-06 | Don't show error when download was cancelled (#6476) | ByteHamster | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-05-05 | Merge branch 'master' into develop | ByteHamster | |
2023-05-05 | Ignore subscription filter when suggesting tags (#6453) | mueller-ma | |
I have the following setup: * A tag 'Done' with fully listened podcasts * The subscription filter "counter greater 0" * The subscription counter "downloaded episodes" This way all done podcasts aren't visible in the drawer. When I want to tag another podcast as done, 'Done' isn't auto-completed. With this change all tags will be auto-completed. | |||
2023-05-05 | Work around Android telling us zero-date when no date is present (#6450) | ByteHamster | |
2023-05-05 | Mark quick settings tile as toggleable (#6464) | mueller-ma | |
This removes the arrow that is currently displayed in the tile. That arrow is only shown on tiles that open a dialog or activity. | |||
2023-04-15 | Handle a null timestamp in local/first actions (#6379) | Rob Pilling | |
2023-04-15 | Add option to enable sleep timer based on current time (#6384) | mueller-ma | |
2023-04-15 | Replace Network+Storage preferences with Downloads (#6434) | ByteHamster | |
2023-04-15 | Adapt teaser image to branding refresh (#6436) | ByteHamster | |
2023-04-15 | Invert monochrome icon (#6431) | ByteHamster | |
2023-04-15 | Add onPrimary color (#6432) | ByteHamster | |
2023-04-06 | Ignore 'new' action during sync (#6415) | ByteHamster | |
We never want to overwrite the local playback state. | |||
2023-04-06 | Support longer transient pause (#6416) | ByteHamster | |
2023-04-06 | Don't crash when Chromecast media is not loaded yet (#6417) | ByteHamster | |
2023-04-03 | Target Android 13 (#6409) | ByteHamster | |
2023-04-03 | Make widget configurable by long-pressing (#6410) | mueller-ma | |
2023-04-02 | When both adding and removing a feed before the next sync, remove the other ↵ | ByteHamster | |
action (#6404) | |||
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 | Don't try to start foreground service, Android doesn't let us anyway (#6386) | ByteHamster | |
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-12 | Notify Android Auto that the queue changed (#6373) | ByteHamster | |
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-03-06 | Warn when local folder is empty instead of silently ignoring (#6366) | ByteHamster | |
2023-03-01 | Instead of specialized methods, use the global 'getEpisodes' method with a ↵ | ByteHamster | |
filter (#6358) | |||
2023-02-28 | Add option to switch a- & descending sort order for Inbox (#6266) | GitStart | |
2023-02-26 | Remove deprecated media players (#6354) | ByteHamster | |
2023-02-25 | Support media resumption (#6350) | ByteHamster | |
This fixes the disappearing media notification after pressing the play button. | |||
2023-02-25 | Add cancel action to download notification (#6353) | ByteHamster | |
2023-02-24 | Always add feeds from opml, even if download fails (#6347) | ByteHamster | |
2023-02-24 | Add mobile sync setting (#6349) | ByteHamster | |
2023-02-24 | Resume playback does not work when streaming after data connection drops (#6272) | GitStart | |
2023-02-24 | Add back skip buttons and more custom actions on Android Auto (#6050) | Andrew Booze | |
2023-02-23 | Fix memory leaks (#6335) | peking_ling | |
2023-02-22 | Add "New Episodes Action" preference (#6095) | Erik Johnson | |
2023-02-22 | Add sort option to episodes screen (#6286) | GitStart | |
2023-02-20 | Merge branch 'master' into develop | ByteHamster | |
2023-02-20 | Force-refresh feeds that failed before (#6332) | ByteHamster | |
Apparently some servers return "Not Modified", even though a broken feed was fixed in the meantime. When refreshing all feeds, now force-refresh the feeds that previously failed. |