Commit Graph

17560 Commits

Author SHA1 Message Date
Mehdi Alizadeh
815ed755c3 Update strings for System Navigation settings page
Bug: 130437843
Bug: 128522050
Test: Manual test to verify the right strings in settings app
Change-Id: Id6e589d896be34c98fded3b3fff897840e9d3f4f
2019-05-13 14:31:20 -07:00
Antony Sargent
7d8f015151 Strings for "Data during calls" preference
In some dual-SIM cases, when you have an active voice call using a SIM
that isn't the default one for mobile data, you may not get data
connectivity at all (from any other SIM) due to technical limitations in
the telephony stack. This preference will allow the user to leave data
off for a SIM, but opt in to have data become active only during calls.

Bug: 132114205
Test: n/a
Change-Id: I3e7cdaedd8b685e0fe65221d94f5b426bc95942e
2019-05-13 14:03:48 -07:00
Mady Mellor
47aad1c655 Merge "Move feature-level Bubble setting into developer options; default to off" into qt-dev am: 240b227e1f
am: 34fa757cc9

Change-Id: I01aa071f1ce7f59aa160b7e53baf9da2d2a7db95
2019-05-13 11:59:52 -07:00
Mady Mellor
34fa757cc9 Merge "Move feature-level Bubble setting into developer options; default to off" into qt-dev
am: 240b227e1f

Change-Id: I899722a6df929c4093a5a74447eb25a610c80308
2019-05-13 11:38:26 -07:00
Mady Mellor
240b227e1f Merge "Move feature-level Bubble setting into developer options; default to off" into qt-dev 2019-05-13 18:18:31 +00:00
Zhi An Ng
bb3f187569 Merge "Update string description in SAW unsupported screen" into qt-dev am: 516bdc20fb
am: 3a6d75d7fa

Change-Id: I13f6932f81b0bbd8f203305667eed37c6312bb72
2019-05-13 10:17:39 -07:00
Zhi An Ng
3a6d75d7fa Merge "Update string description in SAW unsupported screen" into qt-dev
am: 516bdc20fb

Change-Id: Ie6513a8cb03fa8789ad5d70d9a6d6c14dcb4cf67
2019-05-13 10:13:32 -07:00
Fan Zhang
c2a85a374d Make subsettings display edge-to-edge
Fixes: 132182711
Test: visual
Change-Id: I3b0635cba359f74d463c2360323d80c5c9533228
2019-05-13 10:07:13 -07:00
Zhi An Ng
516bdc20fb Merge "Update string description in SAW unsupported screen" into qt-dev 2019-05-13 16:52:22 +00:00
Arc Wang
472a9da81d Merge "Fix Wi-Fi QR code scanner height at 360dp" into qt-dev am: 26ff84d3f4
am: bdd68115dd

Change-Id: I5d89bac92fe0ddba7184b589236dfcfb59b9b6f9
2019-05-13 00:35:59 -07:00
Arc Wang
bdd68115dd Merge "Fix Wi-Fi QR code scanner height at 360dp" into qt-dev
am: 26ff84d3f4

Change-Id: Ia21d3201d854c44f1372616981df855cf2ba5781
2019-05-13 00:25:49 -07:00
TreeHugger Robot
26ff84d3f4 Merge "Fix Wi-Fi QR code scanner height at 360dp" into qt-dev 2019-05-13 07:10:11 +00:00
TreeHugger Robot
ca68620de7 Merge "Import translations. DO NOT MERGE" 2019-05-12 16:51:20 +00:00
Bill Yi
8ca57ab57a Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: If3dd5a2b6dfd25ecbd48c4870499f9ed5228a014
2019-05-12 06:01:13 -07:00
Bill Yi
d37d31e609 Import translations. DO NOT MERGE
Change-Id: I8309d59c81e95a74a286424e2b99ddf407bc428e
Auto-generated-cl: translation import
2019-05-12 05:26:59 -07:00
joshmccloskey
b4627760d1 Merge "Fixed spacing on Intro & Edu screens" into qt-dev am: 806c65ca17
am: 87dbedb514

Change-Id: I5889c86ecdc1424b2c5def6dc531bbc372021db6
2019-05-11 03:38:57 -07:00
Mill Chen
f78ccde6bd Merge "Update listDivider for PreferenceFragmentCompat" into qt-dev am: dcf21d4bd6
am: 7aa0ab732b

