summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge "Add debug logs with LogBuffer for touch/tap events" into tm-qpr-devChandru S2022-11-021-0/+14
| |\ \
| | * | Add debug logs with LogBuffer for touch/tap eventsChandru2022-11-021-0/+14
| * | | Merge "Begin decoupling CentralSurfaces and NPVC" into tm-qpr-devJustin Weir2022-11-021-9/+8
| |\ \ \
| | * | | Begin decoupling CentralSurfaces and NPVCJustin Weir2022-11-011-9/+8
| | |/ /
| * / / 1/N sideFPs bouncer, separate altBouncer callbackBeverly2022-11-021-1/+1
| |/ /
| * | Merge "Code cleanup pass on all of NPVC" into tm-qpr-devJustin Weir2022-11-011-584/+339
| |\ \
| | * | Code cleanup pass on all of NPVCJustin Weir2022-11-011-584/+339
| * | | Merge "Add logging for shade expand/collapse/qsExpand" into tm-qpr-devShawn Lee2022-11-011-0/+12
| |\ \ \
| | * | | Add logging for shade expand/collapse/qsExpandShawn Lee2022-10-241-0/+12
| | | |/ | | |/|
| * | | Merge "Fix heads-up notification clipping in split shade" into tm-qpr-devMichał Brzeziński2022-11-011-2/+14
| |\ \ \
| | * | | Fix heads-up notification clipping in split shadeMichal Brzezinski2022-10-061-2/+14
| * | | | Merge "Fixing QS not visible when opening split shade with adb command" into ...Michał Brzeziński2022-11-011-1/+1
| |\ \ \ \
| | * | | | Fixing QS not visible when opening split shade with adb commandMichal Brzezinski2022-10-271-1/+1
| * | | | | Merge "Part 2 of removing shade blinking while moving heads-up notification" ...Michał Brzeziński2022-11-011-2/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Part 2 of removing shade blinking while moving heads-up notificationMichal Brzezinski2022-10-061-2/+11
| * | | | | Merge "Fixing QS not showing up in split shade" into tm-qpr-devMichał Brzeziński2022-11-011-29/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixing QS not showing up in split shadeMichal Brzezinski2022-10-271-29/+17
| | | |_|/ | | |/| |
| * | | | Merge "Move reset haptic effect into the move event handling." into tm-qpr-devJason Mylen2022-10-311-2/+4
| |\ \ \ \
| | * | | | Move reset haptic effect into the move event handling.Jason Mylen2022-10-171-2/+4
| * | | | | Merge "Fixing SysUI reporting expanded split shade state to launcher" into tm...Michał Brzeziński2022-10-311-1/+1
| |\ \ \ \ \
| | * | | | | Fixing SysUI reporting expanded split shade state to launcherMichal Brzezinski2022-10-271-1/+1
| | | |/ / / | | |/| | |
| * | | | | Remove logging only boolean parameter from KeyguardUpdateMonitor#requestFaceAuthChandru2022-10-271-3/+3
| * | | | | Merge PanelEventsEmitter into ShadeExpansionStateManagerJustin Weir2022-10-271-46/+3
| |/ / / /
| * | | | Hide message on bouncer only if face auth actually runsChandru2022-10-231-9/+8
| * | | | Merge "Organize media control classes" into tm-qpr-devBeth Thibodeau2022-10-221-3/+3
| |\ \ \ \
| | * | | | Organize media control classesBeth Thibodeau2022-10-211-3/+3
| * | | | | Merge "Replaced setQsExpanded calls in NPVC with listener" into tm-qpr-devShawn Lee2022-10-211-7/+17
| |\ \ \ \ \
| | * | | | | Replaced setQsExpanded calls in NPVC with listenerShawn Lee2022-10-201-7/+17
| | |/ / / /
| * | | | | Merge "Fixed Shade freezing when tapped while collapsing" into tm-qpr-devShawn Lee2022-10-211-0/+16
| |\ \ \ \ \
| | * | | | | Fixed Shade freezing when tapped while collapsingShawn Lee2022-10-201-0/+16
| | |/ / / /
| * | | | | Merge "Add large screen clock motion - method 2." into tm-qpr-devJamie Garside2022-10-211-31/+119
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add large screen clock motion - method 2.Jamie Garside2022-10-211-31/+119
| * | | | | Fix lockscreen not bouncing up when face auth is running or locked outChandru2022-10-191-11/+11
| * | | | | Merge "Fix Clear all Notifications Animation to avoid QS Panel Flicking" into...Yining Liu2022-10-191-4/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix Clear all Notifications Animation to avoid QS Panel FlickingYining Liu2022-10-181-4/+9
| * | | | | Merge "Add flags to enable QS clipping / Scrim transparency." into tm-qpr-devBen Lin2022-10-181-2/+7
| |\ \ \ \ \
| | * | | | | Add flags to enable QS clipping / Scrim transparency.Ben Lin2022-10-131-2/+7
| * | | | | | Merge "Add additional logging for b/227115380" into tm-qpr-devJustin Weir2022-10-171-1/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Add additional logging for b/227115380Justin Weir2022-10-131-1/+5
| * | | | | | Don't send touches to PanelViewController when pulsingBeverly2022-10-141-1/+5
| | |_|/ / / | |/| | | |
| * | | | | Merge "Delete PanelViewController" into tm-qpr-devJustin Weir2022-10-131-228/+1384
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Delete PanelViewControllerJustin Weir2022-10-131-228/+1384
| | |/ / /
| * | | | Merge "Refactor around NSSL to open up some more APIs for subcomponents." int...Ben Lin2022-10-131-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Refactor around NSSL to open up some more APIs for subcomponents.Ben Lin2022-10-131-2/+3
| | |/ /
| * | | Merge "Moved panel expansion classes to shade package" into tm-qpr-devJustin Weir2022-10-131-8/+6
| |\ \ \
| | * | | Moved panel expansion classes to shade packageShawn Lee2022-10-121-8/+6
| | |/ /
| * | | Merge "Making SysUiState's QS expansion flag require shade expansion" into tm...Justin Weir2022-10-121-1/+1
| |\ \ \
| | * | | Making SysUiState's QS expansion flag require shade expansionJustin Weir2022-10-121-1/+1
| | |/ /
| * / / DO NOT MERGE Use KeyguardStateController for #isShowingBeverly2022-10-121-1/+1
| |/ /
| * | Merge "Adding general KeyguardLogger and more logs to keyguard status bar" in...TreeHugger Robot2022-10-051-0/+2
| |\ \