michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
216 stars 51 forks source link

Sending long messages, parts are out of order #260

Closed hiroo916 closed 6 months ago

hiroo916 commented 6 months ago

When sending a message longer than can fit in one SMS message, many times the parts end up out of order.

Is the splitting done at the client at send time or is the whole thing sent and it gets broken up by the server?

If possible, it would be preferable for this client to send first part, , send second part, etc.