summaryrefslogtreecommitdiff
path: root/src/de
AgeCommit message (Collapse)Author
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-12Do not show certificate information on pkcs12 and key dialogs (closes issue ↵Arne Schwabe
#180) --HG-- extra : rebase_source : cf8d0c01621f7e22033a8a3962c4bc47983753fb
2013-07-12Fix keychain certificate handlingArne Schwabe
Also reformat file --HG-- extra : rebase_source : cfae5aa4f9ec48c84262cc7829d2e38862fb68dc
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-05Fix disconnecting VPN from notificationArne Schwabe
--HG-- extra : rebase_source : 78a533acc43184e8618f627ec4d1c3d964e616aa
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-16Change default dns serversArne Schwabe
--HG-- extra : rebase_source : 7883eb6905da3380935fe4627a321aefd1b74562
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-31Remove stray todoArne Schwabe
--HG-- extra : rebase_source : d629543abbdefc92b953a0ad6898e23c8325ea17
2013-05-31Fix screen offArne Schwabe
--HG-- extra : rebase_source : ed2b5eae3e70ad9a5bdc40b85f49c5336d346d9a
2013-06-05Fix issues reported by IntellijArne Schwabe
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-25Doc updateArne Schwabe
2013-05-25Extend external API documentation and change hasPermission to prepareVPNServiceArne Schwabe
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-20Fix aidl crash …..Arne 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-05-03Cancel dialog when pressing back (closes issue #167)Arne Schwabe
2013-04-16Fix NPE when calling disconnect() without being connectedArne 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-10Do not close main window when starting a VPN Connection.Arne Schwabe
I am not sure why I did that in the first place.
2013-04-08add LastConnectedUuid to state messages.Arne Schwabe
2013-04-08Remove tls-remote conversion. Let Heiko's patches handle this stuffArne Schwabe
2013-04-08Fix status updatesArne Schwabe
2013-04-07Allow clearing of external appsArne Schwabe
2013-04-07Registering for a state receiver gets the most recent state. Also added the ↵Arne Schwabe
coarse state to the interface.
2013-04-06Add external API with security.Arne Schwabe
2013-04-01Ignore error when unregistering network state listenerArne Schwabe