summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh
AgeCommit message (Collapse)Author
2021-08-28Merge pull request #5365 from ByteHamster/fix-hiding-keyboardByteHamster
Fix sometimes showing keyboard instead of hiding it
2021-08-28Fix green download icon everywhere after showing swipe settings dialogByteHamster
2021-08-28Fix sometimes showing keyboard instead of hiding itByteHamster
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Merge pull request #5361 from ByteHamster/mark-non-newByteHamster
Only change item state if it is actually in the inbox
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-28Only change item state if it is actually in the inboxByteHamster
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-23Feed multi select (#5261)seeto
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-08-17Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)vbh
2021-08-17Merge branch 'master' into developByteHamster
2021-08-17Fix filter dialog crashing if someone has a non-supported filter value setByteHamster
No idea how someone could end up with that invalid value but it was reported by a user.
2021-08-17Backport: Fix entering new password protected feedsByteHamster
2021-08-17Backport: Clear cover target when setting folder imageHannes Johansson
To prevent race conditions from recycled views in GridView
2021-08-17Merge pull request #5348 from ByteHamster/fix-passwordByteHamster
Fix entering new password protected feeds
2021-08-17Fix entering new password protected feedsByteHamster
2021-08-12Merge pull request #5341 from ↵ByteHamster
myslok/clear-cover-targets-to-prevent-folder-cover-race-condition Clear cover target when setting folder image in CoverLoader
2021-08-12Make Accidental Pull Down Refresh less likely (#5281)vbh
2021-08-11Clear cover target when setting folder imageHannes Johansson
To prevent race conditions from recycled views in GridView
2021-08-08Live results in local searchByteHamster
2021-07-30Merge pull request #5312 from ByteHamster/opml-activityByteHamster
Rework of OPML import internals
2021-07-30Fix crash when setting sleep timer to zeroByteHamster
2021-07-30Merge pull request #5309 from ByteHamster/remove-volume-controlByteHamster
Removed left/right volume controls
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-29Removed left/right volume controlsByteHamster
The setting does not work in our default player anyway and just clutters the interface with yet another setting that nobody uses.
2021-07-29Removed second activity just used for selecting feedsByteHamster
2021-07-29Remove image cache size setting and choose size automaticallyByteHamster
2021-07-26Merge branch 'master' into developByteHamster
2021-07-25Fix exporting full logsByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
2021-07-24Merge pull request #5295 from ByteHamster/glow-playerByteHamster
Removed highlighting of episode title
2021-07-24Merge pull request #5294 from ByteHamster/speed-dialog-single-clickByteHamster
Show speed dialog on single click
2021-07-24Removed highlighting of episode titleByteHamster
2021-07-24Show speed dialog on single clickByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-07-17Fix swipe refresh not working on empty queueJohannes Henninger
2021-07-13Fix preference name of swipe actionsByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-07-11Merge pull request #4833 from Thom-Merrilin/fix-auto-download-on-subscribeByteHamster
Check Auto Download preference on the feed before auto downloading
2021-07-11No longer show item-specific auto-download property to usersByteHamster
2021-07-11End select mode when page is closedByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-06-28Allow to choose from existing tags/folders in folder settings dialog (#5245)vbh
2021-06-28Hide keyboard when not searching (#5036)peakvalleytech
2021-06-25Copy e-mail in shownotes (#5235)ueen
2021-06-25Speed up loading media infoByteHamster
Loading chapters can take around 5-10 seconds, depending on the media type. During that time, the player screen shows nothing or the old media file. Instead, load the chapters afterwards.
2021-06-20Removed AddToQueueActionButton (#5189)ueen