-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/4363/display email guests #4473
Conversation
a194d3f
to
592672e
Compare
Whenever a display name of the guest is edited, guest name in the chat is not updated. |
Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
objectId would be some long random string for email guests. displaying them would not make sense. It's also not done on web. Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
knowing if a guest did not change it's name is not possible at this point, so we also show the letter "G" if it's name is guest Signed-off-by: Marcel Hibbe <[email protected]>
… any name However this is only possible for the conversation info. In other parts, the info if a guest changed the name or not is not available (like in the chat or in autocomplete) Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
also: create ChatMessageUtils as helper for the ViewHolders in this case. Could help to avoid duplicated code until there is a clear inheritance solution. Signed-off-by: Marcel Hibbe <[email protected]>
Signed-off-by: Marcel Hibbe <[email protected]>
592672e
to
8e08d92
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4473-talk.apk |
i can't reproduce the mentioned behaviors. I merged to have it in RC1, but we will have a closer look and fix these things in a followup PR if necessary |
resolve #4363
how to test:
and check the views below...
chat view
conversation info view
call view
🏁 Checklist
/backport to stable-xx.x