SystemUI: Enable and fix QS detail view, adapt layout to Pie
* Re-enabling dual-target(detail view) was easy as pie, but layout was from Oreo
and DND tile was broken.
* I've applied QS Customize layout to details view to match it with Pie look.
* DND showDetail function was overriden to show new EnableZenModeDialog.
New dialog's implementation were taken from old detail view, so I've disabled
the new one, added the only new thing (priority-but-alarm-disabled warning text)
to old one and enabled it.
* DND tile will still respect "Ask duration every time" setting and ask duration to
the user, but this time with detail view.
In addition;
---------
SystemUI: Enable dualTarget on CellularTile
* To show DataUsageDetailView
Change-Id: If09b4ac51bb6df01b8ea9f59bccf123de65da8cf
(Owner: Chengzhi Hou <hcz017@gmail.com> )
---------
SystemUI: CellularTile: Don't call showDetail() when device is locked
* We recently enabled dualTarget for CellularTile which allowed us
to toggle mobile data without unlocking device. Moving showDetail
call to postQSRunnableDismissingKeyguard when the device is locked
fixes this issue.
Change-Id: I16dc766166a33a309a2fc945e81fa15b5d194196
(Owner: Łukasz Patron <priv.luk@gmail.com> )
---------
SystemUI: Fix Data Usage tile to match Settings
Change-Id: Ieff3504baf3d13c77d06fcde87d5ac56d2586194
(Owner: Paul Keith <javelinanddart@gmail.com>)
---------
Change-Id: I8c88a1c52294f2f72d78a3b5585de24a85f0b6df
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
Loading
Please register or sign in to comment