Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | Rewrite "Server is down" message to "Server is unreachable" | Sean Leonard | |
2014-03-01 | Explicit startService() for updating EIP definitions | Sean Leonard | |
2014-03-01 | Better host matching when updating gateways list | Sean Leonard | |
2014-03-01 | Select VPN gateway by least timezone difference | Sean Leonard | |
2014-02-28 | Merge branch 'feature/remove-shared-preferences-methods-from-ConfigHelper' ↵ | Sean Leonard | |
into develop Conflicts: src/se/leap/bitmaskclient/Dashboard.java | |||
2014-02-07 | bugfix for #4664 and #4668 (login/logout messages) | Sean Leonard | |
Conflicts: src/se/leap/bitmaskclient/ProviderAPI.java res/values/strings.xml (Re-add lines removed in 7297632a01d5fb606b901d8c54e190e28b95716e ) | |||
2014-02-04 | Remove launch log function and click listener from EIP status line. | Sean Leonard | |
Log window Activity is gone with ics-openvpn purge. We will want it back, but we will bring back only what's needed. | |||
2014-02-04 | Forgot to refactor string name in real code. | Parménides GV | |
2014-02-04 | More unused classes wiped. | Parménides GV | |
2014-02-04 | Deleted unused classes from ics-openvpn. | Sean Leonard | |
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java | |||
2014-01-14 | No sharedprefs methods in ConfigHelper. | Parménides GV | |
This means we obtain the SharedPreferences object each time we want to use it. This yields to longer code lines while reading and writing to them. | |||
2013-12-21 | there's no about fragment anymore | cyBerta | |
2013-12-21 | Merge branch 'bug/more-detailed-response-to-CW-errors' into develop | cyBerta | |
2013-12-20 | Merge branch 'feature/token-based-auth' into develop | cyBerta | |
Conflicts: src/se/leap/bitmaskclient/ConfigurationWizard.java src/se/leap/bitmaskclient/Dashboard.java src/se/leap/bitmaskclient/ProviderAPI.java src/se/leap/bitmaskclient/ProviderListFragment.java | |||
2013-12-19 | Merge branch 'feature/UI_improvements' into develop | Parménides GV | |
2013-12-16 | Correct the location name in the notification (Bug #4660) | cyBerta | |
2013-12-16 | remove 'Assigning IP address' from the progress notification (#4661) | cyBerta | |
2013-12-12 | About is now an Activity. | Parménides GV | |
I've also removed some spaces from the text. | |||
2013-12-10 | Fixed algorithm to hide all but one provider. | Parménides GV | |
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-10 | Setting up a provider w/o connection doesn't fail. | Parménides GV | |
There was a nullpointer already fixed in another branch which completely complements this one. The message shown to the user is empty, but that belongs to bug/more-detailed-response-to-CW-errors. | |||
2013-12-09 | Rebased onto 0.2.3 | Parménides GV | |
2013-12-09 | Successfully rebased onto 0.2.2 | Parménides GV | |
2013-12-09 | CA cert saved correctly in SharedPreferences. | Parménides GV | |
I/O error at login phase fixed. | |||
2013-12-09 | 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-09 | A bit of cleaning. | Parménides GV | |
2013-12-09 | 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-09 | Successfully rebased onto progress-bars. | Parménides GV | |
2013-12-09 | 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-09 | 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-09 | 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". |