Closed
Bug 1070050
Opened 10 years ago
Closed 10 years ago
Dialer doesn't show you which # a contact called you on
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(b2g-v2.2 fixed)
RESOLVED
FIXED
2.1 S8 (7Nov)
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | fixed |
People
(Reporter: khuey, Assigned: drs)
References
Details
(Whiteboard: [planned-sprint][in-sprint=v2.1-S6])
Attachments
(1 file, 4 obsolete files)
If I have a missed call I can long press on the call in the log and choose Call Information. That shows me all the numbers I have for the contact though, and there's no distinction that shows me which # they called me on. If I want to call them back on a land line or something I'm out of luck.
Comment 1•10 years ago
|
||
This seems like pretty broken UX. Could we get clarification from UX on the expected behavior?
Flags: needinfo?(firefoxos-ux-bugzilla)
Moving the question (comment 1) to Carrie who designed the new call information page.
Flags: needinfo?(firefoxos-ux-bugzilla) → needinfo?(cawang)
Comment 3•10 years ago
|
||
Kyle: We do highlight the number that called you (or that you called) with a green color for the phone number. Maybe it's a problem with phone matching? Have you stored that contact without international prefixes?
Flags: needinfo?(cawang) → needinfo?(khuey)
Reporter | ||
Comment 4•10 years ago
|
||
Ok, I only see that (quite subtle) green text on outgoing calls. None of my incoming calls have them. I have country code prefixes on all of my contacts.
Flags: needinfo?(khuey)
Reporter | ||
Comment 5•10 years ago
|
||
dbaron sees the same thing on his device. We do have the same carrier (T-Mobile).
QA Whiteboard: [Callinfo]
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(anthony)
Comment 6•10 years ago
|
||
I don't see it either, so I don't think it's carrier specific.
Anthony - is it supposed to be highlighted in the call log, or in the call information page?
Comment 7•10 years ago
|
||
Just in the call information page.
Doug: Could you look into this? We've had quite a few issues with prefixes in different situations. Depending on the context, we may need two matching algorithms: a loose one and a strict one.
Flags: needinfo?(anthony) → needinfo?(drs+bugzilla)
Assignee | ||
Comment 8•10 years ago
|
||
PR: https://github.com/mozilla-b2g/gaia/pull/24861
The changes in a couple of spots are kind of wonky. In particular, the changes to dialer/mock_contacts.js were needed because SimplePhoneMatcher gives us a match index, which was always matching the first (and only) phone number on a contact. We can verify that this is needed by adding a garbage number to the forEach test array at call_info_test.js#L210. With `mNumTels = 1`, it passes, but without, it fails.
Assignee: nobody → drs+bugzilla
Status: NEW → ASSIGNED
Attachment #8500798 -
Flags: review?(anthony)
Flags: needinfo?(drs+bugzilla)
Assignee | ||
Updated•10 years ago
|
Target Milestone: --- → 2.1 S6 (10oct)
Assignee | ||
Comment 9•10 years ago
|
||
Oops, here it is with 8 lines of context.
Attachment #8500798 -
Attachment is obsolete: true
Attachment #8500798 -
Flags: review?(anthony)
Attachment #8500799 -
Flags: review?(anthony)
Assignee | ||
Comment 10•10 years ago
|
||
Carrie, we were thinking of removing the feature in the Contacts app that highlights phone numbers when coming from the Dialer's "edit contact" button. This is a bit of a relic from before we had the call information page. Now that we have this page, it seems unnecessary. What do you think?
Flags: needinfo?(cawang)
Comment 11•10 years ago
|
||
Hi Doug,
Does that "coming from the Dialer's "edit contact" button" means by tapping the Contacts tab on the bottom of Phone APP and trigger edit mode over there? If so, then I'm fine with it. Thanks!
Flags: needinfo?(cawang)
Comment 12•10 years ago
|
||
Carrie: The path we're thinking about removing is this one:
1) Call Log
2) Open a Call info page (notice the number is highlighted)
3) Open contact details
On that contact details page, the number is also highlighted. That was necessary when we didn't have the call info page. Now it seems a bit redundant.
Flags: needinfo?(cawang)
Comment 13•10 years ago
|
||
OK got it. Yes, I think that will be fine. Thanks!
Flags: needinfo?(cawang)
Comment hidden (obsolete) |
Assignee | ||
Updated•10 years ago
|
Whiteboard: [planned-sprint][in-sprint=v2.1-S6]
Target Milestone: 2.1 S6 (10oct) → 2.1 S7 (Oct24)
Assignee | ||
Comment 15•10 years ago
|
||
PR: https://github.com/mozilla-b2g/gaia/pull/24861
Rebased, no changes to the code. Comment 14 is now incorrect as bug 1080771 has landed.
Attachment #8502682 -
Attachment is obsolete: true
Attachment #8502682 -
Flags: review?(anthony)
Attachment #8509923 -
Flags: review?(anthony)
Comment 16•10 years ago
|
||
Comment on attachment 8509923 [details] [diff] [review]
Highlight phone numbers on contacts buttons that are close matches of call log entries.
Review of attachment 8509923 [details] [diff] [review]:
-----------------------------------------------------------------
The tests are using a real object instead of a mock.
Attachment #8509923 -
Flags: review?(anthony)
Assignee | ||
Comment 17•10 years ago
|
||
Addressed code review comments, updated PR.
Sorry, I accidentally squashed my changes.
Attachment #8509923 -
Attachment is obsolete: true
Attachment #8512099 -
Flags: review?(anthony)
Updated•10 years ago
|
Attachment #8512099 -
Flags: review?(anthony) → review+
Assignee | ||
Comment 18•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-b2g-v2.2:
--- → fixed
Resolution: --- → FIXED
Target Milestone: 2.1 S7 (24Oct) → 2.1 S8 (7Nov)
You need to log in
before you can comment on or make changes to this bug.
Description
•