jacobrs / Signal-Android

A private messenger for Android.

Home Page:https://whispersystems.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display reacted emojis below message

lori-dalkin opened this issue · comments

After an emoji reaction is sent, display the emoji in its own box underneath the designated message.

Ideal hours: 4 hours
Related story: #88

Small TextView boxes were added to conversation items to hold potential emojis. When a message is reacted to, the box will appear with the associated emoji as shown within the mockups #104 . Emoji reaction boxes disappear during searches if the associated message bubble is not within the current search. This new TextView appears for both sent items and received items.

Every time a conversation item is loaded on screen, it will check if the associated message record has an emoji reaction. If so, it will populate the emoji box and set it to visible, else it will set the box to gone so it does not take up screen space.

Spent time: 4 hours