summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-07 20:43:34 +0200
committerParménides GV <parmegv@sdf.org>2014-04-08 11:43:27 +0200
commitc206a91d320995f37f8abb33188bfd384249da3d (patch)
tree10a7d8a9dd7f24437ac4851b8d01edbd5dd3ee3b /README.md
parent910b0e1746ab3f63e63808b198ad51fec5b635e5 (diff)
Next step: compile jni sources correctly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md46
1 files changed, 0 insertions, 46 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 948ca739..00000000
--- a/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# Bitmask Android App
-
-This repository contains the source code for the [Bitmask][https://bitmask.net/] Android app.
-
-Please see the [issues](https://github.com/leapcode/bitmask_android/issues) section to
-report any bugs or feature requests and to see the list of known issues.
-
-## License
-
-* [See LICENSE file](https://github.com/leapcode/bitmask_android/blob/master/LICENSE.txt)
-
-## Building
-
-The build requires [Ant](https://ant.apache.org/) v1.6+, the [Android SDK](http://developer.android.com/sdk/index.html) API 17 and the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) 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](https://github.com/leapcode/bitmask_android/blob/develop/Building_from_eclipse.md) for
-instructions on building from [Eclipse](http://eclipse.org).
-
-## Acknowledgements
-
-This project uses code from [ics-openvpn project](https://code.google.com/p/ics-openvpn/).
-
-## Contributing
-
-Please fork this repository and contribute back using
-[pull requests](https://github.com/leapcode/leap_android/pulls).
-
-Our preferred method for receiving translations is our [Transifex project](https://www.transifex.com/projects/p/bitmask-android).
-
-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.