summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBar.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-021-36/+66
|\
| * 4/ Keep EdgeBackGestureHandler state across nav/taskbar changesWinson Chung2023-03-091-3/+3
| * 3/ Move wallpaper visibility listener to nav bar helperWinson Chung2023-03-091-1/+6
| * 2/ Add path for feeding rotation watcher signals to RotationButtonControllerWinson Chung2023-03-091-10/+9
| * 1/ Initialize assistant state change listeners once with the nav bar helperWinson Chung2023-03-091-5/+4
| * Refactor Utilities#isTablet to Utilities#isLargeScreenChristian Göllner2023-02-241-2/+2
| * Revert "Refactor Utilities#isTablet to Utilities#isLargeScreen"Judy Chang2023-02-231-2/+2
| * Refactor Utilities#isTablet to Utilities#isLargeScreenChristian Göllner2023-02-231-2/+2
| * [DO NOT MERGE] Add centralized DisplayTracker for SystemUIAlex Stetson2023-01-261-6/+12
| * [DO NOT MERGE] Replace UserHandle.CURRENT with UserTrackerAlex Stetson2023-01-171-2/+1
| * Merge "Ensure that autohide accounts for accessibilty timeout override" into ...Winson Chung2023-01-131-0/+3
| |\
| | * Ensure that autohide accounts for accessibilty timeout overrideWinson Chung2023-01-131-0/+3
| * | Remove expensive queries for lock task mode (screen pinning)Winson Chung2023-01-111-8/+27
| |/
* | Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-57/+108
|\|
| * Pass button nav long press assistant availability to LauncherVinit Nayak2023-01-031-5/+8
| * Merge "Ensure that the gesture handler always gets configuration change" into...Winson Chung2022-12-171-0/+5
| |\
| | * Ensure that the gesture handler always gets configuration changeWinson Chung2022-12-161-0/+5
| * | Fix NPEJustin Weir2022-12-131-2/+4
| |/
| * Merge "Replace ACTION_USER_SWITCHED with UserTracker" into tm-qpr-devAlex Stetson2022-11-301-25/+15
| |\
| | * Replace ACTION_USER_SWITCHED with UserTrackerAlex Stetson2022-11-161-25/+15
| * | Use NavBarHelper to keep shared initalizing state between nav/taskbarVinit Nayak2022-11-221-0/+10
| |/
| * Merge "Begin decoupling CentralSurfaces and NPVC" into tm-qpr-devJustin Weir2022-11-021-3/+4
| |\
| | * Begin decoupling CentralSurfaces and NPVCJustin Weir2022-11-011-3/+4
| * | Sending NavbarSurfaceControl to RecentsSunny Goyal2022-11-021-9/+34
| |/
| * Guard one more use of CentralSurfaces in NavBarGarfield Tan2022-10-171-1/+3
| * Replace screen broadcast receivers with binder cbPeter Kalauskas2022-10-141-17/+30
* | Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-91/+18
|\|
| * Fix issue with touches falling through nav bar in 3 button navWinson Chung2022-09-271-0/+2
| * Removing back-button alpha controlling logicSunny Goyal2022-09-091-59/+2
| * Move ShadeController to the shade packageJustin Weir2022-07-271-1/+1
| * Merge "Revert "Revert "Move binder call to bg thread""" into tm-qpr-devWinson Chung2022-07-081-0/+1
| |\
| | * Revert "Revert "Move binder call to bg thread""Winson Chung2022-07-071-0/+1
| * | Merge "Revert "Move binder call to bg thread"" into tm-qpr-devBidhya Sharma2022-07-071-1/+0
| |\|
| | * Revert "Move binder call to bg thread"Bidhya Sharma2022-07-071-1/+0
| * | Merge "Move binder call to bg thread" into tm-qpr-devWinson Chung2022-07-061-0/+1
| |\|
| | * Move binder call to bg threadWinson Chung2022-07-011-0/+1
| * | Create API for WM to send letterbox info to SysUI.Christian Göllner2022-07-041-1/+3
| |/
| * Merge "Refine the provide insets parameters" into tm-qpr-devYunfan Chen2022-06-131-5/+7
| |\
| | * Refine the provide insets parametersYunfan Chen2022-06-131-5/+7
| * | Fix transient behavior with task barTracy Zhou2022-06-071-24/+1
| |/
| * Remove last call to Dep.get from NavigationBarViewDave Mankoff2022-05-101-12/+126
| * [conflict] Merge "Use current user Context to generate NavBar layout" into tm...Charles Chen2022-05-051-10/+15
| |\
| * | Remove Dependency#get calls from NavigationBarViewDave Mankoff2022-05-031-3/+114
* | | Reimplement hardware keys custom rebindingPhil Tunstall2022-11-071-12/+4
* | | base: navigation mode settings [1/2]maxwen2022-10-261-0/+5
* | | SystemUI: NavigationBar: disable secondary handleIdo Ben-Hur2022-10-261-2/+2
* | | Remove last call to Dep.get from NavigationBarViewDave Mankoff2022-05-091-12/+126
* | | Remove Dependency#get calls from NavigationBarViewDave Mankoff2022-05-051-3/+114
| |/ |/|
* | Use current user Context to generate NavBar layoutCharles Chen2022-05-051-10/+15
|/
* Remove NavigationBarOverlayController.Peiyong Lin2022-04-281-6/+0