Change-Id: I0ea76a0ef06204af88e04722e9f7f5317b861971
2019-05-11 03:25:57 -07:00
Fan Zhang
8a2ae8cdf0 Merge "Updating animation asset" into qt-dev am: 5dd9850bf3
am: b104df9efc

Change-Id: I44f679bff8e09199490c7170c7f9571514b128f2
2019-05-11 02:52:21 -07:00
joshmccloskey
87dbedb514 Merge "Fixed spacing on Intro & Edu screens" into qt-dev
am: 806c65ca17

Change-Id: Iaa76703169d28f8ab6cfa1e8eee2b9c6efeadfb7
2019-05-10 19:46:59 -07:00
TreeHugger Robot
806c65ca17 Merge "Fixed spacing on Intro & Edu screens" into qt-dev 2019-05-11 01:40:56 +00:00
joshmccloskey
fe6784b57d Fixed spacing on Intro & Edu screens
Test: It builds.
Fixes: 132370812
Change-Id: I7bfa8a7eae91ad9b0fc9b19c9a6bc019f884e729
2019-05-11 00:11:02 +00:00
Mady Mellor
32fa736dd6 Move feature-level Bubble setting into developer options; default to off
Functionality:
* Moves feature-level setting into developer settings (apps section)
* Adds bubbles in developer options under "apps" section
* Configures the app-specific bubble toggle in notifications settings
  to be hidden / shown based on the developer setting
* Configures the channel-specific bubble toggle in notification channel
  settings to be hidden / shown based on the developer setting

Tests:
* Anything that might be assuming that it's globally enabled now has
  a bit to enable it globally in that test
* There is a logic change now where the app-level setting would be available
  even if off globally, now that is not true -- if it's off globally the
  app-level is no longer available
* Adds tests for the developer setting

Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER="Bubble"
Bug: 131845765
Change-Id: I5f6bf74e5ada3fc023571825cca10d7bddc60e6e
2019-05-10 15:41:06 -07:00
Mill Chen
7aa0ab732b Merge "Update listDivider for PreferenceFragmentCompat" into qt-dev
am: dcf21d4bd6

Change-Id: Id8c580a230520479170816acb39db669ece39f25
2019-05-10 14:47:19 -07:00
Fan Zhang
b104df9efc Merge "Updating animation asset" into qt-dev
am: 5dd9850bf3

Change-Id: I2d4ee02ba3aa983e36e96bef614c51dd725a824d
2019-05-10 13:49:47 -07:00
TreeHugger Robot
dcf21d4bd6 Merge "Update listDivider for PreferenceFragmentCompat" into qt-dev 2019-05-10 20:38:20 +00:00
Beth Thibodeau
94d4f6ba34 Updating animation asset
Fixes: 132095489
Test: mp settingsg
Change-Id: Icda6eb54496356e2567e1d39ab0c718746e2442d
2019-05-10 14:28:43 -04:00
Kevin Chang
d19928b9af Merge "Improve the Accessibility warning dialog with new design" into qt-dev am: 35890fabae
am: 34e42d31b0

Change-Id: Ifdd68f5cd961c1a67a006bbd82b9e794ff55ec49
2019-05-10 06:33:02 -07:00
Fan Zhang
cea1c52872 Merge "Clean up homepage toolbar after setting transparent navbar." into qt-dev am: 30a9392b21
am: f57d1108df

Change-Id: I3784a56c72ccb8b4a6a0732e0102fc8641df32ce
2019-05-10 06:12:51 -07:00
Mill Chen
e3e966689d Update listDivider for PreferenceFragmentCompat
The support library uses preference_list_divider_material for its list
divider and its color is a hardcoded value. That's why the divider color
can't be applied to the PreferenceFragmentCompat in Settings when
updating the divider color in the device defaults theme level. To make
it so we set its listDivider to list_divider_material to facilitate updating
the divider color.

Bug: 129943610
Test: visual
Change-Id: Ie992b925fae0effd4e00682a911ad004ac3fc033
2019-05-10 17:23:49 +08:00
Kevin Chang
34e42d31b0 Merge "Improve the Accessibility warning dialog with new design" into qt-dev
am: 35890fabae

Change-Id: Ib1ae087015aabe65aefd493374cb681536cbc9ef
2019-05-10 02:03:36 -07:00
Fan Zhang
f57d1108df Merge "Clean up homepage toolbar after setting transparent navbar." into qt-dev
am: 30a9392b21

