Age | Commit message (Expand) | Author |
2013-04-29 | Changed 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 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-29 | This commit contains: | Parménides GV |
2013-04-29 | Made SRP working with ProviderAPI methods more frequently than not in localho... | Parménides GV |
2013-04-16 | Fixed bug #2225 (https://leap.se/code/issues/2225) | Parménides GV |
2013-04-15 | Fixed bug 2231. | Parménides GV |
2013-04-15 | Added one "else if" that I missed during merge. | Parménides GV |
2013-04-15 | Merge branch 'wizard' into feature/wizard | Parménides GV |
2013-04-11 | Made LeapSRPSession more beautiful, put javadoc and commented lines of | Parménides GV |
2013-04-10 | Some more trims added. It passes a lot of tests from the test project | Parménides GV |
2013-04-10 | LeapSRPSession response() method is working for the three different | Parménides GV |
2013-04-09 | Response should be correct, as far as different calculations | Parménides GV |
2013-04-08 | Done constructor of LeapSRPSession: it's OK. | Parménides GV |
2013-04-08 | Xor method fixed. I use BigInteger Java one. | Parménides GV |
2013-04-03 | Fixed bug #2146 => A calculation is now fine. Next step: fix M1 | Parménides GV |
2013-03-30 | Trial for srpforjava: it does not work since it implements SRP-6, and | Parménides GV |
2013-03-29 | Tried to implement SRP with JBoss: discarded because it needs RMI to get | 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-19 | Trying to find a jar from JBoss to use their SRP implementation. Imports | Parménides GV |
2013-03-18 | Loads bks file from assets. | Parménides GV |
2013-03-18 | Refactored ProviderAPI code. | 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-12 | Error using CryptoUtil.calculatePasswordHash. | Parménides GV |
2013-03-12 | Gonna try jboss srp implementation, because if I implement myself one we | 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-27 | Added bouncycastle lib with libs folder. | 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-13 | Solves Issue #1757. | 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-11 | The newProviderButton gets user to the DialogFragment correctly. | Parménides GV |
2013-02-07 | Button not working from ConfigurationWizard. | Parménides GV |
2013-02-07 | Change in Dashboard to startActivityForResult() ConfigurationWizard | Sean Leonard |
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 |
2013-02-05 | Clean up unused imports | Sean Leonard |
2013-02-05 | Comments regarding TODOs for changes to ProviderListActivity | Sean Leonard |
2013-02-05 | Change access modifiers of some functions in Provider.class from public to pr... | Sean Leonard |
2013-02-05 | Merge branch 'wizard' of ssh://leap.se/leap_android into wizard | Sean Leonard |
2013-02-05 | Simplified certificates and urls: only 1 certificate, and no :443 port | Parménides GV |
2013-02-05 | Remove function to push data into preferences (it was for testing before we h... | Sean Leonard |