Initial commit
This commit is contained in:
90
README.md
Normal file
90
README.md
Normal file
@@ -0,0 +1,90 @@
|
||||
# Reboot of the Tox Messenger for the IPhone
|
||||
|
||||
<img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/Antidote/appstore.png" width=100> <img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/Antidote/old_antidote_logo_with_text.png" width=100>
|
||||
|
||||
[Tox](https://tox.chat/) client for iOS
|
||||
|
||||
[](https://github.com/Zoxcore/Antidote/releases/latest/)
|
||||
[](https://hosted.weblate.org/engage/antidote/)
|
||||
[](https://opensource.org/licenses/MPL-2.0)
|
||||
[](https://github.com/Zoxcore/Antidote/actions?query=workflow%3A%22Nightly%22)
|
||||
[](https://github.com/Zoxcore/Antidote/actions?query=workflow%3A%22PullRequest%22)
|
||||
|
||||
<a href="https://apps.apple.com/app/antidote-tox-client/id1592895292"><img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/appstore-badge.png" width="200"></a>
|
||||
|
||||
## FAQ
|
||||
|
||||
See [FAQ](FAQ/en.md).
|
||||
|
||||
|
||||
<img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/app001.png" height="200px"> <img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/app003.png" height="200px"> <img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/app004.png" height="200px"> <img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/app002.png" height="200px"> <img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/applewatch_push.jpg" height="200px">
|
||||
|
||||
## Help Translate the App in your Language
|
||||
|
||||
Use Weblate:
|
||||
https://hosted.weblate.org/engage/antidote/
|
||||
|
||||
## Get in touch
|
||||
* <a href="https://matrix.to/#/#antidote:libera.chat">Join discussion on Matrix</a><br>
|
||||
|
||||
## Usage
|
||||
|
||||
#### Install from the App Store
|
||||
* <a href="https://apps.apple.com/app/antidote-tox-client/id1592895292">Antidote - Tox Client</a><br>
|
||||
|
||||
|
||||
#### Manual Installation
|
||||
|
||||
Clone repo, install pods and open `Antidote.xcworkspace` file with Xcode 12+.
|
||||
|
||||
```
|
||||
git clone https://github.com/Antidote-for-Tox/Antidote.git
|
||||
cd Antidote
|
||||
pod install
|
||||
open Antidote.xcworkspace
|
||||
```
|
||||
|
||||
#### Compile on the Commandline
|
||||
Clone repo, install pods and install Xcode 12+
|
||||
|
||||
```
|
||||
git clone https://github.com/Antidote-for-Tox/Antidote.git
|
||||
cd Antidote
|
||||
pod install
|
||||
env NSUnbufferedIO=YES xcodebuild -workspace ./Antidote.xcworkspace -scheme Antidote -destination 'platform=iOS Simulator,id=EAB9614F-3485-4A6D-8EFB-FC2B5EFB0243'
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
See [CHANGELOG](CHANGELOG.md) for list of notable changes (unreleased, current and previous versions).
|
||||
|
||||
- one to one conversations
|
||||
- typing notification
|
||||
- emoticons
|
||||
- spell check
|
||||
- reading/scanning Tox ID via QR code
|
||||
- file transfer
|
||||
- read receipts
|
||||
- push message support (via Apple Push Notification) / Push in <a href="https://github.com/Zoxcore/qTox_enhanced/releases">qTox</a>.
|
||||
- multiple profiles
|
||||
- tox_save import/export
|
||||
- avatars
|
||||
- audio calls
|
||||
- video calls
|
||||
|
||||
## Send Crashreports
|
||||
|
||||
https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs<br><b>please first check that the crashreport does NOT contain any private data!</b><br>send to zoff@zoxcore.org
|
||||
|
||||
<img src="https://raw.githubusercontent.com/Zoxcore/Antidote/develop/docs/iphone_send_crashreports.png" height="350px">
|
||||
|
||||
## License
|
||||
|
||||
Antidote is available under Mozilla Public License Version 2.0. See the [LICENSE](LICENSE) file for more info.
|
||||
|
||||
## Links
|
||||
|
||||
- [icons8](http://icons8.com/) - icons used in app
|
||||
- new icon https://icons8.com/icon/jQvC2IpxYkR6/key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user