50 lines
1.9 KiB
Markdown
50 lines
1.9 KiB
Markdown
# aTox
|
|
|
|
[][libera]
|
|
[][license]
|
|
[][releases]
|
|
[][weblate]
|
|
|
|
[<img src="img/get-it-on-fdroid.png" alt="Get aTox on F-Droid" height="80">][fdroid]
|
|
[<img src="img/get-it-on-google-play.png" alt="Get aTox on Google Play" height="80">][gplay]
|
|
|
|
The reasonable Tox client for Android.
|
|
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" alt="chat screen" height="600"> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" alt="contact screen" height="600">
|
|
|
|
## Building
|
|
|
|
### Clone!
|
|
|
|
`git clone https://github.com/evilcorpltd/aTox.git`
|
|
|
|
### Build tox4j!
|
|
|
|
Until [#730][publish-tox4j] is closed, you'll have to build and publish tox4j to a local repository:
|
|
|
|
```sh
|
|
./scripts/build-host -j$(nproc)
|
|
./scripts/build-aarch64-linux-android -j$(nproc) release
|
|
./scripts/build-arm-linux-androideabi -j$(nproc) release
|
|
./scripts/build-i686-linux-android -j$(nproc) release
|
|
./scripts/build-x86_64-linux-android -j$(nproc) release
|
|
```
|
|
|
|
### Build aTox!
|
|
|
|
`gradlew build`
|
|
|
|
## Translation
|
|
|
|
Want to see aTox in your language? Contribute a translation on [Weblate!][weblate]
|
|
|
|
[][weblate]
|
|
|
|
[publish-tox4j]: https://github.com/evilcorpltd/aTox/issues/730
|
|
[fdroid]: https://f-droid.org/packages/ltd.evilcorp.atox
|
|
[gplay]: https://play.google.com/store/apps/details?id=ltd.evilcorp.atox
|
|
[libera]: https://kiwiirc.com/nextclient/irc.libera.chat/atox
|
|
[license]: https://github.com/evilcorpltd/aTox/blob/master/LICENSE
|
|
[releases]: https://github.com/evilcorpltd/aTox/releases
|
|
[weblate]: https://hosted.weblate.org/engage/atox/
|