talk-android/app/src
Daniel Calviño Sánchez e001d685dd Fix update of guest avatars in call participants
The URL for the avatar depends on whether the call participant is a user
or a guest and, if it is a guest, on its nick. Although the user id of a
participant does not change if the participant is a guest the nick may
be changed during a call, so the avatar URL needs to be updated as well.

As the avatar URL is fully derived from other properties it is now
calculated internally in the ParticipantDisplayItem and calculated when
any of the properties it depends on changes (also for the user id for
completeness, as technically the item could be reused for a different
participant with a different user id, even if it is not currently done).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-04 20:40:57 +01:00
..
androidTest/java/com/nextcloud/talk remove unused persistence methods 2022-07-26 21:55:03 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Merge pull request #2371 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.3.0 2022-09-16 16:36:33 +02:00
main Fix update of guest avatars in call participants 2022-11-04 20:40:57 +01:00
qa Added monochrome icon for Android 13 "Themed icons" support. 2022-09-20 16:51:28 +02:00
test Respect can publish audio & video permission 2022-09-26 12:39:15 +02:00