IamSilviu / Antox

Android client for Project Tox - secure p2p messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antox

Antox is an Android 2.3+ client for Tox. It aims to bring the full multimedia support Tox offers to your device, although it's still currently in heavy development. Antox is currently available for alpha testing through a Google+ group and on F-Droid.

###Current development Currently fixing bugs from the port to tox4j

###Getting Antox PLEASE NOTE this app is still alpha and will contain bugs and missing features (compared to other Tox clients)

Antox can be installed for alpha testing from F-Droid or Google Play. To install on F-Droid, add https://repo.tox.im/android then refresh and search for "Antox". To get Antox on Google Play, join the [Google+ Community](Fdroid: add https://repo.tox.im/android), and Antox will appear for you on the Google Play store (https://play.google.com/store/apps/details?id=im.tox.antoxnightly).

###Known To Work On For a list of which devices currently run Antox, visit our Tox Wiki page. Antox should support Android 2.3+. Please open an issue if you find yourself unable to so it can be fixed.

###Translating Antox You can localize the application via github pull request or by requesting a new language or join an existing translation team on Transifex. Transifex page - https://www.transifex.com/projects/p/antox/

###Compiling Antox From Source with IntelliJ IDE

  • Download https://developer.android.com/sdk/installing/studio.html
  • In Android Studio, go to Help>Check For Updates. As of writing, the latest version of AS is 0.8.1
  • In Android Studio again, go to Tools>Android>SDK Manager. Make sure you're using the latest SDK tools and SDK Build tools.
  • Clone the Antox repo
  • To import the project, go to File>Import Project. Select the build.gradle file in the root of the Antox folder
  • Download the latest tox4j binaries from https://jenkins.libtoxcore.so/job/tox4j-android-arm/
  • Copy libtox4j.so to app/src/main/jniLibs/armeabi (you will need to create some of these folders)
  • Copy tox4j_2.11-0.0.0-SNAPSHOT.jar and protobuf.jar into app/libs
  • These dependencies are updated from time to time, so you might need to check back if the binary link changed
  • Install the Scala plugin in IntelliJ, restart, and wait for IntelliJ to set itself up
  • Connect your phone in developer mode and click Run in Android Studio. It will install Antox on to your phone and run it automatically.

###Compiling Scala Antox From Source via CLI

  • Download android sdk http://developer.android.com/sdk/index.html and unpack
  • Set the environmental variable ANDROID_HOME to point to it
  • Add $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools to your PATH environmental variable
  • run the command android and use it to install SDK Platform for API 10, and the latest SDK tools and SDK build tools, and Android Support Library
  • Clone the Antox repo
  • Download the latest tox4j binaries from https://jenkins.libtoxcore.so/job/tox4j-android-arm/
  • Copy libtox4j.so to app/src/main/jniLibs/armeabi (you will need to create some of these folders)
  • Copy tox4j_2.11-0.0.0-SNAPSHOT.jar and protobuf.jar into app/libs
  • These dependencies are updated from time to time, so you might need to check back if the binary link changed
  • Connect your phone with USB in developer mode and run ./gradlew installDebug from the root Antox directory. It will install Antox on to your phone, and you can now run it.
  • Run adb logcat to display the logs of your USB connected phone, to read error messages and crash logs etc.

###What Is Currently Working

  • Basic messaging - this does not include group chats

###Screenshots Of Progress

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

About

Android client for Project Tox - secure p2p messaging

License:GNU General Public License v3.0


Languages

Language:Scala 78.6%Language:Java 11.1%Language:HTML 9.7%Language:Shell 0.5%