History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c82e340c38b3fd1fb244f34d72f785efd82480d 21-May-2015 Adrian Roos <roosa@google.com> Fix ObservableScrollView's cancel dispatch

Bug: 21239185
Change-Id: I8005556a2a6fcd8981e615a6f5537a1d7e9ce6a7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
311fc0b399f01a79169ae69aea05556043a7d7df 25-Sep-2014 Selim Cinek <cinek@google.com> Fixed a crash that could occur in the ObservableScrollView

Bug: 17644848
Change-Id: I771c27f9fee8c0d5edfbd21998ea015fd1d6f685
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
ce5474b837a96d422cda291ed23e5f062d38faa1 02-Sep-2014 Adrian Roos <roosa@google.com> Don't drop up or cancel touch events

Otherwise you're gonna have a bad time.

Bug: 17113634
Change-Id: I24fa13a4379bab0cef014010058d08096abda094
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
11c071a5506727e0845201a1c9dcba5782ece4ba 14-Aug-2014 Jorim Jaggi <jjaggi@google.com> Fix QS expansion weirdness

- Fix that the clock/avatar could get too large.
- Fix QS collapsing when on Keyguard and scroll view is scrolled
- Fix that clock/avatar didn't grow after a layout when expanding
- Fix flicker in header when overexpanding the panel
- Fix flicker from QS panel when it changes size
- Fix that scroll view still was scrolled after collapsing QS

Bug: 16869692
Bug: 16894194
Change-Id: Ic0f89ab860979db4d0438007b4d0d044d3e8c4ae
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
e0640dd5240078538ae66879b358f13fbc293dcf 05-Aug-2014 Jorim Jaggi <jjaggi@google.com> Allow closing the whole panel when QS is open

If the user drags below the notifications, we close everything. Only
implemented for the SHADE, and not on Keyguard because of
time constraints.

Bug: 15414856
Change-Id: I4cf656484bc1217d552211c2bfdd7598eb52dad7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
3f48f46d7e9073edbc4d8613a6dd4d68a37a11b6 08-Jul-2014 Jorim Jaggi <jjaggi@google.com> Update QS header to spec

- Move brightness slider down.
- Make clock bigger when expanded.
- Show date in collapsed state.
- Change size of avatar depending on collapsed/expanded.

Bug: 15865202
Bug: 15381387
Change-Id: I7894edae495b5a2d12b4fe4637a9aa3fd2e58963
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
563062569ca6e7816f99b01a243eb4c9f58b6a1b 03-Jul-2014 Jorim Jaggi <jjaggi@google.com> Reenable touches to notifications in expanded QS

Revert "Closing the QS when tapping on the notifications now."
This reverts commit 3bb0bb8817690728a40edd3f8f665b09907a451b.

Revert "Disabled touch interaction when in Quick settings."
This reverts commit 5cd19bc6a4fac0513bb285fdaf08b1d19c87f4ae.

Also, shuffle order of notifications and quick settings such that
scrolling still works and delegate touches from stack scroller to
the scroll view for expanded QS panel.

In addition, make the panel close transition work when QS is expanded
and scrolled.

Last but not least, decrease scrim amount so the notifications still
look 100% interactive.

Change-Id: I17710e078cff84bcdf303c22986a31135dae2aee
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
f62f2bbcf2edec636700f80f5f279cce7ebad95b 25-May-2014 Jorim Jaggi <jjaggi@google.com> Make QS panel peek below the header.

Bug: 15210059

Change-Id: I84e45092b3c9c397da8b458dbaa136fd52e665a6
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
ce50b8199ccba2348abe405d05db028e0566806d 24-May-2014 Jorim Jaggi <jjaggi@google.com> Fix intercept logic in NotificationPanelView.

We need to make sure that we only block the disallow intercept
request when interacting with the ScrollView. In the past, we also
blocked the disallow intercept request for the brightness slider, for
example.

Bug: 15169261
Change-Id: I02dd1e399a527509d631fdde54249d57748b20f2
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
fc1a824ec1453a84d9c53837df4ab93eca591a5f 12-May-2014 Jorim Jaggi <jjaggi@google.com> Directly start to collapse QS when overscrolling.

Change-Id: I33ec42fd0fe7344c269e31e9798e036e8a0532a0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java
d7daab7b9e33cd56f2692b9ebea87ef21290c1ea 06-May-2014 Jorim Jaggi <jjaggi@google.com> New layout structure for the expanded status bar.

This also includes a new (very WIP) interaction to get to quick
settings, with clumping the cards and a scrollable container with
the cards and the bottom QS part in it.

Change-Id: Ib073bb0174cddcf60347a5e3bb474fb3b6385bcf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java