Age | Commit message (Collapse) | Author |
|
|
|
android versions 26+ (#5011)
|
|
Only react to onContextItemSelected if something was actually selected
|
|
|
|
Make buffering indicator a bit less visible
|
|
Fix regression: flashing progress bar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed our re-implementation of 'Optimal' and used the RxJava equivalent instead
|
|
|
|
|
|
instead
|
|
|
|
Mark separator icons as not important for talkback #4758
|
|
|
|
Remove deprecated asynctask from gpodder fragments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed disappearing drawer toggle
|
|
When the activity is recreated after it was stopped in background,
the BackStackEntryCount is the same for all fragments. The one that
should display the toggle therefore thinks it shouldn't. This change
saves the button state now. This is only needed for top-level fragments.
|
|
|
|
We return true anyways. The call for actually loading is asynchronous,
so returning anything here does not make sense.
Reduces likelihood of loader being interrupted to just load the same
item again when the state changes.
|