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