Skip to content

WIP: [SMS App] Displaying thumbnails in QML

Aniket Kumar requested to merge displaying-thumbnails into enabling-multitarget-replies

Summary

  • The Android side pushes the bulk message packet to desktop. Unlike the previous implementation, the android side while creating the bulk SMS packet adds three extra fields if the message has multimedia attachment. these fields are generally (mimeType, partURI and Base64 String of the thumbnail).

  • At the desktop side, the ConversationModel class converts the base64 String back into QImage and provides it to the ThumbnailProvider class which basically inherits the QQuickImageProvider class and helps in transferring QImage type from c++ to QML as source Url.

This MR is a work in progress and needs lots of changes. Most of the work done till now is just to get the overview of the structure of app from there.

Edited by Aniket Kumar

Merge request reports