nextcloud / talk-android

📱😀 Video & audio calls through Nextcloud on Android
Other
524 stars 226 forks source link

improve Contacts activity (group creation, federation invitations, ...) #3794

Open mahibi opened 3 months ago

mahibi commented 3 months ago

The Contacts activity needs to be improved because:

As the contacts activity can be worked on without much side effects to other parts of the app, it's a good candidate for first migration steps to coroutines and jetpack compose. Lets use:

Be aware that adding participants to a Conversation is currently also handled with the Contacts activity.

jancborchardt commented 2 months ago

It’s best to align with how other native apps on the platform do this. For example, to be on par with Signal, we would have to do 2 changes:

This both makes it much quicker to start a 1on1, and much clearer when you are creating a group.