Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-10 | Rebased onto 0.2.3. | Parménides GV | |
2013-12-10 | Rebased onto 0.2.2 | Parménides GV | |
2013-12-10 | Rebased onto current develop. | Parménides GV | |
2013-12-10 | New provider dialog remembers previous data. | Parménides GV | |
It also (supposedly, I didn't test because Bitmask is working ok from our client point of view) distinguishes between cancelling a new custom provider and cancelling a preseeded provider. | |||
2013-12-10 | Retry button prompts new provider dialog. | Parménides GV | |
The user can change the new provider's data entered before failing. | |||
2013-12-10 | JavaDoc for pickErrorMessage | Parménides GV | |
2013-12-10 | Cleaner error message. | Parménides GV | |
2013-12-10 | Not added item is removed after canceling dialog. | Parménides GV | |
2013-12-10 | Retry button on failed downloads. | Parménides GV | |
Next step: remove the provider from the list (big security hole, since all providers present on the list are assumed to be secure). | |||
2013-12-10 | Save my work until now | Parménides GV | |
2013-12-10 | Download results stored in static variables. | Parménides GV | |
ProviderAPI has now 3 different static variables, each one for the 3 files that have to be downloaded to set up a provider. | |||
2013-12-10 | Successfully rebased onto 0.2.2 | Parménides GV | |
2013-12-10 | CA cert saved correctly in SharedPreferences. | Parménides GV | |
I/O error at login phase fixed. | |||
2013-12-10 | ProviderAPI broadcasts progress to CW. | Parménides GV | |
Setting up a provider makes the progressbar move according to the number of files downloaded (1/3, 2/3, 3/3). Next step: recover from download errors individually. That means that if a download fails but the others went OK, the user will be prompted to retry that individual failing download. | |||
2013-12-10 | A bit of cleaning. | Parménides GV | |
2013-12-10 | Provider setup: One method downloads everything. | Parménides GV | |
This method uses another 3 to download each file. Next step: broadcast progress and remove unnecessary methods. | |||
2013-12-10 | Successfully rebased onto progress-bars. | Parménides GV | |
2013-12-10 | Simplified the methods to add a new provider. | Parménides GV | |
Adding a new provider is the same that selecting a new one, using the same methods and following the same workflow. | |||
2013-12-10 | Preseeded providers only have provider.json url | Parménides GV | |
I've refactored everything to be able to remove all but provider.json url at urls files. | |||
2013-12-10 | Removing unnecessary fields from ProviderItem. | Parménides GV | |
I'm targeting to refactor the whole ProviderItem class because I've not used the Provider class so far and I should not duplicate information from "Provider" into "ProviderItem". | |||
2013-12-04 | Merge branch 'release-0.2.3'0.2.3 | Sean Leonard | |
2013-12-04 | Bump build and version | Sean Leonard | |
2013-12-04 | Changelog | Sean Leonard | |
2013-12-04 | Merge branch 'develop' into release-0.2.3 | Sean Leonard | |
2013-12-04 | Bump build and version | Sean Leonard | |
2013-12-04 | Changelog | Sean Leonard | |
2013-12-04 | Merge branch 'hotfix/vpn-routes-never-set' into develop | Parménides GV | |
2013-12-04 | Merge branch 'bug/fix-switch-provider' into develop | Parménides GV | |
2013-12-04 | Rebased and working fine. | Parménides GV | |
I've restored use_anonymously() and login() methods from ConfigurationWizard, now everything works ok. | |||
2013-12-04 | fix for notification message on state exiting | cyBerta | |
2013-12-04 | logout simplified and logs removed | cyBerta | |
2013-12-04 | Active gateway is updated every eip start. | Parménides GV | |
2013-12-04 | Vpn profiles get updated after switching provider. | Parménides GV | |
parsedEipSerial wasn't being reset after switching provider, so updating gateways thought there was no real update. After switching provider, we also remove all other vpn profiles. | |||
2013-12-04 | bugfixes for switch toggle behavior | cyBerta | |
2013-12-04 | set key icon also on state EXITING | cyBerta | |
2013-12-04 | added FATAL as status for reconnection timout | cyBerta | |
2013-12-04 | switch provider part 1 | cyBerta | |
2013-12-03 | Revert "No new routes if openvpn is already running." | Sean Leonard | |
This reverts commit 5b772c23c3f45405f30de4a180fe47dbcb2fdfc4. | |||
2013-12-03 | Merge branch ↵ | Sean Leonard | |
'bug/login-button-from-Provider-Details-does-not-always-trigger-login-dialog-#4647' into develop Signed-off-by: Sean Leonard <meanderingcode@aetherislands.net> | |||
2013-12-03 | Merge branch 'bug/logout-crashes-if-the-dashboard-goes-to-background-#4634' ↵ | Sean Leonard | |
into develop Signed-off-by: Sean Leonard <meanderingcode@aetherislands.net> | |||
2013-12-03 | Login triggered if requested after provider switch | Parménides GV | |
Request code for switching provider was not being considered in onActivityResult. | |||
2013-12-03 | NullPointer checks in logout | Parménides GV | |
Check if eipStatus and mProgressBar are null in logout(), and if so fetch the objects with findViewById. | |||
2013-11-29 | Merge branch 'bug/fix-url-check' into develop | Sean Leonard | |
2013-11-29 | url check improved | cyBerta | |
2013-11-30 | Merge branch 'feature/clearer_wording' into develop | cyBerta | |
2013-11-30 | Merge branch 'feature/clearer-wording' of ↵ | cyBerta | |
https://github.com/parmegv/bitmask_android into feature/clearer_wording | |||
2013-11-30 | Merge branch 'feature/tests-0.2.1' into develop | cyBerta | |
2013-11-30 | minor changes for running tests | cyBerta | |
2013-11-26 | Script to run tests from a test class directly. | Parménides GV | |
It receives the path to the file, and it runs the tests coded in there. | |||
2013-11-26 | Tests can be run from cli. | Parménides GV | |
Command: cd tests && ./run.sh |