summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-09-30Generate warning when getting asset for main ABI cannot be readArne Schwabe
2012-09-30Fix deleting a VPN profile from a preference fragment on mobile phones. ↵Arne Schwabe
(closes issue #94) --HG-- extra : rebase_source : 6016a2c7cfddd15676305efd4e8fab0acee4b4cf
2012-09-26Implement reading/writing persist-tun settingArne Schwabe
2012-09-25make the context getting a bit more clean ,should not change anything but ↵Arne Schwabe
never know (NPE in market console)
2012-09-23Move untranslatable string to own fileArne Schwabe
--HG-- extra : rebase_source : f53888f33b0b11773c0c0bece5303a943a2f4a43
2012-09-14Set persist-remote-ip when setting persist-tunArne Schwabe
2012-09-13set persist-tun Default to false. It does to play well with reconnects and ↵Arne Schwabe
DNS resolving
2012-09-13Add support for persist-tun option (closes issue #83)Arne Schwabe
2012-09-09Give all traffic notifications the same time, fixes the blinking ↵Arne Schwabe
notification for me (closes issue #75)
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-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*)