Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Merge branch 'master' into develop | ByteHamster | |
2021-03-01 | Merge pull request #4963 from a1291762/develop | ByteHamster | |
Avoid the stuck download notification | |||
2021-03-01 | Change the message that appears when downloads are finished | Lincoln Ramsay | |
In the event that the notification hangs around, this is a more accurate description of what is happening. | |||
2021-02-28 | Refactoring: Remove Cursor related code from Feed class (#4968) | Herbert Reiter | |
2021-02-28 | Avoid stuck download notifications | Lincoln 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-27 | Merge pull request #4970 from tamizh143/develop | ByteHamster | |
Mark separator icons as not important for talkback #4758 | |||
2021-02-27 | Set Separater Icon (.) not important for accessibility | tamizh138 | |
2021-02-26 | Merge pull request #4967 from ByteHamster/remove-asynctask | ByteHamster | |
Remove deprecated asynctask from gpodder fragments | |||
2021-02-26 | Merge pull request #4966 from ByteHamster/remove-feedpreferences-save-from-model | ByteHamster | |
Removed DbWriter dependency from model | |||
2021-02-26 | Removed AsyncTask from PodcastListFragment | ByteHamster | |
2021-02-26 | Removed AsyncTask from TagListFragment | ByteHamster | |
2021-02-26 | Removed DbWriter dependency from model | ByteHamster | |
2021-02-25 | Refactoring: Move inner classes PlayableUtils and PlayableException out of ↵ | Herbert Reiter | |
Playable (#4962) | |||
2021-02-25 | use full URL for custom gpodder server (#4932) | MStrecke | |
2021-02-24 | Bumped version to 2.1.42.1.4 | ByteHamster | |
2021-02-24 | Merge pull request #4959 from ByteHamster/remove-free-build-hack | ByteHamster | |
Remove free build hack | |||
2021-02-24 | Remove interface ImageResource (#4911) | Herbert Reiter | |
2021-02-23 | Remove free build hack | ByteHamster | |
2021-02-23 | Moved pull request template | ByteHamster | |
2021-02-23 | Tell contributors to only change English strings | ByteHamster | |
2021-02-23 | Merge pull request #4956 from ByteHamster/android12-exported | ByteHamster | |
Explicitly specify exported attribute for Android 12 compatibility | |||
2021-02-23 | Merge pull request #4950 from ByteHamster/fix-file-not-found | ByteHamster | |
Fixed rare 'file not found' errors when starting playback | |||
2021-02-23 | Merge pull request #4954 from damoasda/FeedItem-description | ByteHamster | |
Improve FeedItem class documentation | |||
2021-02-23 | Explicitly specify exported attribute for Android 12 compatibility | ByteHamster | |
2021-02-22 | Merge pull request #4955 from ByteHamster/more-chapter-tests | ByteHamster | |
Added auphonic files to chapter marks tests | |||
2021-02-22 | Added auphonic files to chapter marks tests | ByteHamster | |
We currently don't have a parser for the m4a file but I just committed the file for later. | |||
2021-02-21 | Improve FeedItem class documentation | Herbert Reiter | |
2021-02-20 | Moved infrastructure documentation to wiki | ByteHamster | |
2021-02-19 | Fixed rare 'file not found' errors when starting playback | ByteHamster | |
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-19 | Merge pull request #4949 from ByteHamster/subscription-page-refresh | ByteHamster | |
Don't flicker progress bar while refreshing | |||
2021-02-19 | Merge pull request #4947 from ByteHamster/real-world-parser-tests | ByteHamster | |
Added a real file to test chapter parser with | |||
2021-02-19 | Don't flicker progress bar while refreshing | ByteHamster | |
2021-02-19 | Added a real file to test chapters with | ByteHamster | |
Thanks to the Sendegate community https://sendegate.de/t/gesucht-beispieldateien-mit-kapitelmarken/13228 | |||
2021-02-18 | Merge pull request #4946 from yarons/patch-1 | ByteHamster | |
Fixed typo | |||
2021-02-18 | Fixed typo | Yaron Shahrabani | |
Epsiodes->Episodes | |||
2021-02-17 | Merge pull request #4945 from ByteHamster/more-parser-tests | ByteHamster | |
Added more id3 parser tests | |||
2021-02-17 | Added more id3 parser tests | ByteHamster | |
2021-02-17 | Pulled listing translations | ByteHamster | |
2021-02-17 | Removed plural form because Transifex only allows 2 forms in English | ByteHamster | |
2021-02-17 | Merge pull request #4944 from ByteHamster/dont-restart-loading-indicator | ByteHamster | |
Don't flicker with nav drawer loading indicator when refreshing | |||
2021-02-16 | Don't flicker with nav drawer loading indicator when refreshing | ByteHamster | |
2021-02-16 | Merge pull request #4942 from ByteHamster/rewrite-chapter | ByteHamster | |
Rewrite chapter parser for testability | |||
2021-02-16 | Fixed NPE when loading ogg chapters | ByteHamster | |
2021-02-16 | Merge pull request #4939 from ByteHamster/fix-toggle-disappearing | ByteHamster | |
Fixed disappearing drawer toggle | |||
2021-02-16 | Fixed disappearing drawer toggle | ByteHamster | |
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-16 | Rewrite chapter parser for testability | ByteHamster | |
2021-02-16 | Merge pull request #4940 from ByteHamster/more-reliable-chapters | ByteHamster | |
More reliable chapter loading | |||
2021-02-16 | Merge pull request #4941 from ByteHamster/fix-chapters-multiple-nullbytes | ByteHamster | |
Fix parsing chapters with multiple null bytes | |||
2021-02-15 | Fix parsing chapters with multiple null bytes | ByteHamster | |
Previously, we relied on the string to fill the complete frame. Some podcasts terminate the string early and leave some garbage in the frame data. Skip that garbage, so that the reader is at a valid frame header position when starting the next iteration. | |||
2021-02-15 | Removed method that does the same as loadMediaInfo anyway | ByteHamster | |