summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
AgeCommit message (Collapse)Author
2012-08-20Version 0.5.20v0.5.20Arne Schwabe
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-03Donate with paypal ...Arne Schwabe
2012-07-30Use system proxy settings for openvpnArne Schwabe
2012-07-20- Remove now unused string to import pkcs12.Arne Schwabe
- Translate new string into german
2012-07-20- Use config file name instead for default VPN name (closes issue #53)Arne Schwabe
- Allow importing the pkcs12 into the android keystone when converting configuration
2012-07-19Clarify keychain access error (closes issue #58)Arne Schwabe
2012-07-18- Remove not translatable stringsArne Schwabe
- remove the experiential config importer string. The Importer should be quite stable now
2012-07-17Implementier modprobe tun for more braindead imagesArne Schwabe
2012-07-16Start work on clear setting for file dialogArne Schwabe
Add a quick start quide stating the obvious (*sigh*)
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-10Add ability to export openvpn configuration. (closes issue #52)Arne Schwabe
2012-07-05add translations fixes for zh, es (closes issue #44, closes #45)Arne Schwabe
make a few left out strings translatable (closes issue #44)
2012-07-03add fix to arrays.xml (closes issue #43)Arne Schwabe
add translated by recognition add faq for system dialogs
2012-07-010.5.9 removed the configimporter activity from the manifest. Fix this.v0.5.9bArne Schwabe
2012-06-30Relase version 0.5.9v0.5.9Arne Schwabe
2012-06-28The 'be ready for Jelly Beans' commitArne Schwabe
- fix concurrentaccess occuring on JB - JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface
2012-06-27log phone versionArne Schwabe
support more than 100 routes
2012-06-20mergeArne Schwabe
2012-06-19Spelling fixes by Lodewijk Voege <lvoege@gmail.com>Arne Schwabe
Thank you very much! Closes issue #39
2012-06-18Add a status message which shows the status of the connecting/connected VPNArne Schwabe
2012-06-17- Fix last commitv0.5.8Arne Schwabe
- Implement reading extra CA cert from file to fix keystore error on some mobile phones
2012-06-13Correct network state messageArne Schwabe
Improve logging framework a bit Add logging of certificates received from Keystore
2012-06-03Implement reconnect on network change (closes issue #37)Arne Schwabe
2012-06-01- Fix custom search domain ignored (closes issue #36)Arne Schwabe
2012-05-31Version 0.5.7v0.5.7Arne Schwabe
2012-05-31- fix a few more stringsArne Schwabe
- add editing xxx title to cfonig settings
2012-05-31Add most of the missing german translationsArne Schwabe
2012-05-30Add fix for CM9 /dev/tun ownership (closes issue #35)Arne Schwabe
2012-05-25Fix errors reported by lintArne Schwabe
2012-05-24Add querying certificate key password (closes issue #23)Arne Schwabe
2012-05-24Add more diagnostic messages for management password queriesArne Schwabe
2012-05-24- fix cn remote string (closes issue #31)Arne Schwabe
- ignore a few more options in the importer
2012-05-23Finetune FAQ, change font sizes, add Information about broken Images from ↵Arne Schwabe
Sony and HTC
2012-05-20- Fix missing aboutArne Schwabe
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a
2012-05-18Version 0.5.5v0.5.5Arne Schwabe
- Add state to speed display
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-18- Make Ipv6 support complete (minus tun-ipv6 warning)Arne Schwabe
- Implement byte counter support in the log window - Fix spelling of secret (closes issue #22) - Replace &quot;quot; with &quot;, no idea what went wrong there (closes issue #21)
2012-05-14- Rework saving state of preferences fragmentArne Schwabe
- fix state of nobind not loaded (hopefully closes issue #19) Version 0.5.4
2012-05-13If you think having cought all things that are broken in images one images ↵Arne Schwabe
tries harder to break things...
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-13Version 0.5.3Arne Schwabe
Fix a few new bugs before pushing to the market :)
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-12Almost working configuration importArne Schwabe
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-09add cipher optionArne Schwabe
2012-05-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging