Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | Version 0.5.20v0.5.20 | Arne Schwabe | |
2012-08-17 | hide notification on JB+ | Arne Schwabe | |
2012-08-17 | really fix NPE from market | Arne Schwabe | |
2012-08-17 | Remove script-security warning, fix german spelling mistake | Arne Schwabe | |
2012-08-17 | Added tag v0.5.19 for changeset 0bdc4a396c7d | Arne Schwabe | |
2012-08-17 | Version 0.5.19v0.5.19 | Arne Schwabe | |
2012-08-17 | Regression fix: Fix directly connecting while connection is active | Arne Schwabe | |
2012-08-17 | bugfix for notifications | Arne 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-13 | Add a text file describing all missing translations so people without fully ↵ | Arne Schwabe | |
working Eclipse can see which translations are missing | |||
2012-08-13 | Allow editing the VPN Config from the log screen to ease configuration ↵ | Arne Schwabe | |
iterations | |||
2012-08-13 | organize imports | Arne Schwabe | |
2012-08-13 | sort profies by name, better than not sorting at all | Arne Schwabe | |
--HG-- extra : rebase_source : 31ecdd1d6197a3ec95785a52e95b62a013c7539b | |||
2012-08-13 | Ignore proxy for UDP connections | Arne Schwabe | |
2012-08-13 | FIX NPE from market console | Arne Schwabe | |
2012-08-13 | fix encoding of build-native.sh | Arne Schwabe | |
2012-08-13 | After publishing in the market, increase version number | Arne Schwabe | |
2012-08-13 | Fix authenticating with passwords containing # (Closes issue #68) | Arne Schwabe | |
2012-08-12 | Added tag v0.5.18 for changeset 818b24d6246b | Arne Schwabe | |
2012-08-12 | Add bat file to ease building native libs on windowsv0.5.18 | Arne Schwabe | |
2012-08-12 | Add a few more german strings | Arne Schwabe | |
2012-08-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-08-12 | update todo.txt to the reality | Arne Schwabe | |
2012-08-12 | Add a few forgotten openvpn files/ignore some auto generated openvpn files | Arne Schwabe | |
--HG-- extra : rebase_source : 452a87edb1adc275c77057e11d20feb164305e6b | |||
2012-08-12 | Keep Openvpn in hold whiteout network (closes issue #63) | Arne Schwabe | |
--HG-- extra : rebase_source : 47459245a591d7898976efa8648ce940f97f4e4a | |||
2012-08-08 | management-signal is not required. | Arne Schwabe | |
2012-08-08 | Use management-client and management-signal (closes issue #65) | Arne Schwabe | |
2012-08-03 | Donate with paypal ... | Arne Schwabe | |
2012-08-03 | increase version number | Arne Schwabe | |
2012-07-30 | Use system proxy settings for openvpn | Arne Schwabe | |
2012-07-30 | Apply upstream openvpn fix for http-proxy from Heiko Hund | Arne Schwabe | |
2012-07-25 | Merge | Arne Schwabe | |
2012-07-25 | Added tag v0.5.17 for changeset 8dabc8451ef0 | Arne Schwabe | |
2012-07-25 | right version numberv0.5.17 | Arne Schwabe | |
2012-07-25 | Fix importing custom options with spaces | Arne Schwabe | |
2012-07-25 | restore compatibility with Android 4.0 | Arne Schwabe | |
2012-07-24 | argh | Arne Schwabe | |
2012-07-24 | Added tag v0.5.16 for changeset b74afd02eb8d | Arne Schwabe | |
2012-07-24 | Version 0.5.16v0.5.16 | Arne Schwabe | |
2012-07-24 | Added tag v0.5.16 for changeset b7c66a97026a | Arne Schwabe | |
2012-07-24 | explicitly link against libc … | Arne Schwabe | |
2012-07-24 | Build openssl as shared library again, build for all Android ABIs | Arne Schwabe | |
2012-07-23 | check for extrainfo == null | Arne Schwabe | |
2012-07-21 | Added tag v5.15 for changeset 2c7e441dd0f2 | Arne Schwabe | |
2012-07-21 | make openvpn compile againv0.5.15 | Arne Schwabe | |
2012-07-21 | Save stat in VPNPreferences | Arne Schwabe | |
2012-07-21 | Change config.h version number to reflect openvpn version | Arne Schwabe | |
2012-07-21 | Update openvpn to Version 2.3_alpha3 | Arne Schwabe | |
--HG-- rename : openvpn/src/plugins/README => openvpn/doc/README.plugins rename : openvpn/src/plugins/defer/README => openvpn/sample/sample-plugins/defer/README rename : openvpn/src/plugins/defer/build => openvpn/sample/sample-plugins/defer/build rename : openvpn/src/plugins/defer/simple.c => openvpn/sample/sample-plugins/defer/simple.c rename : openvpn/src/plugins/examples/simple.def => openvpn/sample/sample-plugins/defer/simple.def rename : openvpn/src/plugins/defer/winbuild => openvpn/sample/sample-plugins/defer/winbuild rename : openvpn/src/plugins/examples/build => openvpn/sample/sample-plugins/log/build rename : openvpn/src/plugins/examples/log.c => openvpn/sample/sample-plugins/log/log.c rename : openvpn/src/plugins/examples/log_v3.c => openvpn/sample/sample-plugins/log/log_v3.c rename : openvpn/src/plugins/examples/winbuild => openvpn/sample/sample-plugins/log/winbuild rename : openvpn/src/plugins/examples/README => openvpn/sample/sample-plugins/simple/README rename : openvpn/src/plugins/examples/build => openvpn/sample/sample-plugins/simple/build rename : openvpn/src/plugins/examples/simple.c => openvpn/sample/sample-plugins/simple/simple.c rename : openvpn/src/plugins/examples/simple.def => openvpn/sample/sample-plugins/simple/simple.def rename : openvpn/src/plugins/examples/winbuild => openvpn/sample/sample-plugins/simple/winbuild rename : openvpn/src/plugins/auth-pam/README => openvpn/src/plugins/auth-pam/README.auth-pam rename : openvpn/src/plugins/down-root/README => openvpn/src/plugins/down-root/README.down-root | |||
2012-07-21 | Added tag v0.5.14 for changeset 21fd68421904 | Arne Schwabe | |
2012-07-21 | Hide the keyboard in the settings by defaultv0.5.14 | Arne Schwabe | |