Open
Conversation
Contributor
|
@ReDetection Not sure if you've noticed, but Toxicity isn't really maintained anymore. If you want to contribute to an iOS client for Tox, check out Antidote. |
Owner
|
Yea I'm not working on this anymore. And if I ever got the time, I'd start again from scratch with better design practices. It's very messy currently. |
Author
|
@urras Not sure if you've noticed, but I've knew this from the very beginning of the Antidote and did contributed in month after this pull request already Antidote-for-Tox/Antidote@6a62dda |
Contributor
|
@ReDetection I had not noticed, thank you for pointing that out :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First of all, updated toxcore a bit (your last update causes project to fail build, so I did it again),
also updated MessagesTableViewController (before update I've seen black text on black input field, which is not very comfortable),
also I've corrected the incoming message to have origin set to
theminstead ofmeso now messages appears at left side and at the right side of the screen, as I would expect,and added some constraint to make qrcode fit into screen.
one question: do you still need
ToxCoreCatchupbranch? ;)