Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | Changed some documentation and scripts. | Parménides GV | |
2013-11-09 | Project name changed to "bitmask_android". | Parménides GV | |
2013-11-09 | bitmaskclient instead of leapclient in package path | cyBerta | |
2013-10-04 | About button from CW does not show new provider. | Parménides GV | |
2013-10-04 | Dashboard action bar to the bottom of the screen. | Parménides GV | |
If in Configuration Wizard we locate the action bar at the bottom of the screen, we should remain consistent and do the same in Dashboard. | |||
2013-10-04 | ConfigurationWizard uses action instead of button. | Parménides GV | |
New provider button has been converted to an action item, shown at the bottom of the screen. | |||
2013-10-04 | Added android:logo, using the same as android:icon | Parménides GV | |
For the moment, I don't see any problem on using the icon file we have as the app's logo, although it's already used Android Action Bar UI guide says that the logo should be wider and not contain any text, while icon could. Since our icon is wide enough (from my point of view) and does not contain any text, I think it's appropriate to use it as a logo too. | |||
2013-10-04 | Two action items: login/logout and settings. | Parménides GV | |
2013-10-03 | Merge branch 'bug/login_dialog_should_require_username' into develop | Sean Leonard | |
2013-10-03 | Login dialog requires username. | Parménides GV | |
I've also changed the way we notify that the password should have 8 characters at least, to make it consistent to the way we notify username is required. | |||
2013-10-03 | Merge branch 'feature/move-confighelper-constants' into develop | Sean Leonard | |
2013-10-03 | Fixed M2 and M1 constants values. | Parménides GV | |
Logging in, it was returning a "Bad response from server" due to the malinterpretation of the received JSON. It was looking for a field named "m2", but it was "M2". | |||
2013-09-30 | Fixed typo in EIP.certificate | Parménides GV | |
2013-09-30 | Erroneous CA cert download correctly handled. | Parménides GV | |
If there is an error while downloading CA cert on downloadJsonFiles, false is returned and progress dialog is dismissed. | |||
2013-09-30 | Moved all constants from ConfigHelper. | Parménides GV | |
They have been relocated to the corresponding classes. | |||
2013-09-30 | Moved result constants to ProviderAPI. | Parménides GV | |
2013-09-26 | Merge branch 'bug/inconsistent-cookie-management' into develop | Sean Leonard | |
2013-09-26 | Replaced Apache HTTP client with HttpURLConnection | Parménides GV | |
I do not manually manage cookies anymore, letting HttpURLConnection manage them via default CookieHandler (using CookiePolicy.ACCEPT_ORIGINAL_SERVER). | |||
2013-09-26 | Apache HTTP to Android HttpsURLConnection started. | Parménides GV | |
SRP parameter A tries to be sent via HttpsURLConnection. Right now, we have a problem with certificates because I'm not using provider CA cert to get the response. I'm going to merge the branch with better method names to download response using already existing code. | |||
2013-09-26 | Commented all manual cookie management. | Parménides GV | |
I send session_id cookie in the request for 1/cert, getting it from LeapHttpClient directly. | |||
2013-09-25 | Removed cookie to logout chain. | Parménides GV | |
2013-09-25 | Renamed certificate handling methods. | Parménides GV | |
I still let one method to bypass hostname verifier, otherwise dev.bm will not work. I've reduced downloading functions to 3: download without CA, download with commercial CA and download with provider CA. I only download CA cert once, when the user selects the corresponding provider. Each time a user switch provider, the cert is downloaded (along with other json files). | |||
2013-08-15 | Merge branch 'hotfix/danger_on-is-true-for-assets-provider' into develop | Sean Leonard | |
2013-08-14 | Merge branch 'bug/lack-of-input-validation-on-user-certificates' into develop | Parménides GV | |
2013-08-14 | Merge branch 'bug/eip-service-exported-with-no-access-control' into develop | Parménides GV | |
2013-08-14 | Assets providers have danger_on "false". | Parménides GV | |
2013-08-13 | Use java.security classes to validate string certificates and keys from provider | Sean Leonard | |
2013-08-13 | Disallow export of EIP service Intents | Sean Leonard | |
2013-08-13 | Merge branch 'bug/eip-fragment-is-not-showed-after-switching-provider' into ↵ | Sean Leonard | |
develop | |||
2013-08-13 | Merge branch 'bug/provider-down-not-differentiated-from-certificate-error' ↵ | Sean Leonard | |
into develop | |||
2013-08-13 | Merge branch 'feature/retry-login-retain-username' into develop | Sean Leonard | |
2013-08-13 | Merge branch 'feature/providerApi-actions-instead-of-bundleExtras' into develop | Sean Leonard | |
2013-08-03 | EIP fragment is replaced if provider is switched. | Parménides GV | |
We were checking if eip existed before adding it again, but that check can be removed if we make a replace instead of an add. | |||
2013-08-03 | FileNotFoundException catched in all downloads. | Parménides GV | |
Added a new catch block in all downloads methods. | |||
2013-08-01 | Merge branch 'bug/backstack-screwed-up-by-notification-tap' into develop | Sean Leonard | |
2013-08-01 | Merge branch 'hotfix/disabled-hostname-verifier' into develop | Sean Leonard | |
2013-08-01 | ProviderAPI intent receives actions and parameters. | Parménides GV | |
We no longer use BundleExtras named as the action ProviderAPI is intended to perform, but we standardise this name (ProviderAPI.PARAMETERS), and use setAction to pass that action string. | |||
2013-07-30 | Retains username if login process failed. | Parménides GV | |
New login dialog shows the original username, so that if the user failed writing his/her password, s/he does not have to write again the username. | |||
2013-07-29 | Backstack OK from notification bar. | Parménides GV | |
Pressing back after entering Dashboard from notification bar, the user goes back to home. | |||
2013-07-29 | LeapHttpClient verifies hostname. | Parménides GV | |
This fixes #3287 | |||
2013-07-26 | Merge branch 'release-0.2.0' into develop | Sean Leonard | |
2013-07-26 | Add a rather lonely changelog saying only "initial release" | Sean Leonard | |
2013-07-26 | Bump build to 60 and version to 0.2.0 | Sean Leonard | |
2013-07-26 | Merge branch 'feature/licensing' into develop | Sean Leonard | |
2013-07-26 | Include GPLv3+ file and header for files in se.leap.leapclient package | Sean Leonard | |
2013-07-26 | Include ics-openvpn license file in se.leap.openvpn package | Sean Leonard | |
Clean erroneous copyright text (Consulted Arne) ics-openvpn uses GPLv2+ | |||
2013-07-26 | Merge branch 'hotfix/dismiss-login-progress-dialog' into develop | Sean Leonard | |
2013-07-25 | Login progressdialog get dismissed when finished. | Parménides GV | |
If login is successful, dialog is dismissed and toast is showed. If login is not successful and the user cancels the new login dialog presented to him/her, then Dashboard is showed. | |||
2013-07-25 | Updated compile.sh to target api-17 | Parménides GV | |
2013-07-24 | Merge branch 'hotfix/api-targets' into develop | Parménides GV | |