https://bugs.kde.org/show_bug.cgi?id=398889
Simon Redman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |kdeconnect-android/commit/5 |kdeconnect-kde/commit/ee954 |1e957d82290bc5d07c01bcd55e0 |7ed89b5eebaf6c996fe1509d878 |3c17868ca14c |b564c758 --- Comment #4 from Simon Redman <[email protected]> --- Git commit ee9547ed89b5eebaf6c996fe1509d878b564c758 by Simon Redman. Committed on 19/07/2019 at 15:29. Pushed by sredman into branch 'master'. [SMS App] Basic plain-text MMS support ## Summary Desktop companion to https://invent.kde.org/kde/kdeconnect-android/merge_requests/78 Give desktop SMS app a basic understanding of the MMSes coming from Android: - Show a fake body if we get an attachment we can't display (for now, any attachment) - Display a fake contact header for multi-target messages since Android does not yet export multi-target address information - Disable attempting to reply to multi-target messages ## Test Plan ### Before: MMS messages were silently dropped, meaning: - Group MMS conversations were not visible - Single-target conversations with the most-recent message an MMS were not visible ### After: - Install https://invent.kde.org/kde/kdeconnect-android/merge_requests/78 - Multi-target conversations are displayed (kind of ugly, since they have no contact information - Single-target conversations which end with an MMS are displayed - Plain-text MMS is displayed nicely - MMS attachments don't show - MMS which are only an attachment with no body are displayed with a dummy body M +2 -0 interfaces/conversationmessage.h M +1 -1 plugins/sms/smsplugin.cpp M +14 -1 smsapp/conversationlistmodel.cpp M +1 -0 smsapp/conversationlistmodel.h M +8 -1 smsapp/conversationmodel.cpp M +3 -2 smsapp/qml/ConversationDisplay.qml M +1 -0 smsapp/qml/ConversationList.qml https://invent.kde.org/kde/kdeconnect-kde/commit/ee9547ed89b5eebaf6c996fe1509d878b564c758 -- You are receiving this mail because: You are watching all bug changes.
