Uncodin / bypass

Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
http://uncodin.github.com/bypass/
Apache License 2.0
1.52k stars 193 forks source link

Add mailto: to email addresses #169

Closed ulyssesdotcodes closed 9 years ago

ulyssesdotcodes commented 9 years ago

Android only knows how to handle emails in a URLSpan with a mailto: in front of the email address. This adds that for email addresses matched by Patterns.EMAIL_ADDRESS.

ulyssesdotcodes commented 9 years ago

@laszlourszuly Thanks for letting me know. Opened a PR importing Patterns.

laszlourszuly commented 9 years ago

Now that's what I call a quick response :-) Thanks!