summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/core
AgeCommit message (Collapse)Author
2013-12-05Fix NPE in DeviceStateReceiverv0.6.1Arne Schwabe
2013-12-01Implementing user pause/resume from the external APIArne Schwabe
2013-11-19Support rport in the config parserArne Schwabe
2013-11-19Android 4.4 workaround,Arne Schwabe
2013-11-07I 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-13Make disconnect option work again, add compat Logwindow classArne Schwabe
2013-10-13Working LogFragmentArne 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-09-27Implement 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-21Add ability to add icon to log messages indicating the log severity ↵Arne Schwabe
(disabled for now) --HG-- extra : rebase_source : 8cf05112d0c781a03d1d45d5b10607290bcb6c6b
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-20More debug for broken format string in translationsArne Schwabe
2013-08-20Rename OpenVPN class to a VPNStatusArne Schwabe
--HG-- rename : src/de/blinkt/openvpn/core/OpenVPN.java => src/de/blinkt/openvpn/core/VpnStatus.java
2013-08-14prepare for version 0.5.41v0.5.41Arne Schwabe
2013-08-12Fix lint issuesArne Schwabe
2013-08-08Log error if the IP that should be set is invalidArne Schwabe
2013-08-07Fix compiling with Android NDK r9Arne Schwabe
2013-08-07Always pass context when retrieving vpn config, don't try JB+ extra on ICS ↵Arne Schwabe
(closes issue #188)
2013-08-02Welcome Android 4.3Arne Schwabe
Also add prototypish restricted profile support
2013-07-11Usage reflection to use Android Bouncycastle to print Subject DN, also ↵Arne Schwabe
display CN in the basic settings screen --HG-- extra : rebase_source : 6cff9134e9f0bd0e5261edd7ac0b4139b1580d3b
2013-07-09Add support for IntelliJ annotations (@Nullable, @NotNull)Arne Schwabe
Also remove superfluous log message
2013-07-05Ignore user and group optionsArne Schwabe
--HG-- extra : rebase_source : 42f96792241595a9c0358524b0a1f5e1628159c2
2013-07-03Restructure global settingsArne Schwabe
--HG-- extra : amend_source : 1b4e0ac86c557993b0195c4b1bad968f3f27aac1
2013-07-01Fix GUI certificate display/parsing a bitArne Schwabe
2013-06-25Always uses newest gradle build versionArne Schwabe
--HG-- extra : rebase_source : b64e82c850a5ff489735ea9b23762bf00def4178
2013-06-23fix stupid bugArne Schwabe
--HG-- extra : rebase_source : 987fd3972994d05babd77b02a2957b7058675765
2013-06-23Fix bug with new pause VPN functionArne Schwabe
2013-06-23Fix issues found by Code AnalysisArne Schwabe
2013-06-23Implement expandable notifications for 4.1Arne Schwabe
2013-06-16I have no idea what I am doing here …..Arne Schwabe
2013-06-16Fix typos, move socket initializing to OpenVPN 2.x specific ↵Arne Schwabe
OpenVPNManagementThread --HG-- rename : src/de/blinkt/openvpn/core/OpenVPNMangement.java => src/de/blinkt/openvpn/core/OpenVPNManagement.java
2013-06-08Fix icon displayed in the notification bar. Using a Leveldrawable does not ↵Arne Schwabe
work as expected.
2013-06-07Also use friendly names when printing keystore certificateArne Schwabe
--HG-- extra : rebase_source : 4168ea0e489768c5fa2f5b54619d96e880e380c6
2013-06-06Fix printing of certificate DN Namesv0.5.37Arne Schwabe
2013-06-04Remove debug logArne Schwabe
--HG-- extra : rebase_source : 8bbc53af76542bad266d7c1c60005b8d1752a00e
2013-05-31Fix screen offArne Schwabe
--HG-- extra : rebase_source : ed2b5eae3e70ad9a5bdc40b85f49c5336d346d9a
2013-06-05Add support for asking username/password if none is set (closes issue #174)Arne Schwabe
2013-05-29Compile fixesArne Schwabe
2013-05-29Allow pausing the VPN also without persistent-tun.Arne Schwabe
I don't like the concept but I don't to educate people ….
2013-05-25Implement Option to pause VPN when screen is off (closes issue #162)Arne Schwabe
--HG-- rename : src/de/blinkt/openvpn/core/NetworkStateReceiver.java => src/de/blinkt/openvpn/core/DeviceStateReceiver.java
2013-05-24Fix error in envArne Schwabe
2013-05-20Add certificate CN printArne Schwabe
Need to fix string for email and order --HG-- extra : rebase_source : c3d5858d53d2f8f340b0d4a07434021f194a247a
2013-05-06Fix spelling of sate to stateArne Schwabe
--HG-- rename : src/de/blinkt/openvpn/core/NetworkSateReceiver.java => src/de/blinkt/openvpn/core/NetworkStateReceiver.java extra : rebase_source : 5a23bc869e5631048de0e0df2a56702e01fad9df
2013-05-10Also add package name to UV variablesArne Schwabe
2013-05-10Report ics-openvpn version to server when push-peer-info is usedArne Schwabe
2013-04-16Add states when requiring user inputArne Schwabe
2013-04-10Always log tun informationArne Schwabe
I tired of bug reports without this information. Also this removes one of the unclear buttons in the Logwindow
2013-04-01Ignore error when unregistering network state listenerArne Schwabe
2013-03-28Add license file and remove copyright header from files that were adapted ↵Arne Schwabe
from examples --HG-- extra : rebase_source : 83fb3ba247a9f7c3e5bcfe27464c5b1866c67827