Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
WorkManager doesn't do the workaround either.
So we would launch a download that then never starts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On SDK<29, this class does not have a close method yet, so the app crashes when using try-with-resources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There should be no code path for feedItemPos to still be -1, but the
crash reports indicate that it does. So this is now the dirty fix to
avoid app crashes.
|
|
|
|
|
|
|
|
|
|
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.
|