Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | Message updated when login was cancelled. | Parménides GV | |
2014-04-02 | Eip switch turns off accordingly to log in state. | Parménides GV | |
2014-04-02 | eip switch off && logged in != autostart eip | Parménides GV | |
2014-04-02 | After logging in, eip starts. | Parménides GV | |
Now we need to start eip only if the eip switch is on. | |||
2014-04-02 | Prompt to login if no anon and no existing cert. | Parménides GV | |
Now we need to turn on eip if the log in dialog was triggered by the eip switch. | |||
2014-04-01 | No duplicated providers can be entered by a user. | Parménides GV | |
getId method is more intelligent, it builds URL objects and compare between them comparing their hosts, their ports and their protocols. | |||
2014-04-01 | Show all providers when a user cancels one's setup | Parménides GV | |
2014-03-31 | EIP detection returns false if exception happens. | Parménides GV | |
hasEIP method didn't return false if JSONException happened, and that occurred when a provider didn't offer EIP (right now, cdev doesn't offer EIP). | |||
2014-03-29 | Setting up provider finishes with use_anon/log_in | Parménides GV | |
I was telling the app that the user stopped setting a provider before s/he actually tapped the login/use anonymously button from Provider Details. | |||
2014-03-29 | Pressing back always returns to CW. | Parménides GV | |
This commit fixes a problem when back was pressed when the vpn certificate had been already downloaded (2/3 of the progressbar). | |||
2014-03-29 | Refactored. | Parménides GV | |
2014-03-29 | Back button while setting up a provider works | Parménides GV | |
It stops the process, you can restart it as usual, but if you press back again you quit the app because there is no chosen provider. | |||
2014-03-29 | Configuration Wizard sized for tablets. | Parménides GV | |
Including provider details. | |||
2014-03-29 | Eip starting => don't turn off the switch on EXIT. | Parménides GV | |
This fixes #3161. | |||
2014-03-18 | Merge remote-tracking branch ↵ | cyBerta | |
'parmegv/bug/app-crashes-if-there-is-no-anonymous-certificate-#5310' into develop | |||
2014-03-18 | Merge branch 'bug/connection-to-calyx.net-fails-and-app-crashes-#4550' into ↵ | cyBerta | |
develop | |||
2014-03-13 | Token correctly sent in the http request. | Parménides GV | |
2014-03-12 | Merge branch 'feature/about-view-transifex-link' into develop | Parménides GV | |
2014-03-12 | Remove crowdin.net references | Sean Leonard | |
2014-03-12 | Login action bar button shown when applicable. | Parménides GV | |
2014-03-11 | Locations in eip-service can be empty. | Parménides GV | |
2014-03-10 | ConcurrentModification at switching provider fixed | Parménides GV | |
This fixes bug 5237. | |||
2014-03-10 | A bit more clean and concise. | Parménides GV | |
I've added "from providerlistfragment" just in case there is any other "top padding" string suitable in other class in the future. I've removed the auxiliar variable in the block of code from ProviderListFragment, there is no need of if now we have a constant in that class. | |||
2014-03-08 | Remove 'Top padding' string from ConfigurationWizard (Bug #5260) | root | |
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 | |