summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-28Clean up unused module AndroidX librariesTacoTheDank
2021-08-28Merge pull request #5365 from ByteHamster/fix-hiding-keyboardByteHamster
Fix sometimes showing keyboard instead of hiding it
2021-08-28Merge pull request #5366 from ByteHamster/fix-green-downloadByteHamster
Fix green download icon everywhere after showing swipe settings dialog
2021-08-28Fix green download icon everywhere after showing swipe settings dialogByteHamster
2021-08-28Merge pull request #5364 from ByteHamster/playback-state-fixesByteHamster
Playback state fixes
2021-08-28Fix sometimes showing keyboard instead of hiding itByteHamster
2021-08-28Merge pull request #5362 from ByteHamster/parser-mediaByteHamster
Moved media file parser to its own module
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 #5361 from ByteHamster/mark-non-newByteHamster
Only change item state if it is actually in the inbox
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-28Only change item state if it is actually in the inboxByteHamster
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-27Merge pull request #5357 from ByteHamster/sync-broken-guidByteHamster
Make guid repair more reliable with sync
2021-08-27Merge pull request #5356 from thrillfall/sync-with-guidByteHamster
add property guid to episode action synchronization payload
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-25add property guid to episode action synchronization payloadthrillfall
2021-08-24Only declare used ExoPlayer submodulesTacoTheDank
2021-08-23Feed multi select (#5261)seeto
2021-08-22Merge pull request #5351 from ByteHamster/queue-lockByteHamster
Move queue lock feature to the overflow menu
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-17Bumped version to 2.3.22.3.2ByteHamster
2021-08-17Merge pull request #5345 from AntennaPod/example-fileByteHamster
Added chapter marks test file with extended header
2021-08-17Merge pull request #5349 from ByteHamster/fix-crash-filterByteHamster
Fix filter dialog crashing if someone has a non-supported filter value set
2021-08-17Backport: Skip id3 extended header if availableByteHamster
2021-08-17Fix filter dialog crashing if someone has a non-supported filter value setByteHamster
No idea how someone could end up with that invalid value but it was reported by a user.
2021-08-17Backport: Fix entering new password protected feedsByteHamster
2021-08-17Backport: Clear cover target when setting folder imageHannes Johansson
To prevent race conditions from recycled views in GridView
2021-08-17Merge pull request #5348 from ByteHamster/fix-passwordByteHamster
Fix entering new password protected feeds
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".
2021-08-17Added chapter marks test file with extended headerByteHamster
2021-08-17Fix entering new password protected feedsByteHamster
2021-08-12Merge pull request #5341 from ↵ByteHamster
myslok/clear-cover-targets-to-prevent-folder-cover-race-condition Clear cover target when setting folder image in CoverLoader
2021-08-12Make Accidental Pull Down Refresh less likely (#5281)vbh
2021-08-11Clear cover target when setting folder imageHannes Johansson
To prevent race conditions from recycled views in GridView
2021-08-09Merge pull request #5338 from ByteHamster/live-searchByteHamster
Live results in local search
2021-08-08Live results in local searchByteHamster
2021-08-07Merge pull request #5336 from ByteHamster/load-queue-after-mediaByteHamster
Delay loading queue until media is loaded
2021-08-07Delay loading queue until media is loadedByteHamster