Messaging app show phone number instead of contact name for some SMS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
telepathy-ofono |
New
|
Undecided
|
Unassigned |
Bug Description
In the messaging app, in the main screen which list all the discussion threads (the SMS list), each thread has to show a thumbnail of the related contact (if existing) as well as its name if these contacts are know in the contact app.
However, some of these threads show only the default black and white thumbnail followed by the phone number. If I select them to see the detail, the name appears correctly on the top of the screen.
It happens when:
- the phone number of this contact contains dots as separators (like +32 (4) 12.34.56) AND
- the contact was the FIRST to send a SMS (text message)
It does not happens if I'm the sender of the first SMS, irrespectively from the presence or not of dot as separator in the phone number.
This bug is may be related to the bug #1471545
Related branches
- Gustavo Pichorim Boiko (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 733 lines (+226/-356)10 files modifiedCMakeLists.txt (+1/-0)
cmake/modules/FindLibPhoneNumber.cmake (+23/-0)
cmake/modules/LibFindMacros.cmake (+112/-0)
debian/control (+1/-0)
debian/copyright (+0/-17)
src/CMakeLists.txt (+3/-3)
src/phonenumberutils_p.h (+0/-304)
src/phoneutils.cpp (+78/-23)
src/phoneutils_p.h (+6/-1)
tests/libhistoryservice/PhoneUtilsTest.cpp (+2/-8)
tags: |
added: number removed: bumber |