Is your feature request related to a problem? Please describe.
It would be convenient for gsconnect to include group messages.
Describe the solution you'd like
The messages window shows group messages.
Describe alternatives you've considered
N/A
System Details (please complete the following information):
I assume you mean group messages sent over MMS? Currently kdeconnect-android doesn't support MMS messages.
That is what I meant, thanks for the quick response.
We'll have to wait for MMS support upstream before that's possible. Unfortunately kdeconnect-kde still doesn't ship it's SMS app, so that might be awhile :)
Just an FYI, kdeconnect-android now has basic MMS support now, see merge request.
Is anyone already working on adding this to GSConnect?
I'll look at it myself if I can find some time, but I suspect someone else will get to it before I do.
Caveats being:
So, it's still text-only, and supports multiple recipients... but multiple recipients support is completely broken. #Ummmm?
Basically what that MR adds is pulling text-only MMS messages from the database and sending them to be handled as regular SMS messages. These should already "just work", mostly. @sredman's fork has a mms-multitarget branch that's still a work in progress.
There's still discussion happening about how to best handle group messages, since sending and receiving MMS messages requires changes to the packet protocol. MMS attachments will be a whole other thing.
However, the MR comes with free froyo!
The froyo is also cursed.
Caveats being:
* The MR for their _desktop_ app [is still open](https://invent.kde.org/kde/kdeconnect-kde/merge_requests/97), so this is currently unusable even within the KDE ecosystem.
The whole of the KDE Connect SMS is unreleased, so at some level the whole SMS plugin is unusable... I think I am the only one using it, since when I have accidentally broken the version on master nobody has complained and I have noticed weeks later
The lastest desktop MR is this, btw: https://invent.kde.org/kde/kdeconnect-kde/merge_requests/101
* Because of that, it sounds like it's completely untested
I use it on the daily so it's mostly tested. At least, it works for the things I do with it
Basically what that MR adds is pulling text-only MMS messages from the database and sending them to be handled as regular SMS messages. These should already "just work", mostly. @sredman's fork has a mms-multitarget branch that's still a work in progress.
I'm ready to merge that branch (https://invent.kde.org/kde/kdeconnect-android/merge_requests/80). At some level, I'm waiting for you to say you're ready with the support for the changes to the message packet since I don't want to throw you under the bus with a surprise release :)
However, the MR comes with free froyo!
The froyo is also cursed.
I would more say that "it doesn't not come with Froyo" -- Everything I have read suggests that maybe it should work down to versions as old as that, but I don't have any live Android devices which send/receive SMS to test with. My old phone that I was using for testing these things seems to have broken :(
However, the MR comes with free froyo!
The froyo is also cursed.I would more say that "it doesn't not come with Froyo" -- Everything I have read suggests that maybe it should work down to versions as old as that, but I don't have any live Android devices which send/receive SMS to test with. My old phone that I was using for testing these things seems to have broken :(
For the record, I was _attempting_ to reference this Simpsons bit (YouTube link), but forgot that:
Put together, those two errors turn my ham-handed attempt at humor into an utter disaster.
With #585 being merged, GSConnect now has basic support for viewing group MMS messages, but code for sending messages has not been merged into kdeconnect-android yet. A lot of the messaging code had to be rewritten, so testing will be necessary.
Closing since we are now waiting on support in kdeconnect-android for any more features.
Most helpful comment
Just an FYI, kdeconnect-android now has basic MMS support now, see merge request.
Is anyone already working on adding this to GSConnect?
I'll look at it myself if I can find some time, but I suspect someone else will get to it before I do.