summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-17Version 0.6.61v0.6.61Arne Schwabe
2016-12-17Implement LRU sorting for profile listArne Schwabe
2016-12-17Bump versionsArne Schwabe
2016-12-16Implement password handover between ui and serviceArne Schwabe
2016-12-04Fix notify if no cached logfiles are available.Arne Schwabe
2016-11-26Small fixesArne Schwabe
2016-11-26Replace example of openvpn.blinkt.de with openvpn.example.com to avoid ↵Arne Schwabe
confusing and people trying to connect to that server
2016-11-25Implement getting the cached log via pipe to UI processArne Schwabe
2016-11-22Implement IPv6 DNS ServersArne Schwabe
2016-11-22Update gradle versionsArne Schwabe
2016-11-22Really statically link closes #563Arne Schwabe
2016-11-19Always use the most current version of a profileArne Schwabe
2016-11-19Implement tis-cryptArne Schwabe
2016-11-15Fix more IPCArne Schwabe
2016-11-15Update grade versionsArne Schwabe
2016-11-10First step to process seperation, not everything working yet.Arne Schwabe
2016-11-08Vpn stop management issues (#572)Alex Semenov
* Fixed error, when stopVPN method in ManagementThread returned true regardless of actual stop signal have been sent. As result - management stopped to send any state updates to listeners because of mShuttingDown flag. * Fixed error, when endVpnService method didn't actually stop vpn thread because of missing thread interruption handling.
2016-11-08Change activity which opens when tapping notification (#582)Dániel Zolnai
2016-10-25Fix stringsArne Schwabe
2016-10-18Fix clang compiler warningsArne Schwabe
2016-10-10Merge commit 'b67c9b17f967b950a2666cda64510f6e4ddc4092'Arne Schwabe
2016-10-10workaound bug in russian translation with shorter translation: Thanks for ↵v0.6.60-productionv0.6.60Arne Schwabe
all who told me about that bug
2016-10-08changes to openssl to get it compiling with clang (closes #563)Arne Schwabe
2016-10-08Fix spelling in ISSUE_TEMPLATE.mdLuke Korth
2016-10-03Version 0.6.59v0.6.59Arne Schwabe
2016-10-03Fix http-proxy-user-pass not embedded correctly in custom options (closes #551)Arne Schwabe
2016-09-28Update translationsArne Schwabe
2016-09-28Ignore errors when the management connection is closed (i.e. OpenVPN process ↵Arne Schwabe
exited), closes #553
2016-09-28Version 0.6.58v0.6.58Arne Schwabe
2016-09-28More breakpad bulding fixesArne Schwabe
2016-09-28Update OpenSSL to 1.0.2jArne Schwabe
2016-09-26Add breakpad subrepo and fix dump symbol scriptArne Schwabe
2016-09-26Update OpenVPN 3 code for released codeArne Schwabe
2016-09-15Repair breakpadArne Schwabe
2016-09-12Remark that Always On VPN could cancel the confirmation dialogArne Schwabe
2016-09-06Also ignore "push" option in client config. For people with really broken ↵Arne Schwabe
configuration like in issue #546 *sigh*
2016-08-31Ignore block-outside-dns, update gradle versionsArne Schwabe
2016-07-26Fix KeyChain crash (#530)Robin Lee
This happens due to a race condition in background threads that use an activity context to call long-running RPCs in keychain and keystore. If the activity goes away while services are still bound, its context will be disposed of and any attempts to unbind those services will raise an IllegalStateException. The right thing to do is make these calls using an application context instead.
2016-07-25Increase log Level of revoke message (closes #525)Arne Schwabe
2016-07-25Update translationsArne Schwabe
2016-07-24Fix ipv6 address with two zero ranges.Arne Schwabe
2016-07-20update readmeArne Schwabe
2016-07-06Version 0.5.67v0.6.57-productionv0.6.57Arne Schwabe
2016-07-05Add UI option for x509-username-field option (closes #519)Arne Schwabe
2016-07-04Fix Config fragment not always showing the most current configArne Schwabe
2016-07-04Implement exponential back off between connection attempts and generally ↵Arne Schwabe
overhaul time between connection logic massively.
2016-06-28More fixes for connection entry.Arne Schwabe
2016-06-27Update README.txtBabar-Bashir
2016-06-27Fix logic in ConnectionAdapter (closes #498, #497)Arne Schwabe
2016-06-27Update translationsArne Schwabe