Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-15 | Merge pull request #5892 from ByteHamster/speed-video | ByteHamster | |
Add speed dialog to video player | |||
2022-05-15 | Merge pull request #5894 from ByteHamster/tiny-fixes | ByteHamster | |
Tiny fixes | |||
2022-05-15 | Merge pull request #5887 from TacoTheDank/assetFixes | ByteHamster | |
Remove unused assets, update licenses | |||
2022-05-15 | Move test mp3s to androidTest directory | TacoTheDank | |
2022-05-15 | Add missing libraries to license assets | TacoTheDank | |
2022-05-15 | Update licenses in assets | TacoTheDank | |
2022-05-15 | Don't ignore taps on counter | ByteHamster | |
2022-05-15 | Add speed dialog to video player | ByteHamster | |
It got lost when removing the speed bar from the audio controls dialog | |||
2022-05-15 | Merge pull request #5802 from TacoTheDank/deprecations | ByteHamster | |
Fix some deprecations | |||
2022-05-15 | Fix 'load more' not detecting next page | ByteHamster | |
2022-05-14 | Fix some deprecations | TacoTheDank | |
2022-05-13 | Remove gpodder toplist | ByteHamster | |
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-12 | Remove some unused assets | TacoTheDank | |
2022-05-08 | Merge pull request #5872 from ByteHamster/multi-select-all-episodes | ByteHamster | |
Multi-Select on 'All episodes' screen | |||
2022-05-08 | Merge pull request #5877 from ByteHamster/gradle-cleanup | ByteHamster | |
Remove Gradle plugins that are no longer needed | |||
2022-05-08 | Confirm mark as played/unplayed | ByteHamster | |
2022-05-08 | Remove 'mark all as read' button | ByteHamster | |
Now available through multi-select | |||
2022-05-08 | Apply action to items that are not loaded yet | ByteHamster | |
2022-05-08 | Switch around arguments in MultiSelectActionHandler | ByteHamster | |
2022-05-08 | Show correct total number for lazy loaded items | ByteHamster | |
2022-05-08 | Automatically select lazy loaded items if necessary | ByteHamster | |
2022-05-08 | Multi-Select on 'All episodes' screen | ByteHamster | |
2022-05-07 | Remove Gradle plugins that are no longer needed | ByteHamster | |
- 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-07 | Merge pull request #5873 from ByteHamster/share-sheet | ByteHamster | |
Convert share dialog to bottom sheet | |||
2022-05-07 | Update contributors list | ByteHamster | |
2022-05-07 | Merge pull request #5876 from ByteHamster/fix-column-change | ByteHamster | |
Fix column change on subscriptions screen | |||
2022-05-07 | Fix column change on subscriptions screen | ByteHamster | |
Before, it sometimes resized the grid but not the actual covers | |||
2022-05-07 | Convert share dialog to bottom sheet | ByteHamster | |
2022-05-07 | Fix swiping away not yet downloaded items from downloads screen | ByteHamster | |
2022-05-07 | Swipe actions on the downloads screen (#5870) | ByteHamster | |
2022-05-07 | Fix share button on 'all episodes' page | ByteHamster | |
2022-05-06 | Invert behavior of playback state swipe action to first remove from inbox | ByteHamster | |
2022-05-06 | Move download logs to a button on the downloads page instead of a tab (#5866) | ByteHamster | |
2022-05-04 | Bump version to 2.6.0-beta1 | ByteHamster | |
2022-05-03 | Rename 'new' screen to inbox (#5460) | ByteHamster | |
2022-05-03 | Merge branch 'master' into develop | ByteHamster | |
2022-04-26 | Merge pull request #5856 from ByteHamster/load-more-filter | ByteHamster | |
Don't load more and more pages when filtering | |||
2022-04-26 | Merge pull request #5857 from ByteHamster/decouple-preferences | ByteHamster | |
Decouple preferences | |||
2022-04-26 | Merge pull request #5858 from ByteHamster/decouple-discovery | ByteHamster | |
Move feed discovery backends to their own module | |||
2022-04-26 | Move feed discovery backends to their own module | ByteHamster | |
2022-04-26 | Decouple preferences | ByteHamster | |
2022-04-25 | Merge pull request #5854 from ByteHamster/decouple-httpclient | ByteHamster | |
Decouple HttpClient | |||
2022-04-25 | Don't load more and more pages when filtering | ByteHamster | |
2022-04-24 | Decouple HttpClient | ByteHamster | |
Remove dependencies: - HttpClient->Preferences - AuthorizationInterceptor->Download Service - ExoPlayer->Download Service | |||
2022-04-24 | Translate widget config screen | ByteHamster | |
2022-04-24 | Put playback speed in widget (#5774) | Nicolas Araujo | |
2022-04-22 | Bump version to 2.5.22.5.2 | ByteHamster | |
2022-04-22 | Update filter dialog to Fragment | ByteHamster | |
2022-04-22 | Podcast page re-design (#5842) | ByteHamster | |
Makes the settings button more visible, following a mock-up on the forum | |||
2022-04-22 | Restore episode sharing that only includes a media URL (#5835) | ByteHamster | |