shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
137 stars 124 forks source link

Lost spaces and newlines in the middle of long SMS #181

Open sdyomin opened 1 year ago

sdyomin commented 1 year ago

Telephony 0.2.0

Sometimes spaces and newlines may disappear in the middle of long incoming SMS (more than 70 Unicode chars). It's because .trim() call in the IncomingSmsHandler.kt file (smsMessage.messageBody.trim()). Could you remove this call? If that's impossible due to backward compatibility, please, create some workaround. (BTW, trailing newlines are also meaningful in automation applications, e.g. controlling remote sensors via SMS).