Skip to content

MeanderingCode/bitmask_android

 
 

Repository files navigation

Bitmask Android App

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.

License

Building

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.

Acknowledgements

This project uses code from ics-openvpn project.

Contributing

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.

About

LEAP client for android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.7%
  • Perl 5.5%
  • Shell 4.7%
  • Assembly 3.9%
  • Java 2.1%
  • C++ 2.0%
  • Other 0.1%