summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-03Fix placeholder image sometimes missingByteHamster
2022-06-03Merge pull request #5903 from TacoTheDank/cleanProguardByteHamster
Remove old redundant rules from proguard
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-26Remove old redundant rules from proguardTacoTheDank
2022-05-26Update jsoup library (#5902)Taco
2022-05-24Bump version to 2.6.0ByteHamster
2022-05-24Update translationsByteHamster
2022-05-24Merge pull request #5910 from ByteHamster/dont-recreateByteHamster
Don't recreate activity when a result is pending
2022-05-24Update google-services-base library (#5904)Taco
2022-05-24Open podcast from statistics (#5898)Adrián Sámson
2022-05-24Don't recreate activity when a result is pendingByteHamster
2022-05-24add episodes into android auto (#5907)Tony Tam
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-15Merge pull request #5887 from TacoTheDank/assetFixesByteHamster
Remove unused assets, update licenses
2022-05-15Move test mp3s to androidTest directoryTacoTheDank
2022-05-15Add missing libraries to license assetsTacoTheDank
2022-05-15Update licenses in assetsTacoTheDank
2022-05-15Actually filter by last year (eg Jan-Dec)ByteHamster
2022-05-15Don't ignore taps on counterByteHamster
2022-05-15Merge pull request #5891 from ByteHamster/fix-load-next-pageByteHamster
Fix 'load more' not detecting next page
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-15Merge pull request #5893 from ByteHamster/statistics-loading-spinnerByteHamster
Show spinner while loading statistics
2022-05-15Show spinner while loading statisticsByteHamster
2022-05-14Fix some deprecationsTacoTheDank
2022-05-14Merge pull request #5889 from ByteHamster/remove-gpodder-discoveryByteHamster
Remove gpodder toplist
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-12Remove some unused assetsTacoTheDank
2022-05-08Merge pull request #5872 from ByteHamster/multi-select-all-episodesByteHamster
Multi-Select on 'All episodes' screen
2022-05-08Merge pull request #5877 from ByteHamster/gradle-cleanupByteHamster
Remove Gradle plugins that are no longer needed
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-07Remove Gradle plugins that are no longer neededByteHamster
- We use MultiDex now, so we no longer need dexcount - We can use a resValue instead of a resourcePlaceholder - Simplify getting default value of properties
2022-05-07Merge pull request #5873 from ByteHamster/share-sheetByteHamster
Convert share dialog to bottom sheet
2022-05-07Merge pull request #5875 from ByteHamster/fix-swipe-downloadByteHamster
Fix swiping away not yet downloaded items from downloads screen
2022-05-07Update contributors listByteHamster
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-07Merge pull request #5874 from ByteHamster/fix-shareByteHamster
Fix share button on 'all episodes' page
2022-05-07Fix share button on 'all episodes' pageByteHamster