| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
onPause/onResume() won't work because onPause() is called right before
onNewIntent().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Either only the selected apps are able to access the VPN or they are
excluded from access to the VPN.
|
|
|
|
|
|
| |
A second property will control if only the selected apps have access to
the VPN or if the selected apps are excluded from the VPN, or if the
functionality is disabled.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For usernames that use domain specifiers.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Newer NDKs fail otherwise as there is no actual module anymore.
|
|
|
|
|
|
| |
This bunches several log messages together before posting Runnables.
Fixes #2148.
|
|
|
|
|
| |
When the bound state service finally connects we might not actually be
attached to an Activity.
|