steffen-foerster / sailfish-barcode

22 stars 36 forks source link

Support sms uri scheme #9

Closed deram closed 9 years ago

deram commented 9 years ago

Please add possibility to open sms URL (rfc5724) by clicking (like http URL works). Sailfish URL opener works correctly with them, by opening a sms sending dialog with preset recipient and message.

steffen-foerster commented 9 years ago

Feature is implemented.

deram commented 9 years ago

Thanks for the feature. It works nicely when sending to normal numbers. Though it only works when using global numbers (starting with +).

RFC states the number may be either local or global numbers, so urls like sms:12345 should be matched too.

deram commented 9 years ago

also it does not work with ?body=fooobar prefilled messages. (I think making /^sms:.*$/ clickable should be fine)

steffen-foerster commented 9 years ago

Please check this feature with the new release 0.7.4.

Thanks, Steffen

deram commented 9 years ago

thanks, now it works perfectly