Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-03 | Merge branch ↵ | Parménides GV | |
'bug/disable-anonymous-connection-when-Service-doesn't-provide-it-#5317' into develop | |||
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 | Merge branch 'bug/a-user-can-add-one-provider-multiple-times-5419' into develop | Parménides GV | |
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 | Merge branch ↵ | Parménides GV | |
'bug/cancelling-a-provider-setup-doesn't-show-the-complete-provider-list-again-5418' into develop | |||
2014-04-01 | Show all providers when a user cancels one's setup | Parménides GV | |
2014-03-31 | Merge branch 'bug/Crash-if-the-chosen-provider-doesn't-offer-eip-5402' into ↵ | Parménides GV | |
develop | |||
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 | Merge branch 'bug/cannot-configure-Calyx-nor-dev.bm-#5397' into develop | Parménides GV | |
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 | Merge branch 'bug/incomplete-configuration-crash' into develop | Parménides GV | |
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 | Merge branch 'bug/font-size-too-small-for-10'-devices-#5211' into develop | Parménides GV | |
2014-03-29 | Edit 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-29 | About fragment text scaled up. | Parménides GV | |
Just that. | |||
2014-03-29 | Configuration Wizard sized for tablets. | Parménides GV | |
Including provider details. | |||
2014-03-29 | Dashboard for 10' screens. | Parménides GV | |
2014-03-29 | Merge branch 'bug/no-space-between-display's-border-and-about-text-#5199' ↵ | Parménides GV | |
into develop | |||
2014-03-29 | Left margin in the about text = 8sp | Parménides GV | |
2014-03-29 | Merge branch ↵ | Parménides GV | |
'bug/eip-switch-toggles-off-momentarily-while-starting-VPN-#3161' into develop | |||
2014-03-29 | Eip starting => don't turn off the switch on EXIT. | Parménides GV | |
This fixes #3161. | |||
2014-03-29 | Merge branch 'bug/openvpn-binaries-don't-compile-with-ndk-r9d-#5320' into ↵ | Parménides GV | |
develop | |||
2014-03-25 | Merge branch 'bug/replace-bitmask.net-provider-with-demo.bitmask.net' into ↵ | Parménides GV | |
develop | |||
2014-03-25 | bitmask is dead: long life to demo.bitmask! | Parménides GV | |
2014-03-20 | Merge branch 'bug/testOnOffOpenVpn-testDashboard.java-line-47-fails-#5354' ↵ | Parménides GV | |
into develop | |||
2014-03-20 | Tests 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-19 | Merge 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-19 | Merge branch 'bug/no-support-library-in-tests' into develop | Parménides GV | |
I merge myself because I need to show how I'm doing tests before people can start reviewing them. | |||
2014-03-19 | Android 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/ | |||
2014-03-19 | Compiles with r9d. | Parménides GV | |
Tested in emulators with APIs 14, 15, 16 and 18. | |||
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 | Default translationby to Arne and English. | Parménides GV | |
2014-03-12 | Merge branch 'bug/sometimes-dashboard-ui-doesnt-get-built-properly-#5198' ↵ | Sean Leonard | |
into develop | |||
2014-03-12 | Add Transifex link to About View | Sean Leonard | |
2014-03-12 | Remove crowdin.net references | Sean Leonard | |
2014-03-12 | Merge branch 'bug/dying-client-during-configuration-5237' into develop | 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 | Merge branch 'bug/top-padding-5260' into develop | Parménides GV | |
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. |