deltachat / deltachat-android

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

show reaction details #2675

Closed r10s closed 1 year ago

r10s commented 1 year ago

a tap in the reaction line (added in #2401) shall open reaction details (cmp. signal, whatsapp)

some implementation also allow to send reactions from there, however we do not want that but go for a unique way for sending reactions that is the same if there are no reactions at all (long tap, see #2402).

successor of #2401

r10s commented 1 year ago

@adbenitez and me brainstormed, how that could be done simplest. for a first, simple implementation we aim for

as a copy+paste template, we could use the "Add Member" view - that already has the avatar, the name and right-aligned thingie, ContactMultiSelectionActivity. alternatively. that could go to a dialog, whatever is simpler.

all that would be good enough for a first, shippable version. as an interation, we can got for per-emoji-tabs as on whatsapp/signal