summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-02-19Fixed rare 'file not found' errors when starting playbackByteHamster
The `getPlayLastPlayedMediaIntent` method was originally added in 2013 to avoid starting the service without a media file. The bind method should actually never need to start the service in the first place, though.
2021-02-19Merge pull request #4949 from ByteHamster/subscription-page-refreshByteHamster
Don't flicker progress bar while refreshing
2021-02-19Merge pull request #4947 from ByteHamster/real-world-parser-testsByteHamster
Added a real file to test chapter parser with
2021-02-19Don't flicker progress bar while refreshingByteHamster
2021-02-19Added a real file to test chapters withByteHamster
Thanks to the Sendegate community https://sendegate.de/t/gesucht-beispieldateien-mit-kapitelmarken/13228
2021-02-18Merge pull request #4946 from yarons/patch-1ByteHamster
Fixed typo
2021-02-18Fixed typoYaron Shahrabani
Epsiodes->Episodes
2021-02-17Merge pull request #4945 from ByteHamster/more-parser-testsByteHamster
Added more id3 parser tests
2021-02-17Added more id3 parser testsByteHamster
2021-02-17Pulled listing translationsByteHamster
2021-02-17Removed plural form because Transifex only allows 2 forms in EnglishByteHamster
2021-02-17Merge pull request #4944 from ByteHamster/dont-restart-loading-indicatorByteHamster
Don't flicker with nav drawer loading indicator when refreshing
2021-02-16Don't flicker with nav drawer loading indicator when refreshingByteHamster
2021-02-16Merge pull request #4942 from ByteHamster/rewrite-chapterByteHamster
Rewrite chapter parser for testability
2021-02-16Fixed NPE when loading ogg chaptersByteHamster
2021-02-16Merge pull request #4939 from ByteHamster/fix-toggle-disappearingByteHamster
Fixed disappearing drawer toggle
2021-02-16Fixed disappearing drawer toggleByteHamster
When the activity is recreated after it was stopped in background, the BackStackEntryCount is the same for all fragments. The one that should display the toggle therefore thinks it shouldn't. This change saves the button state now. This is only needed for top-level fragments.
2021-02-16Rewrite chapter parser for testabilityByteHamster
2021-02-16Merge pull request #4940 from ByteHamster/more-reliable-chaptersByteHamster
More reliable chapter loading