Antox

Scala android client for Project Tox - secure p2p messaging

  • 所有者: markwinter/Antox
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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 on Google Play and F-Droid.

Current development

I am too busy with my final year of university to continue working on Antox. You can find a maintained fork with new features being added here.

Getting Antox

To get Antox on Google Play, join the Google+ Community, and follow the instructions given.

To get Antox on F-Droid, add https://antox.me/fdroid/repo to your repo list. Please note this repo and domain are not controlled by me.

What Is Currently Working

  • One to one messaging
  • File transfers
  • Avatars

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. Please note that translation updates from Transifex are usually delayed.

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 tox dependencies by running ./download-dependencies.sh
  • 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 tox dependencies by running ./download-dependencies.sh
  • 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.

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.

主要指标

概览
名称与所有者markwinter/Antox
主编程语言Scala
编程语言Java (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2014-01-30 21:15:15
推送于2017-04-18 14:24:59
最后一次提交2017-04-18 15:24:58
发布数13
最新版本名称v0.14.0-alpha (发布于 2014-10-03 22:41:28)
第一版名称v0.8.1-alpha (发布于 2014-04-03 08:33:23)
用户参与
星数506
关注者数80
派生数180
提交数2k
已启用问题?
问题数0
打开的问题数0
拉请求数360
打开的拉请求数1
关闭的拉请求数69
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?