Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | Add to code that allows excluding routes from the VPN | Arne Schwabe | |
--HG-- extra : rebase_source : 7e20e643cb0949520b92f7ab7b623d6856ea4ef7 | |||
2014-01-21 | Move to common code for selecting and embedding files | Arne Schwabe | |
--HG-- extra : rebase_source : 7e0aa4672ca93e4e3b6a7c056e1004edd12f2fbc | |||
2014-01-24 | recognize F-droid | Arne Schwabe | |
2014-01-24 | remove config-version.h in the wrong place | Arne Schwabe | |
2014-01-16 | make configuring —static profiles a bit easier | Arne Schwabe | |
2014-01-16 | Switch to android file dialog on 4.4 for importing pkcs12, certificates and ↵ | Arne Schwabe | |
key files | |||
2014-01-16 | fix typo | Arne Schwabe | |
--HG-- extra : rebase_source : 57dcca25fdc7601edb4fc274d8fd918c6f4f21c1 | |||
2014-01-11 | Ignore socket closed error | Arne Schwabe | |
--HG-- extra : rebase_source : 2f34c72f130906533af7d4456f394690690ffe52 | |||
2014-01-16 | increase version to 0.6.5v0.6.5 | Arne Schwabe | |
2014-01-16 | Fix bug when importing on 4.4 | Arne Schwabe | |
--HG-- extra : amend_source : 39d68a0f95dec4744a56576009bb7f0ae08e0f17 | |||
2014-01-14 | Move tag v0.6.3 to the right version | Arne Schwabe | |
--HG-- extra : rebase_source : 11dbae71b75b897e91a70d83a6c8c6a35d1756a4 | |||
2014-01-11 | Added tag v0.6.4 for changeset 15d7d9529f0c | Arne Schwabe | |
2014-01-11 | Update Openvpn, fix config parser for trailing whitespace on <foo> and ↵v0.6.4 | Arne Schwabe | |
</bar> options | |||
2014-01-09 | rename IV_OPENVPN_GUI_VERSION to IV_GUI_VER | Arne Schwabe | |
2014-01-07 | Up number of cached log entries | Arne Schwabe | |
2014-01-05 | Update OpenVPN source (adds lz4, disables export openssl ciphers) | Arne Schwabe | |
2014-01-03 | Don’t show the connection profile store in options->ce if there is a ↵ | Arne Schwabe | |
connection_list defined. Entries in options->ce are never used and overwritten by the first usable connection profile on initialisation. | |||
2014-01-03 | Add config-version.h matching openvpn source code | Arne Schwabe | |
2014-01-03 | Update build script to include revision, update openvpn code, remove openssl ↵ | Arne Schwabe | |
compat (disables export ciphers) | |||
2014-01-03 | Sigh. State the obvious | Arne Schwabe | |
2014-01-01 | Ignore certain status changes | Arne Schwabe | |
2013-12-28 | Fix wrong string being used | Arne Schwabe | |
2013-12-28 | Remove old strings from Chinese translations | Arne Schwabe | |
2013-12-28 | Update translations | Arne Schwabe | |
--HG-- extra : rebase_source : 1e4d7e97ee8b1447d71876c8cf7e61b42a7aa666 | |||
2013-12-28 | gradle plugin 0.7.+ | Arne Schwabe | |
--HG-- extra : rebase_source : 1fc756a2ce4e0ea4b3ed5242b1d7a2b81ca3847d | |||
2013-12-28 | lint fixes | Arne Schwabe | |
--HG-- extra : rebase_source : 3255789b1dc3b39dddf101f46ac78d68b01ec5e4 | |||
2013-12-28 | tune log message | Arne Schwabe | |
--HG-- extra : rebase_source : 76c78de6dbb9dfe27d247c6f45c1f4e9f4199bbd | |||
2013-12-28 | Add a list of which options can be used in a <connection>, currently unused | Arne Schwabe | |
--HG-- extra : rebase_source : b42a75d1e8af9afd53594b8b46b432a324bda09e | |||
2013-12-28 | Add plain text as acceptable openvpn profile mime type | Arne Schwabe | |
--HG-- extra : rebase_source : 3b54c59afdc094ec47b480445247ef4656504dd9 | |||
2013-12-28 | Add PRNG security fixes. | Arne Schwabe | |
ICS OpenVPN should not need this but it is better to be safe than sorry. --HG-- extra : rebase_source : 36df6499b7bb24654adc2f2897e04ac751feddfe | |||
2013-12-17 | Add a note for the xposed module to the FAQ | Arne Schwabe | |
--HG-- extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385 | |||
2013-12-16 | Added tag v0.6.3 for changeset bf65cf4a961b | Arne Schwabe | |
2013-12-15 | remove broken strings for now | Arne Schwabe | |
2013-12-15 | Exclude launchVPN and CreateShortcuts from recent activities | Arne Schwabe | |
2013-12-15 | Update translations | Arne Schwabe | |
2013-12-15 | Always log Exception to log | Arne Schwabe | |
2013-12-11 | Also move VpnPreferences and implement isValidFragment | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/VPNPreferences.java => src/de/blinkt/openvpn/activities/VPNPreferences.java | |||
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-12-09 | update translations | Arne Schwabe | |
--HG-- extra : source : ef9adab61e0a4e6f846a51792a5aa1edbe8fef4e | |||
2013-12-09 | Fix a small bug in preresolvev0.6.3 | Arne Schwabe | |
--HG-- extra : source : 25b3b672a248d61cd60309889b6f8d2514565258 | |||
2013-12-09 | Update pre resolve yet again | Arne Schwabe | |
--HG-- extra : source : d87e130c3a907b46caedc89e651c65827a3508ed | |||
2013-12-10 | Fix gone wrong rebase | Arne Schwabe | |
2013-12-09 | Fix attach vs inflate layout | Arne Schwabe | |
--HG-- extra : rebase_source : 9d274f32022799450007dae251548c490f39f4bf | |||
2013-12-06 | Backout changeset 1d8b310becfab706b1ffe8b9c2c4312fd570597c | Arne Schwabe | |
--HG-- extra : rebase_source : 4b78ee065695c1c803b8c85c847ee04f780481e4 | |||
2013-12-08 | Update pre resolve patch | Arne Schwabe | |
2013-12-08 | Create shortcuts with the shortcut activity (closes issue #214) | Arne Schwabe | |
2013-12-07 | first version of a debug script (not working) | Arne Schwabe | |
--HG-- extra : rebase_source : ff78e2c27c8f0edb6fc2511c04489a1102de2592 | |||
2013-12-06 | Fix bug, when fragment is attached after being created. | Arne Schwabe | |
2013-12-05 | Also log time in exports | Arne Schwabe | |
2013-12-05 | Added tag v0.6.1 for changeset 8dad95e710e7 | Arne Schwabe | |