Commit Graph

50197 Commits

Author SHA1 Message Date
TreeHugger Robot
cc39557d87 Merge "Add translatable="false" for config array" 2019-03-06 22:46:39 +00:00
TreeHugger Robot
d6d4de3c5c Merge "Allow Talkback to speak the permission name in the bar chart." 2019-03-06 20:46:27 +00:00
TreeHugger Robot
79ba9ad7e8 Merge "Moved left 2dp for the search icon" 2019-03-06 20:06:20 +00:00
Yanting Yang
be15baa155 Merge "Remove dismissal behavior from deferred setup card" 2019-03-06 08:45:32 +00:00
Sunny Shao
6491db8f77 Moved left 2dp for the search icon
Bug: 127345692
Test: manual
Change-Id: I481d7fb46d2108d66a087eee30e7314e22af2314
2019-03-06 14:50:18 +08:00
Raff Tsai
131eeac4aa Merge "Change dialog text styles" 2019-03-06 03:37:18 +00:00
Joel Galenson
ca75538d0c Allow Talkback to speak the permission name in the bar chart.
Bug: 127237805
Test: Enable Talkback, click on access
Change-Id: Ib8d5d3b0fe25e1d3ea4f0b969ff03b663ce716f4
2019-03-05 14:16:24 -08:00
Fan Zhang
68c7aad725 Merge "Wake up/unlock device before running tests" 2019-03-05 21:32:44 +00:00
Fan Zhang
eb493d5d69 Wake up/unlock device before running tests
Fixes: 127452134
Test: atest
Change-Id: I627f848a080b4569b658678094d45576eab9247c
2019-03-05 13:27:47 -08:00
jackqdyulei
88a2e34e37 Add translatable="false" for config array
Fixes: 115712164
Test: Manual
Change-Id: I0ed80ff798d461f9604a4bddd29d6c11a6e6b805
2019-03-05 13:05:53 -08:00
TreeHugger Robot
3355bc06d0 Merge "Prevent extra reloads in mobile networking page/controllers" 2019-03-05 19:18:27 +00:00
Kevin Chyn
635dfc8fdb Merge "Update Settings with BiometricPrompt API update" 2019-03-05 18:25:27 +00:00
Lei Yu
05461f7096 Merge "Add null check for forbiddenPlmns" 2019-03-05 18:05:34 +00:00
Kevin Chyn
37293d59d3 Update Settings with BiometricPrompt API update
Bug: 126190552
Test: Builds
Change-Id: I4b99a59982c1d23be7e49940a271f7652c51d480
2019-03-05 18:29:36 +08:00
Yi-Ling Chuang
76b70687e7 Swap the buttons in the dismissal view.
The affirmative button should be on the right.

Fixes: 126265410
Test: visual
Change-Id: I72ddbacd5ce417cb4271d07c1cfc77e10ccad49a
2019-03-05 17:16:20 +08:00
Yanting Yang
52367e8c65 Remove dismissal behavior from deferred setup card
Deferred setup is not skippable as user will need to review all SUW
screens at least one time.

Fixes: 126225957
Test: visual, robotests
Change-Id: I7b32c2382f459690d3b136cf9faa543d04aa8d3d
2019-03-05 17:08:51 +08:00
Raff Tsai
953e39004f Change dialog text styles
Fixes: 126890487
Test: visual
Change-Id: I21b4264fd6b5c7f5fb79c3669bae366513c1ec65
2019-03-05 12:07:50 +08:00
TreeHugger Robot
9495654926 Merge "Update vibrator on/off status from accessibility settings menu" 2019-03-05 03:03:56 +00:00
TreeHugger Robot
6ebeb29643 Merge "Disable the "SIM cards" tile in new Network & internet page" 2019-03-05 02:39:31 +00:00
TreeHugger Robot
8758f631c8 Merge "Remove task affinity on misc settings" 2019-03-05 00:59:43 +00:00
Antony Sargent
ce9a126add Prevent extra reloads in mobile networking page/controllers
On the mobile network details page, as well as in several preference
controllers used in various page, we had listeners for the
ACTION_RADIO_TECHNOLOGY_CHANGED broadcast that when fired would cause a
reload. It turns out that this gets broadcast as a sticky intent, so our
callbaks would fire just after registering to listen, resulting in lots
of unnecessary extra reloading. This was particularly noticable on the
mobile network details page because the entire page gets reloaded.

The fix is to make our listeners ignore the broadcast if it's the
initial sticky one.

Bug: 126419558
Test: make RunSettingsRoboTests
Change-Id: I6ab7b43d74b07a839e45ce5368e45809be658b9d
2019-03-04 16:37:33 -08:00
Antony Sargent
627f14bfd0 Disable the "SIM cards" tile in new Network & internet page
When settings_network_and_internet_v2 is enabled, don't show the old
"SIM cards" tile for managing multiple SIM cards on the Network &
internet page, since we now have new UI for this.

Bug: 116349402
Test: manual (put device into dual-sim dual-standby mode, and enable the
'settings_network_and_internet_v2' flag in the FeatureFlags section of
Developer options)

Change-Id: Icc0d723b634f15ad831e38b783ae226a7717f674
2019-03-04 16:12:51 -08:00
Fan Zhang
c7635e582f Remove task affinity on misc settings
The task affinity is making upnav button acting strange.

