summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
2021-09-12Bumped version to 2.4.0-beta1ByteHamster
2021-09-12Updated contributors listByteHamster
2021-09-12Updated translationsByteHamster
2021-09-06Merge pull request #5368 from TacoTheDank/librarybumpByteHamster
Update AppCompat to 1.3.x
2021-09-06Merge pull request #5383 from ByteHamster/swipe-newByteHamster
Only remove new swipe action when showing only new episodes
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-09-04Add Feature Request template link to Contributing.md (#5385)e-t-l
Added a link directly to the Feature Request template, just like there is for the Bug Report template, so that new contributors can more easily find it. Previously, even contributors who had read through the contributing guidelines were unaware that a specific template existed for Feature Requests and would submit poorly formatted requests as a result, which then would get flagged by antennapod-bot and need to be edited.
2021-09-03Merge pull request #5370 from TacoTheDank/swipeDecoratorBumpByteHamster
Bump RecyclerViewSwipeDecorator to 1.3
2021-09-03Only remove new swipe action when showing only new episodesByteHamster
2021-08-29Merge pull request #5369 from TacoTheDank/servicecompatByteHamster
Use ServiceCompat.stopForeground
2021-08-29Merge pull request #5372 from TacoTheDank/test-goofByteHamster
Fix media parser test resources mistakenly put in the wrong directory
2021-08-29Fix media parser test resources mistakenly put in the wrong directoryTacoTheDank
2021-08-28Bump RecyclerViewSwipeDecorator to 1.3TacoTheDank
2021-08-28Use ServiceCompat.stopForegroundTacoTheDank
2021-08-28Use ActivityCompat.recreateTacoTheDank
2021-08-28Fix missing super callTacoTheDank
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