Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in chat with Android client #142

Open
SiNaPsEr0x opened this issue Nov 4, 2022 · 5 comments
Open

Bug in chat with Android client #142

SiNaPsEr0x opened this issue Nov 4, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@SiNaPsEr0x
Copy link

image

But on my Phone is ok The chat

@SiNaPsEr0x SiNaPsEr0x added the bug Something isn't working label Nov 4, 2022
@zoff99
Copy link

zoff99 commented Nov 4, 2022

this is a problem with aTox
see: zoff99/ToxAndroidRefImpl#325

all other Tox clients handle UTF-8 encoding properly
we have asked the aTox developer to handle this, but until now it was not fixed in aTox.

@SiNaPsEr0x
Copy link
Author

ok but why you don't use a toxext ?

@SiNaPsEr0x SiNaPsEr0x reopened this Nov 4, 2022
@zoff99
Copy link

zoff99 commented Nov 4, 2022

its not a issue of toxcore or toxext. in C strings are terminated at the first NULL byte. everything after that is not part of the string.
tox uses bytes and has no knowledge of strings or text.
sadly iOS does not allow an app to run in the background, this makes it very difficult to use any Tox Client on iOS.

@SiNaPsEr0x
Copy link
Author

SiNaPsEr0x commented Nov 4, 2022 via email

@zoff99
Copy link

zoff99 commented Nov 4, 2022

thank you for your feedback, we know this issue is not optimal at this time.
if you and your friends are using qTox <-> Antidote there will be no issue.
also TRIfA <-> Antidote will work fine.
TRIfA will wakeup Antidote with PUSH Notifications
qTox* (https://github.com/Zoxcore/qTox) will also wakeup Antidote with PUSH Notifications (*but that is NOT an official qTox verison!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants