summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-130.9.3 RC1Parménides GV
2015-03-13Merge branch 'bug/Switching-orientation-doesn't-restore-previous-UI-#6780' ↵Parménides GV
into develop
2015-03-13Restore provider from sharedconfs if necessaryParménides GV
2015-03-13If a provider fails to be configured, go back to CW.Parménides GV
2015-03-13Say nothing about user sessions in eip status.Parménides GV
2015-03-13Progress spinning bar for user session statusParménides GV
Copy changes to xlarge layout.
2015-03-13Show user session status separately.Parménides GV
Switching orientation doesn't hide that information, now we have two places to avoid it.
2015-03-12Show progress bar if connecting.Parménides GV
2015-03-12Restore state on Configuration Wizard.Parménides GV
2015-03-12Merge branch 'bug/Give-more-feedback-if-something-fails-#6782' into developParménides GV
2015-03-12Suggest to wipe data if logging out fails repeatedly.Parménides GV
2015-03-12Failed log out message a bit explained.Parménides GV
Now that I fixed the internal inconsistencies of checking if the user is logged in, if this error happens it should be caused by the provider or the network itself. So I tell the user.
2015-03-12Just show the log if an error occurred.Parménides GV
2015-03-10Point to the log if an error occurrs while connectingParménides GV
2015-03-10Merge branch ↵Parménides GV
'bug/Log-in-button-is-shown-even-if-the-user-is-logged-in-sometimes-#6778' into develop
2015-03-10Logged in == leapsrpsession has a tokenParménides GV
2015-03-09Just say it's authenticated, nothing about certificatesParménides GV
2015-03-09Merge branch ↵Parménides GV
'bug/If-VPN-connection-fails,-blocking-VPN-isn't-turned-off-6777' into develop
2015-03-09Extracted a new method, refactoring.Parménides GV
2015-03-09Eip status disconnects void vpn when disconnecting.Parménides GV
2015-02-14Merge branch 'release-0.9.2' into developParménides GV
2015-02-140.9.2 - we don't wait for f-droid submissionParménides GV
2015-02-07Merge branch 'release-0.9.2' into develop0.9.2RC3Parménides GV
2015-02-07RC3.Parménides GV
2015-02-07Merge branch 'develop' into release-0.9.2Parménides GV
2015-02-07Merge branch 'bug/openvpn-build-date-on-help' into developParménides GV
2015-02-07Commented line.Parménides GV
2015-01-31Merge branch 'release-0.9.2' into develop0.9.2RC2Parménides GV
2015-01-31Bump version number&code to 0.9.2RC2Parménides GV
2015-01-31Merge branch 'develop' into release-0.9.2Parménides GV
2015-01-31Merge branch 'bug/second-notification-reintroduced' into developParménides GV
2015-01-31Updated ics-openvpn to rev 1020.Parménides GV
Improved build.gradle script.
2015-01-30Merge branch 'release-0.9.2' into develop0.9.2RC1Parménides GV
2015-01-300.9.2RC1Parménides GV
2015-01-30Merge branch 'feature/f-droid-verify-support-#6165' into developParménides GV
2015-01-30Revert when Arne makes this change on ics-openvpnParménides GV
2015-01-30Import ics-openvpn-stripped correctly.Parménides GV
2015-01-30Assume build process from app/Parménides GV
2015-01-30Update ics-openvpn codeParménides GV
2015-01-30Merge branch 'bug/Sign-up-crashes-on-big-devices-#6672' into developParménides GV
2015-01-30Don't reuse last session dialog.Parménides GV
It was giving problems when trying to change the arguments.
2015-01-21Bump version name&code, hotfix, 0.9.1Parménides GV
2015-01-21Merge branch ↵Parménides GV
'hotfix/Autoreboot-fails-it-doesn't-find-the-previous-vpn-profile-#6661' into develop
2015-01-21Gateway to ProfileManager if recovering from prefsParménides GV
2015-01-19Forgot to add the date to the ChangelogParménides GV
2015-01-19Merge branch 'release-0.9.0' into developParménides GV
2015-01-19Bump version code&number + changelog: 0.9.0Parménides GV
2015-01-19Merge branch 'develop' into release-0.9.0Parménides GV
2015-01-19Merge branch 'bug/Add-unit-tests-#6470' into developParménides GV
2015-01-19More tests, sometimes they don't pass sometimes doParménides GV
testIsValid depends on the speed of Runtime's exec: sometimes it's quick and passes (because it changes the date correctly) and sometimes is not. A waitFor doesn't fix the issue, it waits forever.