Change-Id: I59579f73e7bf75c646989a889dea1b05cf738b6f
2019-05-10 01:56:23 -07:00
TreeHugger Robot
f6a7ecef0f Merge "Import translations. DO NOT MERGE" 2019-05-10 08:47:18 +00:00
TreeHugger Robot
60252574a2 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-05-10 08:38:34 +00:00
Beth Thibodeau
e653d51828 Merge "Make preview image not selectable" into qt-dev am: 43c09673ab
am: 3339763511

Change-Id: Ia95d498ac336b1e4736b73fa6e89e6f9c94be559
2019-05-09 22:51:30 -07:00
Kevin Chang
35890fabae Merge "Improve the Accessibility warning dialog with new design" into qt-dev 2019-05-10 05:49:59 +00:00
Bill Yi
993efb1707 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I297c9ea9b5d9d7efb166b4d94f29e7e167e5c2b2
2019-05-09 21:16:18 -07:00
Kevin Chang
bb6395eb4a Improve the Accessibility warning dialog with new design
Create new Accessibility warning dialog based on the style of permission
dialog

Bug: 129788631
Test: Visual
Change-Id: I0ec693f9c29e6e85e17d5bd1a64a4c0fe9499f95
2019-05-10 11:46:19 +08:00
Bill Yi
90b05ce806 Import translations. DO NOT MERGE
Change-Id: Iccb7422cb3ef9f1241f341820008bcaae1075779
Auto-generated-cl: translation import
2019-05-09 20:42:37 -07:00
Yanting Yang
93752a3172 Merge "Fix mirrored arrow issue for RTL" into qt-dev am: a096b6d1f1
am: d2877f805a

Change-Id: Ida7f3c188dce06c5516ed216f5df4d8ed335ea4b
2019-05-09 20:35:48 -07:00
Zhi An Ng
fd906c9bc2 Merge "Update strings used in SAW unsupported screen" into qt-dev am: ece299f902
am: 9604713f49

Change-Id: Ic2ba3d2e49eedf6e21515a050fc88b007ede92df
2019-05-09 20:34:58 -07:00
Beth Thibodeau
3339763511 Merge "Make preview image not selectable" into qt-dev
am: 43c09673ab

Change-Id: I0764fd89d50361b152f73fe0e9374cffaf35865a
2019-05-09 18:08:42 -07:00
Yanting Yang
d2877f805a Merge "Fix mirrored arrow issue for RTL" into qt-dev
am: a096b6d1f1

Change-Id: Ib6fe4d4302274d4c99094b424ce580ee14c6271c
2019-05-09 17:38:59 -07:00
Fan Zhang
d2eae19d4c Clean up homepage toolbar after setting transparent navbar.
Bug: 132182711
Test: rebuild
Change-Id: I212b665810f6713980eb749d34d26f27b7100160
2019-05-09 15:47:54 -07:00
TreeHugger Robot
43c09673ab Merge "Make preview image not selectable" into qt-dev 2019-05-09 21:22:18 +00:00
Ng Zhi An
44ec4832d5 Update string description in SAW unsupported screen
Bug: 132183451
Test: none
Change-Id: I3e2e5e24feaf4918e9c85d18bfa397c4cfc2cb36
2019-05-09 14:12:15 -07:00
Zhi An Ng
9604713f49 Merge "Update strings used in SAW unsupported screen" into qt-dev
am: ece299f902

Change-Id: Ib225bf12b6bbfdbe1c23d76a776df548082d0491
2019-05-09 14:04:47 -07:00
TreeHugger Robot
a096b6d1f1 Merge "Fix mirrored arrow issue for RTL" into qt-dev 2019-05-09 20:33:26 +00:00
Ng Zhi An
6940466b52 Update strings used in SAW unsupported screen
Bug: 132183451
Test: adb shell am start-activity -a android.settings.action.MANAGE_OVERLAY_PERMISSION
Change-Id: Ia840b82838bed43234572c4a08bd56b97f391a5b
2019-05-09 19:28:49 +00:00
Beth Thibodeau
d5efb5995d Make preview image not selectable
Fixes: 132050099
Test: manual
Change-Id: I102ced947d352901f5bdbf34eeeba98ab0a32cca
2019-05-09 14:38:24 -04:00
Annie Meng
5abcf7f1ec Merge "Change inactive backup UI to show "Disabled by admin"" into qt-dev am: b1f4bb60f3
am: 04d2a438aa

Change-Id: I362dbee780929bc8b975b3689f1dff1138fba9f0
2019-05-09 02:58:04 -07:00