summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VpnProfile.java
AgeCommit message (Expand)Author
2014-02-13Move to new gradle project structure (drop Eclipse support, add initial remot...Arne Schwabe
2014-02-11Rework and fix config importArne Schwabe
2014-02-04Add UI/config parsing for excluded routesArne Schwabe
2014-02-03fix fairly stupid bug with custom routesArne Schwabe
2014-02-02Implement bypassing the VPN when accessing local resourcesArne Schwabe
2014-01-21Add to code that allows excluding routes from the VPNArne Schwabe
2014-01-16make configuring —static profiles a bit easierArne Schwabe
2014-01-09rename IV_OPENVPN_GUI_VERSION to IV_GUI_VERArne Schwabe
2013-12-15Always log Exception to logArne Schwabe
2013-12-11Also move VpnPreferences and implement isValidFragmentArne Schwabe
2013-12-05Add pre resolve patchArne Schwabe
2013-11-23Update OpenVPN source code (closes issue #209)Arne Schwabe
2013-11-19small bug fixesArne Schwabe
2013-11-07Fine tune log window.Arne Schwabe
2013-10-28Fix NPE from market consoleArne Schwabe
2013-10-13Working LogFragmentArne Schwabe
2013-09-27Implement changing log level on the fly in the log window, still needs some U...Arne Schwabe
2013-09-18Refactor logging messagesArne Schwabe
2013-09-17Fix a few market console errorsArne Schwabe
2013-08-23Fix TLS 1.2 and Android 4.1Arne Schwabe
2013-08-20Rename OpenVPN class to a VPNStatusArne Schwabe
2013-08-20Retry on KeyStore errorArne Schwabe
2013-08-16fix minor code style issuesArne Schwabe
2013-08-15remove leftover debug codeArne Schwabe
2013-08-13FIX NPE from Market consoleArne Schwabe
2013-08-10Fix stupid typo when handling extra certs (closes issue #193)v0.5.40.1Arne Schwabe
2013-07-12Do not show certificate information on pkcs12 and key dialogs (closes issue #...Arne Schwabe
2013-07-12Fix keychain certificate handlingArne Schwabe
2013-07-11Usage reflection to use Android Bouncycastle to print Subject DN, also displa...Arne Schwabe
2013-06-23Fix issues found by Code AnalysisArne Schwabe
2013-06-16Change default dns serversArne Schwabe
2013-06-07Also use friendly names when printing keystore certificateArne Schwabe
2013-05-31Fix screen offArne Schwabe
2013-06-05Add support for asking username/password if none is set (closes issue #174)Arne Schwabe
2013-05-20Add certificate CN printArne Schwabe
2013-03-18Move native functions into own class.Arne Schwabe
2013-03-12Note stupid mistakeArne Schwabe
2013-03-12Break the classes into core classes that deal with handling the backend logic...Arne Schwabe
2013-03-07verify-x509-name not x509-verify-nameArne Schwabe
2013-03-07Add x509-verify-name support to ics-openvpn GUIArne Schwabe
2013-02-09Merge non OpenVPN3 specific into mainArne Schwabe
2013-02-05Fix Locale related errors/bugs. Update … to unicode replacement. Fix the sp...Arne Schwabe
2013-02-02Add the --auth option to the auth/enc dialogArne Schwabe
2013-02-02Give the hint of android bug with alphanumeric Keystore Aliases. (closes issu...Arne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-26Increase version number for next releaseArne Schwabe
2012-12-15Let the user control the new connect-retry(-max) logicArne Schwabe
2012-11-20Add script to generate FAQ in the google CODE project.Arne Schwabe
2012-10-22Increase default retry time for resolve to 60 seconds. 5 seconds does more ha...Arne Schwabe
2012-09-30Fix deleting a VPN profile from a preference fragment on mobile phones. (clos...Arne Schwabe