summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-08Move version number into gradle scriptv0.5.38Arne Schwabe
2013-06-08Fix icon displayed in the notification bar. Using a Leveldrawable does not ↵Arne Schwabe
work as expected.
2013-06-08Change icons to all white icons againArne Schwabe
--HG-- extra : rebase_source : 3876b277ea95e51119c44fd10cef04be41d496fc
2013-06-08update translationsArne Schwabe
2013-06-07Also use friendly names when printing keystore certificateArne Schwabe
--HG-- extra : rebase_source : 4168ea0e489768c5fa2f5b54619d96e880e380c6
2013-06-07Increase OpenVPN version, add fixes from crowd.in to english textsArne Schwabe
--HG-- extra : amend_source : bc03ea072fbc2b8815fbdf691a42ed9600e959d1
2013-06-07Added tag v0.5.37 for changeset 749f4aeeea4fArne Schwabe
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-05-31Update OpenVPN to current -masterArne Schwabe
--HG-- extra : rebase_source : 7d9f6d9e6ac62a8843f925e33c48a671ff153f91
2013-06-05Make a bit more clear what kind of remote certificate is expected (closes ↵Arne Schwabe
issue #165)
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-06-03Update translationsArne Schwabe
2013-05-29Move build files to misc directoryArne Schwabe
--HG-- rename : build-native.bat => misc/build-native.bat rename : build-native.sh => misc/build-native.sh rename : fetchtranslations.sh => misc/fetchtranslations.sh
2013-05-29Move files aroundArne Schwabe
--HG-- rename : LICENSE.txt => doc/LICENSE.txt rename : README.txt => doc/README.txt rename : todo.txt => doc/todo.txt rename : genFAQ.py => misc/genFAQ.py
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-29Fix build without signing keyArne Schwabe
2013-05-26compile fixesArne Schwabe
2013-05-26State the obviousArne Schwabe
2013-05-26Add signing configuration for gradleArne Schwabe
2013-05-25Doc updateArne Schwabe
2013-05-25Allow project to be build with gradleArne Schwabe
2013-05-25Extend external API documentation and change hasPermission to prepareVPNServiceArne Schwabe
2013-05-25Commit files missed in last openvpn importArne 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-24Autoscroll log (closes issue #164)Arne Schwabe
2013-05-24Updaten OpenVPN version to 2.4masterArne Schwabe
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-04-26Add swedish filesArne Schwabe
--HG-- extra : rebase_source : 52b9a6e2950e5cc55a0741961603c38741a60ab6
2013-05-16Add auto exported gradle build fileArne Schwabe
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-05-03Add snappy library. In preparation for upcoming snappy support of OpenVPNArne Schwabe
2013-04-24Switch license to GPLv2.\nI am annoyed of people modifying my code, breaking ↵Arne Schwabe
and then ask me for help on their commercial product for free... --HG-- extra : rebase_source : 9c5beb9346c0c4cc124c6286c4d97e3895b7a8fe
2013-04-23Add the information that Android will keep using proxies when having no DNS ↵Arne Schwabe
server specified (closes issue #161) --HG-- extra : rebase_source : 99047ef45106d9884e9f9b09e8fe117ba23da597
2013-04-16Fix NPE when calling disconnect() without being connectedArne Schwabe
2013-04-16Add states when requiring user inputArne Schwabe
2013-04-16Remove unused string, update logmenuArne Schwabe
2013-04-10Add Swedish!Arne 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