touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #69913
[Bug 1390136] Re: need a transition state for indicators reflecting laggy backends
This bug was fixed in the package unity8 -
8.02+15.04.20150409.1-0ubuntu1
---------------
unity8 (8.02+15.04.20150409.1-0ubuntu1) vivid; urgency=medium
[ Albert Astals Cid ]
* Focus the shutdown dialog (LP: #1417991)
* Make url-dispatching scope activation when the dash is not on the
main scopes (LP: #1364306)
* We use autopilot3 now
[ CI Train Bot ]
* New rebuild forced.
* Resync trunk. added: po/or.po
[ Daniel d'Andrada ]
* Make tst_PreviewListView and tst_GenericScopeView work in out-of-
source builds
* MouseArea that shows the indicators panel should cover the
indicators bar only (LP: #1439318)
* Surface gets active focus also with mouse clicks
[ Josh Arenson ]
* Add a mode option to unity8 for selecting greeter mode in the future
* Remove PkgConfig include from Launcher plugin to fix cross-compile
(LP: #1437702)
[ Leo Arias ]
* Fixed the check for string in the lock screen test. (LP: #1434518)
[ Michael Terry ]
* Make sure the edge tutorial is destroyed when we receive a call
during the wizard. (LP: #1436349)
* Skip parts of the edge tutorial that require a touch device (like
spread and bottom edge). (LP: #1434712)
[ Michael Zanetti ]
* Don't hide stages just because they're empty (LP: #1439615)
* [Launcher] fix bug where an item would disappear even though the app
is running (LP: #1438172)
[ Nick Dedekind ]
* Fixed autopilot test failures related to udev input failure for
power button.
* Made improvements for laggy indicator backends (lp#1390136). (LP:
#1390136)
[ Pete Woods ]
* GPS only goes active when the Dash is in the foreground (LP:
#1434379)
[ handsome_feng<445865575@xxxxxx> ]
* Modified the wrong time format in ScreenGrabber (LP: #1436006)
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Thu, 09 Apr 2015 14:01:11 +0000
** Changed in: unity8 (Ubuntu Vivid)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1390136
Title:
need a transition state for indicators reflecting laggy backends
Status in the base for Ubuntu mobile products:
Confirmed
Status in Ubuntu UX bugs:
Fix Committed
Status in indicator-network package in Ubuntu:
Fix Released
Status in ubuntu-system-settings package in Ubuntu:
Confirmed
Status in unity8 package in Ubuntu:
Fix Released
Status in indicator-network source package in Utopic:
Confirmed
Status in ubuntu-system-settings source package in Utopic:
Confirmed
Status in indicator-network source package in Vivid:
Fix Released
Status in ubuntu-system-settings source package in Vivid:
Confirmed
Status in unity8 source package in Vivid:
Fix Released
Status in indicator-network package in Ubuntu RTM:
Fix Released
Status in ubuntu-system-settings package in Ubuntu RTM:
New
Status in unity8 package in Ubuntu RTM:
New
Bug description:
spawned from efforts in bug 1336715
because the user's input toggle for airplane mode is both a reflection
of user intent & the state of the backend....and the backend is
unfortunately variable & lengthy to change (anywhere from 1 to ~10+
seconds sometimes) we need to have an intermediate/transition
state....e.g. toggle to airplane mode on....then animate somehow that
there's a transition happening, until it either fails/succeeds
comment from dizzypaty
Between the user’s action of toggling the airplane switcher on and/or
off and the backend updating the state, the indicator icon displayed
on the statusbar should be the following: network-idle.svg
(https://drive.google.com/drive/#folders/0BzbnWoHmYF3aZTA4WHNPYW1jeUE/0BzbnWoHmYF3aS2pVejVicktrdm8/0BzbnWoHmYF3ablBITVByRnpzdEk).
----------------------------
Desired resolution
Summary: the interface should immediately respond to user input
confirming the action, even if the backend takes up to 20 seconds to
actually change state. Having the UI and backend out of sync for up
to 30 seconds is not a problem, as long as it always goes back into
sync after this delay.
1. When the user changes the flight mode toggle switch it should
instantly change state.
2. The backend should then be informed of the state change.
3. Up to 30 seconds later the backend completes the state change
Note: The cellular connection indicator should always display the
backend state, not the current flight mode toggle switch state
Variation - user switches the flight mode toggle on and off rapidly.
Once a flight mode state change request has been sent to the backend
but before a conformation that the state change is complete is
received, all further user interactions should be buffered on the
client. When the client receives conformation of the state change
from the backend it should check to see if the state is in sync with
its buffer. If it is in sync nothing happens and the buffer is
cleared. If it is not in sync another state change signal is sent to
the backend and the buffer is cleared.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1390136/+subscriptions
References