armcha / armcha/AutoLinkTextView
Can we include letters as part of the recognition of phone numbers?
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if we could include letters as recognizable as part of the phone number pattern. I know that android.util.Patterns.PHONE doesn't cover this, but it should be easy enough to come up with a custom pattern to allow letters, at least in the non area code part of the phone number.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the phone-number recognition entry point and its use of android.util.Patterns.PHONE. Confirm the intended format for letters in the non-area-code portion, then add or update coverage so those numbers are recognized without changing area-code handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100