kdeconnect-kde/smsapp
Simon Redman ee9547ed89 [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

BUG: 398889

## 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
2019-07-19 15:29:28 +00:00
..
qml [SMS App] Basic plain-text MMS support 2019-07-19 15:29:28 +00:00
CMakeLists.txt Move SMS App helper functions to their own file 2019-06-02 14:52:54 +00:00
conversationlistmodel.cpp [SMS App] Basic plain-text MMS support 2019-07-19 15:29:28 +00:00
conversationlistmodel.h [SMS App] Basic plain-text MMS support 2019-07-19 15:29:28 +00:00
conversationmodel.cpp [SMS App] Basic plain-text MMS support 2019-07-19 15:29:28 +00:00
conversationmodel.h Really actually fix Windows SMS app build 2019-06-02 15:47:14 -06:00
main.cpp Force usage of QStringLiteral and port remaining offenders 2019-06-10 14:40:28 +00:00
org.kde.kdeconnect.sms.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-27 05:13:07 +02:00
resources.qrc Refine SMS conversation view 2018-08-06 00:09:46 +02:00
smshelper.cpp Force usage of QStringLiteral and port remaining offenders 2019-06-10 14:40:28 +00:00
smshelper.h Move SMS App helper functions to their own file 2019-06-02 14:52:54 +00:00