summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2021-10-30Merge pull request #5499 from ByteHamster/gpodder-error-messageByteHamster
Human-readable gpodder error message
2021-10-29Allow connecting to pages signed with user CAByteHamster
2021-10-28Human-readable gpodder error messageByteHamster
2021-10-28Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396)thomasdomingos
2021-10-28Convert sleep timer update to eventByteHamster
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-24Merge pull request #5486 from johnjohndoe/preview-renderingByteHamster
Improve rendering of layout previews.
2021-10-24Merge pull request #5474 from TacoTheDank/bumpRecyclerViewByteHamster
Update RecyclerView and ViewPager2
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-16Update RecyclerView and ViewPager2TacoTheDank
2021-10-16Merge pull request #5469 from ByteHamster/compact-notification-button-defaultByteHamster
Use ff/rew as default notification buttons
2021-10-14Merge branch 'master' into developByteHamster
2021-10-14Bumped version to 2.4.02.4.0ByteHamster
2021-10-14Use ff/rew as default notification buttonsByteHamster
2021-10-13Fewer default speed valuesByteHamster
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-05Bumped version to 2.4.0-beta3ByteHamster
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-17Bumped version to 2.4.0-beta2ByteHamster
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-28Bump RecyclerViewSwipeDecorator to 1.3TacoTheDank
2021-08-28Use ActivityCompat.recreateTacoTheDank
2021-08-28Fix missing super callTacoTheDank