owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.77k stars 3.05k forks source link

[FEATURE REQUEST] Add placeholder icon for .docxf files #4297

Closed Aitorbp closed 5 months ago

Aitorbp commented 5 months ago

Related Issues

App:https://github.com/owncloud/android/issues/4267

QA

jesmrec commented 5 months ago

(1)

Icon should be used in the FAB creation option:

Screenshot 2024-01-29 at 13 16 10

Pixel 2 Android 11 4a7af1732

jesmrec commented 5 months ago

Not appliable to oC10 servers since they return as mimetype:

<d:getcontenttype>application/octet-stream</d:getcontenttype>

instead of

<d:getcontenttype>application/vnd.openxmlformats-officedocument.wordprocessingml.form</d:getcontenttype>

so, only for oCIS servers which returns the proper mimetype

Aitorbp commented 5 months ago

(1)

Icon should be used in the FAB creation option:

Screenshot 2024-01-29 at 13 16 10

Pixel 2 Android 11 4a7af1732

Could you check again, please?

jesmrec commented 5 months ago

All right! approved

jesmrec commented 5 months ago

Blocked till proper test instance is back

jesmrec commented 5 months ago

Basic checks performed, everything OK