SystemUI: Bringup tuner statusbar changes
Based on the following changes: Author: Steve Kondik <steve@cyngn.com> Date: Mon Sep 12 12:49:59 2016 -0700 systemui: Enable navbar tuner * And add an action for it. Change-Id: I23a51cc8e33f3498deec9ed60281423c66bbc4ca Author: Steve Kondik <steve@cyngn.com> Date: Wed Sep 14 05:08:02 2016 -0700 systemui: Fix a few issues with Tuner * Allow launching PreferenceScreens directly by setting the "tuner" extra to a valid key. * Remove the silly warning. There are no dragons here. * Move CM stuff to CM manifest. * Fix the ActionBar title when navigating. Change-Id: Ideac31dbfd71d7c0aa7fc3c20395c24128c598fc Author: Joey Rizzoli <joey@cyanogenmoditalia.it> Date: Tue Nov 8 15:44:25 2016 +0100 Tuner: allow power notif controls to be launched externally Change-Id: I8a9e1a2080640938c99125ab04986dfc99e004bf Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it> Author: Gabriele M <moto.falcon.git@gmail.com> Date: Sat Sep 16 19:35:28 2017 +0200 SystemUI: Revert some Tuner changes These changes were done to start the status bar tuner directly without showing the main Tuner screen. However, they negatively affect the management of the fragments. Revert them so that a different solution can be implemented in a follow-up change. This reverts the following commits: - 338de672 "Handle onOptionsItemSelected for TunerActivity" - b3eba6af "SystemUI: Remove nav bar and status bar options from SystemUI Tuner" - 82b9f95f (partially) "systemui: Fix a few issues with Tuner" BUGBASH-661 Change-Id: I35182248566ff31ed08d2836d66d5bd3f947ee9a Author: Gabriele M <moto.falcon.git@gmail.com> Date: Sat Sep 16 19:35:38 2017 +0200 SystemUI: Add separate pref screen for the status bar tuner Keep the status bar preferences separate and allow to start them directly without loading the main tuner fragment. Change-Id: Ie1a0d9395b7bc01d585616a1976adeda3c457a0d Author: althafvly <althafvly@gmail.com> Date: Tue Apr 19 07:33:15 2022 +0000 SystemUI: Split status bar icon controls for vibrate and mute - Give users the option to disable the Mute icon too as Volume icons got split in https://github.com/LineageOS/android_frameworks_base/commit/ca7ceb8aef3e3fb7a899c137efe0c00003499f6d - Change Volume string to Vibrate to better reflect which icon is being disabled. Change-Id: I1f8a0370f748cf40fc99584188c42bb2a0aa9856 Author: althafvly <althafvly@gmail.com> Date: Thu Apr 21 11:40:04 2022 +0530 SystemUI: Bring in drawables for statusbar icon toggles - Icons from aosp base and settings - Minor edits for width, height, tint and color From 'core/res/res/drawable' dir: - ic_statusbar_auto_rotate - ic_qs_auto_rotate - ic_statusbar_camera - ic_camera - ic_statusbar_mute - ic_audio_ring_notif_mute - ic_statusbar_wifi - ic_wifi_signal_4 - ic_statusbar_vibrate - ic_audio_ring_notif_vibrate - ic_statusbar_alarm - ic_audio_alarm From 'packages/SystemUI/res/drawable' dir: - ic_statusbar_headset - ic_headset - ic_statusbar_cast - ic_cast From 'packages/apps/Settings/res/drawable' dir: - ic_statusbar_work - ic_enterprise - ic_statusbar_hotspot - ic_hotspot - ic_statusbar_do_not_disturb - ic_do_not_disturb_on_24dp - ic_statusbar_ethernet - ic_settings_ethernet - ic_statusbar_mobile_network - ic_network_cell - ic_statusbar_airplanemode - ic_airplanemode_active - ic_statusbar_clock - ic_settings_date_time - ic_statusbar_priority - ic_important_outline Change-Id: Id30e5039e73068d0c73dd5fc7d0305865af1d791 Change-Id: I4ab0b4d18dcf0080dea665b63137c19a0e57aa07
Loading
Please register or sign in to comment