Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | Implement LRU sorting for profile list | Arne Schwabe | |
2016-12-17 | Bump versions | Arne Schwabe | |
2016-12-16 | Implement password handover between ui and service | Arne Schwabe | |
2016-12-04 | Fix notify if no cached logfiles are available. | Arne Schwabe | |
2016-11-26 | Small fixes | Arne Schwabe | |
2016-11-26 | Replace example of openvpn.blinkt.de with openvpn.example.com to avoid ↵ | Arne Schwabe | |
confusing and people trying to connect to that server | |||
2016-11-25 | Implement getting the cached log via pipe to UI process | Arne Schwabe | |
2016-11-22 | Implement IPv6 DNS Servers | Arne Schwabe | |
2016-11-22 | Update gradle versions | Arne Schwabe | |
2016-11-22 | Really statically link closes #563 | Arne Schwabe | |
2016-11-19 | Always use the most current version of a profile | Arne Schwabe | |
2016-11-19 | Implement tis-crypt | Arne Schwabe | |
2016-11-15 | Fix more IPC | Arne Schwabe | |
2016-11-15 | Update grade versions | Arne Schwabe | |
2016-11-10 | First step to process seperation, not everything working yet. | Arne Schwabe | |
2016-11-08 | Vpn 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-08 | Change activity which opens when tapping notification (#582) | Dániel Zolnai | |
2016-10-25 | Fix strings | Arne Schwabe | |
2016-10-18 | Fix clang compiler warnings | Arne Schwabe | |
2016-10-10 | Merge commit 'b67c9b17f967b950a2666cda64510f6e4ddc4092' | Arne Schwabe | |
2016-10-10 | workaound bug in russian translation with shorter translation: Thanks for ↵v0.6.60-productionv0.6.60 | Arne Schwabe | |
all who told me about that bug | |||
2016-10-08 | changes to openssl to get it compiling with clang (closes #563) | Arne Schwabe | |
2016-10-03 | Version 0.6.59v0.6.59 | Arne Schwabe | |
2016-10-03 | Fix http-proxy-user-pass not embedded correctly in custom options (closes #551) | Arne Schwabe | |
2016-09-28 | Update translations | Arne Schwabe | |
2016-09-28 | Ignore errors when the management connection is closed (i.e. OpenVPN process ↵ | Arne Schwabe | |
exited), closes #553 | |||
2016-09-28 | Version 0.6.58v0.6.58 | Arne Schwabe | |
2016-09-28 | More breakpad bulding fixes | Arne Schwabe | |
2016-09-28 | Update OpenSSL to 1.0.2j | Arne Schwabe | |
2016-09-26 | Add breakpad subrepo and fix dump symbol script | Arne Schwabe | |
2016-09-26 | Update OpenVPN 3 code for released code | Arne Schwabe | |
2016-09-15 | Repair breakpad | Arne Schwabe | |
2016-09-12 | Remark that Always On VPN could cancel the confirmation dialog | Arne Schwabe | |
2016-09-06 | Also ignore "push" option in client config. For people with really broken ↵ | Arne Schwabe | |
configuration like in issue #546 *sigh* | |||
2016-08-31 | Ignore block-outside-dns, update gradle versions | Arne Schwabe | |
2016-07-26 | Fix 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-25 | Increase log Level of revoke message (closes #525) | Arne Schwabe | |
2016-07-25 | Update translations | Arne Schwabe | |
2016-07-24 | Fix ipv6 address with two zero ranges. | Arne Schwabe | |
2016-07-06 | Version 0.5.67v0.6.57-productionv0.6.57 | Arne Schwabe | |
2016-07-05 | Add UI option for x509-username-field option (closes #519) | Arne Schwabe | |
2016-07-04 | Fix Config fragment not always showing the most current config | Arne Schwabe | |
2016-07-04 | Implement exponential back off between connection attempts and generally ↵ | Arne Schwabe | |
overhaul time between connection logic massively. | |||
2016-06-28 | More fixes for connection entry. | Arne Schwabe | |
2016-06-27 | Fix logic in ConnectionAdapter (closes #498, #497) | Arne Schwabe | |
2016-06-27 | Update translations | Arne Schwabe | |
2016-06-16 | Fix crash when using Always-on option in Android N | Arne Schwabe | |
2016-06-16 | New versions for everything!v0.6.56 | Arne Schwabe | |
2016-06-16 | Merge N changes into main branch | Arne Schwabe | |
2016-06-16 | Fix mtu option doing nothing with default settings. | Arne Schwabe | |