Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-11-14 | corrected image size | cyBerta | |
2013-11-13 | Merge branch 'bug/overly-complex-certificate-verification-method' into develop | Sean Leonard | |
2013-11-13 | Fixed a typo in the rebase. | Parménides GV | |
2013-11-13 | AlertDialog for failed downloads. | Parménides GV | |
The dialog shows only an "OK" button to dismiss it, and the reason why the download failed. Right now, this dialog appears if a download is not successful. If it's too intrusive, I can remove some cases. Let's try how it feels. | |||
2013-11-13 | Renamed certificate handling methods. | Parménides GV | |
I still let one method to bypass hostname verifier, otherwise dev.bm will not work. I've reduced downloading functions to 3: download without CA, download with commercial CA and download with provider CA. I only download CA cert once, when the user selects the corresponding provider. Each time a user switch provider, the cert is downloaded (along with other json files). | |||
2013-11-13 | Merge branch 'bug/vpn-reconnect-sometimes-hangs' into develop | Sean Leonard | |
2013-11-13 | updated to target version 17 | cyBerta | |
2013-11-13 | Link to eclipse instruction in feature/docs | Parménides GV | |
It was pointing to the master branch, which does not contain this file yet. | |||
2013-11-13 | Added instructions to build from Eclipse. | Parménides GV | |
2013-11-13 | Shorter README. | Parménides GV | |
Next commit I'll push the Build from eclipse file. I've also removed the tests .project file because it's not in there, and importing from Eclipse using Git import yielded in an error for the leap_androidTest project. | |||
2013-11-13 | compile.sh compiles openvpn binaries if necessary. | Parménides GV | |
2013-11-13 | Each step refers to the previous one. | Parménides GV | |
Instead of repeating preconditions, or composing sentences which take some things as obvious (e.g., the android client can be compiled using eclipse, but that does not mean that the run.sh script will work), I refer each step to the previous one. | |||
2013-11-13 | leap_android is now bitmask_android | Parménides GV | |
2013-11-13 | We need API 15 installed. | Parménides GV | |
2013-11-13 | Debug does not wipe data. | Parménides GV | |
Minor fixes in the other files. | |||
2013-11-13 | Debug does not wipe data. | Parménides GV | |
Minor fixes in the other files. | |||
2013-11-13 | Looks for correct ndk-build command. | Parménides GV | |
If the build-native.sh script points to a different ndk-build executable, it uses it. If not, compile.sh looks for a build-native.sh in the $PATH and, if present, correct the possible erroneous path in build-native (just to avoid silly edits in that file), and compiles with it. | |||
2013-11-13 | Changed some documentation and scripts. | Parménides GV | |
2013-11-13 | Project name changed to "bitmask_for_android". | Parménides GV | |
2013-11-10 | Merge remote-tracking branch 'base/develop' into develop-merge | cyBerta | |
Conflicts: AndroidManifest.xml | |||
2013-11-09 | Bump build and version number | Sean Leonard | |
2013-11-09 | Changelog | Sean Leonard | |
2013-11-09 | Replace LEAP icons with Bitmask ones | Sean Leonard | |
2013-11-09 | Changed repo url in the About page. | Parménides GV | |
All languages updated. | |||
2013-11-09 | Changed some documentation and scripts. | Parménides GV | |
2013-11-09 | Project name changed to "bitmask_android". | Parménides GV | |
2013-11-09 | bitmaskclient instead of leapclient in package path | cyBerta | |