Closed
Bug 1271721
Opened 9 years ago
Closed 9 years ago
Update messaging and timing for Sync status bar notification
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios-v5.0 | --- | fixed |
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
Attachments
(1 file)
66 bytes,
text/plain
|
tecgirl
:
ui-review+
fluffyemily
:
feedback+
|
Details |
Follow up to bug https://bugzilla.mozilla.org/show_bug.cgi?id=1223162
The current status bar displaying the syncing notification any time the application goes into syncing mode by listening to the ProfileDidBegin/FinishSyncing NSNotifications. We don't want to display this all the time since sync should appear as a transparent activity except for a few instances:
1. User has just signed in. Show special messaging indicating a sync will take a longer time (Your first sync may take a while…). :tecgirl, should this only display for a few seconds then disappear? How long should the notification appear for?
2. User manually initiates a sync (Syncing) :tecgirl, do we still want to do this?
3. Temporarily display a error status message is a sync has failed. Possible error messaging:
“Firefox is unable to sync”
“Firefox is experiencing issues”
“Updating bookmarks is currently disabled”
“Firefox is unable to sync your bookmarks at this time”
“Sync currently unavailable”
“Bookmark sync currently unavailable”
“Firefox Sync is unavailable”
“Sync failed”
According to the docs these strings are WIP. I think might need to shorten some of them since they won't fit in the status bar area - especially for other locales.
Flags: needinfo?(randersen)
Comment 1•9 years ago
|
||
(In reply to Stephan Leroux [:sleroux] from comment #0)
> Follow up to bug https://bugzilla.mozilla.org/show_bug.cgi?id=1223162
>
> The current status bar displaying the syncing notification any time the
> application goes into syncing mode by listening to the
> ProfileDidBegin/FinishSyncing NSNotifications. We don't want to display this
> all the time since sync should appear as a transparent activity except for a
> few instances:
>
> 1. User has just signed in. Show special messaging indicating a sync will
> take a longer time (Your first sync may take a while…). :tecgirl, should
> this only display for a few seconds then disappear? How long should the
> notification appear for?
>
4 seconds seems comfortable
> 2. User manually initiates a sync (Syncing) :tecgirl, do we still want to do
> this?
>
Yes, a manual option should still be available
> 3. Temporarily display a error status message is a sync has failed. Possible
> error messaging:
>
> “Firefox is unable to sync”
> “Firefox is experiencing issues”
> “Updating bookmarks is currently disabled”
> “Firefox is unable to sync your bookmarks at this time”
> “Sync currently unavailable”
> “Bookmark sync currently unavailable”
> “Firefox Sync is unavailable”
> “Sync failed”
>
> According to the docs these strings are WIP. I think might need to shorten
> some of them since they won't fit in the status bar area - especially for
> other locales.
Yes, these strings are a WIP. Let's simplify!
"Sync failed"
^ + make the statusbar tappable to take the user to Settings
Flags: needinfo?(randersen)
Assignee | ||
Comment 2•9 years ago
|
||
> Yes, a manual option should still be available
When syncing manually do we want to display 'Syncing...' for the duration of the sync, for the 4 seconds as well, or not at all?
Comment 3•9 years ago
|
||
(In reply to Stephan Leroux [:sleroux] from comment #2)
> > Yes, a manual option should still be available
>
> When syncing manually do we want to display 'Syncing...' for the duration of
> the sync, for the 4 seconds as well, or not at all?
4 seconds
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8753363 -
Flags: ui-review?(randersen)
Attachment #8753363 -
Flags: review?(etoop)
Comment 6•9 years ago
|
||
Comment on attachment 8753363 [details]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1821#attch-to-bugzilla
Lookin' good!
Attachment #8753363 -
Flags: ui-review?(randersen) → ui-review+
Updated•9 years ago
|
Attachment #8753363 -
Flags: review?(etoop) → feedback+
Assignee | ||
Comment 7•9 years ago
|
||
master 11fe03e7832a894ffe0337370595de18cb043811
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-fxios-v5.0:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•