summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Implementing keyboard indicator dialogMichal Brzezinski2023-03-072-6/+257
* Add basic structure for keyboard backlight indicator functionalityMichal Brzezinski2023-03-028-3/+229
* Add KeyboardRepository listening to keyboard connectionMichal Brzezinski2023-02-213-1/+133
* Add CoreStartable and basic module for keyboardMichal Brzezinski2023-02-152-0/+60
* [DO NOT MERGE] Replace UserHandle.CURRENT with UserTrackerAlex Stetson2023-01-171-5/+7
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-9/+3
* [Bluetooth] Convert BluetoothController logs to log buffer so we'llCaitlin Shkuratov2022-09-151-2/+5
* Replace Dependency.get with DaggerJustin Weir2022-08-301-3/+6
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Remove config_systemUIServiceComponents from SystemUI.Dave Mankoff2022-02-091-0/+6
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-0/+4
* Fixes import ordering.Gus Prevas2018-11-141-1/+1
* Remove BluetoothEventManager#setReceiverHandlerAmin Shaikh2018-08-291-1/+2
* Remove LocalBluetoothAdapter from CachedBluetoothDeviceManager::addDevice()timhypeng2018-08-161-1/+1
* Merge "Set each function as default in BluetoothCallback"TreeHugger Robot2018-08-081-15/+0
|\
| * Set each function as default in BluetoothCallbackhughchen2018-08-071-15/+0
* | Remove mProfileManager in BluetoothEventManagerChienyuan2018-08-031-2/+1
|/
* Rename the Utils class in settingslib.bluetoothKunhung Li2018-05-181-3/+3
* Rename onProfileAudioStateChanged() to onAudioModeChanged()timhypeng2018-04-111-1/+1
* Add callback onProfileAudioStateChanged()hughchen2018-03-301-0/+3
* Add Settings support for Bluetooth Multi-A2DP and Multi-HFPPavlin Radoslavov2018-01-221-0/+3
* Show error message when pairing fails in SUW.Michael Wright2016-02-251-13/+68
* Referencing static interpolators. Winson2016-01-292-7/+0
* SystemUI: implement bluetooth scan timeoutDmitry Torokhov2015-12-211-7/+31
* Use Context.getSystemService(Class<T>) for InputManager.Yohei Yukawa2015-11-261-1/+1
* SystemUI: fix automatic pairing of BT keyboardsDmitry Torokhov2015-10-221-22/+46
* Add SystemUI component to watch for keyboard attachment.Michael Wright2015-10-122-0/+583