Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | Fixed compilation error from rebases. | Parménides GV | |
2013-11-19 | Logging out deletes the token from LeapSRPSession. | Parménides GV | |
2013-11-19 | Token based authentication implemented. | Parménides GV | |
We use the session id cookie in the SRP process, and then reset the cookie store (forgetting about that cookie) and store the authentication token in a static variable inside LeapSRPSession. | |||
2013-11-19 | Successfully rebased onto 0.2.2 | Parménides GV | |
2013-11-19 | CA cert saved correctly in SharedPreferences. | Parménides GV | |
I/O error at login phase fixed. | |||
2013-11-19 | ProviderAPI broadcasts progress to CW. | Parménides GV | |
Setting up a provider makes the progressbar move according to the number of files downloaded (1/3, 2/3, 3/3). Next step: recover from download errors individually. That means that if a download fails but the others went OK, the user will be prompted to retry that individual failing download. | |||
2013-11-19 | A bit of cleaning. | Parménides GV | |
2013-11-19 | Provider setup: One method downloads everything. | Parménides GV | |
This method uses another 3 to download each file. Next step: broadcast progress and remove unnecessary methods. | |||
2013-11-19 | Successfully rebased onto progress-bars. | Parménides GV | |
2013-11-19 | Simplified the methods to add a new provider. | Parménides GV | |
Adding a new provider is the same that selecting a new one, using the same methods and following the same workflow. | |||
2013-11-19 | Preseeded providers only have provider.json url | Parménides GV | |
I've refactored everything to be able to remove all but provider.json url at urls files. | |||
2013-11-19 | Removing unnecessary fields from ProviderItem. | Parménides GV | |
I'm targeting to refactor the whole ProviderItem class because I've not used the Provider class so far and I should not duplicate information from "Provider" into "ProviderItem". | |||
2013-11-15 | Merge branch 'release-0.2.2'0.2.2 | Sean Leonard | |
2013-11-15 | Bump build and version | Sean Leonard | |
2013-11-15 | Changelog | Sean Leonard | |
2013-11-16 | Going back from providerdetails show all providers | Parménides GV | |
I missed a notifyDataSetChanged. | |||
2013-11-15 | Real 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-15 | Dashboard 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-15 | Switching 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-15 | ProviderDetail 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-15 | Label for the CW progressbar. | Parménides GV | |
2013-11-15 | New 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-15 | Only 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-15 | Added a custom adapter to the ProviderListFragment | Parmé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-15 | CW 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-15 | Only 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-15 | Holo theme for CW progress bar. | Parménides GV | |
2013-11-15 | Login and Logout progressbars advance correctly. | Parménides GV | |
Next step: prettify. | |||
2013-11-15 | ProgressBar xml is loaded correctly. | Parménides GV | |
2013-11-15 | ProviderAPI broadcasts progress for log in process | Parménides GV | |
Login progress bar advances according to the srp stages. | |||
2013-11-15 | Dashboard 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-15 | Removed a silly toast that should not be shown. | Parménides GV | |
2013-11-15 | Added 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-15 | Authenticated 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-15 | Merge branch 'hotfix/broken-package-names' into develop | Sean Leonard | |
2013-11-15 | fixed broken package names in bcd9589 | cyBerta | |
2013-11-15 | Merge branch 'feature/disconnect-notification-icon' into develop | Sean Leonard | |
2013-11-15 | Merge branch 'bug/shortcut-widget-crash' into develop | Sean Leonard | |
2013-11-15 | Shortcut widget removed | Parménides GV | |
2013-11-15 | Merge branch 'bug/srp-b-validation' into develop | Sean Leonard | |
2013-11-15 | Merge branch 'bug/secure-random-vulnerability' into develop | Sean Leonard | |
2013-11-15 | Add package declaration and attribution source to PRNGFixes.java | Sean Leonard | |
2013-11-15 | Merge branch 'feature/action-bar-overflow-menu-and-upper-action-item' into ↵ | cyBerta | |
develop | |||
2013-11-15 | Authenticated 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-14 | shows the broken key symbol on specific states, not on messages from R.string | cyBerta | |
2013-11-14 | Removed an spurious comment. | Parménides GV | |
2013-11-14 | Check B % N != 0 in SRP algorithm. | Parménides GV | |
2013-11-14 | Sometimes /dev/urandom is not writable. | Parménides GV | |
Copied again from http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html | |||
2013-11-14 | Fixed SecureRandom PRNG problem. | Parménides GV | |
Solution copied from http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html | |||
2013-11-14 | status message string from resource, clearer status message for 'not ↵ | cyBerta | |
running', bugfix for bug #4477 |