Fixes: 118789456
Fixes: 127335758
Test: rebuild and go through Settings search
Change-Id: I911298dfc995c271cf0d34f24cd87caecd153b34
2019-03-04 14:55:34 -08:00
TreeHugger Robot
1795e0323c Merge "Increasing char limit to 67 per linguists' request." 2019-03-04 22:49:30 +00:00
TreeHugger Robot
d8b73f832f Merge "Use PermissionControllerService.isRoleVisible() in app info shortcut." 2019-03-04 22:49:23 +00:00
TreeHugger Robot
30784fdd03 Merge "Add flag to hide top-level accessibility." 2019-03-04 22:30:12 +00:00
jackqdyulei
6b242d94dc Add null check for forbiddenPlmns
Fixes: 127202257
Test: RunSettingsRoboTests
Change-Id: I2baa88249fda869640cb2b6debbf6437f0782c27
2019-03-04 13:16:28 -08:00
Alex Buynytskyy
ae0dd95ab6 Increasing char limit to 67 per linguists' request.
Test: make RunSettingsRoboTests ROBOTEST_FILTER=development
BUG: 126266234
Change-Id: Ia169343355a73c3493407c51dc728c868dfdf565
2019-03-04 13:03:44 -08:00
TreeHugger Robot
ca299cf281 Merge "Add search key for fingerprint" 2019-03-04 20:53:38 +00:00
Fan Zhang
d3d7ca1588 Add search key for fingerprint
Fixes: 126683958
Test: search again
Change-Id: I368da656656cef5c283f6df712469e106d4d88ed
2019-03-04 10:08:28 -08:00
Svetoslav Ganov
f9df7394ca Merge "Slice and dice app ops - Settings" 2019-03-04 17:22:20 +00:00
TreeHugger Robot
2921e298c4 Merge "Use the colorAccent for ghost boy avatar" 2019-03-04 06:32:34 +00:00
TreeHugger Robot
d7e240e6ce Merge "[MAC Randomization] Extend char limitation for translation" 2019-03-04 05:20:35 +00:00
Sunny Shao
b510ad24bc Use the colorAccent for ghost boy avatar
Bug: 126926489
Test: manual review
Change-Id: I3e6b90ba9b39f1fe59103d5aa453d8c41533cb11
2019-03-04 11:46:36 +08:00
Jackal Guo
60e3236604 Merge "Provide a way to ToggleA11yServicePreferenceFragment via Intent" 2019-03-04 03:35:56 +00:00
cosmohsieh
07e1972822 [MAC Randomization] Extend char limitation for translation
Extend char limit for translation

Bug: b/126267054
Test: Manual
Change-Id: Iafa0b6f10e1024889c826ecd45c855769d8f389e
2019-03-04 08:53:22 +08:00
TreeHugger Robot
0fa2651d3f Merge "Change Easy Connect intent naming" 2019-03-03 16:17:33 +00:00
TreeHugger Robot
8e47c36e63 Merge "Import translations. DO NOT MERGE" 2019-03-03 00:01:58 +00:00
Bill Yi
7649b36c6a Import translations. DO NOT MERGE
Change-Id: I753d8e32cd7b58e68540fee3f95196d96fd2b651
Auto-generated-cl: translation import
2019-03-02 10:39:14 -08:00
Svet Ganov
cfa412f2e2 Slice and dice app ops - Settings
Update the code to only pull and query the trsuted
portion of the last/historical app op data.

Test: manual

bug:111061782

Change-Id: I55b8be1c6715ff60c7b31c80db21029fea595c8f
2019-03-01 23:20:21 -08:00
Andrii Kulian
ee59c6e596 Merge "Revert "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile"""" am: 50a39ba9a9 am: c307426ebe
am: 8ef38e1939

Change-Id: Ibf30daac71377734aa5f141a52ca032e122db05e
2019-03-01 18:27:45 -08:00
Andrii Kulian
8ef38e1939 Merge "Revert "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile"""" am: 50a39ba9a9
am: c307426ebe

Change-Id: I3888d6a447a5b9ea588ee0e93c4c0f91626f1b70
2019-03-01 18:13:47 -08:00
Andrii Kulian
c307426ebe Merge "Revert "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile""""
am: 50a39ba9a9

Change-Id: I92454274470675dbe533c0713d44c304f0cfaaf0
2019-03-01 18:03:12 -08:00
Andrii Kulian
50a39ba9a9 Merge "Revert "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile"""" 2019-03-02 01:52:04 +00:00
Andrii Kulian
c70f3ebc29 Revert "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile"""
This reverts commit e7fe45f4ca.

Reason for revert: broke git_pi-dev-plus-aosp build

Change-Id: I390b0006bb780ce81520ea851f474e0188f0495e
2019-03-02 01:44:55 +00:00
Takamasa Kuramitsu
747d0e3551 Merge "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile""" am: b67697cf38 am: b496699104
am: 08415faf4a

Change-Id: I8ee4a02c14f7ed4f51658930182b995d342dcc16
2019-03-01 17:14:29 -08:00
TreeHugger Robot
588502158d Merge "Check euiccManager available before update EID" 2019-03-02 00:57:26 +00:00
Takamasa Kuramitsu
08415faf4a Merge "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile""" am: b67697cf38
am: b496699104

Change-Id: I4ad127ad793b1c154af8536b8b989aafd283e787
2019-03-01 16:52:30 -08:00
Takamasa Kuramitsu
b496699104 Merge "Revert "Revert "Add LOCAL_RESOURCE_DIR in Settings makefile"""
am: b67697cf38

Change-Id: Ic1a3e5d5bd2660b8ed71b0650672321480d60adb
2019-03-01 16:29:52 -08:00
Ben Lin
5124ab5d92 Add flag to hide top-level accessibility.
Bug: None
Test: robotests
Change-Id: I67cee6054e54389812bc025e637029547c8f2896
2019-03-01 16:13:23 -08:00