Age | Commit message (Collapse) | Author |
|
This prevents bringing up the main windows of the app when the
activity is started.
closes #1608
|
|
|
|
|
|
|
|
This should restart it in some instances when the app dies or gets killed.
|
|
|
|
|
|
Closes ##1610
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
|
|
non-Alias config
|
|
|
|
|
|
|
|
|
|
This seems to be the only type we are left with to use. See also
https://issuetracker.google.com/issues/278572216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This changes the OpenVPN version number to 2.7 since we branched off
2.6 from master.
|
|
|
|
This method is not part of the official API but most devices still
have it but some don't (closes #1558)
|
|
|
|
|
|
|
|
|
|
translated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help finding out why the process suddenly dies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenVPN for Android uses config stdin to avoid writing the config
file containing private keys to 'disk'. However using stdin means
that config cannot be reread using SIGHUP. While there might be other
corner cases that trigger SIGHUP, this is an obvious one, so we
error out if we detect this misconfiguration.
|