This repository contains the source code for the Knot It Android app.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
The easiest way to build is to install Android Studio v1.+ with Gradle v2.2.1. Once installed, then you can import the project into Android Studio:
- Open
File
- Import Project
- Select
build.gradle
under the project directory - Click
OK
Then, Gradle will do everything for you.
Notes: Although Maven support is not dropped as yet, to say the least, we have shifted our focus to use Gradle as our main build system.
The build requires Maven
v3.1.1+ and the Android SDK
to be installed in your development environment. In addition you'll need to set
the ANDROID_HOME
environment variable to the location of your SDK:
export ANDROID_HOME=/opt/tools/android-sdk
Please fork this repository and contribute back using pull requests.
Contribute your code in the branch 'Dev'. It will give us a better chance to test your code before merging it with stable code.
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. You can also help us by providing translations. Translate strings.xml file.