Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-28 | Merge pull request #5364 from ByteHamster/playback-state-fixes | ByteHamster | |
Playback state fixes | |||
2021-08-28 | Don't write noMediaPlaying when follow queue is disabled | ByteHamster | |
2021-08-28 | Fixed wrong icon sometimes ending up in the media session | ByteHamster | |
2021-08-28 | Moved media file parser to its own module | ByteHamster | |
2021-08-28 | Merge pull request #5360 from ByteHamster/parser | ByteHamster | |
Moved feed parser to its own module | |||
2021-08-28 | Moved feed parser to its own module | ByteHamster | |
2021-08-28 | Merge pull request #5359 from ByteHamster/remove-suggestions | ByteHamster | |
Removed gpodder suggestions feature | |||
2021-08-27 | Removed gpodder suggestions feature | ByteHamster | |
The feature was invisible since 2014 and nobody noticed. | |||
2021-08-27 | Merge pull request #5358 from ByteHamster/duplicate-same-day | ByteHamster | |
Allow duplicate items to have a different publication date | |||
2021-08-27 | Merge pull request #5355 from TacoTheDank/exo-reduce | ByteHamster | |
Only declare used ExoPlayer submodules | |||
2021-08-27 | Allow duplicate items to have a different publication date | ByteHamster | |
2021-08-27 | Make guid repair more reliable with sync | ByteHamster | |
When the host changes a guid, send the playback state to the synchronization service again with the new guid. | |||
2021-08-24 | Only declare used ExoPlayer submodules | TacoTheDank | |
2021-08-23 | Feed multi select (#5261) | seeto | |
2021-08-22 | Move queue lock feature to the overflow menu | ByteHamster | |
2021-08-20 | Identify episodes by guid (#5326) | thrillfall | |
2021-08-17 | Fix: #5298 "Add to folder" in podcast contextual side menu (#5344) | vbh | |
2021-08-17 | Merge branch 'master' into develop | ByteHamster | |
2021-08-17 | Merge pull request #5345 from AntennaPod/example-file | ByteHamster | |
Added chapter marks test file with extended header | |||
2021-08-17 | Backport: Skip id3 extended header if available | ByteHamster | |
2021-08-17 | Fixed reading strings with uneven length | ByteHamster | |
2021-08-17 | Treat 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-17 | Added chapter marks test file with extended header | ByteHamster | |
2021-08-08 | Live results in local search | ByteHamster | |
2021-08-07 | Merge pull request #5336 from ByteHamster/load-queue-after-media | ByteHamster | |
Delay loading queue until media is loaded | |||
2021-08-07 | Delay loading queue until media is loaded | ByteHamster | |
2021-08-07 | Merge pull request #5335 from ByteHamster/disable-multitouch | ByteHamster | |
Disable multi-touch | |||
2021-08-07 | Merge pull request #5330 from ByteHamster/load-next-media | ByteHamster | |
When continuous playback is disabled, show next episode in notification | |||
2021-08-07 | Disable multi-touch | ByteHamster | |
2021-08-06 | Merge pull request #5321 from ByteHamster/skip-id3-extended-header | ByteHamster | |
Skip id3 extended header if available | |||
2021-08-06 | Merge pull request #5329 from ByteHamster/subscribe-deeplink | ByteHamster | |
Add subscription deeplink | |||
2021-08-05 | When continuous playback is disabled, show next episode in notification | ByteHamster | |
2021-08-05 | Add subscription deeplink | ByteHamster | |
2021-08-02 | Skip id3 extended header if available | ByteHamster | |
2021-07-31 | Guess image file type and ignore when not an image | ByteHamster | |
Apparently, some publishers explicitly specify the audio file as an image. | |||
2021-07-31 | Recode images to save cache space | ByteHamster | |
2021-07-30 | Merge pull request #5312 from ByteHamster/opml-activity | ByteHamster | |
Rework of OPML import internals | |||
2021-07-30 | Merge pull request #5309 from ByteHamster/remove-volume-control | ByteHamster | |
Removed left/right volume controls | |||
2021-07-30 | Replace AsyncTask with RxJava | ByteHamster | |
2021-07-30 | Merge pull request #5310 from ByteHamster/simplify-loading-icon | ByteHamster | |
Simplify loading media icon for MediaSession | |||
2021-07-30 | Merge pull request #5308 from ByteHamster/remove-cache-size | ByteHamster | |
Remove image cache size setting and choose size automatically | |||
2021-07-29 | Removed left/right volume controls | ByteHamster | |
The setting does not work in our default player anyway and just clutters the interface with yet another setting that nobody uses. | |||
2021-07-29 | Adapted wording: We don't use the technical term 'feed' in any other setting | ByteHamster | |
2021-07-29 | Simplify loading media icon for MediaSession | ByteHamster | |
2021-07-29 | Remove image cache size setting and choose size automatically | ByteHamster | |
2021-07-26 | Merge branch 'master' into develop | ByteHamster | |
2021-07-25 | Updated service shutting down text because it could be scary | ByteHamster | |
2021-07-24 | Merge pull request #5200 from TacoTheDank/plugin-updates | ByteHamster | |
Update plugins and Gradle | |||
2021-07-24 | Fix bug leading to cache miss in ↵ | struggggle | |
de.danoeh.antennapod.core.glide.FastBlurTransformation (#5289) Co-authored-by: mjblackhorse <majunster@gmail.com> | |||
2021-07-24 | Merge pull request #5296 from ByteHamster/sync-icon | ByteHamster | |
Add sync icon |