summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-07Merge branch 'release-0.5' into develop0.5Parménides GV
2014-04-04Bump build and version numbers for real 0.5 releaseParménides GV
2014-04-04Changelog for real 0.5 release.Parménides GV
2014-04-03Merge branch ↵Parménides GV
'bug/disable-anonymous-connection-when-Service-doesn't-provide-it-#5317' into develop
2014-04-03Merge branch 'release-0.5.1' into release-0.5Parménides GV
2014-04-03Bump build and version number for 0.5.1 RC4.Parménides GV
2014-04-03Merge branch 'develop' into release-0.5.1Parménides GV
2014-04-02Message updated when login was cancelled.Parménides GV
2014-04-02Eip switch turns off accordingly to log in state.Parménides GV
2014-04-02eip switch off && logged in != autostart eipParménides GV
2014-04-02After logging in, eip starts.Parménides GV
Now we need to start eip only if the eip switch is on.
2014-04-02Prompt 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-01Merge branch 'bug/a-user-can-add-one-provider-multiple-times-5419' into developParménides GV
2014-04-01No 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-01Merge branch ↵Parménides GV
'bug/cancelling-a-provider-setup-doesn't-show-the-complete-provider-list-again-5418' into develop
2014-04-01Show all providers when a user cancels one's setupParménides GV
2014-03-31 Bump build and version number for 0.5.1 RC3.Parménides GV
2014-03-31Merge branch 'develop' into release-0.5.1Parménides GV
2014-03-31Merge branch 'bug/Crash-if-the-chosen-provider-doesn't-offer-eip-5402' into ↵Parménides GV
develop
2014-03-31EIP 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-29Bump build and version number for 0.5.1 RC2.Parménides GV
2014-03-29Merge branch 'develop' into release-0.5.1Parménides GV
2014-03-29Merge branch 'bug/cannot-configure-Calyx-nor-dev.bm-#5397' into developParménides GV
2014-03-29Setting up provider finishes with use_anon/log_inParmé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-29Bump build and version number for 0.5.1 RC1.Parménides GV
2014-03-29Merge branch 'develop' into release-0.5.1Parménides GV
2014-03-29Merge branch 'bug/incomplete-configuration-crash' into developParménides GV
2014-03-29Pressing 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-29Refactored.Parménides GV
2014-03-29Back button while setting up a provider worksParmé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-29Merge branch 'bug/font-size-too-small-for-10'-devices-#5211' into developParménides GV
2014-03-29Edit texts from login and new provider scaled up.Parménides GV
Built-in buttons and titles/messages aren't scaled up, it should be programatically but I think that preference should be inherited from Android configuration rather. If every app chose those sizes, then the overall Android feeling wouldn't be homogeneous.
2014-03-29About fragment text scaled up.Parménides GV
Just that.
2014-03-29Configuration Wizard sized for tablets.Parménides GV
Including provider details.
2014-03-29Dashboard for 10' screens.Parménides GV
2014-03-29Merge branch 'bug/no-space-between-display's-border-and-about-text-#5199' ↵Parménides GV
into develop
2014-03-29Left margin in the about text = 8spParménides GV
2014-03-29Merge branch ↵Parménides GV
'bug/eip-switch-toggles-off-momentarily-while-starting-VPN-#3161' into develop
2014-03-29Eip starting => don't turn off the switch on EXIT.Parménides GV
This fixes #3161.
2014-03-29Merge branch 'bug/openvpn-binaries-don't-compile-with-ndk-r9d-#5320' into ↵Parménides GV
develop
2014-03-26Bump build and version numbers for 0.5 releaseParménides GV
2014-03-26Changelog for 0.5 release.Parménides GV
2014-03-26Merge branch 'develop' into release-0.5Parménides GV
2014-03-25Merge branch 'bug/replace-bitmask.net-provider-with-demo.bitmask.net' into ↵Parménides GV
develop
2014-03-25bitmask is dead: long life to demo.bitmask!Parménides GV
2014-03-20Merge branch 'bug/testOnOffOpenVpn-testDashboard.java-line-47-fails-#5354' ↵Parménides GV
into develop
2014-03-20Tests for Dashboard pass.Parménides GV
Setting the mobile data connection off cuts the connection from the computer to the emulator, so ant nor adb will see everything's well unless you comment that part of the tests (testDashboard:52-60).
2014-03-19Merge branch 'feature/simulate-no-network-without-airplane-mode' into ↵Parménides GV
develop_test Conflicts: AndroidManifest.xml tests/src/se/leap/bitmaskclient/test/testDashboard.java
2014-03-19Merge branch 'bug/no-support-library-in-tests' into developParménides GV
I merge myself because I need to show how I'm doing tests before people can start reviewing them.
2014-03-19Android support library v4 added.Parménides GV
Look at https://leap.se/code/issues/5062#note-3: I'm going to remove android-support-v4.jar from .gitignore based on https://developer.android.com/tools/support-library/index.html#overview and http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/