History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/VisualStabilityManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
55a3e738a695d23982eb2e904f47a3435994a325 26-May-2017 Selim Cinek <cinek@google.com> Fixed a bug where min-priority were in the middle

The recent intrusiveness could elevate min priority notifications
temporarily and the reordering was also blocked while looking at it.
We're now allowing the shade to reorder if a notification updates to
min-priority.

Test: manual, add intrusive notification, update while looking at the shade to min
Change-Id: I75b23a7cbaecc8ae941d6680a924c79371c95991
Fixes: 37515606
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/VisualStabilityManager.java
b2a872906c04bb36d622b952881667e71f76c52e 13-Feb-2017 Adrian Roos <roosa@google.com> AOD: show AOD1 instead of AOD2 on double tap

Bug: 30876804
Test: Have a notification showing, turn off screen, double-tap to Ambient Display, observe that device shows only the time and notification icon, not the expanded notification
Change-Id: Ic9b9fc392b67b0411588c1287cdf61ca2397990d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/VisualStabilityManager.java
4b820e4e5e0404adbf9f9678b79fa7e988e3e597 14-Jan-2017 Adrian Roos <roosa@google.com> AOD: Use heads-up state instead of buzzBeepBlinked

Bug: 30876804
Test: runtest systemui
Change-Id: Ib6de3aa33c0bbe004b9e4070817860efbe886161
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/VisualStabilityManager.java
a7d4f82c05f1c6ea5dd92a4871711d380b01100a 06-Dec-2016 Selim Cinek <cinek@google.com> Introduced the visual stability manager

Notifications used to roam around and reorder whenever
they wished. Those little beasts must be tamed, hence
a new visual stability manager is introduced that
dictates the terms of their interplay.

Test: manual: add heads-up and see if they correctly appear
Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/notification/VisualStabilityManagerTest.java
Bug: 32442500
Change-Id: I8d7596fa7c14e0df68459a77d445f618d517ad51
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/VisualStabilityManager.java