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

474 Commits

Author SHA1 Message Date
Arne Schwabe
0ccf804fb6 Move files around
--HG--
rename : LICENSE.txt => doc/LICENSE.txt
rename : README.txt => doc/README.txt
rename : todo.txt => doc/todo.txt
rename : genFAQ.py => misc/genFAQ.py
2013-05-29 21:53:38 +02:00
Arne Schwabe
8d3fa2909e Compile fixes 2013-05-29 21:40:19 +02:00
Arne Schwabe
9288f9cdcb Allow pausing the VPN also without persistent-tun.
I don't like the concept but I don't to educate people ….
2013-05-29 19:52:41 +02:00
Arne Schwabe
d7f6bea080 Fix build without signing key 2013-05-29 19:32:42 +02:00
Arne Schwabe
9bcacd9c60 compile fixes 2013-05-26 23:38:05 +02:00
Arne Schwabe
fb30271e5f State the obvious 2013-05-26 23:28:57 +02:00
Arne Schwabe
8e1748eb0f Add signing configuration for gradle 2013-05-26 17:29:53 +02:00
Arne Schwabe
5895203271 Doc update 2013-05-25 19:17:05 +02:00
Arne Schwabe
a5023ab2a6 Allow project to be build with gradle 2013-05-25 19:15:58 +02:00
Arne Schwabe
9ea8c8a18a Extend external API documentation and change hasPermission to prepareVPNService 2013-05-25 11:50:43 +02:00
Arne Schwabe
12d79b76ed Commit files missed in last openvpn import 2013-05-25 11:50:10 +02:00
Arne Schwabe
fa4b5e8c37 Implement Option to pause VPN when screen is off (closes issue #162)
--HG--
rename : src/de/blinkt/openvpn/core/NetworkStateReceiver.java => src/de/blinkt/openvpn/core/DeviceStateReceiver.java
2013-05-25 11:49:49 +02:00
Arne Schwabe
2fe7a0433c Autoscroll log (closes issue #164) 2013-05-24 13:36:17 +02:00
Arne Schwabe
c0f47b6edf Updaten OpenVPN version to 2.4master 2013-05-24 13:28:08 +02:00
Arne Schwabe
bdfd3ddc08 Fix error in env 2013-05-24 13:27:27 +02:00
Arne Schwabe
58f731459b Fix aidl crash ….. 2013-05-20 12:33:00 +02:00
Arne Schwabe
2a9037c749 Add certificate CN print
Need to fix string for email and order

--HG--
extra : rebase_source : c3d5858d53d2f8f340b0d4a07434021f194a247a
2013-05-20 09:55:50 +02:00
Arne Schwabe
ffcd37e623 Fix spelling of sate to state
--HG--
rename : src/de/blinkt/openvpn/core/NetworkSateReceiver.java => src/de/blinkt/openvpn/core/NetworkStateReceiver.java
extra : rebase_source : 5a23bc869e5631048de0e0df2a56702e01fad9df
2013-05-06 23:27:26 +02:00
Arne Schwabe
b9b682d86d Add swedish files
--HG--
extra : rebase_source : 52b9a6e2950e5cc55a0741961603c38741a60ab6
2013-04-26 16:36:25 +02:00
Arne Schwabe
14d31b4864 Add auto exported gradle build file 2013-05-16 10:13:40 +02:00
Arne Schwabe
4d72f0b934 Also add package name to UV variables 2013-05-10 17:02:01 +02:00
Arne Schwabe
9c4926fd56 Report ics-openvpn version to server when push-peer-info is used 2013-05-10 14:14:37 +02:00
Arne Schwabe
820a0d0181 Cancel dialog when pressing back (closes issue #167) 2013-05-03 10:24:17 +02:00
Arne Schwabe
240d3a0cbd Add snappy library. In preparation for upcoming snappy support of OpenVPN 2013-05-03 10:20:54 +02:00
Arne Schwabe
0106121c24 Switch license to GPLv2.\nI am annoyed of people modifying my code, breaking and then ask me for help on their commercial product for free...
--HG--
extra : rebase_source : 9c5beb9346c0c4cc124c6286c4d97e3895b7a8fe
2013-04-24 21:22:42 +02:00
Arne Schwabe
955cde7034 Add the information that Android will keep using proxies when having no DNS server specified (closes issue #161)
--HG--
extra : rebase_source : 99047ef45106d9884e9f9b09e8fe117ba23da597
2013-04-23 16:53:33 +02:00
Arne Schwabe
8ad913a88f Fix NPE when calling disconnect() without being connected 2013-04-16 20:22:59 +02:00
Arne Schwabe
7e3671e2bd Add states when requiring user input 2013-04-16 20:17:45 +02:00
Arne Schwabe
c916abb6d0 Remove unused string, update logmenu 2013-04-16 12:33:30 +02:00
Arne Schwabe
e4facba3ba Add Swedish! 2013-04-10 11:07:32 +02:00
Arne Schwabe
e481245959 Always log tun information
I tired of bug reports without this information. Also this removes one of the unclear buttons in the Logwindow
2013-04-10 10:58:43 +02:00
Arne Schwabe
33efe31b7b Do not close main window when starting a VPN Connection.
I am not sure why I did that in the first place.
2013-04-10 10:26:50 +02:00
Arne Schwabe
bfb8c56729 add LastConnectedUuid to state messages. 2013-04-08 13:43:52 +02:00
Arne Schwabe
35d3413308 Remove tls-remote conversion. Let Heiko's patches handle this stuff 2013-04-08 13:20:14 +02:00
Arne Schwabe
92432b6f64 Fix status updates 2013-04-08 00:06:55 +02:00
Arne Schwabe
195b0a10d9 Allow clearing of external apps 2013-04-07 14:05:05 +02:00
Arne Schwabe
3b68ac89cd Registering for a state receiver gets the most recent state. Also added the coarse state to the interface. 2013-04-07 12:03:53 +02:00
Arne Schwabe
bde3a3f780 Add external API with security. 2013-04-06 19:46:07 +02:00
Arne Schwabe
ad2256b6fe Fix tls-cipher when invalid ciphers are given 2013-04-06 19:45:45 +02:00
Arne Schwabe
f50f5b550a Tag version 0.5.36a 2013-04-02 00:48:22 +02:00
Arne Schwabe
f7d1fd7b6b Fix stupid bug in naming native library (fixes 4.1) 2013-04-02 00:46:15 +02:00
Arne Schwabe
7d6c9bb3c0 Fix genFAQ.py script 2013-04-01 17:12:24 +02:00
Arne Schwabe
8248b3de1a Added tag 0.5.36 for changeset b46208731bd3 2013-04-01 16:40:25 +02:00
Arne Schwabe
4d89f667cb Update translations 2013-04-01 16:37:34 +02:00
Arne Schwabe
b993030dbe Ignore error when unregistering network state listener 2013-04-01 16:37:24 +02:00
Arne Schwabe
27ab1f2c46 Update OpenVPN to 2.3.1 2013-04-01 01:30:35 +02:00
Arne Schwabe
d081ec3604 the array should be flagged translatable 2013-03-30 12:36:06 +01:00
Arne Schwabe
3939f72be4 Sigh .... why are people who cannot found out these simple issues keeping on building the program?
--HG--
extra : rebase_source : 4d0fed9857f924ba8c9c5a317436c0c8deae48ce
2013-03-29 15:55:03 +01:00
Arne Schwabe
6c47bd48c0 Add license file and remove copyright header from files that were adapted from examples
--HG--
extra : rebase_source : 83fb3ba247a9f7c3e5bcfe27464c5b1866c67827
2013-03-28 16:00:19 +01:00
Arne Schwabe
d56fb2371e add paragraph about disabling google breakcode
--HG--
extra : rebase_source : 6f58bf8db2ac1f2b92ae9ce5f19849377360ed6c
2013-03-19 16:58:03 +01:00