Skip to content

Swipe left/right in image screen for images from same message

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

This factors out the image display into a fragment, so that several images can be displayed in a view pager for left/right swiping. This is limited to attachments from the same message, because swiping between all the images in the conversation is way more difficult to achieve.

The activity and the fragment communicate (mostly) via the ViewModel.

device-2018-12-07-125623

Edited by Torsten Grote

Merge request reports