summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-09-09Fix a bug that if OpeVPN itself decided to reconnect the application was ↵Arne Schwabe
waiting for a network change
2012-09-09Fix null pointer when connecting with pkcs12 and no password set.Arne Schwabe
2012-09-04Allow embedding of plcs12 files from the fileselect dialogArne Schwabe
2012-09-04If user choses not import the certificate embed the file into the configArne Schwabe
--HG-- extra : rebase_source : ed8d57424ed886729896597eed253a1cf95d8d11
2012-09-03Replace /mnt/sdcard with real location of external storage, add read sdcard ↵Arne Schwabe
permission to manifest
2012-08-28- Add status message when waiting for network.Arne Schwabe
- Using a priority higher than PRIORITY_MIN stop the flickering of the notification but make the icon visible again :/
2012-08-27If profiles are broken do not load them, might fix NPE from market consolev0.5.21Arne Schwabe
2012-08-23Ignore the dh option when parsing config files (closes issue #74)Arne Schwabe
2012-08-22Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 ↵Arne Schwabe
format
2012-08-21Add a nice "what to do" screen if no VPN has been added yetArne Schwabe
2012-08-20Version 0.5.20v0.5.20Arne Schwabe
2012-08-17hide notification on JB+Arne Schwabe
2012-08-17really fix NPE from marketArne Schwabe
2012-08-17Regression fix: Fix directly connecting while connection is activeArne Schwabe
2012-08-17bugfix for notificationsArne Schwabe
2012-08-16- Fix the problem Android sometimes killing the service in the background ↵Arne Schwabe
causing miniopenvpn to exit - Use setForeground to enable foreground priority, this forces to use a notification icon - Remove the ability to deselect Bytecounter.
2012-08-13Allow editing the VPN Config from the log screen to ease configuration ↵Arne Schwabe
iterations
2012-08-13organize importsArne Schwabe
2012-08-13sort profies by name, better than not sorting at allArne Schwabe
--HG-- extra : rebase_source : 31ecdd1d6197a3ec95785a52e95b62a013c7539b
2012-08-13Ignore proxy for UDP connectionsArne Schwabe
2012-08-13FIX NPE from market consoleArne Schwabe
2012-08-13Fix authenticating with passwords containing # (Closes issue #68)Arne Schwabe
2012-08-12Accessing wifi state... (commented out, not as useful as I thought)Arne Schwabe
--HG-- extra : rebase_source : 1cee26b2048cff54c805bba0be54c0b29f81b936
2012-08-12Implement starting a VPN on boot. (closes issue #62)Arne Schwabe
2012-08-12Keep Openvpn in hold whiteout network (closes issue #63)Arne Schwabe
--HG-- extra : rebase_source : 47459245a591d7898976efa8648ce940f97f4e4a
2012-08-08management-signal is not required.Arne Schwabe
2012-08-08Use management-client and management-signal (closes issue #65)Arne Schwabe
2012-08-03Donate with paypal ...Arne Schwabe
2012-07-30Use system proxy settings for openvpnArne Schwabe
2012-07-25Fix importing custom options with spacesArne Schwabe
2012-07-25restore compatibility with Android 4.0Arne Schwabe
2012-07-24Build openssl as shared library again, build for all Android ABIsArne Schwabe
2012-07-23check for extrainfo == nullArne Schwabe
2012-07-21Save stat in VPNPreferencesArne Schwabe
2012-07-21Allow clearing of the CA Cert (closes issue #57)Arne Schwabe
2012-07-20MergeArne Schwabe
2012-07-20- Use config file name instead for default VPN name (closes issue #53)Arne Schwabe
- Allow importing the pkcs12 into the android keystone when converting configuration
2012-07-18- After installing Juno I need the core prefs for whatever reasonArne Schwabe
- use insmod instead of modprboe
2012-07-17I really like the action bar, but not using the action bar is even better ;)Arne Schwabe
2012-07-17If a device needs both fixes better first load the module and then apply the ↵Arne Schwabe
permissions fix
2012-07-17Implementier modprobe tun for more braindead imagesArne Schwabe
2012-07-16Start work on clear setting for file dialogArne Schwabe
Add a quick start quide stating the obvious (*sigh*)
2012-07-16Versions after Jelly Bean will probably behave like JB and not like ICSArne Schwabe
2012-07-16Fixes error reported on the Android market consolev0.5.12aArne Schwabe
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a
2012-07-15Add warning if no dns is set.v0.5.12Arne Schwabe
Check in a working copy of jbcrypto
2012-07-15Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny ↵Arne Schwabe
Root for the right pointers) Move jniglue/minivpn files to more sensitive places --HG-- rename : openvpn/src/openvpn/jniglue.c => jni/jniglue.c rename : openvpn/src/openvpn/jniglue.h => jni/jniglue.h rename : openvpn/src/openvpn/testmain.c => jni/minivpn.c
2012-07-10Fine tune config convert messagesArne Schwabe
Import tls-auth [inline] dir correctly (closes issue #55)
2012-07-10Add ability to export openvpn configuration. (closes issue #52)Arne Schwabe
2012-07-10Fix duplicate inline tag (closes issue #51)Arne Schwabe
2012-07-07Make Openvpn run into the JB keychain error if running on the emulatorArne Schwabe