element-x-ada/features
Chris Smith 72497af09a Fix changing room avatar from details screen
The presenter was expecting the MediaProcessor to return a
MediaUploadInfo.Image, but it actually returns
MediaUploadInfo.AnyFile because we're not compressing avatars
(so it doesn't process the file and return more detailed info).

This check/cast was entirely pointless, so change to just
working on whatever we're given. The pickers constrain which
types of file the user select, so we should be reasonably happy
the files are images.

Also actually log error details when updating the details,
so we know what's going wrong.

Closes #550
2023-06-07 11:18:03 +01:00
..
analytics Init analytics modules (#350) 2023-06-05 13:11:34 +00:00
createroom Sync Strings (#522) 2023-06-05 15:26:50 +00:00
invitelist Sync Strings (#522) 2023-06-05 15:26:50 +00:00
leaveroom Use member count instead of counting members (#530) 2023-06-06 10:40:17 +00:00
login Sync Strings (#522) 2023-06-05 15:26:50 +00:00
logout Sync Strings from Localazy 2023-05-29 00:09:47 +00:00
messages Sync Strings (#522) 2023-06-05 15:26:50 +00:00
networkmonitor Make danger check view changes (#391) 2023-05-05 08:24:12 +00:00
onboarding Sync Strings (#522) 2023-06-05 15:26:50 +00:00
preferences Init analytics modules (#350) 2023-06-05 13:11:34 +00:00
rageshake Sync Strings (#522) 2023-06-05 15:26:50 +00:00
roomdetails Fix changing room avatar from details screen 2023-06-07 11:18:03 +01:00
roomlist Invite button tweaks 2023-06-02 12:33:29 +01:00
verifysession Sync Strings from Localazy 2023-05-29 00:09:47 +00:00