summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh
AgeCommit message (Collapse)Author
2022-06-03Fix placeholder image sometimes missingByteHamster
2022-06-03Do not reload item description if not needed #5917 (#5918)Toover
Not only that spares resources but it also avoid resetting the web view and its scroll.
2022-05-24Merge pull request #5910 from ByteHamster/dont-recreateByteHamster
Don't recreate activity when a result is pending
2022-05-24Open podcast from statistics (#5898)Adrián Sámson
2022-05-24Don't recreate activity when a result is pendingByteHamster
2022-05-15Merge pull request #5892 from ByteHamster/speed-videoByteHamster
Add speed dialog to video player
2022-05-15Merge pull request #5894 from ByteHamster/tiny-fixesByteHamster
Tiny fixes
2022-05-15Don't ignore taps on counterByteHamster
2022-05-15Add speed dialog to video playerByteHamster
It got lost when removing the speed bar from the audio controls dialog
2022-05-15Merge pull request #5802 from TacoTheDank/deprecationsByteHamster
Fix some deprecations
2022-05-15Fix 'load more' not detecting next pageByteHamster
2022-05-14Fix some deprecationsTacoTheDank
2022-05-13Remove gpodder toplistByteHamster
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.
2022-05-08Merge pull request #5872 from ByteHamster/multi-select-all-episodesByteHamster
Multi-Select on 'All episodes' screen
2022-05-08Confirm mark as played/unplayedByteHamster
2022-05-08Remove 'mark all as read' buttonByteHamster
Now available through multi-select
2022-05-08Apply action to items that are not loaded yetByteHamster
2022-05-08Switch around arguments in MultiSelectActionHandlerByteHamster
2022-05-08Show correct total number for lazy loaded itemsByteHamster
2022-05-08Automatically select lazy loaded items if necessaryByteHamster
2022-05-08Multi-Select on 'All episodes' screenByteHamster
2022-05-07Merge pull request #5873 from ByteHamster/share-sheetByteHamster
Convert share dialog to bottom sheet
2022-05-07Merge pull request #5876 from ByteHamster/fix-column-changeByteHamster
Fix column change on subscriptions screen
2022-05-07Fix column change on subscriptions screenByteHamster
Before, it sometimes resized the grid but not the actual covers
2022-05-07Convert share dialog to bottom sheetByteHamster
2022-05-07Fix swiping away not yet downloaded items from downloads screenByteHamster
2022-05-07Swipe actions on the downloads screen (#5870)ByteHamster
2022-05-07Fix share button on 'all episodes' pageByteHamster
2022-05-06Invert behavior of playback state swipe action to first remove from inboxByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-05-03Merge branch 'master' into developByteHamster
2022-04-26Merge pull request #5856 from ByteHamster/load-more-filterByteHamster
Don't load more and more pages when filtering
2022-04-26Merge pull request #5857 from ByteHamster/decouple-preferencesByteHamster
Decouple preferences
2022-04-26Merge pull request #5858 from ByteHamster/decouple-discoveryByteHamster
Move feed discovery backends to their own module
2022-04-26Move feed discovery backends to their own moduleByteHamster
2022-04-26Decouple preferencesByteHamster
2022-04-25Don't load more and more pages when filteringByteHamster
2022-04-24Decouple HttpClientByteHamster
Remove dependencies: - HttpClient->Preferences - AuthorizationInterceptor->Download Service - ExoPlayer->Download Service
2022-04-24Put playback speed in widget (#5774)Nicolas Araujo
2022-04-22Update filter dialog to FragmentByteHamster
2022-04-22Podcast page re-design (#5842)ByteHamster
Makes the settings button more visible, following a mock-up on the forum
2022-04-22Restore episode sharing that only includes a media URL (#5835)ByteHamster
2022-04-22Merge pull request #5839 from ByteHamster/samsung-warningByteHamster
Work around Samsung having messed up the TimePicker
2022-04-12Work around Samsung having messed up the TimePickerByteHamster
2022-04-11Merge pull request #5838 from ByteHamster/fix-loading-stuckByteHamster
Fix 'loading more' getting stuck
2022-04-10Fix 'loading more' getting stuckByteHamster
2022-04-09Do not crash when clicking button while feed is not loaded yetByteHamster
2022-04-09Fix ArrayIndexOutOfBoundsException reported through Google PlayByteHamster
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug