This is an old revision of the document!
Table of Contents
Antidote is a tox client for iOS 7.0+.
Github | https://github.com/Antidote-for-Tox/Antidote |
Maintainer | dvor |
Features
- one to one conversations
- typing notification
- emoticons
- spell check
- reading/scanning Tox ID via QR code
- file transfer (temporary disabled)
- read receipts
- multiple profiles
- tox_save import/export
- avatars (temporary disabled)
In progress
- audio calls groundwork see (objcTox/audio)
- getting back file transfers and avatars
- designing UX
- UI polishing
- fixing bugs
Then
- video calls
- group chats
Future
- offline mode
- background mode (via background fetch?)
- iOS notifications (with app in background)
- tox:// scheme from another apps
- …
- App Store ?
- …
- iPad app
- ???
- PROFIT
Usage
TestFlight beta testing
Antidote is available for beta testing via TestFlight. If you wish to participate, you must:
- be on iOS 8+
- install TestFlight from AppStore
- give dvor your Apple ID email - you can send it to antidote@dvor.me (optional PGP key is 0x95714DFB28AFC4DC).
Manual Installation
Clone repo, install CocoaPods and open Antidote.xcworkspace file with Xcode 5+.
git clone https://github.com/Antidote-for-Tox/Antidote.git cd Antidote pod install open Antidote.xcworkspace