summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-021-2/+2
|\
| * Extract QSHost interfaceFabian Kozynski2023-02-221-2/+2
* | Clock: Add ability to resize QS & Statusbar Clock [1/2]StarkDroid2022-10-261-0/+2
* | Add option to auto hide status-bar clockPranav Vashi2022-10-261-0/+3
* | Statusbar clock customizationsLars Greiss2022-10-261-0/+4
* | Add separate tunable for clock secondsPranav Vashi2022-10-261-0/+2
* | TunerServiceImpl: Blacklist Settings.System from tuner resetdianlujitao2022-09-221-1/+1
* | SystemUI: Allow using tuner API for Global settingsPranav Vashi2022-09-221-1/+21
* | SystemUI: tuner: Allow Tuner API for System settingsZhao Wei Liew2022-09-221-11/+47
* | TunerService: Prevent NPE with tunablePranav Vashi2022-09-221-2/+6
* | Tuner: Don't clear out prefs, it's not disabledJoe Maples2022-09-221-10/+2
* | base: SystemUI: enable tuner and show in Settingsmaxwen2022-09-221-0/+1
|/
* Remove tuner icon from settings buttonFabian Kozynski2022-02-111-0/+3
* Remove recommendations when setting is disabledBeth Thibodeau2021-06-071-1/+2
* Add recommendation setting and remove app settingsBeth Thibodeau2021-05-261-2/+1
* Use correct string resource for "Remove"Peter Kalauskas2021-03-051-1/+1
* Move static calls in TunerService to use depsFabian Kozynski2021-02-161-3/+49
* 3/N Remove DevProvCtrl & UserTracker from QSFooterDave Mankoff2020-10-201-0/+1
* Migrate to new UserTracker for currentUserFabian Kozynski2020-09-291-12/+16
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Merge "Create a DemoMode controller"Evan Laird2020-08-131-9/+14
|\
| * Create a DemoMode controllerEvan Laird2020-08-131-9/+14
* | Allow user to block individual apps from resumingBeth Thibodeau2020-08-101-1/+2
|/
* Update language to comply with Android’s inclusive language guidanceJulia Tuttle2020-07-291-10/+10
* Support toggling resumption in SettingsBeth Thibodeau2020-06-201-1/+2
* Merge "Merge "Give hidden API behavior to legacy apps." into rvc-dev am: a7a9...Automerger Merge Worker2020-03-111-1/+2
|\
| * Give hidden API behavior to legacy apps.Jeff Sharkey2020-03-101-1/+2
* | Merge "Fix instances of ContentObserver#onChange in SystemUI" into rvc-dev am...Automerger Merge Worker2020-03-071-2/+5
|\|
| * Fix instances of ContentObserver#onChange in SystemUIFabian Kozynski2020-03-061-2/+5
* | Prevent ConcurrentModificationException while accessing mTunableLookup.Rajeev Kumar2020-02-261-2/+3
|/
* Updated StatusBarIconController and StatusBarSignalPolicy to check iconJianYang Liu2020-01-161-1/+1
* Conslidate @MainHandler and similar to @Main (and similar).Dave Mankoff2019-12-201-2/+2
* Finish migrating to BroadcastDispatcherFabian Kozynski2019-11-041-2/+3
* Move DI related coded into new dagger package.Dave Mankoff2019-10-211-4/+2
* IPC StrictModeLucas Dupin2019-08-261-1/+3
* Fix flaky sysui crash in devicehealthchecks test.Amin Shaikh2019-07-021-5/+5
* Remove Dependency.get usages from TunerServiceImplJason Monk2018-12-211-6/+11
* Clean up DependencyProvider a bitJason Monk2018-12-211-0/+9
* Fix: [SystemUI] icon_blacklist is not reset for sub usersTetsutoki Shiozawa2018-08-091-2/+8
* Blacklist doze setting from tuner resetJason Monk2018-05-151-0/+1
* Revert "Revert "Clear out tuner prefs since it is disabled""Jason Monk2018-04-231-13/+17
* Revert "Clear out tuner prefs since it is disabled"Jason Monk2018-04-121-5/+1
* Clear out tuner prefs since it is disabledJason Monk2018-04-101-1/+5
* Disable tunerJason Monk2018-01-221-1/+4
* Move out test utilities to a Testables libraryJason Monk2017-03-141-0/+242