summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/navigationbar
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-0211-652/+1510
|\
| * Merge changes from topic "nav_bar_helper_1" into tm-qpr-devWinson Chung2023-03-117-101/+204
| |\
| | * 4/ Keep EdgeBackGestureHandler state across nav/taskbar changesWinson Chung2023-03-095-16/+25
| | * 3/ Move wallpaper visibility listener to nav bar helperWinson Chung2023-03-093-44/+50
| | * 2/ Add path for feeding rotation watcher signals to RotationButtonControllerWinson Chung2023-03-093-11/+59
| | * 1/ Initialize assistant state change listeners once with the nav bar helperWinson Chung2023-03-094-31/+71
| * | Merge "[sysui] Use weak reference for the listener in NavigationBarTransition...Winson Chung2023-03-101-6/+21
| |\|
| | * [sysui] Use weak reference for the listener in NavigationBarTransitionsYurii Zubrytskyi2023-03-091-6/+21
| * | DO NOT MERGE New back affordance small polish nitsMarvin Bernal2023-03-093-61/+69
| |/
| * Refactor Utilities#isTablet to Utilities#isLargeScreenChristian Göllner2023-02-242-12/+13
| * Merge "Revert "Refactor Utilities#isTablet to Utilities#isLargeScreen"" into ...Judy Chang2023-02-232-13/+12
| |\
| | * Revert "Refactor Utilities#isTablet to Utilities#isLargeScreen"Judy Chang2023-02-232-13/+12
| * | Merge "Refactor Utilities#isTablet to Utilities#isLargeScreen" into tm-qpr-devChristian Göllner2023-02-232-12/+13
| |\|
| | * Refactor Utilities#isTablet to Utilities#isLargeScreenChristian Göllner2023-02-232-12/+13
| * | Hide task bar on AODYunfan Chen2023-02-171-3/+6
| |/
| * Add tests for the new back affordance.Shan Huang2023-02-031-7/+10
| * DO NOT MERGE New Back Arrow in productionMarvin Bernal2023-02-013-483/+1123
| * Merge "Fix issue with floating rotation button being in the wrong corner (sys...Winson Chung2023-01-301-1/+2
| |\
| | * Fix issue with floating rotation button being in the wrong corner (sysui)Winson Chung2023-01-261-5/+2
| * | [DO NOT MERGE] Add centralized DisplayTracker for SystemUIAlex Stetson2023-01-265-31/+52
| |/
| * Merge "[DO NOT MERGE] Replace UserHandle.CURRENT with UserTracker" into tm-qp...Alex Stetson2023-01-193-10/+10
| |\
| | * [DO NOT MERGE] Replace UserHandle.CURRENT with UserTrackerAlex Stetson2023-01-173-10/+10
| * | Merge "Add tracing for setEdgeBackPlugin" into tm-qpr-devTreeHugger Robot2023-01-181-6/+20
| |\ \ | | |/ | |/|
| | * Add tracing for setEdgeBackPluginNicolo' Mazzucato2023-01-171-6/+20
| * | Merge "Add predictive back animation to Bouncer." into tm-qpr-devShan Huang2023-01-171-1/+4
| |\ \
| | * | Add predictive back animation to Bouncer.Shan Huang2023-01-111-1/+4
| * | | 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-114-21/+58
| |/
* | fixup! SystemUI: Add API for runtime taskbar configMichael Bestas2023-04-201-1/+1
* | Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-039-143/+258
|\|
| * Pass button nav long press assistant availability to LauncherVinit Nayak2023-01-033-14/+21
| * 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
| * | Merge "Fix NPE" into tm-qpr-devJustin Weir2022-12-161-2/+4
| |\ \
| | * | Fix NPEJustin Weir2022-12-131-2/+4
| * | | Merge "Add logging for floating rotation button" into tm-qpr-devWinson Chung2022-12-151-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Add logging for floating rotation buttonWinson Chung2022-12-151-0/+2
| | |/
| * | Merge "Do not load/release back gesture ML model after every device fold/unfo...Cutter Coryell2022-12-141-3/+4
| |\ \ | | |/ | |/|
| | * Do not load/release back gesture ML model after every device fold/unfold.Cutter Coryell2022-12-121-3/+4
| * | Merge "Initialize navigation mode for TaskbarDelegate" into tm-qpr-devTreeHugger Robot2022-12-101-3/+8
| |\ \ | | |/ | |/|
| | * Initialize navigation mode for TaskbarDelegateVinit Nayak2022-11-281-3/+8
| * | Log config change messages at INFO so that they show up in BR.Shan Huang2022-12-062-2/+2
| * | 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
| * | Merge "Use NavBarHelper to keep shared initalizing state between nav/taskbar"...Vinit Nayak2022-11-243-3/+59
| |\ \
| | * | Use NavBarHelper to keep shared initalizing state between nav/taskbarVinit Nayak2022-11-223-3/+59
| | |/
| * / Add Customization LibHawkwood Glazier2022-11-181-1/+1
| |/
| * Replace getCurrentUser() calls with UserTrackerAlex Stetson2022-11-141-18/+21
| * Merge "Begin decoupling CentralSurfaces and NPVC" into tm-qpr-devJustin Weir2022-11-021-3/+4
| |\