https://github.com/toktok/toktok-android
Tox Android Client
https://github.com/toktok/toktok-android
android chat tox
Last synced: about 1 year ago
JSON representation
Tox Android Client
- Host: GitHub
- URL: https://github.com/toktok/toktok-android
- Owner: TokTok
- License: gpl-3.0
- Created: 2015-05-19T17:18:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T17:45:47.000Z (about 6 years ago)
- Last Synced: 2025-04-30T23:57:43.796Z (about 1 year ago)
- Topics: android, chat, tox
- Language: Java
- Homepage: https://toktok.ltd/
- Size: 6.02 MB
- Stars: 34
- Watchers: 33
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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)