summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-07Removed moved serviceByteHamster
2021-03-07Merge pull request #4999 from ByteHamster/queue-move-fixesByteHamster
Fixed 2 little bugs related to queue movement
2021-03-07Merge pull request #4996 from ByteHamster/download-fixesByteHamster
Fixed download service regressions
2021-03-07Fixed 2 little bugs related to queue movementByteHamster
- moving while downloading sometimes caused ArrayIndexOutOfBoundsException - Long-pressing and then swiping out leaves the screen empty and the context menu open. Pressing items crashed the app.
2021-03-06Fixed download service notification not being updated to 'Stopping service'ByteHamster
2021-03-06Fixed local folders ending up in DownloadServiceByteHamster
2021-03-04Merge pull request #4987 from ByteHamster/extended-download-error-messagesByteHamster
Make it easier to understand why downloads failed
2021-03-04Updated translations to avoid Lint errorByteHamster
2021-03-04Make errors on 'add feed' page more prettyByteHamster
2021-03-04Mention ad blockers in certificate error messageByteHamster
2021-03-04Show the name of failing downloads in the notificationByteHamster
2021-03-04Described download errors in more detailByteHamster
2021-03-04Show dedicated error message when an app messes with the networkByteHamster
2021-03-04Formatted with spacesByteHamster
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-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-01Fixed wrong error messageByteHamster
2021-03-01Fixed crash when notification updater is nullByteHamster
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-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