Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Fix bug when importing on 4.4 | Arne Schwabe | |
--HG-- extra : amend_source : 39d68a0f95dec4744a56576009bb7f0ae08e0f17 | |||
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-01 | Ignore certain status changes | Arne Schwabe | |
2013-12-28 | Fix wrong string being used | Arne Schwabe | |
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-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-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-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 | Fix NPE in DeviceStateReceiverv0.6.1 | Arne Schwabe | |
2013-12-05 | Add pre resolve patch | Arne Schwabe | |
2013-12-02 | Fix Shortcut Dialog being transparent | Arne Schwabe | |
2013-12-02 | Fix finding configuration files | Arne Schwabe | |
2013-12-01 | Implementing user pause/resume from the external API | Arne Schwabe | |
2013-11-29 | Fix empty profile when importing from a content provider | Arne Schwabe | |
2013-11-25 | case insensitive FS to the victory! | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/fragments/SeekbarTicks.java => src/de/blinkt/openvpn/fragments/SeekBarTicks.java extra : rebase_source : 61d3c5552729bb0f68984584dc0dd53c9fcdbf9e | |||
2013-11-26 | Fix not attached exception | Arne Schwabe | |
2013-11-25 | Add full license details | Arne Schwabe | |
2013-11-23 | Update OpenVPN source code (closes issue #209) | Arne Schwabe | |
--HG-- extra : rebase_source : 26d053a6a25472491471f00c12f93965f20e6068 | |||
2013-11-22 | Fix showing log for —verb > 4 | Arne Schwabe | |
2013-11-21 | If a user specifies a higer --verb level show the messages at max verb level | Arne Schwabe | |
2013-11-21 | Fix log window in landscape | Arne Schwabe | |
2013-11-21 | Use new Document framework for Kitkat | Arne Schwabe | |
2013-11-21 | Fix lints warnings, change folder icons | Arne Schwabe | |
2013-11-21 | Remove now obsolete verbosity option | Arne Schwabe | |
--HG-- extra : amend_source : 3b6d49d653724677414376cc1b372a23c6c23354 | |||
2013-11-19 | Support rport in the config parser | Arne Schwabe | |
2013-11-19 | Android 4.4 workaround, | Arne Schwabe | |
2013-11-19 | small bug fixes | Arne Schwabe | |
2013-11-07 | Fine tune log window. | Arne Schwabe | |
--HG-- rename : res/layout-w720dp/log_fragment.xml => res/layout-sw600dp/log_fragment.xml rename : res/values-w600dp/dimens.xml => res/values-sw600dp/dimens.xml | |||
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-11-01 | Welcome Android 4.4 | Arne Schwabe | |
2013-10-28 | Fix NPE from market console | Arne Schwabe | |
2013-10-13 | Make disconnect option work again, add compat Logwindow class | Arne Schwabe | |