summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2012-05-050.4.8b - the my phone has a /tmp but most ics do notArne Schwabe
2012-05-05Version 0.4.7 with more route checking and fix of the tmp-dir bug :(Arne Schwabe
closes issue #6
2012-05-04Version 0.4.7 :)Arne Schwabe
2012-05-04Get vpn list working again, not yet perfect but at least delete worksArne Schwabe
http://code.google.com/p/android/issues/detail?id=3414 is hunting me :(
2012-05-03Merge Merge try number 2Arne Schwabe
2012-05-03add delete Profile supportArne Schwabe
add Config Parser begin openvpn config => Vpn Profile Converter
2012-05-03extract settings string to ressource file.Arne Schwabe
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5
2012-05-01Support strange certificate + passsword authentication typesArne Schwabe
2012-05-01The real 0.4.6 version as being pushed to the market.Arne Schwabe
adds working clear and disconnect buttons to log window
2012-04-30Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use ↵Arne Schwabe
CIDR"
2012-04-30Really set versionArne Schwabe
2012-04-30- new Icon :)Arne Schwabe
- Obscure settings - version 0.4.5 - quick launch
2012-04-30Version 0.4.4Arne Schwabe
Fix parsing of certain netmasks Fix custom Routes parsing
2012-04-30version 0.4.2Arne Schwabe
2012-04-29Fix static keysschwabe
2012-04-29Version 0.4 had a User/password and static keys options that will not work. ↵schwabe
Fix that
2012-04-29Version 0.4schwabe
fixes iusse #1 fixes iusse #2 fixes iusse #3
2012-04-28Almost ready for version 0.4schwabe
2012-04-27it is not getIntent() nor savedState nor other fancy stuff, getArgument() is ↵Arne Schwabe
what I want
2012-04-23organze Importsschwabe
2012-04-23Doing progress on the Preference dialog chaosArne Schwabe
2012-04-21wipArne Schwabe
2012-04-16fix stupid error causing NPEArne Schwabe
2012-04-16Initial importArne Schwabe