mpcjanssen / simpletask-android

GNU General Public License v3.0
545 stars 124 forks source link

Feature request: highlight phone numbers and urls #173

Open mhspace opened 9 years ago

mhspace commented 9 years ago

and on tap do:

mpcjanssen commented 9 years ago

Simpletask already parse numbers and urls. If you select a task with a number or URL, the menu contains items to dial or browse. Highlighting requires the view widget to change which interacts badly with other gestures. I initially tried this and it doesn't work well. Because of the challenge of parsing phone numbers for now only string of digits without space are recognised. Thus is something the tel: approach could fix. Let me think about that.

smichel17 commented 8 years ago

Is this worth implementing? Could you get the same mileage out of allowing the user to define a custom phone number format in settings?

I wouldn't add UI support past recognition of the format as a telephone number, but adding recognition seems reasonable.