you-apps / ConnectYou

Privacy focused contacts and SMS messenger app built with MD3
https://you-apps.net
GNU General Public License v3.0
482 stars 21 forks source link

Add formatting for phone numbers #358

Closed user8446 closed 8 months ago

user8446 commented 8 months ago

Describe your suggested feature

Hi,

It would be great if phone numbers automatically added formatting like the stock contacts app.

Currently in Connect You:

2024567890

Suggested:

(202) 456-7890 or 202-456-7890

Thank You

Other details

No response

Acknowledgements

Bnyro commented 8 months ago

In German, numbers are usually formatted with spaces only, like 0123 4567 8910. I don't think we will find a number format that is intuitive for users with different locales.

user8446 commented 8 months ago

Hi would it be an easy solution with something like this?

PseudoCode:

if locale = United States then format = xxx-xxx-xxxx

elseif locale = German then format = xxx xxxx xxxx

Bnyro commented 8 months ago

Well, by that we have 2 out of 200 possible locales covered 🙈

user8446 commented 8 months ago

Your right, makes sense!

I'm not sure how stock Google Contacts does it since we can't see the code.

o0nd7ots commented 8 months ago

I think that the option to add spaces is enough, at least for now.

I am sure that somwhere there exists a library that would adapt the format for the locales, but I do not know of it.

user8446 commented 8 months ago

Yes I think spaces would be great as it at least groups the numbers for easier deciphering:

Screenshot_20240106-123435

o0nd7ots commented 8 months ago

I am able to add spaces in 8.1 using AnySoftKeyboard.