deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
310 stars 49 forks source link

show .xdc in profile / files #1484

Closed r10s closed 2 years ago

r10s commented 2 years ago

for now, just adding DC_MSG_WEBXDC to the filter should be good enough, that way, one can easily find the .xdc and use "Show in chat" to do actions on it.

at some later point, we will probably tweak the view, but that is sth. for the next iteration when most other things are settled.

cyBerta commented 2 years ago

Do we want to disable the gallery view that normally opens if you tap on a file? Instead we could directly open the WebxdcViewController (the webview).

r10s commented 2 years ago

Do we want to disable the gallery view that normally opens if you tap on a file? Instead we could directly open the WebxdcViewController (the webview).

let's decide that at a later point, i think for now, it is super-helpful that the files are shown, even if you have to go to the chat to use it. but you will also have a better experience there, as eg. summary is not yet shown in the gallery, so, i think we should merge #1484 in and go forward.

next iteration will improve gallery view of webxdc, maybe with direct opening then.