Closed
Bug 878389
Opened 11 years ago
Closed 11 years ago
[Dialer] Should check call index of Bluetooth ATD command, on Gaia v1-train, master
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: rudyl, Assigned: rudyl)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #878006 +++
This is filed to track the following support to be done on Gaia v1-train/master.
--
When there's a memory dialing request from Bluetooth headset, we will check call history in Dialer App, and then dial a new call according to the order of call history.
Two examples here.
1. There are 3 numbers in call history, and we receive a memory dialing request from Bluetooth headset, such as "ATD>2". Then, we should get the second call number from call history and make a new call.
2. There are 3 numbers in call history, and we receive a memory dialing request like "ATD>10". Then, ignore the message and no outgoing call is made.
Assignee | ||
Comment 1•11 years ago
|
||
I think we will have to handle this before v1.1 get to the BT certification.
So nominated this.
blocking-b2g: tef+ → leo?
Updated•11 years ago
|
blocking-b2g: leo? → leo+
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rlu
Assignee | ||
Comment 2•11 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
Hi Etienne,
This is the fix for both Bug 878389 and Bug 878184, which are the follow-ups for what we did for BT redial in v1.0.1.
Please help take a look.
Thanks.
Attachment #759069 -
Flags: review?(etienne)
I also helped Rudy to verify the problem on central. It seems working fine.
Comment 5•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
My comments are on github.
Please flag for review again when those are addressed.
In the meantime, Fernando, your feedback would be greatly appreciated :)
Attachment #759069 -
Flags: review?(etienne) → feedback?(ferjmoreno)
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
Hi Etienne,
Thanks for the review.
Your comments has been addressed in a separate commit.
Will do squash them if the patch gets r+.
Attachment #759069 -
Flags: review?(etienne)
Comment 7•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
Thanks Rudy!
I've just added a few comments in the PR.
Attachment #759069 -
Flags: feedback?(ferjmoreno) → feedback+
Comment 8•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
r=me with Fernando's comments fixed!
(feel free to ask Fernando for a final r? if the changes are significant enough).
Thanks!
Attachment #759069 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
Hi Fernando,
Thanks for taking a look at my patch.
I've refined the pull request to address your comments (as the 3rd commit).
Please help check it again?
As I said, will do squash after it's all good.
Thanks.
Attachment #759069 -
Flags: review?(ferjmoreno)
Comment 10•11 years ago
|
||
Comment on attachment 759069 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10240
Thanks Rudy! Looks good.
Attachment #759069 -
Flags: review?(ferjmoreno) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Gaia master:
https://github.com/mozilla-b2g/gaia/commit/6126d368e1ed379ca2c34bc3ae510bc859473d2e
--
Dear Etienne, Fernando,
Thanks for the review.
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
Resolution: --- → FIXED
Assignee | ||
Comment 12•11 years ago
|
||
Gaia v1-train,
6627a1eca826b8fe320d2c221a430d22d77682c6
Comment 13•11 years ago
|
||
1.1hd: 6627a1eca826b8fe320d2c221a430d22d77682c6
You need to log in
before you can comment on or make changes to this bug.
Description
•