summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-08Build release apk using gradle.properties.Parménides GV
I ignore that file, it contains passwords, although I have encrypted it to myself.
2014-04-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Compiles correctly: app/build-native + gradle.Parménides GV
2014-04-08Next step: compile jni sources correctly.Parménides GV
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