summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29Merge branch 'feature/f-droid-verify-support-#6165' into develop0.9.4_FDROIDParménides GV
2015-06-24Write SD card permission needs to be turned on for tests onlyParménides GV
2015-06-24Remove mips architecture in ics-openvpn, and use fdroid's buildtools versionParménides GV
2015-06-24Use https to fetch submodulesParménides GV
2015-06-24Merge branch 'feature/update-play-store-screenshots-for-0.9.4-#7172' into ↵Parménides GV
develop
2015-06-24Tuned some times, refactoring testsParménides GV
2015-06-16Merge branch 'release-0.9.4' into developParménides GV
2015-06-16Final 0.9.4 - the "fabbutton" releaseParménides GV
2015-06-16Merge branch 'develop' into release-0.9.4Parménides GV
2015-06-16Merge branch 'feature/Put-an-icon-in-the-user-status-FabButton-#6923' into ↵Parménides GV
develop
2015-06-16Resized account icon according to vpn iconsParménides GV
2015-06-12Transparent background of the FabButton, yay!Parménides GV
2015-06-110.9.4RC4Parménides GV
2015-06-11Merge branch 'develop' into release-0.9.4Parménides GV
2015-06-11Merge branch 'feature/update-ics-openvpn-Jun-7th' into developParménides GV
2015-06-11Update java and xml filesParménides GV
2015-06-11Update ics-openvpn to Jun 7thParménides GV
2015-06-100.9.4RC3Parménides GV
2015-06-10Merge branch 'develop' into release-0.9.4Parménides GV
2015-06-10Merge branch ↵Parménides GV
'bug/if-you-don't-trust-this-application-it-still-tries-to-connect-(android)-#6115' into develop
2015-06-10Update ics-openvpn moduleParménides GV
It was already updated in bug/if-you-don't-trust-this-application-it-still-tries-to-connect-(android)-#6115, but git complains about merging a branch with dirty branches.
2015-06-10Handle "Cancel" button of the Android VPN permission dialogParménides GV
2015-06-08Merge branch 'bug/Riseup-provider-fails-to-get-configured-#7113' into developParménides GV
2015-06-08s/buildtype/flavor, changed riseup's pinParménides GV
Riseup's EE certificate expired (EE = End-Entity, the commercial certificate signed by the issuer), and we weren't able to fetch provider.json because the pin wasn't valid. This problem needs to be avoided in the future, using HKPK (https://tools.ietf.org/html/rfc7469), which Micah's implementing on Riseup. Switching from build types from flavors enables us to run tests against production apk, not just debug. I didn't detect this pinning problem because tests were run only against the debug apk, which trusted preseeded providers by default (thus bypassing pinning issue).
2015-06-080.9.4RC2 - ics-openvpn updatedParménides GV
2015-06-08Merge branch 'develop' into release-0.9.4Parménides GV
2015-06-05Merge branch 'feature/Update-ics-openvpn-from-GitHub-#7087' into developParménides GV
2015-06-04Update git submodules recursively from ./gradlew updateIcsParménides GV
2015-06-04Try to track "bitmask" branch from ics-openvpn forkParménides GV
2015-06-04Updated bitmask branch from ics-openvpn fork, second notificationParménides GV
2015-06-04ics-openvpn submodule now points to parmegv's repoParménides GV
That way we can publish the bitmask branch.
2015-06-04ics-openvpn as a submodule! beautifulParménides GV
ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner.
2015-06-01ChangelogParménides GV
2015-06-010.9.4 - Bump version number and version codeParménides GV
2015-06-01Merge branch 'bug/Log-in-button-is-empty-after-a-failed-log-in-#7083' into ↵Parménides GV
develop
2015-06-01Update user session button correctly on failureParménides GV
2015-06-01Merge branch 'feature/Look-for-a-better-solution-to-the-VPN-slider-#6863' ↵Parménides GV
into develop
2015-06-01Merge branch 'feature/simplify-user-session-layout-and-update-dependencies' ↵Parménides GV
into feature/Look-for-a-better-solution-to-the-VPN-slider-#6863
2015-06-01Remove flowlayout dependencyParménides GV
2015-06-01Merge branch 'bug/pass-tests-for-0.9.4-#7078' into ↵Parménides GV
feature/Put-an-icon-in-the-user-status-FabButton-#6923
2015-06-01Update robotium + increase wait timesParménides GV
Sometimes, the emulator is so slow (I wish genymotion was open source...) that even though everything's going OK tests fail because they don't wait enough.
2015-05-29Tests failed because testOnFailed failed. Added TODO related.Parménides GV
testVpnButtonIsDisplayed and testVpnIconIsDisplayed fail because calyx in testVpnEveryProvider fails, but if you run them alone they pass.
2015-05-29Gateways manager added a gateway from string twice.Parménides GV
Give more time to provider details fragment to appear, because debugging makes the code run slowly.
2015-05-29Updated libraries, simplified user status fragmentParménides GV
Updated butterknife, dagger, renderers, fabbuton and gson, as well as gradle plugin.
2015-05-05Rename user session fragment, add icon resource.Parménides GV
The FabButton doesn't scale the icon as big as I want it to be, and it doesn't let me set the size to "wrap_content" because the library sets the sizes to match_parent. I'm going to try to modify my fork of FabButton to see if I can obtain what I want in its demo: just an icon and the progress indicator, the icon as big as possible.
2015-05-01testOnFailed()Parménides GV
And checks in controllers, so that if a button isn't shown, I throw a new IllegalStateException. This helps to trace the error.
2015-05-01Added test with an incorrect password.Parménides GV
2015-05-01Separated tests for VpnFragment.Parménides GV
2015-05-01Separated tests for UserStatusFragment.Parménides GV
This way, I can add more easily the tests for errors.
2015-05-01Merge branch 'feature/Move-log-in-button-to-the-Dashboard-6911' into ↵Parménides GV
feature/Look-for-a-better-solution-to-the-VPN-slider-#6863