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

190 Commits

Author SHA1 Message Date
Arne Schwabe
645095d513 Always smart on network change.
--HG--
extra : rebase_source : c1a74cf26150f30683124dc7aa912564bb75ad86
2014-11-26 00:39:37 +01:00
Arne Schwabe
19e013e6ba Update peer-id patch, remove now uneded code from OpenVPN for local block/unblock
--HG--
extra : rebase_source : 8a0eedbd74cb76ac50431f8c8b9bfdd42bc4a243
2014-11-26 00:28:48 +01:00
Arne Schwabe
5dc5033145 Implement getting local interfaces via native API and without OpenVPN.
Fixes allow local LAN on Android 5.0

--HG--
extra : rebase_source : ac79c41800905f3aeb23ce49a617ab226a6473c0
2014-11-26 00:04:25 +01:00
Arne Schwabe
d02a647cda Update OpenVPN to -master
--HG--
extra : rebase_source : cc844ae1a812fce0244f7e381fcee8c2db7e8bc2
2014-11-25 23:19:29 +01:00
Arne Schwabe
bd7c4e1bfe Also add gw for android default
--HG--
extra : rebase_source : 74111f1c2d5a4cfa35a136b00725d2910a6b8d7a
2014-11-26 00:09:04 +01:00
Arne Schwabe
f97e14bf30 Fix multiple connection definitions with tls-remote check
--HG--
extra : rebase_source : 6bde5fa992982adfef2b82bb058cb13d55825f8f
2014-11-25 11:14:17 +01:00
Arne Schwabe
20b4f00649 Use pseudo gw as default gw on Android as a workaround for not being able to read /proc/net/route
--HG--
extra : rebase_source : 599f72587271291a1f2085dace253e62b5f344fe
2014-11-24 16:43:42 +01:00
Arne Schwabe
2852394ed2 Fix last commit
--HG--
extra : rebase_source : 46a451fd674f52e80b9270e7573058b5af2a5c1e
2014-11-24 16:20:44 +01:00
Arne Schwabe
4e40f61289 Do not use an implicit Intent in the remote example
--HG--
extra : rebase_source : a7e9847f15adfa702c2712b5ee8d9878674ba4b6
2014-11-21 17:53:55 +01:00
Arne Schwabe
f086819427 Catch more exception when opening files
--HG--
extra : rebase_source : 620733d56651d014f3628d6784e36ab0b65278e7
2014-11-21 14:41:47 +01:00
Arne Schwabe
0db19daf7c Do not include the packages in the message, this code does not actually work
--HG--
extra : rebase_source : 87ab9e0f99faf04e37662cd85d6e93a8721dfae3
2014-11-21 14:40:36 +01:00
Arne Schwabe
1f04e4412e Remove the custom permission since it makes too much trouble with android 5.0 and the apps requires the user to acknowledge the external API anyway (closes issue #299)
--HG--
extra : rebase_source : c34d165c2c953a8ccda329465a20a7284f73d8f0
2014-11-20 16:33:40 +01:00
Arne Schwabe
e065a37e61 Include apps in tun cfg string
--HG--
extra : rebase_source : 2dafd0a1114837ec6efd54661cdf8138ea4513f3
2014-11-20 16:28:51 +01:00
Arne Schwabe
8888f24e53 Fix attribute name clash should I ever use compat21
--HG--
extra : rebase_source : d82801f2bf6a3e323e345180eba233920836834d
2014-11-19 16:11:40 +01:00
Arne Schwabe
8dc10e8717 Fix excluded routes not displayed in summary
--HG--
extra : rebase_source : 9e499ee13e5309623665a38975f526985e951a98
2014-11-24 01:20:35 +01:00
Arne Schwabe
0c58201fa3 Version 0.6.22
--HG--
extra : rebase_source : 4a2449ea2529328eb86402bf7d6503ab02e845e7
2014-11-20 00:38:35 +01:00
Arne Schwabe
71ef32a285 Fix lint errors
--HG--
extra : rebase_source : 403f115a71184a1659bca15d514685626fb04da0
2014-11-20 00:38:19 +01:00
Arne Schwabe
e527d41b01 Don't display log in main window
--HG--
extra : rebase_source : 715799505b20fb0ff7236e013f7a09442ba6bb58
2014-11-20 00:22:41 +01:00
Arne Schwabe
74047bc3a9 Fix build script warnings in OpenSSL
--HG--
extra : rebase_source : c94b2100287e67e59c5f741a9c12008f90a1b394
2014-11-20 00:20:49 +01:00
Arne Schwabe
107833579c Update translations
--HG--
extra : rebase_source : cabf25e86e2015067fc1ab5b31fa4265119e6257
2014-11-20 00:10:16 +01:00
Arne Schwabe
16522f330b More fine-tuning, move obscure and behavior settings together (again...)
--HG--
extra : rebase_source : 9e9ea0548b9b98505a880dc30b8ca1e513d0e5ea
2014-11-20 00:06:31 +01:00
Arne Schwabe
ea90e68958 Only list apps with INTERNET permission in app list.
--HG--
extra : rebase_source : 016a9c0cf440b66ccbd311dca4e3dc937ed40730
2014-11-19 00:21:18 +01:00
Arne Schwabe
973be51139 Fix allowed application row layout
--HG--
extra : rebase_source : f172e328adb7f18b5d17045624ce2d07190d3549
2014-11-19 00:13:09 +01:00
Arne Schwabe
c1289a1ef9 Also change VPNPreferences to use sliding layout.
--HG--
extra : rebase_source : 9bdc433edcc1edb0d1739fb3e63e6c1b27722840
2014-11-19 00:03:19 +01:00
Arne Schwabe
b0c8c16480 Implement Viewpager/Sliding tabs in the main activity
--HG--
extra : rebase_source : 7deb64357ecc003893d342ef34b2a8999aee12be
2014-11-18 22:56:08 +01:00
Arne Schwabe
e9c8ea835a More taking of new layout and features
--HG--
extra : rebase_source : 77e40c87eb1c11019361f8bf4d53068921025ae4
2014-11-17 20:33:38 +01:00
Arne Schwabe
72126eb563 Implement deletion of remotes
--HG--
extra : rebase_source : 7acb74bd77bff57b6f29ff020fa668966086cafa
2014-11-17 14:08:24 +01:00
Arne Schwabe
c67a5e6a84 Do not resize RecyclerView since it crashes
--HG--
extra : rebase_source : d2065a08f5fdc69ac2fd5140d28c4ea52b2a47e0
2014-11-17 13:10:20 +01:00
Arne Schwabe
16d4298172 Minor fixes in layout for 5.0
--HG--
extra : rebase_source : ae066b2207f54b2fc8b52929e3e1a8a8488dce64
2014-11-17 12:49:01 +01:00
Arne Schwabe
2ed9ea6dbc Implement setting of allowed apps on VPN on Lollipop
--HG--
extra : rebase_source : 4636a99d9a9d8b087c094788f207b18045a4554c
2014-11-17 12:31:02 +01:00
Arne Schwabe
f4a711c942 Change Connection Container to RecyclerView
--HG--
extra : rebase_source : 941124b2fbb4904470a015e879deed74ae9972ad
2014-11-16 21:18:24 +01:00
Arne Schwabe
08f9700058 Implement support for multiple connection/remote entries (closes issue #2)
--HG--
extra : rebase_source : 22f70cc3750ec5342e1c8b69f8978b92237710c6
2014-11-16 19:21:14 +01:00
Arne Schwabe
413e768999 Update/clarify copyright.
--HG--
branch : public
extra : source : a453e026590faae1a1842b98d367654fbde63fcb
2014-12-17 17:05:35 +01:00
Arne Schwabe
8935ebe6c3 Fix AIDL from external apps. 2014-11-14 16:58:11 +01:00
Arne Schwabe
747964be8d Update OpenSSL version 2014-11-14 09:54:08 +01:00
Arne Schwabe
b28828796a Update OpenSSL version 2014-11-14 09:52:32 +01:00
Arne Schwabe
e7a6c1a987 Use correct sizes for icons 2014-11-12 22:33:11 +01:00
Arne Schwabe
54e9bc7240 Version 0.6.21 2014-11-12 11:16:51 +01:00
Arne Schwabe
2eb96aba53 Fix lint issues 2014-11-12 11:13:34 +01:00
Arne Schwabe
4aeb5c2b3f Update openvpn version (closes #296) 2014-11-12 11:10:13 +01:00
Arne Schwabe
45c35f3720 Rework ABI binary process (closes issue #298) 2014-11-12 00:08:06 +01:00
Arne Schwabe
d7dbaa81fa Improve FAQ Fragment on Lollipop, change edit icon to a better one. 2014-11-11 23:30:43 +01:00
Arne Schwabe
ddec52f355 Fix back button on DisconnectDialog doing strange things 2014-11-11 23:28:24 +01:00
Arne Schwabe
3ebb2e2ae8 Add material style icons
--HG--
rename : main/src/main/res/drawable-hdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-hdpi/vpn_item_settings.png
rename : main/src/main/res/drawable-mdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-mdpi/vpn_item_settings.png
rename : main/src/main/res/drawable-xhdpi/ic_sysbar_quicksettings.png => main/src/main/res/drawable-xhdpi/vpn_item_settings.png
2014-11-10 00:12:33 +01:00
Arne Schwabe
0f7435453e Implement removal of profiles via external API 2014-11-09 23:07:43 +01:00
Arne Schwabe
0b63f8d6a3 Fix starting VPN without permission when called from external service 2014-11-05 11:31:26 +01:00
Arne Schwabe
77d86701ef Update session id/peer id patch 2014-11-05 11:15:17 +01:00
Arne Schwabe
d74d7437ca Fix typo in last commit 2014-11-04 21:07:29 +01:00
Arne Schwabe
fea85e469d Make Faq look nicer, especially on large device by using cardviews 2014-11-04 20:39:40 +01:00
Arne Schwabe
7372f1921d Update session-id patch, fix accidentally committed experimental branch 2014-10-29 15:33:32 +01:00