summaryrefslogtreecommitdiff
path: root/src/de
AgeCommit message (Collapse)Author
2012-05-31- fix a few more stringsArne Schwabe
- add editing xxx title to cfonig settings
2012-05-31Add most of the missing german translationsArne Schwabe
2012-05-30Add fix for CM9 /dev/tun ownership (closes issue #35)Arne Schwabe
2012-05-30fix bug in LaunchVPN Lifecycle (closes issue reported via email)Arne Schwabe
2012-05-25Fix errors reported by lintArne Schwabe
2012-05-24Add querying certificate key password (closes issue #23)Arne Schwabe
2012-05-24Better way of fixing port warningArne Schwabe
2012-05-24Add more diagnostic messages for management password queriesArne Schwabe
2012-05-24- fix cn remote string (closes issue #31)Arne Schwabe
- ignore a few more options in the importer
2012-05-23Finetune FAQ, change font sizes, add Information about broken Images from ↵Arne Schwabe
Sony and HTC
2012-05-20Another market backtrace, not should what happens here. Hope for a user to ↵v0.5.5aArne Schwabe
report it :)
2012-05-20- fix a backtrace from the market consoleArne Schwabe
- Version 0.5.5a
2012-05-20- Fix missing aboutArne Schwabe
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a
2012-05-18Version 0.5.5v0.5.5Arne Schwabe
- Add state to speed display
2012-05-18Allow only one log window at a time (closes issue #26)Arne Schwabe
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-18- Make Ipv6 support complete (minus tun-ipv6 warning)Arne Schwabe
- 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-14- Rework saving state of preferences fragmentArne Schwabe
- fix state of nobind not loaded (hopefully closes issue #19) Version 0.5.4
2012-05-14Really apply patch from issue #20Arne Schwabe
2012-05-14Apply patch from issue #20 (closes issue #20)Arne Schwabe
2012-05-14Add more error loggingArne Schwabe
2012-05-13If you think having cought all things that are broken in images one images ↵Arne Schwabe
tries harder to break things...
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-13Version 0.5.3Arne Schwabe
Fix a few new bugs before pushing to the market :)
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-12Almost working configuration importArne Schwabe
2012-05-11Add native dir approach from ↵Arne Schwabe
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284
2012-05-11CLeanupsArne Schwabe
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
2012-05-11Rework FIle selection dialog.Arne Schwabe
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-10Version 0.5.2Arne Schwabe
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15)
2012-05-10Version 0.5.1Arne Schwabe
2012-05-10MergeArne Schwabe
2012-05-10add missing faqfragmentArne Schwabe
2012-05-09add cipher optionArne Schwabe
2012-05-09small fixedArne Schwabe
2012-05-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging
2012-05-09Writing the Minivpn binary on start.Arne Schwabe
It is small enough to not care about writing it over and over again.
2012-05-09Add the minivpn to repository to avoid copying it around.Arne Schwabe
The jniclose method works. But there should be a java way to do it ... (closes issue #12)
2012-05-09Add tiny minivpn executable which uses the libopenvpn.so so we don't have to ↵Arne Schwabe
copy a big executable from assets to cache directory
2012-05-09MergeArne Schwabe
2012-05-09Openvpn as external external program is coming nearer ....Arne Schwabe
2012-05-08If we make a toast, also show it.Arne Schwabe
2012-05-08more aboutArne Schwabe
2012-05-08Add FAQ Dialog, will be filled with more Items laterArne Schwabe
2012-05-06All control of openvpn is now over the unix socket. JNI is only used for ↵Arne Schwabe
starting openvpn. Fix configuration if no DNS information is available. (closes issue #7 hopefully) Version 0.5.0
2012-05-06Version 0.4.9Arne Schwabe
2012-05-06- Ability to copy single log entries (issue #9)Arne Schwabe
- Remove dependency on JNI for all but early logging and opening tun
2012-05-06Add ability to send the log (closes issue #9)Arne Schwabe
protect fd over unix socket
2012-05-05working protect fd through managementArne Schwabe
2012-05-05First time a fd was successfully transfered over a socket :)Arne Schwabe
2012-05-05Error message if keystore cannot be accessed (e.g. after backup)Arne Schwabe