Closed jamesarich closed 2 weeks ago
@andrekir I think this is ready for your perusal - I did include a commit to include navigation to the conversation via observed . Easy enough to back out those changes if we find a better way to do that.contact_key
in the UIViewModel
actually hold up - i think i can access the fragmentmanager directly from MainActivity..
Instead of a single notification for all messages, each contact now has its own, unique notification. This uses the
NotificationCompat.MessagingStyle
and the contact's name to create distinct notifications, enhancing message organization.This is a move towards richer messaging notifications.