Age | Commit message (Collapse) | Author |
|
|
|
|
|
OpenVPNService.
|
|
|
|
|
|
|
|
|
|
|
|
In an ideal world, application developers would read the documentation and realize that the *calling* app needs to ensure that the target app can read the URI (e.g. by GRANT_PERMISSION) but ES file explorer (and from user report the internal file manager of cyanogenmod?!) call OpenVPN for Android with a file:// URI which OpenVPN for Android cannot read without SD card permission.
Always to try request SD card permission on file:// urls...
|
|
|
|
|
|
|
|
|
|
|
|
Doesn't serve a visually recognizable purpose, and causes the simple
(non-list, -dialog, etc.) preference titles to be overly large on API
21+ due to the framework using a fallback to the non-material preference
layout.
|
|
The descriptions get pretty long at times and hardly fit on screen even
for large phones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #426)
|
|
|
|
|
|
|
|
|
|
|
|
devices but good enough to be useable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@adamjweaver for tracking this down
Closes #403
|
|
|
|
|
|
|
|
Request the Window Panel on Android TV (thanks Don John on G+) (closes #399)
|
|
|
|
|
|
|
|
|