you-apps/ConnectYou

Multi-part SMS messages get broken up unintuitively

Closed this issue · 1 comments

Steps to reproduce

Receive a message too long to fit in a single SMS message.
Commonly SSO confirmations and other automated messages cause this issue for me.

Expected behavior

Messages get displayed as one single entry.

Actual behavior

Message appears to be split up into it's actual SMS parts.

For example if your message is over the 153 characters (my understanding is that is the max SMS size) then you get one message with the first 153 characters then a second message with the remaining characters.

This can, depending on the message, mean one SMS becomes two/three and makes it much harder to read some message. This also can trigger several notifications for a single message.

Connect You version

8.1 (27)

Android version

Android 11, DotOS v5.2.1

Other details

I'm not very familiar with the specific vocabulary for some of these terms, apologies if I used the wrong name for something.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.

That's how the SMS standard got created 1984 with that limit and hasn't been changed since then. Since we're limited to that standard, there's no good way to combine messages apart from their time of recieval - which could cause additional issues.
Hence not planned.