summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07Ready to create a new branch for the download of the new user auth'edParmé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-29Changed the message shown when checking if the password is valid or not.Parmé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-29This commit contains:Parménides GV
2013-04-29Made SRP working with ProviderAPI methods more frequently than not in localho...Parménides GV
2013-04-16Fixed bug #2225 (https://leap.se/code/issues/2225)Parménides GV
2013-04-15Fixed bug 2231.Parménides GV
2013-04-15Added one "else if" that I missed during merge.Parménides GV
2013-04-15Merge branch 'wizard' into feature/wizardParménides GV
2013-04-11Made LeapSRPSession more beautiful, put javadoc and commented lines ofParménides GV
2013-04-10Some more trims added. It passes a lot of tests from the test projectParménides GV
2013-04-10LeapSRPSession response() method is working for the three differentParménides GV
2013-04-09Response should be correct, as far as different calculationsParménides GV
2013-04-08Done constructor of LeapSRPSession: it's OK.Parménides GV
2013-04-08Xor method fixed. I use BigInteger Java one.Parménides GV
2013-04-03Fixed bug #2146 => A calculation is now fine. Next step: fix M1Parménides GV
2013-03-30Trial for srpforjava: it does not work since it implements SRP-6, andParménides GV
2013-03-29Tried to implement SRP with JBoss: discarded because it needs RMI to getParmé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-19Trying to find a jar from JBoss to use their SRP implementation. ImportsParménides GV
2013-03-18Loads bks file from assets.Parménides GV
2013-03-18Refactored ProviderAPI code.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-12Error using CryptoUtil.calculatePasswordHash.Parménides GV
2013-03-12Gonna try jboss srp implementation, because if I implement myself one weParmé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-27Added bouncycastle lib with libs folder.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-13Solves Issue #1757.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-11The newProviderButton gets user to the DialogFragment correctly.Parménides GV
2013-02-07Button not working from ConfigurationWizard.Parménides GV
2013-02-07Change in Dashboard to startActivityForResult() ConfigurationWizardSean Leonard
2013-02-07Rearrange singleton Provider.class pattern, Fix isolated SharedPreferences silosSean Leonard
2013-02-07Refactor ProviderListActivity.class into ConfigurationWizard.class,Sean Leonard
2013-02-05Clean up unused importsSean Leonard