SimpleMobileTools / Simple-SMS-Messenger

An easy and quick way of managing SMS and MMS messages without ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
594 stars 214 forks source link

Notification for message from an email address is blank #756

Open bladedvox opened 11 months ago

bladedvox commented 11 months ago

Possibly related to the recent changes that fixed #500, when I use 5.19.1 I now get a completely blank notification if the sender is an email address. Reverting to 5.18.2 fixes the issue.

tibbi commented 11 months ago

you mean storing some contacts name as "hello@simplemobiletools.com"?

bladedvox commented 11 months ago

Sorry, I wasn't clear in my explanation.

For my use case, I use this script to send myself MMS with a summary of my inbox on new mail. The sender shows up as whatever you set for addr in the .config file (SimpleSMSMessenger interpets this as a shortcode, which is another bug but not relevant to my use case).

So with 5.19, notifications when MMS come in from this script are completely blank (sender and content both empty), but reverting to 5.18.2 they display as I expect. FWIW as I mentioned in the other repo I'm on a Nokia C300 with Android 12. Let me know if you need any more info to reproduce this, and thank you so much for making such wonderful tools!