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
224 stars 52 forks source link

Allow users to opt-in to including message text/contact info in FCM message #135

Closed michaelkourlas closed 7 years ago

michaelkourlas commented 7 years ago

Pros: more reliable notifications Cons: privacy concerns; your message info goes through Google (and me)

michaelkourlas commented 7 years ago

Because the VoIP.ms callback URL is limited in size to 255 characters, this won't be possible for security reasons. However, I will be making the SyncService a foreground service instead, which should also have the effect of making the notifications more reliable.