Age | Commit message (Expand) | Author |
2013-09-30 | Moved all constants from ConfigHelper. | Parménides GV |
2013-09-30 | Moved result constants to ProviderAPI. | Parménides GV |
2013-09-26 | Commented all manual cookie management. | Parménides GV |
2013-08-13 | Use java.security classes to validate string certificates and keys from provider | Sean Leonard |
2013-08-01 | ProviderAPI intent receives actions and parameters. | Parménides GV |
2013-07-26 | Include GPLv3+ file and header for files in se.leap.leapclient package | Sean Leonard |
2013-07-19 | Only parse eip-services.json if the serial has incremented | Sean Leonard |
2013-07-12 | New certificates are added without creating files | Parménides GV |
2013-07-12 | ConfigurationWizard backstack and exit behavior. | Parménides GV |
2013-07-12 | Added menu to ConfigurationWizard. | Parménides GV |
2013-07-12 | Back button from ConfigurationWizard quits. | Parménides GV |
2013-07-12 | Pressing back button, we don't choose any provider | Parménides GV |
2013-07-12 | Coded new fragment appearance | Parménides GV |
2013-06-26 | The added provider is selected automatically. | Parménides GV |
2013-06-20 | Better control and UI feedback for VPN | Sean Leonard |
2013-06-20 | Quite basic staring and stopping of VPN | Sean Leonard |
2013-06-20 | No binary library needed. | Parménides GV |
2013-06-20 | User messages are now in string.xml | Parménides GV |
2013-06-19 | First round of comments. | Parménides GV |
2013-06-13 | bitmask json files are downloaded. | Parménides GV |
2013-06-11 | We are not using SD storage anymore. | Parménides GV |
2013-06-08 | Improve retrieving and saving SharedPreferences for different types (String, ... | Sean Leonard |
2013-05-14 | Anon certificate is downloaded if possible. | Parménides GV |
2013-05-13 | A bit more clean. | Parménides GV |
2013-05-09 | Log in and Log out options are shown only if allow registration is true. | Parménides GV |
2013-05-08 | After loggin in successfully, the new client certificate is downloaded. | Parménides GV |
2013-05-01 | Logging in successfully to dev.bitmask.net :) | Parménides GV |
2013-05-01 | If the app is restarted with a custom provider selected, the client can | Parménides GV |
2013-04-29 | "Trust completely" checkbox saves that trust for the new provider | Parménides GV |
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 |
2013-04-29 | Coded logout method, and tested. | Parménides GV |
2013-04-15 | Fixed bug 2231. | Parménides GV |
2013-04-15 | Merge branch 'wizard' into feature/wizard | Parménides GV |
2013-04-08 | Xor method fixed. I use BigInteger Java one. | Parménides GV |
2013-03-20 | Ready to use with Android JellyBean (api 16) | Parménides GV |
2013-03-19 | The new certificate added by ConfigHelper.addTrustedCertificate did not | Parménides GV |
2013-03-18 | Loads bks file from assets. | Parménides GV |
2013-03-18 | If ca.crt from new provider is not trusted, we can download it without | Parménides GV |
2013-03-14 | After downloading provider.json successfully, ConfigurationWizard now | Parménides GV |
2013-03-13 | ConfigurationWizard sets provider.json correctly for Dashboard once a | Parménides GV |
2013-03-07 | Changed POST by PUT in the sendM1 method. | Parménides GV |
2013-03-05 | Registering method from ProviderAPI implemented and tested. | Parménides GV |
2013-02-28 | Now, ProviderAPI sends result to ConfigurationWizard. | Parménides GV |
2013-02-25 | Finished first implementation of SRP. | Parménides GV |
2013-02-21 | Started SRP authentication. Using NG_1024 with g = 2, and SHA256 digest. | Parménides GV |
2013-02-12 | New custom provider dialog effectively adds the new provider to the | parmegv |
2013-02-11 | Gets provider.json from custom url (assuming the file is at the root of | Parménides GV |
2013-02-07 | Rearrange singleton Provider.class pattern, Fix isolated SharedPreferences silos | Sean Leonard |
2013-02-07 | Refactor ProviderListActivity.class into ConfigurationWizard.class, | Sean Leonard |