summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/fragments
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-023-21/+35
|\
| * Remove Dependency#get from fragments package.Dave Mankoff2023-01-253-21/+35
* | SystemUI: Re-inflate QS and SB when CONFIG_SCREEN_LAYOUTalthafvly2022-10-261-1/+2
* | Revert "Do not re-inflate QS and SB when CONFIG_UI_MODE"Danny Lin2022-10-181-1/+1
|/
* Fix RTL changes in PagedTileLayoutFabian Kozynski2022-04-271-1/+1
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-3/+2
* Remove CONFIG_SCREEN_LAYOUT from InterestingConfigChanges paramsNicolo' Mazzucato2022-01-181-1/+1
* Add ATrace in critical points for unfoldingNicolo' Mazzucato2022-01-141-0/+3
* Move status bar initialization into its own classEvan Laird2021-12-061-1/+12
* [Status Bar Refactor] Inject NotificationPanelViewController intoCaitlin Cassidy2021-11-182-26/+44
* [Status Bar Refactor] Define a new dagger component that gets re-createdCaitlin Cassidy2021-11-131-1/+1
* Manually register Dumpables to DumpManagerNed Burns2021-09-081-2/+7
* Do not re-inflate QS and SB when CONFIG_UI_MODELucas Dupin2021-06-021-2/+1
* [Ongoing Call Chip] Add feature flag + controllerCaitlin Cassidy2021-04-011-0/+4
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Clean up navigation barWinson Chung2020-08-121-5/+0
* 5/N Reduce number of accessors of root component.Dave Mankoff2020-08-111-3/+7
* 1/N: Rename SysuiRootComponent to GlobalRootComponentDave Mankoff2020-08-111-2/+2
* Remove Dependency.staticOnConfigurationChangedDave Mankoff2019-11-201-10/+15
* Move DI related coded into new dagger package.Dave Mankoff2019-10-211-1/+1
* Allow Services to be created through Dagger.Dave Mankoff2019-07-081-2/+2
* Add workaround to handle overlay package changes for non-primary usersWinson Chung2019-05-161-11/+8
* Convert QS to use injection and not DependencyJason Monk2018-12-191-0/+5
* Add support for dagger injection with fragmentsJason Monk2018-12-192-2/+81
* Fixes import ordering.Gus Prevas2018-11-141-1/+2
* Use display context to inflate navbar on external displayRiddle Hsu2018-11-142-14/+15
* Migrate SysUI theme to UiModeLucas Dupin2018-07-041-1/+2
* Merge "Dump fragments in sysui when dumping" into pi-dev am: cff36e4180Jason Monk2018-05-171-1/+13
|\
| * Dump fragments in sysui when dumpingJason Monk2018-05-171-1/+13
* | Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-1/+1
|/
* Take a wrench to the pipesJason Monk2017-07-141-0/+2
* Use id directly when extensions change fragmentsJason Monk2017-06-222-5/+5
* Merge "Fix up some jank from unnecessary reinflation" into oc-dev am: f6e2099063Jason Monk2017-06-061-1/+2
|\
| * Fix up some jank from unnecessary reinflationJason Monk2017-06-051-1/+2
* | Revert "Revert "Extend extension support""Jason Monk2017-05-013-94/+79
* | Revert "Extend extension support"Guang Zhu2017-04-283-79/+94
* | Extend extension supportJason Monk2017-04-283-94/+79
|/
* Merge "Sysui Leaks: Leak check destroyed fragments" into oc-devTreeHugger Robot2017-04-141-0/+6
|\
| * Sysui Leaks: Leak check destroyed fragmentsAdrian Roos2017-04-131-0/+6
* | Update more implementations of findViewById()Alan Viverette2017-04-131-2/+2
|/
* Re-inflate fragments in sysui on font scale changeJason Monk2017-03-231-3/+3
* Merge "New system for versioning sysui plugins"Jason Monk2017-02-151-2/+3
|\
| * New system for versioning sysui pluginsJason Monk2017-02-091-2/+3
* | Tuner updatesJason Monk2017-02-152-7/+19
|/
* Work on separating out the status bar managementJason Monk2017-02-081-1/+2
* Fix leaks in sysuiJason Monk2017-02-021-1/+2
* SysUI fragments: Integrate new support for constructingJason Monk2017-01-232-24/+75
* Move navigation bar logic to its own classJason Monk2017-01-171-1/+1
* Fix FragmentManager.FragmentLifecycleCallbacks scopeAdam Powell2016-11-171-2/+1
* Plugin fragment supportJason Monk2016-11-112-1/+88