Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | disable ipv6 route exclusion | Arne Schwabe | |
2014-02-04 | Add UI/config parsing for excluded routes | Arne Schwabe | |
2014-02-02 | Implement bypassing the VPN when accessing local resources | Arne Schwabe | |
2013-12-11 | Move activities and views into packages | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/ConfigConverter.java => src/de/blinkt/openvpn/activities/ConfigConverter.java rename : src/de/blinkt/openvpn/app/CreateShortcuts.java => src/de/blinkt/openvpn/activities/CreateShortcuts.java rename : src/de/blinkt/openvpn/DisconnectVPN.java => src/de/blinkt/openvpn/activities/DisconnectVPN.java rename : src/de/blinkt/openvpn/FileSelect.java => src/de/blinkt/openvpn/activities/FileSelect.java rename : src/de/blinkt/openvpn/LogWindow.java => src/de/blinkt/openvpn/activities/LogWindow.java rename : src/de/blinkt/openvpn/MainActivity.java => src/de/blinkt/openvpn/activities/MainActivity.java rename : src/de/blinkt/openvpn/FileSelectLayout.java => src/de/blinkt/openvpn/views/FileSelectLayout.java rename : src/de/blinkt/openvpn/RemoteCNPreference.java => src/de/blinkt/openvpn/views/RemoteCNPreference.java rename : src/de/blinkt/openvpn/fragments/SeekBarTicks.java => src/de/blinkt/openvpn/views/SeekBarTicks.java extra : rebase_source : fccff1bc269dbc0ae33b96a4947b8a6e2924efeb | |||
2013-11-21 | Remove now obsolete verbosity option | Arne Schwabe | |
--HG-- extra : amend_source : 3b6d49d653724677414376cc1b372a23c6c23354 | |||
2013-11-07 | I think the hacks that were needed for earlier Android version should not be ↵ | Arne Schwabe | |
needed anymore. Don’t show them in the General settings menu. | |||
2013-07-03 | Restructure global settings | Arne Schwabe | |
--HG-- extra : amend_source : 1b4e0ac86c557993b0195c4b1bad968f3f27aac1 | |||
2013-05-25 | Implement Option to pause VPN when screen is off (closes issue #162) | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/core/NetworkStateReceiver.java => src/de/blinkt/openvpn/core/DeviceStateReceiver.java | |||
2013-04-07 | Allow clearing of external apps | Arne Schwabe | |
2013-03-16 | Reflect changes in vpn headers file | Arne Schwabe | |
--HG-- extra : amend_source : cac129da95c812fcd2b61156e35168d53945ad1b | |||
2013-03-07 | Add x509-verify-name support to ics-openvpn GUI | Arne Schwabe | |
--HG-- extra : rebase_source : 58613dd0fdf7a9ea75d59b1ea16c68fb6524138b | |||
2013-02-28 | New Layout for main screen | Arne Schwabe | |
2013-02-02 | Add the --auth option to the auth/enc dialog | Arne Schwabe | |
2012-12-15 | Let the user control the new connect-retry(-max) logic | Arne Schwabe | |
2012-09-13 | Add support for persist-tun option (closes issue #83) | Arne Schwabe | |
2012-09-04 | Correct the type of text for the basic settings. (closes issue #86) | Arne Schwabe | |
For the other settings which use T EditPrefernce there seems to be noway to specify a text type. | |||
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-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-07-30 | Use system proxy settings for openvpn | Arne Schwabe | |
2012-07-17 | Implementier modprobe tun for more braindead images | Arne Schwabe | |
2012-07-05 | add translations fixes for zh, es (closes issue #44, closes #45) | Arne Schwabe | |
make a few left out strings translatable (closes issue #44) | |||
2012-06-27 | Some minor fixes | Arne Schwabe | |
2012-06-18 | Add a status message which shows the status of the connecting/connected VPN | Arne Schwabe | |
2012-06-03 | Implement reconnect on network change (closes issue #37) | Arne Schwabe | |
2012-05-31 | - fix a few more strings | Arne Schwabe | |
- add editing xxx title to cfonig settings | |||
2012-05-31 | Add most of the missing german translations | Arne Schwabe | |
2012-05-31 | Add missing file | Arne Schwabe | |
2012-05-30 | Add fix for CM9 /dev/tun ownership (closes issue #35) | Arne Schwabe | |
2012-05-25 | Fix errors reported by lint | Arne Schwabe | |
2012-05-20 | - Fix missing about | Arne Schwabe | |
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a | |||
2012-05-18 | Version 0.5.5v0.5.5 | Arne Schwabe | |
- Add state to speed display | |||
2012-05-18 | Allow 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-13 | Config Import useable (closes issue #14) | Arne Schwabe | |
Correct save/restore state in Basic Settings (closes issue #17) | |||
2012-05-12 | Almost working configuration import | Arne Schwabe | |
2012-05-09 | add cipher option | Arne Schwabe | |
2012-05-08 | Add FAQ Dialog, will be filled with more Items later | Arne Schwabe | |
2012-05-03 | extract settings string to ressource file. | Arne Schwabe | |
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5 | |||
2012-04-30 | Really set version | Arne Schwabe | |
2012-04-30 | - new Icon :) | Arne Schwabe | |
- Obscure settings - version 0.4.5 - quick launch | |||
2012-04-30 | version 0.4.2 | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java | |||
2012-04-29 | Version 0.4 | schwabe | |
fixes iusse #1 fixes iusse #2 fixes iusse #3 | |||
2012-04-28 | Almost ready for version 0.4 | schwabe | |
2012-04-27 | it is not getIntent() nor savedState nor other fancy stuff, getArgument() is ↵ | Arne Schwabe | |
what I want | |||
2012-04-23 | Doing progress on the Preference dialog chaos | Arne Schwabe | |
--HG-- rename : res/layout/config.xml => res/layout/basic_settings.xml rename : src/de/blinkt/openvpn/AboutActivity.java => src/de/blinkt/openvpn/AboutFragment.java | |||
2012-04-21 | wip | Arne Schwabe | |