Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | The added provider is selected automatically. | Parménides GV | |
I've also removed a lot of finishes when things go wrong (so that it should be returning to the previous activity/fragment). | |||
2013-06-20 | Quite basic staring and stopping of VPN | Sean Leonard | |
2013-06-20 | User messages are now in string.xml | Parménides GV | |
Some more constants added to ConfigHelper. This solves #2908. | |||
2013-06-08 | Better config/partial config handling in Dashboard | Sean Leonard | |
2013-06-08 | Add ProgressDialog to ConfigurationWizard while downloading from provider | Sean Leonard | |
2013-06-08 | Refactor ConfigurationWizard for better task handling, completion, and ↵ | Sean Leonard | |
return information | |||
2013-05-09 | Log in and Log out options are shown only if allow registration is true. | Parménides GV | |
Allow registration is present in provider.json. Provider.json is downloaded from both preseeded and custom providers. Authentication success or fail is notified correctly to the user. | |||
2013-04-29 | Added danger mode: we can bypass dev.bitmask.net hostname io exception. | Parménides GV | |
2013-04-29 | Coded dialog (now there is a button in the Dashboard), time to test. | Parménides GV | |
I need to implement bypass for dev.bitmask.net, because bitmask.net is down. | |||
2013-02-11 | Gets provider.json from custom url (assuming the file is at the root of | Parménides GV | |
the website, just as bitmask.net/provider.json), and writes it to a file in ~/leap_android. Next steps: parse that file and download eip-service and cert. | |||
2013-02-07 | Button not working from ConfigurationWizard. | Parménides GV | |
Trying to test cancel button from created new dialog. | |||
2013-02-07 | Refactor ProviderListActivity.class into ConfigurationWizard.class, | Sean Leonard | |
Moves towards our wizard flow; Addresses #1497 #1500 | |||
2013-01-30 | More fun with EIP item entry. | Sean Leonard | |
Added parts to expand listing for quick info and settings access | |||
2013-01-30 | Add EIP Service item in Dashboard | Sean Leonard | |
2013-01-30 | Beginnings of a Dashboard Activity | Sean Leonard | |
Matching layout and menu XML And don't forget strings | |||
2013-01-30 | Goodbye, hello_world | Sean Leonard | |
2013-01-29 | Many strings... Resolves #1527 #1580 but opened #1582 #1583 | Sean Leonard | |
2013-01-01 | Make state messages translatable and nicer. | Arne Schwabe | |
2012-12-25 | update translations | Arne Schwabe | |
2012-12-24 | Insert missing not | Arne Schwabe | |
2012-12-24 | Make send mini dump work with non Gmail Mail app, make google sending better ↵ | Arne Schwabe | |
placed | |||
2012-12-22 | Parse the tls-remote server string, fix import message (Closes Issue #124) | Arne Schwabe | |
2012-12-15 | Let the user control the new connect-retry(-max) logic | Arne Schwabe | |
2012-12-15 | These two strings got lost. | Arne Schwabe | |
2012-12-15 | Add english corrections from crowding for next version. | Arne Schwabe | |
2012-11-20 | VPN+tethering is becoming a FAQ | Arne Schwabe | |
2012-10-26 | - Increase Version | Arne Schwabe | |
- Add FAQ Entry for energy consumption | |||
2012-10-19 | Make mime action description translatable | Arne Schwabe | |
2012-10-11 | Don't give myself credit. | Arne Schwabe | |
2012-10-10 | Have translationby string a useful default for translators | Arne Schwabe | |
Grrrr at Chinese languages. Russian is complete enought to be usable | |||
2012-09-23 | Move untranslatable string to own file | Arne Schwabe | |
2012-09-16 | OpenVPN for Androids gains "+1 seriousness" | Arne Schwabe | |
2012-09-13 | Add support for persist-tun option (closes issue #83) | Arne Schwabe | |
2012-09-07 | Add FAQ entry for the network configuration | Arne Schwabe | |
2012-08-22 | Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 ↵ | Arne Schwabe | |
format | |||
2012-08-21 | Add a nice "what to do" screen if no VPN has been added yet | Arne Schwabe | |
2012-08-21 | Add FAQ Entry for the duplicate notifications | Arne Schwabe | |
2012-08-20 | Version 0.5.20 | Arne Schwabe | |
2012-08-13 | Allow editing the VPN Config from the log screen to ease configuration ↵ | Arne Schwabe | |
iterations | |||
2012-08-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-08-03 | Donate with paypal ... | Arne Schwabe | |
2012-07-30 | Use system proxy settings for openvpn | Arne 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-19 | Clarify keychain access error (closes issue #58) | Arne Schwabe | |
2012-07-18 | - Remove not translatable strings | Arne Schwabe | |
- remove the experiential config importer string. The Importer should be quite stable now | |||
2012-07-17 | Implementier modprobe tun for more braindead images | Arne Schwabe | |
2012-07-16 | Start work on clear setting for file dialog | Arne Schwabe | |
Add a quick start quide stating the obvious (*sigh*) | |||
2012-07-16 | Fixes error reported on the Android market console | Arne 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-15 | Add warning if no dns is set. | Arne Schwabe | |
Check in a working copy of jbcrypto |