Age | Commit message (Collapse) | Author |
|
Half of the toplist no longer returns a valid podcast feed.
Some of the suggested tags are just random characters and none of them
is actually helpful.
This does not remove search or synchronization.
Just gpodder discovery.
|
|
Multi-Select on 'All episodes' screen
|
|
|
|
Now available through multi-select
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't load more and more pages when filtering
|
|
|
|
|
|
|
|
Makes the settings button more visible, following a mock-up on the forum
|
|
|
|
Fix 'loading more' getting stuck
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can have all kinds of weird side effects.
For example, it could trigger the "delete" button of a podcast
and then ask for deleting another one because another fragment
handles the deletion.
|
|
|
|
|
|
|
|
|
|
|
|
Make it easier to play only audio, not video
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove_item referred to both, feeds and media files. Sometimes the wrong
fragment receives the context menu click event.
|
|
Shrink discovery section when hidden
|
|
|
|
|
|
|
|
Android has a limit on the size of Intent parameters. When enqueuing
a huge number of items, it just ignored the argument and did not call
onNewIntent. We now load the list over in DownloadService.
|
|
|
|
|
|
|