summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
AgeCommit message (Collapse)Author
2022-03-20Add button to always refresh over mobile dataByteHamster
2022-02-22Fix subscribe button being transparent on some devicesByteHamster
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.
2022-01-04Try to get missing feed url from discover with a search (#5620)agibault
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2021-12-19Rename tags (#5601)vbh
2021-12-10Simplify confusing string with two pluralsByteHamster
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-21Bump to minimum SDK version 19 (Android 4.4)ByteHamster
2021-11-21Add 'add to tag' option to multiselect menu (#5553)vbh
2021-11-17Merge pull request #5422 from TacoTheDank/transparentNavBarByteHamster
Make navigation bar color match theming
2021-11-14Mention ad blockers on streaming error dialog as wellByteHamster
2021-11-06Add subscription to home screen (#5523)vbh
2021-10-31Show more detailed feed statisticsByteHamster
2021-10-28Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396)thomasdomingos
2021-10-24Make navigation bar color match themingTacoTheDank
2021-10-24Merge pull request #5485 from ByteHamster/media-player-errorsByteHamster
Show actual error messages instead of just the error codes
2021-10-24Show actual error messages instead of just the error codesByteHamster
2021-10-24Improve accessibility of back button.Tobias Preuss
+ Let TalkBack read out "back" when tapping the arrow left button.
2021-10-13Add prompt logic in mobile feed refresh (#5462)RafaelBo
2021-10-10Reworked feed specific speed selector (#5458)ByteHamster
2021-10-08Wait for download completion on initial syncByteHamster
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-10-02Rename folder to tag (#5381)seeto
2021-09-06Improvements related to duplicate detection (#5387)ByteHamster
* Move duplicate detection to one single place * Canonicalize some common characters that are often confused * Assume same episode even when date is off by 1 week * Display duplicate detection as warning, not error
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-23Feed multi select (#5261)seeto
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-08-17Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)vbh
2021-08-08Live results in local searchByteHamster
2021-08-07Disable multi-touchByteHamster
2021-07-30Merge pull request #5312 from ByteHamster/opml-activityByteHamster
Rework of OPML import internals
2021-07-30Merge pull request #5309 from ByteHamster/remove-volume-controlByteHamster
Removed left/right volume controls
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-30Merge pull request #5308 from ByteHamster/remove-cache-sizeByteHamster
Remove image cache size setting and choose size automatically
2021-07-29Removed left/right volume controlsByteHamster
The setting does not work in our default player anyway and just clutters the interface with yet another setting that nobody uses.
2021-07-29Adapted wording: We don't use the technical term 'feed' in any other settingByteHamster
2021-07-29Remove image cache size setting and choose size automaticallyByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-25Updated service shutting down text because it could be scaryByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-05-14Merge pull request #5161 from ByteHamster/reduce-playback-controllerByteHamster
Remove some unnecessary code from playback controller
2021-05-14New media player screen (#5075)ueen
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-05-14Just assume we can always set the playback speedByteHamster
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player.
2021-05-01Don't mark episodes as played when removing from queueByteHamster
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I am not sure why. It is not really logical to do - removing from the queue just means that one is no longer interested in the episode - not that it was actually played.