Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-11-09 | No new routes if openvpn is already running. | Parménides GV | |
We cannot add routes to an existing openvpn session because it makes openvpn reconnect. | |||
2013-11-07 | Logbuffer copied to Logcat. | Parménides GV | |
2013-11-07 | Special debug log: "OpenVPN log" tag | Parménides GV | |
The log shows all state commands, and notifies when bytecount values have not changed more than 3 times in a row. | |||
2013-11-05 | Command log to debug reconnects. | Parménides GV | |
The content of this commit should be removed from the final fix. | |||
2013-10-21 | Merge branch 'release-0.2.1'0.2.1 | Sean Leonard | |
2013-10-21 | Merge branch 'release-0.2.1' | Sean Leonard | |
2013-10-21 | Bump build and version number | Sean Leonard | |
2013-10-21 | Changelog | Sean Leonard | |
2013-10-20 | Merge branch 'feature/rebrand-as-bitmask' into develop | Sean Leonard | |
2013-10-20 | Replace LEAP icons with Bitmask ones | Sean Leonard | |
2013-10-20 | Changed repo url in the About page. | Parménides GV | |
All languages updated. | |||
2013-10-20 | Changed some documentation and scripts. | Parménides GV | |
2013-10-20 | Project name changed to "bitmask_android". | Parménides GV | |
2013-10-10 | Refactored leapclient to bitmaskclient. | Parménides GV | |
I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap". | |||
2013-10-04 | About button from CW does not show new provider. | Parménides GV | |
2013-10-04 | Dashboard action bar to the bottom of the screen. | Parménides GV | |
If in Configuration Wizard we locate the action bar at the bottom of the screen, we should remain consistent and do the same in Dashboard. | |||
2013-10-04 | ConfigurationWizard uses action instead of button. | Parménides GV | |
New provider button has been converted to an action item, shown at the bottom of the screen. | |||
2013-10-04 | Added android:logo, using the same as android:icon | Parménides GV | |
For the moment, I don't see any problem on using the icon file we have as the app's logo, although it's already used Android Action Bar UI guide says that the logo should be wider and not contain any text, while icon could. Since our icon is wide enough (from my point of view) and does not contain any text, I think it's appropriate to use it as a logo too. | |||
2013-10-04 | Two action items: login/logout and settings. | Parménides GV | |
2013-10-03 | Merge branch 'bug/login_dialog_should_require_username' into develop | Sean Leonard | |
2013-10-03 | Login dialog requires username. | Parménides GV | |
I've also changed the way we notify that the password should have 8 characters at least, to make it consistent to the way we notify username is required. | |||
2013-10-03 | Merge branch 'feature/move-confighelper-constants' into develop | Sean Leonard | |
2013-10-03 | Fixed M2 and M1 constants values. | Parménides GV | |
Logging in, it was returning a "Bad response from server" due to the malinterpretation of the received JSON. It was looking for a field named "m2", but it was "M2". | |||
2013-09-30 | Fixed typo in EIP.certificate | Parménides GV | |
2013-09-30 | Erroneous CA cert download correctly handled. | Parménides GV | |
If there is an error while downloading CA cert on downloadJsonFiles, false is returned and progress dialog is dismissed. |