summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-29Version 0.6.6v0.6.6Arne Schwabe
2014-01-25crowding seems not to update chinese files properlyArne Schwabe
2014-01-25Remove Korean string with control charactersArne Schwabe
2014-01-25Update translationsArne Schwabe
2014-01-25Update build scriptArne Schwabe
2014-01-25Add the ability to select missing files from Convert DialogArne Schwabe
2014-01-24better error handlingArne Schwabe
2014-01-24Added tag v0.6.5 for changeset d72e773b708dArne Schwabe
2014-01-24Add right config-version.h (closes issue #229)Arne Schwabe
2014-01-21Add to code that allows excluding routes from the VPNArne Schwabe
--HG-- extra : rebase_source : 7e20e643cb0949520b92f7ab7b623d6856ea4ef7
2014-01-21Move to common code for selecting and embedding filesArne Schwabe
--HG-- extra : rebase_source : 7e0aa4672ca93e4e3b6a7c056e1004edd12f2fbc
2014-01-24recognize F-droidArne Schwabe
2014-01-24remove config-version.h in the wrong placeArne Schwabe
2014-01-16make configuring —static profiles a bit easierArne Schwabe
2014-01-16Switch to android file dialog on 4.4 for importing pkcs12, certificates and ↵Arne Schwabe
key files
2014-01-16 fix typoArne Schwabe
--HG-- extra : rebase_source : 57dcca25fdc7601edb4fc274d8fd918c6f4f21c1
2014-01-11Ignore socket closed errorArne Schwabe
--HG-- extra : rebase_source : 2f34c72f130906533af7d4456f394690690ffe52
2014-01-16increase version to 0.6.5v0.6.5Arne Schwabe
2014-01-16Fix bug when importing on 4.4Arne Schwabe
--HG-- extra : amend_source : 39d68a0f95dec4744a56576009bb7f0ae08e0f17
2014-01-14Move tag v0.6.3 to the right versionArne Schwabe
--HG-- extra : rebase_source : 11dbae71b75b897e91a70d83a6c8c6a35d1756a4
2014-01-11Added tag v0.6.4 for changeset 15d7d9529f0cArne Schwabe
2014-01-11Update Openvpn, fix config parser for trailing whitespace on <foo> and ↵v0.6.4Arne Schwabe
</bar> options
2014-01-09rename IV_OPENVPN_GUI_VERSION to IV_GUI_VERArne Schwabe
2014-01-07Up number of cached log entriesArne Schwabe
2014-01-05Update OpenVPN source (adds lz4, disables export openssl ciphers)Arne Schwabe
2014-01-03Don’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-03Add config-version.h matching openvpn source codeArne Schwabe
2014-01-03Update build script to include revision, update openvpn code, remove openssl ↵Arne Schwabe
compat (disables export ciphers)
2014-01-03Sigh. State the obviousArne Schwabe
2014-01-01Ignore certain status changesArne Schwabe
2013-12-28Fix wrong string being usedArne Schwabe
2013-12-28Remove old strings from Chinese translationsArne Schwabe
2013-12-28Update translationsArne Schwabe
--HG-- extra : rebase_source : 1e4d7e97ee8b1447d71876c8cf7e61b42a7aa666
2013-12-28gradle plugin 0.7.+Arne Schwabe
--HG-- extra : rebase_source : 1fc756a2ce4e0ea4b3ed5242b1d7a2b81ca3847d
2013-12-28lint fixesArne Schwabe
--HG-- extra : rebase_source : 3255789b1dc3b39dddf101f46ac78d68b01ec5e4
2013-12-28tune log messageArne Schwabe
--HG-- extra : rebase_source : 76c78de6dbb9dfe27d247c6f45c1f4e9f4199bbd
2013-12-28Add a list of which options can be used in a <connection>, currently unusedArne Schwabe
--HG-- extra : rebase_source : b42a75d1e8af9afd53594b8b46b432a324bda09e
2013-12-28Add plain text as acceptable openvpn profile mime typeArne Schwabe
--HG-- extra : rebase_source : 3b54c59afdc094ec47b480445247ef4656504dd9
2013-12-28Add 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-17Add a note for the xposed module to the FAQArne Schwabe
--HG-- extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385
2013-12-16Added tag v0.6.3 for changeset bf65cf4a961bArne Schwabe
2013-12-15remove broken strings for nowArne Schwabe
2013-12-15Exclude launchVPN and CreateShortcuts from recent activitiesArne Schwabe
2013-12-15Update translationsArne Schwabe
2013-12-15Always log Exception to logArne Schwabe
2013-12-11Also move VpnPreferences and implement isValidFragmentArne Schwabe
--HG-- rename : src/de/blinkt/openvpn/VPNPreferences.java => src/de/blinkt/openvpn/activities/VPNPreferences.java
2013-12-11Move activities and views into packagesArne 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-09update translationsArne Schwabe
--HG-- extra : source : ef9adab61e0a4e6f846a51792a5aa1edbe8fef4e
2013-12-09Fix a small bug in preresolvev0.6.3Arne Schwabe
--HG-- extra : source : 25b3b672a248d61cd60309889b6f8d2514565258
2013-12-09Update pre resolve yet againArne Schwabe
--HG-- extra : source : d87e130c3a907b46caedc89e651c65827a3508ed