This repository contains the source code for the [Bitmask][https://bitmask.net/] Android app.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
The build requires Ant v1.6+, the Android SDK API 17 and the Android NDK r8b to be installed in your development environment.
In addition you'll need ant/bin, android/tools, 'platforms-tools' and 'android-ndk-r8b' in your enviroment path.
After satisfying those requirements, the build is pretty simple:
- Run
./compile.sh
from the project directory to build the APK only
You might find that your device doesn't let you install your build if you already have the version from the Android Market installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall Bitmask Android from your device and you will then be able to install your own built version. To uninstall it, do: adb uninstall se.leap.bitmaskclient
See here for instructions on building from Eclipse.
This project uses code from ics-openvpn project.
Please fork this repository and contribute back using pull requests.
Our preferred method for receiving translations is our Transifex project.
Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.