All Projects → Antox → Antox

Antox / Antox

Licence: gpl-3.0
Android client for Project Tox - Secure Peer to Peer Messaging

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Antox

Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+344.79%)
Mutual labels:  messaging, tox
Venom
a modern Tox client for the GNU/Linux desktop
Stars: ✭ 276 (-68.06%)
Mutual labels:  messaging, tox
Toxandroidrefimpl
Tox Reference implementation for Android
Stars: ✭ 153 (-82.29%)
Mutual labels:  messaging, tox
Antidote
No longer maintained
Stars: ✭ 388 (-55.09%)
Mutual labels:  messaging, tox
Utox
µTox the lightest and fluffiest Tox client
Stars: ✭ 820 (-5.09%)
Mutual labels:  tox
Growingtextview
An UITextView in Swift. Support auto growing, placeholder and length limit.
Stars: ✭ 683 (-20.95%)
Mutual labels:  messaging
Spring Cloud Stream
Framework for building Event-Driven Microservices
Stars: ✭ 662 (-23.38%)
Mutual labels:  messaging
Aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Stars: ✭ 5,782 (+569.21%)
Mutual labels:  messaging
Vonage Php Sdk Core
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 849 (-1.74%)
Mutual labels:  messaging
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (-97.92%)
Mutual labels:  messaging
Ansible Prometheus
Deploy Prometheus monitoring system
Stars: ✭ 758 (-12.27%)
Mutual labels:  tox
Activemq Artemis
Mirror of Apache ActiveMQ Artemis
Stars: ✭ 685 (-20.72%)
Mutual labels:  messaging
Spring Streaming
SPA on Spring Boot 1.x, WebSockets and React, gradle, nodejs, spring-boot, gradle multi project, spring-mvc, spring-data, gradle dependency update plugin, react-router
Stars: ✭ 6 (-99.31%)
Mutual labels:  messaging
Hermes
Fast and reliable message broker built on top of Kafka.
Stars: ✭ 665 (-23.03%)
Mutual labels:  messaging
Jackal
Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP).
Stars: ✭ 899 (+4.05%)
Mutual labels:  messaging
Mist
A distributed, tag-based pub-sub service for modern web applications and container-driven cloud.
Stars: ✭ 634 (-26.62%)
Mutual labels:  messaging
React Instagram Clone 2.0
A reactive Single-Page Instagram-Clone with some new features!! 💪📸👓
Stars: ✭ 756 (-12.5%)
Mutual labels:  messaging
Azure Pipelines Template
template for your azure pipelines
Stars: ✭ 17 (-98.03%)
Mutual labels:  tox
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (-15.86%)
Mutual labels:  messaging
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (-16.55%)
Mutual labels:  messaging

Jenkins: Build Status CircleCI: CircleCI


Antox is an Android 4+ client for Tox created by Mark Winter. 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.

Screenshots

Current development

  • Android 6 (Marshmallow) permission support
  • Bugfixing A/V

Getting Antox

Antox can be downloaded from Google Play.

To install on F-Droid, add https://pkg.tox.chat/fdroid/repo and search for "Antox". Fingerprint: 9F777DD77C7F768269848233CF83D44F5C4FE480D7D5CB1CF32820B23A1AF086

The APK can be downloaded here

What Is Currently Working

  • One to one messaging
  • File transfers
  • Avatars
  • Partial A/V support

Translating Antox

  • You can localize the application via pull request or using Transifex. We are currently trying to find who has login details for the Transifex account so languages can be merged. For now, it is better to make a pull request to get new languages merged as soon as possible.

Compiling Antox From Source with Android Studio

  • 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 2.2.3
  • 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 by running the download-dependencies script (./download-dependencies.sh on Linux/Mac or download-dependencies.bat on Windows)
  • 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.

You may get an error when using the latest version of Android Studio:

Unsupported method: AndroidProject.getPluginGeneration().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

Currently there is no fix for this, but there is a workaround by disabling instant run. This can be done by going to File > Settings > Build, Execution, Deployment > Instant Run and unchecking enable.

Compiling Antox From Source using Gradle

  • Download and install the SDK tools http://developer.android.com/sdk/index.html#Other
  • Run ./download-dependencies.sh (download-dependencies.bat on Windows)
  • Run the gradle wrapper ./gradlew build -x lint --parallel (gradlew.bat build -x lint --parallel on Windows). This will download gradle to your project files to ensure you have the correct version of gradle for building
  • If errors occur during the first build, run the command again
  • The apk will then be available in app/build/outputs/apk/
  • To install the app via ADB, run adb install <apk file>

Mug

By popular demand, the Antox mug is now available on Redbubble

Remarks

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.

This repository resembles but is legally distinct from markwinter/Antox and the Lollipop Guild.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].