Antony Sargent
b50f553cfa
Merge "Fix two problems related to data connectivity in the multi-SIM header" into qt-dev
...
am: ea6bd51bea
Change-Id: I6a2424113465ff481fabef0356e5c562f0a2e306
2019-05-08 11:51:09 -07:00
TreeHugger Robot
ea6bd51bea
Merge "Fix two problems related to data connectivity in the multi-SIM header" into qt-dev
2019-05-08 18:31:39 +00:00
Fan Zhang
7686afb5ba
Merge "Add flag to disable part of event_logging in Settings." into qt-dev
...
am: c949d12a12
Change-Id: Iba02968b73b41d0233049dd5315635c8eec50f1e
2019-05-08 10:39:58 -07:00
Edgar Wang
761b365cd0
Merge "Show admin dialog when preference is disabled by Device Admin" into qt-dev
...
am: e3278d8240
Change-Id: I111a51a8ba53c625bc9015734eace7e87a8689e6
2019-05-08 10:32:08 -07:00
JeiFeng Lee
bee06f9c01
Merge "[PATCH] Buttons in storage settings" into qt-dev
...
am: d88ca05b2e
Change-Id: Ie4781fae0f2d8a7d5d6f1d075d9dec90e0466ce8
2019-05-08 10:16:32 -07:00
TreeHugger Robot
c949d12a12
Merge "Add flag to disable part of event_logging in Settings." into qt-dev
2019-05-08 17:15:03 +00:00
Yi-Ling Chuang
771dd70a3f
Merge "Add null check before setting the visibility of swipe background" into qt-dev
...
am: 1079d2833a
Change-Id: I5f81265a6adf46010d4028b509cab2ba0db5323b
2019-05-08 10:12:43 -07:00
TreeHugger Robot
e3278d8240
Merge "Show admin dialog when preference is disabled by Device Admin" into qt-dev
2019-05-08 17:03:42 +00:00
TreeHugger Robot
d88ca05b2e
Merge "[PATCH] Buttons in storage settings" into qt-dev
2019-05-08 16:35:12 +00:00
TreeHugger Robot
1079d2833a
Merge "Add null check before setting the visibility of swipe background" into qt-dev
2019-05-08 16:34:32 +00:00
Aran Ink
47323f98a7
Merge "Create Settings preference for Global Actions Panel." into qt-dev
...
am: 70313a4600
Change-Id: Ie2894f2ee03ad5097005d2a9f76f0aa5d757cdd3
2019-05-08 07:35:13 -07:00
Aran Ink
70313a4600
Merge "Create Settings preference for Global Actions Panel." into qt-dev
2019-05-08 14:16:07 +00:00
Christopher Dombroski
648671c956
[automerger skipped] Treat mode_default as denied for install_unknown_apps am: 4b78bcd5cd am: aebc5bbc94 am: 1d163af113 am: 6b34347b4c -s ours
...
am: 484d5f914b -s ours
am skip reason: change_id Ieeb6456854cc3d0faa0e9c407accd94f56a25813 with SHA1 d3864daebd is in history
Change-Id: Ie527bd7f72371141562b0320def76ef050df3302
2019-05-07 22:50:22 -07:00
Christopher Dombroski
484d5f914b
[automerger skipped] Treat mode_default as denied for install_unknown_apps am: 4b78bcd5cd am: aebc5bbc94 am: 1d163af113
...
am: 6b34347b4c -s ours
am skip reason: change_id Ieeb6456854cc3d0faa0e9c407accd94f56a25813 with SHA1 d3864daebd is in history
Change-Id: I79dcfa95d120b6b03c71d426fc3c3efb0bf4e6c0
2019-05-07 22:00:45 -07:00
Winson Chung
3c20199b92
Merge "Disable settings preferences when the packages do not exist" into qt-dev
...
am: 46b356d37d
Change-Id: If3f51fd1d5fb0cca5a2703ddb2da892206cbb943
2019-05-07 21:18:15 -07:00
Christopher Dombroski
6b34347b4c
Treat mode_default as denied for install_unknown_apps am: 4b78bcd5cd am: aebc5bbc94
...
am: 1d163af113
Change-Id: Icdbf3b7a403270384d92a0a9fed1326ca16b232f
2019-05-07 21:15:40 -07:00
Yi-Ling Chuang
0f75eb550e
Add null check before setting the visibility of swipe background
...
Some contextual cards does not allow card dismissal, so they won't have
swipe background declared in the layout file. Add null check to prevent
from NPE.
Fixes: 132209310
Test: robotests & launch Settings
Change-Id: I31f897f445c4901d007c8187fe69aea416b915d1
2019-05-08 12:04:36 +08:00
Winson Chung
46b356d37d
Merge "Disable settings preferences when the packages do not exist" into qt-dev
2019-05-08 03:47:09 +00:00
Christopher Dombroski
1d163af113
Treat mode_default as denied for install_unknown_apps am: 4b78bcd5cd
...
am: aebc5bbc94
Change-Id: Ia0b46cf2ff284b149df14451b04e1d2b935e4942
2019-05-07 20:20:44 -07:00
Christopher Dombroski
aebc5bbc94
Treat mode_default as denied for install_unknown_apps
...
am: 4b78bcd5cd
Change-Id: I09e4fa32947b51a6614012ae3f42062416ca086e
2019-05-07 19:14:43 -07:00
Fan Zhang
5b9759972e
Merge "Add an interface that returns time spent text for app." into qt-dev
...
am: 6e8c403360
Change-Id: I94691900c3b8bb3c7bcb06627867b938a78b0274
2019-05-07 18:43:26 -07:00
TreeHugger Robot
6e8c403360
Merge "Add an interface that returns time spent text for app." into qt-dev
2019-05-08 00:11:32 +00:00
Antony Sargent
4bb253358b
Fix two problems related to data connectivity in the multi-SIM header
...
When you have multiple active SIMs, the Network & internet page has a
header showing entries for each one, with summary text indicating which
one is used for data (and whether it is just set as the default, or
actively using data). We were not properly setting this text when either
data wasn't being used, eg when connected to wifi, or mobile data was
disabled for this SIM. This CL fixes both these problems by adding new
helper classes to listen for relevant events.
Test: make RunSettingsRoboTests
Fixes: 124394250
Fixes: 128857712
Change-Id: I34f2679752fa41a50247dd0b12581cbfd77a34f6
2019-05-07 16:10:52 -07:00
Daniel Solomon
6257d077bf
Merge "Hide display white balance setting depending on accessibility" into qt-dev
...
am: 11b68bc420
Change-Id: I17076f9e4ca041d835e1817f76a532ecbe4e5cc6
2019-05-07 14:36:47 -07:00
Fan Zhang
547c975bcc
Add flag to disable part of event_logging in Settings.
...
- Fork SettingsEventLogWriter from EventLogWritter. This is identical to
the base class except it overrides some logging method with a flag
check. We can't entirely disable event_log logging because some of the stuff
being logged will not exist in stats_log, for example paired metadata.
Bug: 129697155
Test: robotest
Change-Id: I9cd46bbb54cb85737bbf7760e315c1fe34f77498
2019-05-07 14:23:23 -07:00
Daniel Solomon
11b68bc420
Merge "Hide display white balance setting depending on accessibility" into qt-dev
2019-05-07 21:19:36 +00:00
Fan Zhang
0f9d77ac88
Merge "Remove animator on app list." into qt-dev
...
am: 576cb8b0df
Change-Id: Ia6f1fdc91d65266325caf00255d50841ecbf356d
2019-05-07 13:36:53 -07:00
Aaron Heuckroth
2659c0f61b
Create Settings preference for Global Actions Panel.
...
Test: Automated tests pass.
Bug: 127295457
Change-Id: I6502d4c8541a3f279fb96d5f050f13890db8f376
2019-05-07 16:27:59 -04:00
Winson Chung
cfd0a66f7b
Disable settings preferences when the packages do not exist
...
Bug: 131273934
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SystemNavigationLegacyPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SystemNavigationSwipeUpPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=SystemNavigationEdgeToEdgePreferenceControllerTest
Change-Id: I5b12831d0eacbaa9c8b13d7a7b380b8c99f20009
2019-05-07 20:16:05 +00:00
Linda Tseng
14e641709a
Merge "Update SliceViewStyle background color" into qt-dev
...
am: e3cc773f0d
Change-Id: Ifcd11e61b49f6c554fa2efea6fae66826f64fa24
2019-05-07 13:14:11 -07:00
Fan Zhang
576cb8b0df
Merge "Remove animator on app list." into qt-dev
2019-05-07 19:05:39 +00:00
Linda Tseng
e3cc773f0d
Merge "Update SliceViewStyle background color" into qt-dev
2019-05-07 18:55:31 +00:00
Edgar Wang
133ffc9c57
Show admin dialog when preference is disabled by Device Admin
...
Fixes: 130694312
Test: manual & robotest
Change-Id: I9c6487ac056ec3d784bd6f6901e96869e27e0b3e
2019-05-08 02:04:05 +08:00
Yi-Ling Chuang
ae48547a1c
Merge "Hide dismissal swipe background before slice gets ready" into qt-dev
...
am: 9fcb35a009
Change-Id: Iad163cfc094a5dc681d395639597b30c4fee6bf2
2019-05-07 08:47:47 -07:00
TreeHugger Robot
9fcb35a009
Merge "Hide dismissal swipe background before slice gets ready" into qt-dev
2019-05-07 15:34:24 +00:00
Bram Bonné
522ff34b32
Merge "Adapts P2P settings to work with with new MAC privacy restrictions." into qt-dev
...
am: db6a70272e
Change-Id: Idf0d4ef1c9a0f3d9bf65be8c58981a9162d2990d
2019-05-07 07:11:24 -07:00
Bram Bonné
db6a70272e
Merge "Adapts P2P settings to work with with new MAC privacy restrictions." into qt-dev
2019-05-07 14:02:04 +00:00
Yi-Ling Chuang
ce9903e8db
Hide dismissal swipe background before slice gets ready
...
Only make swipe background visible once slice has a successfual binding.
Bug: 131843256
Test: robotests
Change-Id: I7866873a217e8ca882634a48108939022713c87b
2019-05-07 17:54:33 +08:00
Kevin Chang
6a35095020
Merge "Change the attributes of SwitchBar and ToggleSwitch" into qt-dev
...
am: caa17e0ec7
Change-Id: I19ac28bd07ca81621d9c222a2a62c0d9a6abf56e
2019-05-07 01:58:21 -07:00
Kevin Chang
caa17e0ec7
Merge "Change the attributes of SwitchBar and ToggleSwitch" into qt-dev
2019-05-07 08:53:28 +00:00
Stanley Wang
d841671f3c
Merge "Fix no touch feedback present on the settings suggestion card." into qt-dev
...
am: 87d9626a78
Change-Id: Ieb621f54934d1c3b6f81482b2683e2164cba8cdf
2019-05-07 00:56:50 -07:00
Stanley Wang
87d9626a78
Merge "Fix no touch feedback present on the settings suggestion card." into qt-dev
2019-05-07 07:45:31 +00:00
Raff Tsai
9ee63fae6a
Merge "ANR observed under settings when trying to reset network settings" into qt-dev
...
am: d6d5495aa1
Change-Id: Ie5813e91d5fc811c271d880970ec9272c7cbcfa8
2019-05-06 21:50:26 -07:00
Raff Tsai
d6d5495aa1
Merge "ANR observed under settings when trying to reset network settings" into qt-dev
2019-05-07 04:40:34 +00:00
Kevin Chang
461ee19c12
Merge "Change the string of Captions and reorder the feature in audio category" into qt-dev
...
am: 4b7d48320c
Change-Id: I603545dd5db4e72f28914e618fd70a4ce18a4fab
2019-05-06 21:11:21 -07:00
Kevin Chang
4b7d48320c
Merge "Change the string of Captions and reorder the feature in audio category" into qt-dev
2019-05-07 03:47:51 +00:00
Jason Chiu
7169917a1b
Merge "Add subtext for Wi-Fi items on Wi-Fi slice" into qt-dev
...
am: a892ed5cdd
Change-Id: I7fd98d84bd1023fd1418edc431f7528320ec4ef5
2019-05-06 19:58:52 -07:00
Kevin Chang
e718cfcd94
Change the attributes of SwitchBar and ToggleSwitch
...
Change the focusable and clickable of SwitchBar and ToggleSwitch
to avoid multiple focus with TalkBack
Bug: 124334500
Bug: 128475156
Test: Visual
Change-Id: I13003f4e17d4c76644f87095c140f005b38889af
2019-05-07 10:56:39 +08:00
TreeHugger Robot
a892ed5cdd
Merge "Add subtext for Wi-Fi items on Wi-Fi slice" into qt-dev
2019-05-07 02:45:19 +00:00
lindatseng
8afc10b3df
Update SliceViewStyle background color
...
Update android:background color in SliceViewStle to make it have correct
color when Panel is in dark mode. Use the attr which will change
depends on theme, rather than contextual card background which is
defined by settings, to make it correct in more general case.
Fixes: 131927006
Test: Manual
Change-Id: I38733f5a53d38f70f925268efea7592bd0f48260
2019-05-06 19:05:14 -07:00