Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-13 | Working LogFragment | Arne Schwabe | |
--HG-- rename : res/layout-w720dp/logwindow.xml => res/layout-w720dp/log_fragment.xml rename : res/layout/logwindow.xml => res/layout/log_fragment.xml rename : src/de/blinkt/openvpn/LogWindow.java => src/de/blinkt/openvpn/fragments/LogFragment.java | |||
2013-10-13 | Add Seekbar with ticks, make a better layout for large screens of the log screen | Arne Schwabe | |
--HG-- rename : res/layout/logwindow.xml => res/layout-w720dp/logwindow.xml | |||
2013-10-07 | Add "show password" to popup password dialog | Arne Schwabe | |
2013-10-07 | Fix animation | Arne Schwabe | |
2013-09-27 | Implement changing log level on the fly in the log window, still needs some ↵ | Arne Schwabe | |
UI design love --HG-- extra : rebase_source : 207343cea3b74cd07ebdf00f8ef443465d12c966 | |||
2013-09-21 | Fix "did not call through to super.onActivityCreated()" error | Arne Schwabe | |
--HG-- extra : rebase_source : 056e3b474eebb7587174aab5a276987ccc7f03bf | |||
2013-09-21 | Add ability to add icon to log messages indicating the log severity ↵ | Arne Schwabe | |
(disabled for now) --HG-- extra : rebase_source : 8cf05112d0c781a03d1d45d5b10607290bcb6c6b | |||
2013-09-21 | Update to v3 of custom header patchv0.5.47 | Arne Schwabe | |
2013-09-18 | Refactor logging messages | Arne Schwabe | |
2013-09-17 | Fix a few market console errors | Arne Schwabe | |
2013-09-10 | Add easteregg donation amounts :) | Arne Schwabe | |
2013-09-10 | Add Google in App purchasing as an Alternative for Paypal | Arne Schwabe | |
Also make sure it works on non Gplay devices too! | |||
2013-08-23 | Fix TLS 1.2 and Android 4.1 | Arne Schwabe | |