summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2023-02-12Add sorting options to downloads screen (#6210)Jared234
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-01-29Update feed url when server returns itunes:new-feed-url (#6291)ByteHamster
2023-01-28Send first sleep timer tick earlier (#6288)ByteHamster
2023-01-13Merge pull request #6265 from ByteHamster/fix_duplicate_nameByteHamster
Fix downloads when feeds with same name have items with the same name
2023-01-13Branding upgrade (#6146)ByteHamster
2023-01-08Fix downloads when feeds with same name have items with the same nameByteHamster
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-20Merge pull request #6247 from ByteHamster/rewrite-audio-focusByteHamster
Rework audio focus handling
2022-12-18Rework audio focus handlingByteHamster
Instead of pausing the entire service, only pause media playback without telling the service. This has the following advantages: - It's faster - The position does not change (because it does not need to seek) - We can definitely resume (because we still have a foreground service) Especially the last point is important on Android 12, where we couldn't restart after an interruption because the service cannot be started.
2022-12-18Remove support for Android 4.4ByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-04Show skip button even if 'continuous playback' is disabledByteHamster
It can still be used to skip the rest of an episode and load the next one into the notification/miniplayer. There is no reason to hide the button and instead show no button at all.
2022-11-30Fixed bug that causes "skip" button to be unresponsive (#6170)Jared234
2022-11-30Highlight currently playing cardByteHamster
2022-11-27Switch back to non-transparent navigation bar (#6111)ByteHamster
2022-11-26Target API 31 (#6190)ByteHamster
2022-11-18Add button to refresh episode chapters (#6177)LukasBrilla5
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-06Merge pull request #6176 from ByteHamster/decoupleByteHamster
Decouple some classes
2022-11-05Remove dependency from other classes to DownloadServiceByteHamster
2022-11-05No need to have other classes depend on the entire playback service when ↵ByteHamster
they just need one constant
2022-11-05Decouple FeedItemUtil and PlaybackStatusByteHamster
2022-11-05Decouple sync service from other classesByteHamster
2022-11-05Merge pull request #6174 from ByteHamster/modularize-glideByteHamster
Move Glide config to its own module
2022-11-03Remove dependency from MediaButtonReceiver to PlaybackServiceByteHamster
2022-11-03Decouple restoring Playable from Preferences and storing positionByteHamster
Breaks dependency cycle
2022-11-03Make NetworkUtils less fatByteHamster
Breaks dependency cycles
2022-11-03Break dependency cycleByteHamster
ClientConfig->HttpClient->UserAgentInterceptor->ClientConfig
2022-11-03Move Glide to its own moduleByteHamster
2022-11-03Merge pull request #6173 from ByteHamster/playbackservice-cleanupByteHamster
PlaybackService cleanup
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-11-01No need to have a virtual method that is only used in one single instanceByteHamster
2022-11-01Close video player when switching to audioByteHamster
2022-11-01No need to define INVALID_TIME multiple timesByteHamster
2022-11-01Use normal pause/skip keycodes, not custom intentByteHamster
2022-10-29Remove 'seconds' and 'hours' options from sleep timer (#6148)Vishnu Sanal T
2022-10-29Merge pull request #6166 from ByteHamster/less-noisy-glideByteHamster
Do not print stacktrace for image loading errors
2022-10-28Fix Inbox not default screen when set as such (#6168)Tong Liu
2022-10-27Do not print stacktrace for image loading errorsByteHamster
2022-10-23Merge pull request #6153 from ByteHamster/fast-document-fileByteHamster
Speed up local folder refresh
2022-10-21If file size and name are the same, just assume that the metadata is the ↵ByteHamster
same as well
2022-10-21Speed up chapter parsingByteHamster
2022-10-21Make loading DocumentFiles fasterByteHamster
2022-10-14Remove text colors from shownotesByteHamster
2022-10-14Merge pull request #6109 from ByteHamster/home-only-greater-zeroByteHamster
Tweak Queue section on home screen
2022-10-04Reorder queue section when pressing play, not when pausingByteHamster
2022-09-30Extend splash blue to navigation barByteHamster
2022-09-18Rewrite include/exclude filter dialog (#6057)ByteHamster