summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-03Login triggered if requested after provider switchParménides GV
Request code for switching provider was not being considered in onActivityResult.
2013-11-29Merge branch 'bug/fix-url-check' into developSean Leonard
2013-11-29url check improvedcyBerta
2013-11-30Merge branch 'feature/clearer_wording' into developcyBerta
2013-11-30Merge branch 'feature/clearer-wording' of ↵cyBerta
https://github.com/parmegv/bitmask_android into feature/clearer_wording
2013-11-30Merge branch 'feature/tests-0.2.1' into developcyBerta
2013-11-30minor changes for running testscyBerta
2013-11-26Script to run tests from a test class directly.Parménides GV
It receives the path to the file, and it runs the tests coded in there.
2013-11-26Tests can be run from cli.Parménides GV
Command: cd tests && ./run.sh
2013-11-26Tests for CW pass.Parménides GV
I've slightly modified a confighelper method regarding sharedpreferences, but that shouldn't be a problem since I'm going to remove those methods soon from there.
2013-11-22I'm not showing parmegv account pass.Parménides GV
I'm using a new testing account, parmegvtest1
2013-11-22All tests are passed, fixed a logindialog bug.Parménides GV
2013-11-22Rebased onto 0.2.2Parménides GV
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
2013-11-21OpenVPN notification contains location.Parménides GV
Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location. I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json.
2013-11-21In notification: s/hippo.bitmask.net/bitmask.net/Parménides GV
2013-11-21Trivial changes in strings.xmlParménides GV
2013-11-15Merge branch 'release-0.2.2'0.2.2Sean Leonard
2013-11-15Bump build and versionSean Leonard
2013-11-15ChangelogSean Leonard
2013-11-16Going back from providerdetails show all providersParménides GV
I missed a notifyDataSetChanged.
2013-11-15Real VPN status is returned from Eip.isRunning().Parménides GV
retrieveVpnService now uses BIND_AUTO_CREATE flag, so that if the OpenVpnService has not been started, the state is still notified. retrieveVpnService now returns a boolean, so that if bindService fails false is returned.
2013-11-15Dashboard asks for real VPN state.Parménides GV
Right now, the answer is always "disconnected", I think it's a problem in EIP.isRunning(). I've also added some new strings, trying to minimize the number of them scattered through litterals around the code.
2013-11-15Switching provider offers all providers from list.Parménides GV
This fixes bug #4004: With new progress bars branch, if user switches provider the list of providers is not complete.
2013-11-15ProviderDetail login works with new progressbar.Parménides GV
A nullpointer occurred, due to a progressbar view assigned when the screen did not showed it.
2013-11-15Label for the CW progressbar.Parménides GV
2013-11-15New provider hides other providers.Parménides GV
If a new provider is added, it gets selected automatically hiding all other providers, as if it had been selected clicking on it.
2013-11-15Only selected provider remain visible.Parménides GV
The progressbar is always below the first row, because only the selected provider row remain visible. If the user cancels the ProviderDetailFragment, all providers appear again. Next step: implement the same behaviour with the new provider usecase.
2013-11-15Added a custom adapter to the ProviderListFragmentParménides GV
I've created a new adapter using code from http://www.sherif.mobi/2012/01/listview-with-ability-to-hide-rows.html and my own getView (moved from ProviderListFragment).
2013-11-15CW ProgressBar is translated below provider.Parménides GV
The progressbar does not show any message. The progressbar overlaps the next provider list item. This is the next issue to be fixed.
2013-11-15Only one progressbar in Dashboard.Parménides GV
I've removed @id/progress_bar from Dashboard, and for login and logout I'm using the one from the eip fragment.
2013-11-15Holo theme for CW progress bar.Parménides GV
2013-11-15Login and Logout progressbars advance correctly.Parménides GV
Next step: prettify.
2013-11-15ProgressBar xml is loaded correctly.Parménides GV
2013-11-15ProviderAPI broadcasts progress for log in processParménides GV
Login progress bar advances according to the srp stages.
2013-11-15Dashboard progressbar lives below the status line.Parménides GV
I've renamed configuration wizard progressbar, because both had the same name and that provoked a conflict.
2013-11-15Removed a silly toast that should not be shown.Parménides GV
2013-11-15Added a progressbar to ConfigurationWizard.Parménides GV
It resizes the provider list, pushing it down to show the progressbar up, and back to the original layout after the operation.
2013-11-15Authenticated status remembered after exit.Parménides GV
If the user presses the back button and returns to leap_android, the app will show login or logout button remembering if s/he was authenticated or not. This fixes bug #3467.
2013-11-15Merge branch 'hotfix/broken-package-names' into developSean Leonard
2013-11-15fixed broken package names in bcd9589cyBerta
2013-11-15Merge branch 'feature/disconnect-notification-icon' into developSean Leonard
2013-11-15Merge branch 'bug/shortcut-widget-crash' into developSean Leonard
2013-11-15Shortcut widget removedParménides GV
2013-11-15Merge branch 'bug/srp-b-validation' into developSean Leonard
2013-11-15Merge branch 'bug/secure-random-vulnerability' into developSean Leonard
2013-11-15Add package declaration and attribution source to PRNGFixes.javaSean Leonard
2013-11-15Merge branch 'feature/action-bar-overflow-menu-and-upper-action-item' into ↵cyBerta
develop
2013-11-15Authenticated status remembered after exit.Parménides GV
If the user presses the back button and returns to leap_android, the app will show login or logout button remembering if s/he was authenticated or not. This fixes bug #3467.
2013-11-14shows the broken key symbol on specific states, not on messages from R.stringcyBerta
2013-11-14Removed an spurious comment.Parménides GV