Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Convert known phone numbers in text body into contact names #2602

Closed
patcon opened this issue Mar 6, 2015 · 5 comments
Closed
Labels

Comments

@patcon
Copy link

patcon commented Mar 6, 2015

Splitting this out from @brwolfgang's #2582 request for clickable phone numbers.

It also would be nice if TS would identify the number in text body using my local contacts list and instead of showing the unrecognizable sequence of numbers it showed a (clickable) contact name.

A SMS example: Você recebeu ligações de: 04111123451234 16:59hs
A processed SMS example: Você recebeu ligações de: : Dad 16:59hs

Blocked on #2582.

@patcon patcon changed the title Convert known phone numbers in text body into contact names [Feature] Convert known phone numbers in text body into contact names Mar 6, 2015
@silentmoose
Copy link

The function would be simple, simply check the phone number against the stored numbers, however the question is where the best implementation would be. Also the color should be changed on the name to make it known the name is not normal text.

@kmindi
Copy link

kmindi commented Mar 10, 2015

Wait for answers of my just created question for this on Stack Overflow

@silentmoose
Copy link

@kmindi you have to pull it from a list view. Lot's of tutorials online on how to pull phone numbers from contact list in android. Text secure already has the permission to read them.

@rhodey rhodey added the feature label Mar 13, 2015
@KonPap18
Copy link

KonPap18 commented May 3, 2015

i am interested in fixing this issue with a classmate of mine, for a university project.

@moxie0
Copy link
Contributor

moxie0 commented Jun 22, 2015

I'm down with supporting vcard or something so that contact info can be transmitted and rendered appropriately, but I'm not really down with modifying the content of strings within an otherwise unencoded message.

@moxie0 moxie0 closed this as completed Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

6 participants