summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-03Merge branch 'master' into developByteHamster
2021-03-03Bumped version to 2.2.0-beta1ByteHamster
2021-03-03Updated contributors listByteHamster
2021-03-03Added release notes (thanks to @keunes)ByteHamster
2021-03-03Updated translationsByteHamster
2021-03-03Merge pull request #4981 from ByteHamster/remove-optionalByteHamster
Removed our re-implementation of 'Optimal' and used the RxJava equivalent instead
2021-03-01Merge pull request #4983 from ByteHamster/fix-error-message-wrong-sizeByteHamster
Fixed wrong error message
2021-03-01Merge pull request #4979 from ByteHamster/fix-notificationupdaterByteHamster
Fixed crash when notification updater is null
2021-03-01Merge pull request #4980 from ByteHamster/remove-external-mediaByteHamster
Removed ExternalMedia
2021-03-01Fixed conflicting PRsByteHamster
2021-03-01Chapter dividers for the progress bar (#4915)Jonas Burian
2021-03-01Fixed wrong error messageByteHamster
2021-03-01Removed our re-implementation of 'Optimal' and used the RxJava equivalent ↵ByteHamster
instead
2021-03-01Removed ExternalMediaByteHamster
It was used for "open with" actions, which are no longer supported. We have the local folders feature for that now.
2021-03-01Merge pull request #4978 from ByteHamster/remove-chapter-loader-from-modelByteHamster
Removed chapter loader from model
2021-03-01Merge pull request #4976 from ByteHamster/net-sslByteHamster
Moved SSL providers to new module
2021-03-01Fixed crash when notification updater is nullByteHamster
2021-03-01Removed chapter loader from modelByteHamster
2021-03-01Fix failing Lint task when there are dependency updatesByteHamster
2021-03-01Moved SSL providers to new moduleByteHamster
2021-03-01Merge pull request #4972 from ByteHamster/chapter-demo-fileByteHamster
Added chapter parser test files from Hindenburg Journalist Pro
2021-03-01Merge branch 'master' into developByteHamster
2021-03-01Merge pull request #4963 from a1291762/developByteHamster
Avoid the stuck download notification
2021-03-01Change the message that appears when downloads are finishedLincoln Ramsay
In the event that the notification hangs around, this is a more accurate description of what is happening.
2021-02-28Added chapter parser test files from Hindenburg Journalist ProByteHamster
Thanks to the Sendegate community! https://sendegate.de/t/gesucht-beispieldateien-mit-kapitelmarken/13228
2021-02-28Refactoring: Remove Cursor related code from Feed class (#4968)Herbert Reiter
2021-02-28Avoid stuck download notificationsLincoln Ramsay
Cancel the periodic updater before calling stopForeground so that the notification can't come back after it has been closed. Remove the workaround for API 30 slow notification closing because it can cause a stuck notification. However, in order to avoid misleading text being left on the notification if it closes slowly, ensure that the "0 downloads" text is written to the notification when shutting down. Fixes #4556
2021-02-27Merge pull request #4970 from tamizh143/developByteHamster
Mark separator icons as not important for talkback #4758
2021-02-27Set Separater Icon (.) not important for accessibilitytamizh138
2021-02-26Merge pull request #4967 from ByteHamster/remove-asynctaskByteHamster
Remove deprecated asynctask from gpodder fragments
2021-02-26Merge pull request #4966 from ByteHamster/remove-feedpreferences-save-from-modelByteHamster
Removed DbWriter dependency from model
2021-02-26Removed AsyncTask from PodcastListFragmentByteHamster
2021-02-26Removed AsyncTask from TagListFragmentByteHamster
2021-02-26Removed DbWriter dependency from modelByteHamster
2021-02-25Refactoring: Move inner classes PlayableUtils and PlayableException out of ↵Herbert Reiter
Playable (#4962)
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2021-02-24Bumped version to 2.1.42.1.4ByteHamster
2021-02-24Merge pull request #4959 from ByteHamster/remove-free-build-hackByteHamster
Remove free build hack
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-23Remove free build hackByteHamster
2021-02-23Moved pull request templateByteHamster
2021-02-23Tell contributors to only change English stringsByteHamster
2021-02-23Merge pull request #4956 from ByteHamster/android12-exportedByteHamster
Explicitly specify exported attribute for Android 12 compatibility
2021-02-23Merge pull request #4950 from ByteHamster/fix-file-not-foundByteHamster
Fixed rare 'file not found' errors when starting playback
2021-02-23Merge pull request #4954 from damoasda/FeedItem-descriptionByteHamster
Improve FeedItem class documentation
2021-02-23Explicitly specify exported attribute for Android 12 compatibilityByteHamster
2021-02-22Merge pull request #4955 from ByteHamster/more-chapter-testsByteHamster
Added auphonic files to chapter marks tests
2021-02-22Added auphonic files to chapter marks testsByteHamster
We currently don't have a parser for the m4a file but I just committed the file for later.
2021-02-21Improve FeedItem class documentationHerbert Reiter
2021-02-20Moved infrastructure documentation to wikiByteHamster