summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/ProviderAPI.java
AgeCommit message (Expand)Author
2013-07-26Include GPLv3+ file and header for files in se.leap.leapclient packageSean Leonard
2013-07-20If IOException, use current provider CA cert.Parménides GV
2013-07-20Certificate message shown when appropiate.Parménides GV
2013-07-20Erroneous untrusted provider toast with LEAP fixedParménides GV
2013-07-12Shows bad user/password message when appropriate.Parménides GV
2013-07-12New certificates are added without creating filesParménides GV
2013-07-12Shows certificate error message.Parménides GV
2013-07-12Distinguish non LEAP provider and down provider.Parménides GV
2013-07-12User messages are added to the new recovery dialogParménides GV
2013-07-12Pressing back button, we don't choose any providerParménides GV
2013-07-12UnknownHostException separated from IOException.Parménides GV
2013-07-12Untrusted message is not shown if danger_on = trueParménides GV
2013-07-12Back to IOException instead of SSL exception.Parménides GV
2013-07-12Substituted IOException by SSLHandshakeException.Parménides GV
2013-07-12Shows certificate error message.Parménides GV
2013-07-12Distinguish non LEAP provider and down provider.Parménides GV
2013-07-02We can ignore any certificate.Parménides GV
2013-06-26The added provider is selected automatically.Parménides GV
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-13Bypasses self signed certificates.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-10Removed unused methods and variables.Parménides GV
2013-06-10OpenVPN certificate is downloaded from API_BASE, using api_uri fieldParménides GV
2013-06-08Improve retrieving and saving SharedPreferences for different types (String, ...Sean Leonard
2013-06-04Fixed 2 important bugs.Parménides GV
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-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-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-19Trying to find a jar from JBoss to use their SRP implementation. ImportsParménides GV
2013-03-18Refactored ProviderAPI code.Parménides GV