All Projects → TokTok → toktok-android

TokTok / toktok-android

Licence: GPL-3.0 license
Tox Android Client

Programming Languages

java
68154 projects - #9 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to toktok-android

looong
Discovery of Long Parameter List
Stars: ✭ 16 (-51.52%)
Mutual labels:  tox
publishing-python-packages
Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️
Stars: ✭ 25 (-24.24%)
Mutual labels:  tox
ansible-role-dsvpn
Install and configure dsvpn on your system.
Stars: ✭ 18 (-45.45%)
Mutual labels:  tox
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (+27.27%)
Mutual labels:  tox
minitox
Minimal client for Tox
Stars: ✭ 65 (+96.97%)
Mutual labels:  tox
jvm-toxcore-c
JVM (Java/Scala/Kotlin) bindings to toxcore
Stars: ✭ 33 (+0%)
Mutual labels:  tox
ci-testing-python
Sample Microservice App in Python for Testing using pytest, uber/doubles, tox on CI servers like Jenkins and Travis CI using Docker + Docker-Compose for test environment.
Stars: ✭ 37 (+12.12%)
Mutual labels:  tox
touchdesigner-hueControl
Components for controlling hue lights from TouchDesigner
Stars: ✭ 31 (-6.06%)
Mutual labels:  tox
isotoxin
Isotoxin source
Stars: ✭ 69 (+109.09%)
Mutual labels:  tox
integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (-54.55%)
Mutual labels:  tox
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (-15.15%)
Mutual labels:  tox
pytoxcore
Python binding for ToxCore
Stars: ✭ 37 (+12.12%)
Mutual labels:  tox
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (+18.18%)
Mutual labels:  tox
qTox
Powerful Tox chat client that follows the Tox design guidelines.
Stars: ✭ 28 (-15.15%)
Mutual labels:  tox
tox-pip-extensions
Augment tox with different installation methods via progressive enhancement.
Stars: ✭ 38 (+15.15%)
Mutual labels:  tox
ToxBlinkenwall
ToxBlinkenwall - VideoConferencing with Tox
Stars: ✭ 16 (-51.52%)
Mutual labels:  tox
toktok-stack
A snapshot of the complete software stack (excluding some external libraries and programs)
Stars: ✭ 12 (-63.64%)
Mutual labels:  tox
toxic
An ncurses-based Tox client
Stars: ✭ 20 (-39.39%)
Mutual labels:  tox
spec
Tox Protocol Specification
Stars: ✭ 29 (-12.12%)
Mutual labels:  tox
export-dynamodb
Export Amazon DynamoDb to CSV or JSON
Stars: ✭ 52 (+57.58%)
Mutual labels:  tox

TokTok - Toxing on Android

GSoC Project - New Tox Android Client

Up to 2016/11/10: This is a demo application showing new modern design and all the basic UI interactions. No connection, messages, audio/video calls are presented here yet.

Installation

1. Install the latest gradle-android-scala-plugin from git:

Unix:

$ git clone --depth=1 https://github.com/saturday06/gradle-android-scala-plugin
$ cd gradle-android-scala-plugin
$ ./gradlew install

Windows:

  1. Use TortoiseGIT or any other git client to clone https://github.com/saturday06/gradle-android-scala-plugin with specifying depth = 1.

  2. Use commandline to install the plugin:

cd /path-to-gradle-android-scala-plugin
gradlew.bat install

2. Pull the toktok project from git:

Unix:

$ git clone https://github.com/TokTok/toktok.git

To build .apk from commandline (files may appear in /toktok/build/outputs/apk):

$ cd toktok
$ ./gradlew build

Windows:

Use TortoiseGIT or any other git client to clone https://github.com/TokTok/toktok.git.

To build .apk from commandline (files may appear in /toktok/build/outputs/apk):

cd /path-to-toktok
gradlew.bat build

To run from Android Studio consider some requirements:

  • Android studio 2.1.2 - 2.2.2
  • Scala, SBT and Android Scala plugins installed
  • Android device with 23 API and higher (Android 6)
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].