Skip to content

[android] display image attachments for conversation messages

Torsten Grote requested to merge 1242-display-image-attachments into master

This adds support for displaying image attachments with glide. It is just for showing the first image attachment of a message in the conversation. It doesn't support multiple images and images are not yet clickable.

I test this on API 16, API 22 and API 28.

Before (master):

device-2018-11-15-120944

After (this MR):

device-2018-11-15-120729

With fake images injected:

device-2018-11-14-195657

First and biggest part of #1242 (closed)

Edited by Torsten Grote

Merge request reports