Closed
Bug 1069330
Opened 11 years ago
Closed 11 years ago
[Loop] Wrong Audio call mode when default call mode is set to Audio, once logout and login is done again.
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: javier.deprado, Assigned: borjasalguero)
References
Details
(Whiteboard: [mobile app][blocking][tef-triage][patch available])
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
ENV:
Device: flame
LoopClient: 3cd2086
Build: flame-KK.user.v2.0.B-3.Gecko-2e0f023.Gaia-31434a3
RAM=512M
STR:
1. Open Loop app
2. Set Default call mode in Settings to "Audio"
3. Done.
4. Make a call and verify that it's an outgoing audio call, and the icon in the call log is audio.
5. Logout from loop settings
6. Login again and check in settings, that default call mode remains to "Audio"
7. Make a call again
ACTUAL RESULT: Ongoing call and its corresponding icon y call log, are VIDEO.
EXPECTED RESULT: Ongoing call should be audio call (and its corresponding icon in the call log)
Blocks: 1036490
Summary: [Loop] Wrong Audio icon in call log when default call mode is set to Audio, once logout and login is done again. → [Loop] Wrong Audio call mode when default call mode is set to Audio, once logout and login is done again.
Updated•11 years ago
|
Severity: normal → critical
Hardware: x86 → ARM
Whiteboard: [mobile app] → [mobile app][blocking][tef-triage]
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8493031 -
Flags: feedback?(oteo)
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Javier de Prado from comment #1)
> EXPECTED RESULT: Ongoing call should be audio call (and its corresponding
> icon in the call log)
When logging out we are deleting all the old preferences stored, so the 'video' default returns to 'true'.
Currently we have no way to store this params in the Server, so we should open a followup in order to track this new feature.
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8493031 [details]
Pull Request
https://github.com/mozilla-b2g/firefoxos-loop-client/pull/128
Attachment #8493031 -
Flags: feedback?(oteo) → review?(josea.olivera)
Updated•11 years ago
|
Whiteboard: [mobile app][blocking][tef-triage] → [mobile app][blocking][tef-triage][patch available]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → borja.bugzilla
Comment 5•11 years ago
|
||
(In reply to Borja Salguero [:borjasalguero] from comment #3)
>
> When logging out we are deleting all the old preferences stored, so the
> 'video' default returns to 'true'.
> Currently we have no way to store this params in the Server, so we should
> open a followup in order to track this new feature.
Thanks Borja!
Let's fix in this bug the incoherent UI, so if, after logging out and logging in again, the Loop settings are set again to their default values ("Video"/"Front Camera") , Settings application will update the UI according to it.
I will track with Product team the functionality of keeping/recovering the Loop parameters and will open that follow-up bug if it's necessary.
Comment 6•11 years ago
|
||
Comment on attachment 8493031 [details]
Pull Request
LGTM, r=me.
Thanks for taking care of it Borja!
Attachment #8493031 -
Flags: review?(josea.olivera) → review+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
>
> I will track with Product team the functionality of keeping/recovering the
> Loop parameters and will open that follow-up bug if it's necessary.
Confirmed with Product team, that for this first Loop Mobile version we will not address this issue, in the same way that the Call log history does not persist when logging out
Reporter | ||
Comment 8•11 years ago
|
||
Verified on loop 1.1, V.e01ef76
Flame: 2.0.184based.Gecko-675d616.Gaia-2183b4f
FireE: firee-kk-v2.0-SW2E5-4
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•