This repository contains the source code for Komodo Contacts Android app available from Google Play.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
The build requires the Android SDK to be installed in your development environment. In addition you'll need to put the SDK platform-tools and tools directory in your PATH.
export PATH=/home/rf/tools/android-sdk/platform-tools:/home/rf/tools/android-sdk/tools/
After satisfying those requirements, the build is pretty simple:
git clone https://github.com/radiofrequency/komodo-contacts-android
cd komodo-contacts-android
android update project -p .
ant debug install
Please fork this repository and contribute back using pull requests.