0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00
Commit Graph

555 Commits

Author SHA1 Message Date
Arne Schwabe
814706a0de Fix ca check in config (closes #453) 2016-03-03 13:05:02 +01:00
Arne Schwabe
c50794a90e Version 0.6.48 2016-03-01 18:13:44 +01:00
Arne Schwabe
3b58628412 Update OpenSSL 2016-03-01 18:13:31 +01:00
Arne Schwabe
97b5b8b349 Update OpenVPN 2016-03-01 11:18:34 +01:00
Arne Schwabe
0f583a8ed6 Do not log messages of old exiting process 2016-03-01 11:18:21 +01:00
Arne Schwabe
0904fdce16 Fix last commit 2016-02-29 17:07:32 +01:00
Arne Schwabe
5e078020bf Refactor the way the VPN is launched, move more of the responsibility to the OpenVPNService. 2016-02-29 14:37:51 +01:00
Arne Schwabe
b3e20603bb Fix crash on Android 6.0 2016-02-29 09:59:29 +01:00
Arne Schwabe
ca1493138f Fix crashes on reading invalid log items. 2016-02-22 14:28:54 +01:00
Arne Schwabe
3f15db11f5 Fix bug of LaunchVPN activity showing an empty windows 2016-02-19 13:09:15 +01:00
Arne Schwabe
a10ffa4ce4 Update translations 2016-02-19 10:24:50 +01:00
Arne Schwabe
bc08e9c824 Do not rerequest the permission if the user denies it. 2016-02-18 14:18:40 +01:00
Arne Schwabe
88fa7a63ce Workaround broken file manager implementation in Android 6.0
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...
2016-02-18 13:58:10 +01:00
Arne Schwabe
db5f46e1ce Fix error reporting on missing certificates 2016-02-18 13:55:29 +01:00
Arne Schwabe
5c217e6d58 Support OpenVPN 2.2 in profile generation (don't ask) 2016-02-16 14:01:13 +01:00
Arne Schwabe
c13357869c Revert the icon change for the release 2016-02-10 14:23:48 +01:00
Arne Schwabe
1c4857daad Update OpenVPN, increase version number 2016-02-10 14:21:37 +01:00
Arne Schwabe
ceb91f5121 Update translation (many thanks @maniac103 for fixing the german translation!) 2016-02-08 15:32:54 +01:00
Danny Baumann
4891622972 Extract another hardcoded string. 2016-02-05 13:24:09 +01:00
Danny Baumann
6b269d9313 Remove preference style override.
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.
2016-02-05 13:24:08 +01:00
Danny Baumann
3ebdb6482f Don't show action text.
The descriptions get pretty long at times and hardly fit on screen even
for large phones.
2016-02-04 12:18:43 +01:00
Danny Baumann
1ab0cb1e42 Refresh notification action icons. 2016-02-04 12:16:43 +01:00
Danny Baumann
dde7ad84c0 Use own accent colors for alert dialogs. 2016-02-04 12:14:16 +01:00
Danny Baumann
88aa92013f Don't launch disconnection activity in the main activity task. 2016-02-04 12:14:16 +01:00
Danny Baumann
c4c1bbc236 Move hardcoded string to string resources. 2016-02-04 12:14:12 +01:00
Danny Baumann
15b5c7316b Don't add colon postfix if not required. 2016-02-04 12:07:33 +01:00
Arne Schwabe
2fe0c6581f Update copyright in about dialog 2016-01-28 17:12:59 +01:00
Arne Schwabe
b85d1b4e24 Update to OpenSSL 1.0.2f 2016-01-28 17:12:40 +01:00
Arne Schwabe
1e4205e221 Make parsing of cached log more resilient 2016-01-28 16:46:39 +01:00
Arne Schwabe
9554947285 Change icon to something a bit more good looking 2016-01-28 16:46:10 +01:00
Arne Schwabe
2894377e1d Update copyright year to 2016 2016-01-25 10:47:25 +01:00
Arne Schwabe
0e6e77c476 Implement persistent disk log cache. (closes #340) 2016-01-24 14:30:23 +00:00
Arne Schwabe
8414c4f167 Set notification category 2016-01-14 00:52:04 +01:00
Arne Schwabe
e5a6777883 Parse multiple ca certs in <ca> for android device key configurations (closes #426) 2016-01-14 00:35:10 +01:00
Arne Schwabe
84112714f6 Minor cleanups 2016-01-13 23:05:23 +01:00
Arne Schwabe
19410ba8f1 change breakpad default 2016-01-11 14:00:26 +01:00
Arne Schwabe
4f71315dcd Remove breakpad, it currently does not compile and is not used in builds (closes #428)
Infrastructure for breakpad still but the breakpad itself at the moment does not even compile
2016-01-11 10:48:23 +01:00
Arne Schwabe
a71df5fde2 Fine tune toasts 2016-01-10 18:47:30 +01:00
Arne Schwabe
12e4e985b2 Display toasts for connection status on Android TV 2016-01-10 18:13:11 +01:00
Arne Schwabe
37b02565eb Automatically apply DNS workaround for Samsung devices (closes #424) 2016-01-08 11:24:36 +01:00
Arne Schwabe
a3354eb8ca Show VPN Status in profile list, tweak Status reporting 2016-01-07 15:29:37 +01:00
Arne Schwabe
7dc3bb7220 Allow install on nonsuch devices. The app is not really good on non touch devices but good enough to be useable. 2016-01-06 13:17:30 +01:00
Arne Schwabe
f125693d7d Parse route-nopull on import (closes #431) 2016-01-06 13:16:48 +01:00
Arne Schwabe
2fc13a452f Fix typo 2016-01-06 11:35:21 +01:00
Arne Schwabe
73c3163821 Fine tune UI ver 2016-01-02 11:18:08 +01:00
Arne Schwabe
d51431a887 Make push-peer-info selectable in the UI 2016-01-02 02:48:35 +01:00
Arne Schwabe
0a4c9cda1d Fix lifecycle bug 2015-12-28 21:52:23 +01:00
Arne Schwabe
de37e25def Make long click immediately select a file. 2015-12-28 18:33:23 +01:00
Arne Schwabe
8afd9adf13 Ignore Google TV Stub framework 2015-12-28 18:11:33 +01:00
Arne Schwabe
8289c4dadc Fix long long long outstanding bug causing delay when starting VPN. Thanks @adamjweaver for tracking this down
Closes #403
2015-12-08 16:02:24 +01:00
Arne Schwabe
49c6501f14 Something went wrong with last build, bump version for play store upgrade 2015-12-08 12:44:31 +01:00
Arne Schwabe
bfb891ab9e Silence lint warnings 2015-12-07 13:51:40 +01:00
Arne Schwabe
838f5b8384 Update translatiosn 2015-12-07 13:24:45 +01:00
Arne Schwabe
9525c1b34f Update OpenVPN master and update OpenSSL to 1.0.2e 2015-12-07 11:10:22 +01:00
Arne Schwabe
c3289433ee Use new status message and make connected status a bit nicer 2015-12-07 11:10:05 +01:00
Arne Schwabe
73de674df3 Update grade version 2015-12-07 11:09:43 +01:00
Arne Schwabe
46a2b150e0 New Android Studio, new gradle version 2015-11-25 11:41:07 +01:00
Arne Schwabe
e700890f22 Fix the hacky and ugly fileselect dialog on Android M
Request the Window Panel on Android TV (thanks Don John on G+) (closes #399)
2015-11-19 01:05:49 +01:00
Arne Schwabe
755714993e Log when Android revokes the VPN permissions for easier debugging (closes #415) 2015-11-03 17:47:24 +01:00
Arne Schwabe
2e6a575fb8 Fix minor bugs, fix lz4, new version, new translations 2015-11-02 16:03:34 +01:00
Arne Schwabe
4d6a12b09a Fix config crash on < 4.4, Version 0.6.43 2015-10-25 22:31:48 +01:00
Arne Schwabe
abc715ce66 Update translations 2015-10-25 22:31:48 +01:00
Arne Schwabe
13b9ddc5b7 Version 0.6.42 2015-10-22 12:48:50 +02:00
Arne Schwabe
2ea086501b update openvpn, fix display string 2015-10-22 12:30:34 +02:00
Arne Schwabe
9bb9799881 Display time left for certificates, fix profiles not be able to be edited. 2015-10-21 14:20:13 +02:00
Arne Schwabe
daa32139fe Make device information message more verbose. 2015-10-21 10:35:35 +02:00
Arne Schwabe
0b7a343d0b fix typo 2015-10-20 10:32:46 +02:00
Arne Schwabe
f1dff3a593 Get the native ABI from a native ABI call (closes #391), update translations, report ABI as part of version information 2015-10-19 11:14:23 +02:00
Arne Schwabe
41f203eccd Update gradle/library versions 2015-10-19 11:13:06 +02:00
Arne Schwabe
2e2f8835f6 Version 0.6.40 2015-10-15 14:53:25 +02:00
Arne Schwabe
e4be1bd4ec Update OpenVPN 2015-10-14 15:24:46 +02:00
Arne Schwabe
d9a89c0d5b Remove snappy (closes issue #402) 2015-10-14 00:29:34 +02:00
Arne Schwabe
d838bb2702 Update translations 2015-10-13 00:22:37 +02:00
Arne Schwabe
94c782e2cf Fix connect-timeout for --static configurations (closes #401) 2015-10-13 00:06:50 +02:00
Arne Schwabe
2576a7aa5e Version 0.6.39 2015-10-10 13:06:14 +02:00
Arne Schwabe
b8f9b94aa7 Fix something something strange, update OpenVPN 2015-10-10 12:57:34 +02:00
Arne Schwabe
24deec6b83 Update translations 2015-10-09 13:49:40 +02:00
Arne Schwabe
a58557d416 Update OpenVPN and version number 2015-10-09 13:49:40 +02:00
Arne Schwabe
233cb40aec Fix connection list (closes #398) 2015-10-09 13:49:40 +02:00
Arne Schwabe
a6df3b5582 Fix more of Config Converter on Android M 2015-10-08 10:48:27 +02:00
Arne Schwabe
43760e1a8b Fix bug of not reconnecting on network change 2015-10-08 07:53:33 +02:00
Arne Schwabe
be4ccc12b9 Fix Logic to print v6 addresses 2015-10-08 07:53:33 +02:00
Arne Schwabe
d9356e5bb3 Implement Android M permission to read from SD Card. 2015-10-07 18:23:39 +02:00
Arne Schwabe
23b373fe97 Update translations, welcome Slovenian 2015-10-06 00:28:16 +02:00
Arne Schwabe
e5f9417718 update support library 2015-10-06 00:25:17 +02:00
Arne Schwabe
cb8904df34 Update OpenSSL to 1.0.2 (closes #387) 2015-10-02 18:44:32 +02:00
Arne Schwabe
4ec62cf291 Make sure there is at least one app in the allowed app list, closes #397 2015-10-02 10:15:42 +02:00
Arne Schwabe
a19d8f2f3a Version 0.6.37 2015-10-01 17:15:22 +02:00
Arne Schwabe
a74cce3c5a Implement connect-timeout logic in OpenVPN and in the UI. 2015-10-01 17:14:27 +02:00
Arne Schwabe
1f131f79fa Implement disconnect on uninstall, currently untested (closes #394) 2015-09-30 12:39:22 +02:00
Arne Schwabe
0cbbd0bd2e Update OpenVPN files, fix export of config (closes #396) 2015-09-19 12:27:57 +01:00
Arne Schwabe
a9e9985cc0 new version 2015-08-24 13:27:57 +02:00
Arne Schwabe
ce6e96eab6 Update translations 2015-08-24 13:27:45 +02:00
Arne Schwabe
b92191f8e6 Set target sdks to Marshmallow 2015-08-20 15:17:20 +02:00
Arne Schwabe
2756ba844b Fix logic when a network is temporary unavailable 2015-08-20 15:16:59 +02:00
Arne Schwabe
a34b7a56fb Fix crl-verify if the crl path has spaces in it. 2015-08-17 17:21:23 +02:00
Arne Schwabe
760a17bfc3 Fix parsing when the config starts with a byte order marker 2015-08-13 16:18:38 +02:00
Arne Schwabe
4c1fad5c0c Fix lint warning, fix fab in config converter 2015-08-11 15:53:02 +02:00
Arne Schwabe
3d713edf26 New Bugfix version 2015-08-11 15:25:48 +02:00
Arne Schwabe
210ed74b36 Fix stupid bug with crl-verify, finally fix fd protect message log level 2015-08-11 15:25:17 +02:00
Arne Schwabe
5c8c5ad6c3 Ignore short network losses and do not reconnect 2015-08-10 13:58:48 +02:00
Arne Schwabe
98399ed510 Update lzo to 2.09 2015-08-10 13:51:40 +02:00
Arne Schwabe
e6af88b346 Don't try to embed arbitrary big files. 2015-08-06 15:36:33 +02:00
Arne Schwabe
26d66a9b46 Ignore crl config option by default, only add it when a matching file was found 2015-08-06 15:20:45 +02:00
Arne Schwabe
82b4620de9 Add empty footer in server list (closes #379) 2015-08-05 10:56:05 +02:00
Arne Schwabe
be1a65fcba Fix crash in recycler view 2015-08-04 18:24:30 +02:00
Arne Schwabe
1bd8709708 Version 0.6.32 2015-08-03 18:41:20 +02:00
Arne Schwabe
ff3ea5334e For upgrade the binaries need to be called different ... 2015-08-03 18:40:14 +02:00
Arne Schwabe
844308bc5c new version (0.6.31) and link stlport statically (closes #375) 2015-08-03 12:41:43 +02:00
Arne Schwabe
d8ce628815 fixup translations 2015-08-03 12:40:32 +02:00
Arne Schwabe
fd4399adae Update OpenVPN to -master 2015-08-03 12:14:14 +02:00
Arne Schwabe
6899354a4e Update translations 2015-08-03 12:06:33 +02:00
Arne Schwabe
edd123eda3 Add patch for inline files (closes #367) 2015-07-27 17:40:28 +02:00
Arne Schwabe
94c16c43f6 Separate code that depends on the system OpenSSL library into a separate library that is only used on Android 4.1 (fixes #343) 2015-07-10 21:42:12 +02:00
Arne Schwabe
649e1ac59b Sync with openvpn master
also closes issue #371
2015-07-10 10:39:30 +02:00
Arne Schwabe
ebe32277f0 Update translations 2015-07-08 14:37:56 +02:00
Arne Schwabe
7c915a7184 Add clear log on new connection support, default to on. 2015-07-08 12:54:56 +02:00
Arne Schwabe
4f95e3584b Fix importing config files with extra-certs 2015-07-08 12:23:34 +02:00
Arne Schwabe
4e6bfafca3 Add mtu patch 2015-06-30 15:45:54 +02:00
Arne Schwabe
3469e0260b Switch to branch icsopenvpn_631 for openvpn 2015-06-23 12:19:42 +02:00
Arne Schwabe
6bd8414d8b Reenable break pad support by default and display last dump date in crash fragment. 2015-06-23 12:06:28 +02:00
Arne Schwabe
767c10de1f Upgrade grade and fix minor things 2015-06-23 12:05:46 +02:00
Arne Schwabe
f4c8a9ba1d Reset filter on search close 2015-06-21 17:38:51 +02:00
Arne Schwabe
7feecdca03 query app from system in background thread to avoid hanging of the app. 2015-06-21 14:52:37 +02:00
Arne Schwabe
8271f785c7 Implement searching in allowed Apps, closes #362 2015-06-21 14:20:15 +02:00
Arne Schwabe
15941530f4 generate FAQ for github, not good yet but better than nothing. 2015-06-15 09:09:20 +02:00
Arne Schwabe
519e2d26b7 Update openvpn 2015-06-07 22:48:30 +01:00
Arne Schwabe
d5c8ac357d Update gradle files, new version 2015-06-07 22:42:43 +01:00
Arne Schwabe
e29cd8ba29 fix translations 2015-06-07 22:40:50 +01:00
Arne Schwabe
13513a9fa1 Update translations 2015-06-07 22:10:24 +01:00
Arne Schwabe
4ccdfbc15a Update sdks to 22, Remove FAB again, layout/placement needs more thought. 2015-06-07 22:03:10 +01:00
Arne Schwabe
b95bd6fe25 Add more floating action buttons. 2015-05-27 23:55:57 +02:00
Arne Schwabe
a3489664fd Change urls to github 2015-05-27 23:55:57 +02:00
Arne Schwabe
b434cd7df7 Add the main activity as Android TV activity. It is not really TV designed but better than nothing. 2015-05-04 15:02:35 +02:00
Arne Schwabe
58fcc7a0b4 Log stupid bug of Samsung telephones to ignore DNS servers outside the VPN range... 2015-04-21 15:13:23 +02:00
Arne Schwabe
c3ae4aaac9 Move more to git, add submodules, fix build script, change hgignore to gitignore 2015-04-15 00:20:23 +02:00
Arne Schwabe
5e42114d22 Use the right delimiter 2015-03-19 15:28:23 +01:00
Arne Schwabe
ea8c819949 Fix formatting of log messages if no context is available (Closes schwabe/ics-openvpn-old-repo-do-not-use#13) 2015-03-19 15:16:25 +01:00
Arne Schwabe
26249c354b Merge 2015-03-19 11:31:30 +01:00
Arne Schwabe
c59e17ec39 Fix importing of auth-user-pass (closes #334), add support for finding the absolute path of a crl file (closes #264) 2015-03-19 11:30:12 +01:00
Arne Schwabe
f7058a378d Fix FAQ generation script
--HG--
extra : rebase_source : b8456211ee7b39e1be473d8c9fdb2c173b91e31a
2015-03-16 23:40:14 +01:00
Arne Schwabe
a2c989301f Do not break compatibility with older AIDL API 2015-03-16 13:14:54 +01:00
Arne Schwabe
d98f6c6ba5 Update/cleanup of external API, allow adding of non user editable profiles
--HG--
rename : remoteExample/src/main/assets/hd.conf => remoteExample/src/main/assets/test.conf
2015-03-16 12:55:41 +01:00
Arne Schwabe
d8a10a7d9f Only return not deleted profiles on the external API 2015-03-16 10:33:54 +01:00
Arne Schwabe
901675f597 Update OpenVPN version 2015-03-16 10:32:17 +01:00
Arne Schwabe
0f88c9b6b6 add tls-cipher FAQ 2015-03-06 15:01:08 +01:00
Arne Schwabe
c4a7bb09f8 Update FAQ generation script 2015-03-04 21:31:12 +01:00
Arne Schwabe
6c2a76cdeb Update translations 2015-03-04 21:30:33 +01:00
Arne Schwabe
bd60df7349 Fix typo (thanks), closes issue #329
--HG--
extra : rebase_source : 9148b1bb05a9d8785b8b1c6ee2a5d45f07640d4d
2015-02-18 09:08:13 +01:00
Arne Schwabe
9a526dbc92 Update OpenVPN to -master 2015-02-24 21:20:30 +01:00
Arne Schwabe
64786447cb Version 0.6.29 2015-02-24 21:14:23 +01:00
Arne Schwabe
2c52ffd710 Merge 2015-02-24 20:51:24 +01:00
Arne Schwabe
73c6bef5fa add Vietnamese language 2015-02-20 23:03:56 +01:00
Arne Schwabe
d30bca302e More fixes to the FAQ 2015-02-17 22:28:40 +01:00
Arne Schwabe
f81741cd52 Update translations 2015-02-15 21:53:47 +01:00
Arne Schwabe
9f0928c659 Update OpenSSL to AOSP -master 2015-02-12 22:22:25 +01:00
Arne Schwabe
68d26e1b1b Update OpenVPN 2015-02-09 10:01:57 +01:00
Arne Schwabe
8e481f24a6 Add titles to FAQs 2015-02-09 09:51:42 +01:00
Arne Schwabe
27b8dec122 Fix bug that servers are shared between copies of profiles 2015-02-08 17:29:36 +01:00
Arne Schwabe
f90a247d76 Fall back on old file dialog for all file dialogs (fixes Android TV) 2015-02-05 14:07:13 +01:00
Arne Schwabe
f1e5a2c7a4 Start documenting different VPN bugs and the versions the bugs manifest in. 2015-02-03 19:40:19 +01:00
Arne Schwabe
1627dfc9aa User cannot find the import button, add more of them 2015-02-03 16:13:58 +01:00
Arne Schwabe
29c0c3eeb0 Log an exception when Android return null on establishtun 2015-01-27 23:11:36 +01:00
Arne Schwabe
8a54bf7ff2 Fix net comparision, I officialy hate java for their non overloaded broken big integers. 2015-01-27 23:06:10 +01:00
Arne Schwabe
eda9ea56df version 0.6.27 2015-01-27 15:56:00 +01:00
Arne Schwabe
ddf8f5c3ba Fix log layout 2015-01-27 15:22:01 +01:00
Arne Schwabe
c17342b3a5 Update OpenVPN to -master, fix network-change command (closes issue #312) 2015-01-27 15:19:27 +01:00
Arne Schwabe
6b7c748536 Fix issue #323 2015-01-27 14:53:59 +01:00
Arne Schwabe
00bef7d991 Argh really fix issue #321 2015-01-27 14:28:48 +01:00
Arne Schwabe
21c8890c31 ignore engine dynamic
--HG--
extra : source : 38fce154fd50742236c876042a5bb2f7d157570e
2015-01-09 16:46:21 +01:00
Arne Schwabe
3c7cb13eca Ignore multicast routes when adding routes, at least Lollipop does not like them.
--HG--
extra : source : 7601bdd8dce43eb44d6b2ad8fda03f8539fc50e0
2015-01-09 15:55:25 +01:00
Arne Schwabe
3b11c7515a incomplete pie fix
--HG--
extra : rebase_source : 9dea35f0c36a6a84b66bb8c851a794b3a1967a3c
2015-01-11 19:19:04 +01:00
Arne Schwabe
93a871cb84 ONly jni library build date for debug build (closes issue #321) 2015-01-23 18:29:22 +01:00
Arne Schwabe
44721ef08f Normalise route of local interface (closes issue #311) 2014-12-21 14:58:24 +01:00
Arne Schwabe
3f41bff118 Update/clarify copyright.
--HG--
extra : rebase_source : a453e026590faae1a1842b98d367654fbde63fcb
2014-12-17 17:05:35 +01:00
Arne Schwabe
afdb893788 Version 0.6.26
--HG--
extra : rebase_source : 357e6749d264f4fc8df55e4dc3caee7a870cb2fc
2014-12-15 10:41:49 +01:00
Arne Schwabe
04710ae16c Fix very stupid problem (KK != LP)
--HG--
extra : rebase_source : bae8146612680b2d64dcb0b3c53d8efe209a323b
2014-12-15 10:15:32 +01:00
Arne Schwabe
9f83f0da55 Update translations
--HG--
extra : rebase_source : 6a8da40347ea3cc9c348d3f6406dfd251d380310
2014-12-15 00:10:40 +01:00
Arne Schwabe
6b90f787da Bump version to 0.6.25
--HG--
extra : rebase_source : ce2e137ab9758c7731d27a8d38b1e79f9a0b352c
2014-12-14 23:41:33 +01:00
Arne Schwabe
a8ff5059ee fix net30, p2p detection logic (again...), fix NPE when no ifconfig was set/pushed
--HG--
extra : rebase_source : 5828a3a9c60f49f9715971ff08d6bc89a638e98b
2014-12-14 23:41:15 +01:00
Arne Schwabe
370f94cd97 Update OpenVPN to current -master
--HG--
extra : rebase_source : 85910d09bae449f484bc15d94583e0ac12772282
2014-12-14 23:40:31 +01:00
Arne Schwabe
a56f8a82e5 Report strange error, remove DisconnectVPN from recents list
--HG--
extra : rebase_source : 4483741e05af5b667b181e77533a45301fd8e6e6
2014-12-07 16:53:53 +01:00
Arne Schwabe
d610ab4859 fix typos, fix faq
--HG--
extra : rebase_source : 77b367a3862b90094fc3145d841408519b1752b0
2014-12-12 16:53:49 +01:00
Arne Schwabe
b55e5aa6bc Allow IPv6/IPv4 on local LAN when bypass VPN is selected. Workaround Android 5.0 bug not to route to configured IP's network
--HG--
extra : rebase_source : fa444aa3a119668c80dfbcd85e039736a41ddf9f
2014-12-12 11:07:06 +01:00
Arne Schwabe
0939906e13 Add FAQ about the different Android clients
--HG--
extra : rebase_source : 4d78af1c47625352a1bef132c197dbb0ac19480c
2014-12-11 19:46:36 +01:00
Arne Schwabe
dc212f486c Update FAQ generation script
--HG--
extra : rebase_source : f87df64acd2c565529fe21ae0806bf1774df9afe
2014-12-11 19:46:21 +01:00
Arne Schwabe
6cce3f8474 Fix minor issues.
--HG--
extra : rebase_source : 1bf8caeacf906d7ba4aecd5c22960658e8fc11c8
2014-12-08 17:52:36 +01:00
Arne Schwabe
895166541f Fix custom connection options, always refresh generated configuration
--HG--
extra : rebase_source : 881a458e406e97ff21eaf516f561a4bd62e331f4
2014-12-08 14:38:10 +01:00
Arne Schwabe
e7eb5a1d53 reference to copy icon
--HG--
extra : rebase_source : 02be869a061bdfee005ac81cb952ad7797d330d4
2014-12-08 13:16:23 +01:00
Arne Schwabe
5933114a68 fix last commit
--HG--
extra : rebase_source : 49edd5b0a5481b43ac6c595ef64dc4a03aa2ce83
2014-12-08 13:11:14 +01:00
Arne Schwabe
451a474871 Always use --remote when possible, fix connection block not accepting global options
--HG--
extra : rebase_source : 725acc40a0c82171fab1536a14e22805b1322ed4
2014-12-08 13:07:28 +01:00
Arne Schwabe
b0cd8e9c41 Add better icon for log view for Holo design
--HG--
extra : rebase_source : 9550e990561a972424a03ea36139a8d0b91615a5
2014-12-05 11:26:29 +01:00
Arne Schwabe
b76b7517ee Fix a few lint warnings
--HG--
extra : rebase_source : 2252917f882eccb6db2fc3286ca01606f5b5ff86
2014-12-05 10:58:40 +01:00
Arne Schwabe
860a88aeee Fix error message on socket close (boolean algebra beginners mistake...)
--HG--
extra : rebase_source : e3eae5e9cb9817655b8556ff1caea09acad20c86
2014-12-05 10:45:26 +01:00
Arne Schwabe
15c7bdc7bd Fix text for switch not showing up
--HG--
extra : rebase_source : 0f7b1d99bf44f1f1f69d138ec78fe1ab9fd65fe0
2014-12-04 16:45:17 +01:00
Arne Schwabe
3f33bcd507 Remove autoanimate which breaks recycler view
--HG--
extra : rebase_source : a0abe2cb17990f7536c9ccdc87cf5f5e93343e6d
2014-12-04 10:22:10 +01:00
Arne Schwabe
6874df200c Update OpenVPN to fix cipher null regression
--HG--
extra : rebase_source : 7e02f4734821d8e72fdb001355b2623c99e91fae
2014-12-04 10:21:38 +01:00
Arne Schwabe
f1f81cb19b really fix per app vpn settings (hopefully) this time
--HG--
extra : rebase_source : 328abb8724c5582c5c9de7ed55e38a937b636ea7
2014-12-02 22:26:31 +01:00
Arne Schwabe
6bb3396dab remove unused image
--HG--
extra : rebase_source : fd59249b636b22e57e2fb32e863233a2a53cbd3d
2014-12-01 19:11:59 +01:00
Arne Schwabe
d73c83783d Update icsopenvpn version, update translation, sync with released OpenVPN master
--HG--
extra : rebase_source : 68991da2166a00a17978934f9e20eea4b34a3425
2014-12-01 19:05:39 +01:00