summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-10-24Merge pull request #5483 from johnjohndoe/accessibility-toolbarByteHamster
Improve accessibility of back button.
2021-10-24Improve accessibility of back button.Tobias Preuss
+ Let TalkBack read out "back" when tapping the arrow left button.
2021-10-24Don't forget proxy settings when disabling proxy (#5471)vbh
2021-10-16Merge pull request #5469 from ByteHamster/compact-notification-button-defaultByteHamster
Use ff/rew as default notification buttons
2021-10-15Merge pull request #5470 from ByteHamster/alert-onceByteHamster
Alert only once for new episodes
2021-10-14Merge branch 'master' into developByteHamster
2021-10-14Alert only once for new episodesByteHamster
2021-10-14Updated translationsByteHamster
2021-10-14Use ff/rew as default notification buttonsByteHamster
2021-10-13Add prompt logic in mobile feed refresh (#5462)RafaelBo
2021-10-13Fewer default speed valuesByteHamster
2021-10-10limit to 100 episodes when browsing a podcast feedTony Tam
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-05Trying to make image resizing more stableByteHamster
2021-10-02Rename folder to tag (#5381)seeto
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
2021-09-17Updated translationsByteHamster
2021-09-17Fix NPE in duplicate detectionByteHamster
2021-09-12Updated translationsByteHamster
2021-09-06Merge pull request #5368 from TacoTheDank/librarybumpByteHamster
Update AppCompat to 1.3.x
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-09-05Use NotificationChannelCompat utilitiesTacoTheDank
2021-08-28Use ServiceCompat.stopForegroundTacoTheDank
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-28Merge pull request #5364 from ByteHamster/playback-state-fixesByteHamster
Playback state fixes
2021-08-28Don't write noMediaPlaying when follow queue is disabledByteHamster
2021-08-28Fixed wrong icon sometimes ending up in the media sessionByteHamster
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-28Merge pull request #5359 from ByteHamster/remove-suggestionsByteHamster
Removed gpodder suggestions feature
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-27Merge pull request #5358 from ByteHamster/duplicate-same-dayByteHamster
Allow duplicate items to have a different publication date
2021-08-27Merge pull request #5355 from TacoTheDank/exo-reduceByteHamster
Only declare used ExoPlayer submodules
2021-08-27Allow duplicate items to have a different publication dateByteHamster
2021-08-27Make guid repair more reliable with syncByteHamster
When the host changes a guid, send the playback state to the synchronization service again with the new guid.
2021-08-24Only declare used ExoPlayer submodulesTacoTheDank
2021-08-23Feed multi select (#5261)seeto
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-08-20Identify episodes by guid (#5326)thrillfall
2021-08-17Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)vbh
2021-08-17Merge branch 'master' into developByteHamster
2021-08-17Merge pull request #5345 from AntennaPod/example-fileByteHamster
Added chapter marks test file with extended header
2021-08-17Backport: Skip id3 extended header if availableByteHamster
2021-08-17Fixed reading strings with uneven lengthByteHamster
2021-08-17Treat link without rel as rel=alternate (#5347)godbless
src: https://datatracker.ietf.org/doc/html/rfc4287#section-4.2.7.2 If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate".