Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Remove no longer needed Compat stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, make it easier to see what option is selected
|
|
|
|
|
|
|
|
|
|
|
|
This causes the 'max line length line' in Android Studio to be at 120
chars, which is the same limit as checkstyle uses.
|
|
|
|
The library only looks at one of the external storage devices.
If the exported log file doesn't happen to be stored on
the first device, sharing it doesn't work.
This is a known issue in the Android libraries:
https://issuetracker.google.com/issues/37125252
This commit works around it by using an undocumented element that covers
the entire file system.
|
|
I have the following setup:
* A tag 'Done' with fully listened podcasts
* The subscription filter "counter greater 0"
* The subscription counter "downloaded episodes"
This way all done podcasts aren't visible in the drawer. When I want to
tag another podcast as done, 'Done' isn't auto-completed. With this
change all tags will be auto-completed.
|
|
|
|
This removes the arrow that is currently displayed in the tile. That arrow is only shown on tiles that open a dialog or activity.
|
|
|
|
|
|
Apparently some devices do not support the SQLite IIF function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We never want to overwrite the local playback state.
|
|
|
|
|