-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Show location of number in call history #39
Comments
I found this library: https://github.com/google/libphonenumber/, but I'm not sure whether we can use this to have such detailed information. |
Let us start with country |
We can display country name using country codes stored as dictionary / HashMap. |
Yes, anything beyond the country might be hard to do without increasing the app size. Last I checked libphonenumber's metadata was around 15-20MB and even then we won't have proper info for each number. |
If app size is a concern, there could be a companion app or separate ones, one with and one without this and perhaps other advanced features, essentially a full and lite version. Whenever I get a call from an unknown number, I always have to look it up to see who it is or, at least, where it is, and it would be nice to have this kind of info displayed automatically. |
Does somebody knows how many different locations that library actually has? so we could know if its worth it or not? we dont have to have 100% coverage to be adding this library worth it |
Checklist
Is your feature request related to a problem? Please describe.
I would like to see the city, state, province, country of the numbers
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: