Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | Add another german translation | Arne Schwabe | |
2014-02-11 | disable ipv6 route exclusion | Arne Schwabe | |
2014-02-11 | Rework and fix config import | Arne Schwabe | |
2014-02-06 | Fix bugs with the ocnfig parser | Arne Schwabe | |
2014-02-05 | add notice about need of OpenVPN support | Arne Schwabe | |
2014-02-04 | german translation of new strings | Arne Schwabe | |
2014-02-04 | Add UI/config parsing for excluded routes | Arne Schwabe | |
2014-02-02 | Update translations | Arne Schwabe | |
2014-02-02 | Implement bypassing the VPN when accessing local resources | Arne Schwabe | |
2014-01-25 | crowding seems not to update chinese files properly | Arne Schwabe | |
2014-01-25 | Remove Korean string with control characters | Arne Schwabe | |
2014-01-25 | Update translations | Arne Schwabe | |
2014-01-25 | Add the ability to select missing files from Convert Dialog | Arne Schwabe | |
2014-01-21 | Add to code that allows excluding routes from the VPN | Arne Schwabe | |
--HG-- extra : rebase_source : 7e20e643cb0949520b92f7ab7b623d6856ea4ef7 | |||
2014-01-16 | fix typo | Arne Schwabe | |
--HG-- extra : rebase_source : 57dcca25fdc7601edb4fc274d8fd918c6f4f21c1 | |||
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 | lint fixes | Arne Schwabe | |
--HG-- extra : rebase_source : 3255789b1dc3b39dddf101f46ac78d68b01ec5e4 | |||
2013-12-17 | Add a note for the xposed module to the FAQ | Arne Schwabe | |
--HG-- extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385 | |||
2013-12-15 | remove broken strings for now | Arne Schwabe | |
2013-12-15 | Update translations | Arne Schwabe | |
2013-12-15 | Always log Exception to log | 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-12-09 | update translations | Arne Schwabe | |
--HG-- extra : source : ef9adab61e0a4e6f846a51792a5aa1edbe8fef4e | |||
2013-11-29 | Fixes for keyboard navigation | Arne Schwabe | |
2013-11-25 | Add full license details | Arne Schwabe | |
2013-11-21 | Update translations | Arne Schwabe | |
2013-11-21 | Fix log window in landscape | Arne Schwabe | |
2013-11-21 | Give view options the right icon | 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 | 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-10-28 | Fix NPE from market console | 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-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-26 | Use auto schema instead of de.blinkt (closes issue #203) | Arne Schwabe | |
--HG-- extra : rebase_source : 75f8ec5cfb1509dec769034007d5e1733f7aa701 | |||
2013-09-18 | Refactor logging messages | Arne Schwabe | |
2013-09-12 | update translationsv0.5.46 | 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-09-08 | Update translations | Arne Schwabe | |
2013-08-26 | Update translationsv0.5.44 | Arne Schwabe | |
2013-08-23 | Update translations, bump version | Arne Schwabe | |
2013-08-22 | Update translations, fix lang-tr | Arne Schwabe | |
2013-08-15 | Version 0.5.42v0.5.42 | Arne Schwabe | |
2013-08-14 | add a bit of text to 4.3 vpn dialog faq | Arne Schwabe | |
2013-08-14 | Add FAQ for Android 4.3 | Arne Schwabe | |