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

1926 Commits

Author SHA1 Message Date
Arne Schwabe
6890841fa1 Added tag v0.5.5 for changeset 8381666aa622 2012-05-20 14:49:09 +02:00
Arne Schwabe
313c5aa7b3 Added tag v0.5.5a for changeset 575b322447ad 2012-05-20 14:48:46 +02:00
Arne Schwabe
a09e928795 Another market backtrace, not should what happens here. Hope for a user to report it :) 2012-05-20 14:45:24 +02:00
Arne Schwabe
8a4794ada0 - fix a backtrace from the market console
- Version 0.5.5a
2012-05-20 14:42:12 +02:00
Arne Schwabe
e3152fa86c - Fix missing about
- Fix vpn list saving to sharedpreferences (closes issue #27)
- Version 0.5.5a
2012-05-20 14:36:00 +02:00
Arne Schwabe
bb987226c8 Version 0.5.5
- Add state to speed display
2012-05-18 19:12:38 +02:00
Arne Schwabe
94387a6e42 Allow only one log window at a time (closes issue #26)
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-18 14:11:37 +02:00
Arne Schwabe
7ad69e6450 - Make Ipv6 support complete (minus tun-ipv6 warning)
- Implement byte counter support in the log window
- Fix spelling of secret (closes issue #22)
- Replace "quot; with ", no idea what went wrong there (closes issue #21)
2012-05-18 00:06:49 +02:00
Arne Schwabe
39e94d5431 - Rework saving state of preferences fragment
- fix state of nobind not loaded (hopefully closes issue #19)
Version 0.5.4
2012-05-14 23:06:36 +02:00
Arne Schwabe
297eca2082 Really apply patch from issue #20 2012-05-14 19:54:30 +02:00
Arne Schwabe
66f0e66350 Apply patch from issue #20 (closes issue #20) 2012-05-14 19:42:43 +02:00
Arne Schwabe
d59415d8e4 Add more error logging 2012-05-14 19:34:03 +02:00
Arne Schwabe
08fb1d8c20 If you think having cought all things that are broken in images one images tries harder to break things... 2012-05-13 23:00:27 +02:00
Arne Schwabe
6b2edc5d2b Implement the required ipv6 changes.
GUI part is still incomplete
2012-05-13 22:51:52 +02:00
Arne Schwabe
1787d6dcbb Version 0.5.3
Fix a few new bugs before pushing to the market :)
2012-05-13 02:03:20 +02:00
Arne Schwabe
9e2afc72b1 Config Import useable (closes issue #14)
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-13 01:16:27 +02:00
Arne Schwabe
5a65e0c5e8 Almost working configuration import 2012-05-12 21:18:37 +02:00
Arne Schwabe
016c2b5bad Add native dir approach from http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284 2012-05-11 17:14:19 +02:00
Arne Schwabe
0291c75669 CLeanups
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
2012-05-11 01:17:01 +02:00
Arne Schwabe
bfb51aa744 Rework FIle selection dialog.
Include possibility to include file content in VPN Profile. Allows safer storage of Certifcates and keys. (closes issue #13)

--HG--
rename : src/com/lamerman/FileDialog.java => src/de/blinkt/openvpn/FileSelectionFragment.java
2012-05-11 00:46:33 +02:00
Arne Schwabe
be5159289c Put 0.5.2 in manifest 2012-05-10 10:54:22 +02:00
Arne Schwabe
6008ca11d6 Version 0.5.2
Fix minivpn vs openvpn. (closes issue #16)
If minivpn binary is already available don't write it (closes issue #15)
2012-05-10 10:53:21 +02:00
Arne Schwabe
c7c118c07a Version 0.5.1 2012-05-10 00:56:14 +02:00
Arne Schwabe
82b3869f5d ingore mac os x .DS_STORE, add empty testmain.c 2012-05-10 00:47:31 +02:00
Arne Schwabe
72263ae736 Merge 2012-05-10 00:13:08 +02:00
Arne Schwabe
05981eb324 add missing faqfragment 2012-05-10 00:01:56 +02:00
Arne Schwabe
93504079cd add cipher option 2012-05-09 23:58:37 +02:00
Arne Schwabe
dd43bc7edc small fixed 2012-05-09 23:17:23 +02:00
Arne Schwabe
e86d8b6769 Only try to write minivpn once per program lifetime.
Remove debug logging
2012-05-09 17:57:40 +02:00
Arne Schwabe
e2d3bfe01a Version 0.5.0 + minimal faq addition 2012-05-09 14:22:15 +02:00
Arne Schwabe
0bf35bebed Writing the Minivpn binary on start.
It is small enough to not care about writing it over and over again.
2012-05-09 13:35:58 +02:00
Arne Schwabe
5281cc9f8d Add the minivpn to repository to avoid copying it around.
The jniclose method works. But there should be a java way to do it ... (closes issue #12)
2012-05-09 13:17:37 +02:00
Arne Schwabe
a601f2382b Add tiny minivpn executable which uses the libopenvpn.so so we don't have to copy a big executable from assets to cache directory 2012-05-09 12:49:20 +02:00
Arne Schwabe
5c54035e38 Merge 2012-05-09 02:11:34 +02:00
Arne Schwabe
95d6e0331e Openvpn as external external program is coming nearer .... 2012-05-09 02:06:17 +02:00
Arne Schwabe
ccd71cda1d If we make a toast, also show it. 2012-05-08 19:13:04 +02:00
Arne Schwabe
c08b39906f more about 2012-05-08 17:55:54 +02:00
Arne Schwabe
ea9099be05 more todo, add Copying faq 2012-05-08 16:43:20 +02:00
Arne Schwabe
87c962c471 Add FAQ Dialog, will be filled with more Items later 2012-05-08 16:34:47 +02:00
Arne Schwabe
379ae91738 Keep track of ideas/todos 2012-05-07 13:17:22 +02:00
Arne Schwabe
783d3c00b6 Clarify route error message, remove a few "jniglue.h" inclusions 2012-05-07 09:57:24 +02:00
Arne Schwabe
ef42511eb4 All control of openvpn is now over the unix socket. JNI is only used for starting openvpn.
Fix configuration if no DNS information is available. (closes issue #7 hopefully)

Version 0.5.0
2012-05-06 23:52:22 +02:00
Arne Schwabe
49c3df5756 Version 0.4.9 2012-05-06 21:15:50 +02:00
Arne Schwabe
68b6a9dd0c - Ability to copy single log entries (issue #9)
- Remove dependency on JNI for all but  early logging and opening tun
2012-05-06 20:06:30 +02:00
Arne Schwabe
7c020349d2 Add ability to send the log (closes issue #9)
protect fd over unix socket
2012-05-06 18:13:09 +02:00
Arne Schwabe
581062c8b9 working protect fd through management 2012-05-05 19:54:55 +02:00
Arne Schwabe
dba28ea4ea First time a fd was successfully transfered over a socket :) 2012-05-05 17:55:46 +02:00
Arne Schwabe
21f0e327e0 Error message if keystore cannot be accessed (e.g. after backup) 2012-05-05 03:08:32 +02:00
Arne Schwabe
1c6052df61 0.4.8b - the my phone has a /tmp but most ics do not 2012-05-05 02:52:57 +02:00
Arne Schwabe
e4f201e9c7 Version 0.4.7 with more route checking and fix of the tmp-dir bug :(
closes issue #6
2012-05-05 02:33:46 +02:00