deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.1k stars 144 forks source link

show reactions #2401

Closed r10s closed 11 months ago

r10s commented 1 year ago

with recent core master, we have apis to get reactions from core; we should display them near the bubbles, quite similar as discussed for deltachat-ios:

this make clear the reaction is not part of what was initially sending and also is logic wrt "top-down". most, but not all bigger messengers follow these guidelines, here are some examples how reactions are displayed by others on android:

whatsapp

signal

telegram - not so good

then:

nb: maybe a look at the signal code helps.

timing

there is no urgency, we want to ship a round of releases that have reactions in core but no option to send them (displaying, of course, would be fine, but again, no urgency :)

cmp. https://github.com/deltachat/deltachat-desktop/pull/2964, https://github.com/deltachat/deltachat-ios/issues/1727

r10s commented 11 months ago

closing, the last open point is moved to the new issue https://github.com/deltachat/deltachat-android/issues/2675