Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-09 | Rename always on vpn to default vpn | Arne Schwabe | |
2017-02-04 | Version 0.6.64v0.6.65-productionv0.6.65 | Arne Schwabe | |
2017-02-04 | sync translations | Arne Schwabe | |
2017-02-04 | sync openvpn | Arne Schwabe | |
2017-02-02 | Fetch initial network state for seriously broken devices. | Arne Schwabe | |
2017-01-31 | Log more state debug information to help debugging reconnecting problems | Arne Schwabe | |
2017-01-31 | Update translations | Arne Schwabe | |
2017-01-30 | Revert change | Arne Schwabe | |
2017-01-30 | Change icons for notification | Arne Schwabe | |
2017-01-29 | Update openssl | Arne Schwabe | |
2017-01-28 | more typo | Arne Schwabe | |
2017-01-28 | typo | Arne Schwabe | |
2017-01-26 | Ensure that the launcher shortcuts are updated when something aside from the ↵ | Arne Schwabe | |
name changes (symbol in this case) | |||
2017-01-26 | Add launcher shortcut icons | chrihu | |
2017-01-09 | Fix crash on empty profile name | Arne Schwabe | |
2017-01-09 | Version 0.6.64v0.6.64 | Arne Schwabe | |
2017-01-09 | Update remote examples config | Arne Schwabe | |
2017-01-08 | Workaround the save set bug | Arne Schwabe | |
2017-01-08 | Use multi process on sharedpreferences until I have time for a proper fix | Arne Schwabe | |
2017-01-05 | Sent username only for auth requests | Arne Schwabe | |
2017-01-04 | Fix status not shown | Arne Schwabe | |
2017-01-04 | Update gradle versions | Arne Schwabe | |
2017-01-04 | fix NPE | Arne Schwabe | |
2017-01-04 | Fix display of tis-auth file summary | Arne Schwabe | |
2017-01-04 | Update translations (closes #604) | Arne Schwabe | |
2016-12-26 | Version 0.6.63v0.6.63-productionv0.6.63 | Arne Schwabe | |
2016-12-26 | Update translations | Arne Schwabe | |
2016-12-19 | Bail out if tls-remote is definedv0.6.62 | Arne Schwabe | |
2016-12-17 | Fix sorting | Arne Schwabe | |
2016-12-17 | sort is not so important | Arne Schwabe | |
2016-12-17 | LRU sorted the wrong way | Arne Schwabe | |
2016-12-17 | Fix crash on phones with less than 4 profiles | Arne Schwabe | |
2016-12-17 | Fix pkcs12 profiles not working | Arne Schwabe | |
2016-12-17 | Version 0.6.61v0.6.61 | Arne Schwabe | |
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. |