summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2021-11-02Merge pull request #5515 from ByteHamster/feed-statistics-tableByteHamster
Show more detailed feed statistics
2021-10-31Show more detailed feed statisticsByteHamster
2021-10-30Show list of downloads on Android AutoByteHamster
2021-10-28Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396)thomasdomingos
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-14Merge branch 'master' into developByteHamster
2021-10-14Updated translationsByteHamster
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-05Updated translationsByteHamster
2021-10-02Rename folder to tag (#5381)seeto
2021-09-17Updated translationsByteHamster
2021-09-12Updated translationsByteHamster
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-24Add sync iconByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-07-11Updated translationsByteHamster
2021-07-11Merge pull request #4833 from Thom-Merrilin/fix-auto-download-on-subscribeByteHamster
Check Auto Download preference on the feed before auto downloading
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-11Updated website iconByteHamster
2021-07-11Update download icon (#5184)Farzan
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-25Fix widget not showing iconsByteHamster
2021-06-16Updated translationsByteHamster
2021-05-22Merge branch 'master' into developByteHamster
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-08Updated translationsByteHamster
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.