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

Partial implementation of reactions #154 #177

Closed
wants to merge 1 commit into from

Conversation

cuteUtya
Copy link

@cuteUtya cuteUtya commented Jul 2, 2022

Я сделаль...

this.reactionInfo = findReactionInfo(reaction.reaction, tdlib);
}
private TdApi.MessageReaction reaction;
private TdApi.Reaction reactionInfo;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can notice that PR has some issues with whitespaces:

  1. Double whitespace before field type
  2. Missing whitespace after for, if, etc
  3. Double whitespace before method return type

Since whitespaces fixes are minor and do not affect the build in any way, you are allowed to submit the commit that addresses them before results announcements.

Also you may find these suggestions useful:
https://t.me/tgx_dev/1568
https://t.me/tgx_dev/1561

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some Android Studio issue with formatting, probably...

I forgeted to text what things was completed.

  1. Reaction display for bubble/unbubble mode. Bubble mode partly broken, it has wrong positions sometime, but i hate bubble (I'm sure you understand me) mode so i didn't fixed it.
  2. Ability to pass animation on message: add existed reaction by tapping on reaction in message or non-existed from context menu. But without most of animations.
    2.1) Also, as you say https://t.me/tgx_dev/734 here. I display tooltip if tdlib return error while passing reaction.
  3. User can see passed reactions, it partly completed... User can see it only for outgoing messages

@vkryl
Copy link
Member

vkryl commented Jul 13, 2022

Thank you for participating. Check out the results for the first round: 🏆 Telegram X Android Competition, Round 1 Results. Closing this pull request just to keep the pull request list clean.

@vkryl vkryl closed this Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants