summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVpnService.java
AgeCommit message (Collapse)Author
2013-03-07Add x509-verify-name support to ics-openvpn GUIArne Schwabe
--HG-- extra : rebase_source : 58613dd0fdf7a9ea75d59b1ea16c68fb6524138b
2013-03-04Make break pad build option easier to use, add synchronized network listenerArne Schwabe
--HG-- extra : rebase_source : 3f8f7937917b03ca5c43ac6c78efad2f7b333289
2013-02-26Refactor ConnectionStatus to be an enumerationv0.5.32Arne Schwabe
--HG-- extra : rebase_source : 6cf34d83b33bdb25d2311ad9adaa446ac0aac823
2013-02-25Fix notificationalwaysvisible bugArne Schwabe
2013-02-11Fix display of speed in the notification.Arne Schwabe
2013-02-10When logging a crash add time stampsArne Schwabe
2013-02-10Use different icons in the status bar depending on status.Arne Schwabe
2013-02-10Add timestamps to log windowArne Schwabe
--HG-- extra : rebase_source : cbcf8f519b4a2c616a645636653fe711304a5942
2013-02-09Merge non OpenVPN3 specific into mainArne Schwabe
2013-02-05Use arrows instead of text in the transferred byte message to save space. ↵Arne Schwabe
Fix closing of management socket
2013-02-05Fix Locale related errors/bugs. Update … to unicode replacement. Fix the ↵Arne Schwabe
speed display.
2013-01-31Allow finer control of notification messagesArne Schwabe
2013-01-27Rename managmentThread memberArne Schwabe
2013-01-04Some more changes making external API possibleArne Schwabe
--HG-- extra : rebase_source : a62d022b917c997a5e116c34802fecfb1f066459
2013-01-01Make state messages translatable and nicer.Arne Schwabe
2012-12-31CleanupsArne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-18Fix a few warnings and one bug when importing a file with a pkcs12 which ↵Arne Schwabe
cannot be read --HG-- extra : rebase_source : d11215373582cb1a656f7cae9bf3642b34c3a2c9
2012-12-15Minimal rework of notifications for JBArne Schwabe
2012-09-09Give all traffic notifications the same time, fixes the blinking ↵Arne Schwabe
notification for me (closes issue #75)
2012-08-28- Add status message when waiting for network.Arne Schwabe
- Using a priority higher than PRIORITY_MIN stop the flickering of the notification but make the icon visible again :/
2012-08-20Version 0.5.20v0.5.20Arne Schwabe
2012-08-17hide notification on JB+Arne Schwabe
2012-08-17Regression fix: Fix directly connecting while connection is activeArne Schwabe
2012-08-17bugfix for notificationsArne Schwabe
2012-08-16- Fix the problem Android sometimes killing the service in the background ↵Arne Schwabe
causing miniopenvpn to exit - Use setForeground to enable foreground priority, this forces to use a notification icon - Remove the ability to deselect Bytecounter.
2012-08-13Allow editing the VPN Config from the log screen to ease configuration ↵Arne Schwabe
iterations
2012-08-12Implement starting a VPN on boot. (closes issue #62)Arne Schwabe
2012-08-08Use management-client and management-signal (closes issue #65)Arne Schwabe
2012-07-16Fixes error reported on the Android market consolev0.5.12aArne Schwabe
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a
2012-07-15Add warning if no dns is set.v0.5.12Arne Schwabe
Check in a working copy of jbcrypto
2012-07-07Fix stale "exiting" statusv0.5.10Arne Schwabe
2012-06-27mergeArne Schwabe
2012-06-27Some minor fixesArne Schwabe
2012-06-21Organize ImportsArne Schwabe
2012-06-20Make important message have a ticker message, fix status line in log windowArne Schwabe
2012-06-18Add a status message which shows the status of the connecting/connected VPNArne Schwabe
2012-06-03Implement reconnect on network change (closes issue #37)Arne Schwabe
2012-06-02clarify warning, reset domain on opening tunArne Schwabe
2012-05-20- Fix missing aboutArne Schwabe
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a
2012-05-18Allow only one log window at a time (closes issue #26)Arne Schwabe
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-14Really apply patch from issue #20Arne Schwabe
2012-05-14Apply patch from issue #20 (closes issue #20)Arne Schwabe
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-11Add native dir approach from ↵Arne Schwabe
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284
2012-05-11CLeanupsArne Schwabe
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
2012-05-11Rework FIle selection dialog.Arne Schwabe
Include possibility to include file content in VPN Profile. Allows safer storage of Certifcates and keys. (closes issue #13) --HG-- rename : src/com/lamerman/FileDialog.java => src/de/blinkt/openvpn/FileSelectionFragment.java
2012-05-10Version 0.5.2Arne Schwabe
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15)
2012-05-09Openvpn as external external program is coming nearer ....Arne Schwabe