summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2021-10-24Convert speed update to eventByteHamster
2021-10-24Convert buffering update to eventByteHamster
2021-10-24Moved playback events to their own packageByteHamster
2021-10-24Merge pull request #5485 from ByteHamster/media-player-errorsByteHamster
Show actual error messages instead of just the error codes
2021-10-24Show actual error messages instead of just the error codesByteHamster
2021-10-24Improve rendering of layout previews.Tobias Preuss
2021-10-24Merge pull request #5483 from johnjohndoe/accessibility-toolbarByteHamster
Improve accessibility of back button.
2021-10-24Improve accessibility of back button.Tobias Preuss
+ Let TalkBack read out "back" when tapping the arrow left button.
2021-10-24Don't forget proxy settings when disabling proxy (#5471)vbh
2021-10-14Merge branch 'master' into developByteHamster
2021-10-12Move speed dialog to the bottom (#5464)ByteHamster
2021-10-10Reworked feed specific speed selector (#5458)ByteHamster
2021-10-09Closing Keyboard when clicked in the background (#5437)Dhiraj Chauhan
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-10-05Merge pull request #5453 from ByteHamster/harder-dragByteHamster
Make it harder to accidentally drag episodes in the queue
2021-10-05Merge pull request #5452 from ByteHamster/end-select-fewerByteHamster
End select mode when the number of items got smaller
2021-10-05Make it harder to accidentally drag episodes in the queueByteHamster
Only the drag handle and the first half of the cover can be dragged, before it was the whole cover.
2021-10-05End select mode when the number of items got smallerByteHamster
2021-10-05Merge pull request #5445 from ByteHamster/fix-context-menuByteHamster
Fix wrong fragment receiving context menu event
2021-10-05Fix wrong fragment receiving context menu eventByteHamster
2021-10-03Fix FAB overlay sometimes not showingByteHamster
We use the same ID for each overlay layout. The speed dial searches everywhere, even in invisible fragments, so it sometimes shows/hides the wrong overlay layout.
2021-10-02Rename folder to tag (#5381)seeto
2021-09-24Fix deleting local folder not showing nameByteHamster
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
2021-09-17Don't show delete action buttons in multi-select modeByteHamster
2021-09-17Hide multi-select in nav barByteHamster
2021-09-12Bumped version to 2.4.0-beta1ByteHamster
2021-09-12Updated contributors listByteHamster
2021-09-06Merge pull request #5368 from TacoTheDank/librarybumpByteHamster
Update AppCompat to 1.3.x
2021-09-06Merge pull request #5383 from ByteHamster/swipe-newByteHamster
Only remove new swipe action when showing only new episodes
2021-09-06Improvements related to duplicate detection (#5387)ByteHamster
* Move duplicate detection to one single place * Canonicalize some common characters that are often confused * Assume same episode even when date is off by 1 week * Display duplicate detection as warning, not error
2021-09-03Only remove new swipe action when showing only new episodesByteHamster
2021-08-28Use ActivityCompat.recreateTacoTheDank
2021-08-28Fix missing super callTacoTheDank
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