TreeHugger Robot
d94fbbc325
Merge "Fix null pointer exception when logging suggestions." into oc-mr1-dev
2017-08-24 00:36:43 +00:00
TreeHugger Robot
0e800978bf
Merge "Set preference invisible when no anomaly" into oc-mr1-dev
2017-08-23 19:57:41 +00:00
TreeHugger Robot
d0066e3875
Merge "Update strings when shortString is true" into oc-mr1-dev
2017-08-23 19:38:40 +00:00
jackqdyulei
4242ee0dd4
Set preference invisible when no anomaly
...
In the previous code path, we will create an invisible anomaly preference
and update it to visible if it contains any anomaly. However, when
anomaly is dismissed we don't reset preference to invisible.
So, this cl adds code to set it to invisible explicitly when anomaly list
is empty.
Bug: 64617126
Test: RunSettingsRoboTests
Change-Id: Ie7a3498da91243f05f4c47fb1cc5f67b177d04b1
2017-08-23 10:09:19 -07:00
TreeHugger Robot
a097d68c4b
Merge "Stop display "Cell network" item for tablet" into oc-mr1-dev
2017-08-23 01:42:42 +00:00
TreeHugger Robot
a6b67d15eb
Merge "Pattern entry views should be consistent" into oc-mr1-dev
2017-08-23 00:24:13 +00:00
TreeHugger Robot
e040ef4a39
Merge "A separate entry for work profile CA cert" into oc-mr1-dev
2017-08-22 18:04:00 +00:00
Tony Mak
c74bbcd3b2
A separate entry for work profile CA cert
...
We mixed both primary and work profile CA certs into single entry
previously which is not aligned with the CTS requirement.
Separate them from now.
Test: m -j RoboSettingsTest
Test: Run related manual test in CtsVerifier
Bug: 64567417
Change-Id: Iaff2d9f25ef15b96c11727e7075bdae8e90ec8ce
2017-08-22 18:24:30 +01:00
Kevin Chyn
e4cfb6a594
Pattern entry views should be consistent
...
This change makes confirm_pattern consistent with choose_pattern
Fixes: 27290562
Test: manual
Change-Id: Id56492df71624552c8362f648756ba64bf908965
2017-08-22 01:16:08 +00:00
TreeHugger Robot
0f5fadcb0e
Merge "Set the bidi flags on Paints in DonutView" into oc-mr1-dev
2017-08-21 17:32:25 +00:00
Charles He
1d6cec8ca2
Merge "Clear "Wrong pattern" prompt automatically." into oc-mr1-dev
2017-08-21 16:04:38 +00:00
Roozbeh Pournader
4fb3e719d2
Set the bidi flags on Paints in DonutView
...
Previously, DonutView used Canvas.drawText with a Paint with default
bidi directions, which is LTR. This meant that even in RTL locales,
text was displayed assuming the direction of the paragraph the text
was appearing in was LTR. This caused an incorrect display of Arabic
percentages.
Now we set the Paint bidiFlags according to the Locale's direction.
Change-Id: Ic10228b8a23dc49de60246c37adfbaf7f8fd4e9e
Fixes: 63767043
Test: Manual (tested in ar-EG, ar-MA, fa-IR, ur-PK, and he-IL locales)
2017-08-18 23:35:03 +00:00
Phil Weaver
6c9a1262be
Merge "Ensure a11y ids for LabeledSeekBar are in bounds" into oc-mr1-dev
2017-08-18 20:20:47 +00:00
Charles He
caf9510923
Clear "Wrong pattern" prompt automatically.
...
When the user enters a wrong pattern/pin/password, a "Wrong
pattern/pin/password" text shows up on ConfirmLockPattern or
ConfirmLockPassword screen. In ConfirmLockPassword, it disappears
automatically after 3 seconds, whereas it doesn't in ConfirmLockPattern.
In this change, we make the prompt in ConfirmLockPattern disappear
automatically as well.
Bug: 64781905
Test: manual
Test: make RunSettingsRoboTests
Change-Id: I53a25576413671ced4197064d51fbcc397733265
2017-08-18 17:35:27 +01:00
TreeHugger Robot
268c6c6ca6
Merge "Null-pointer check when updating name of ZenRule." into oc-mr1-dev
2017-08-18 14:08:24 +00:00
TreeHugger Robot
682ff5562c
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev
2017-08-17 15:33:39 +00:00
TreeHugger Robot
f51b4a580f
Merge "Suppress some search results" into oc-mr1-dev
2017-08-17 01:20:42 +00:00
TreeHugger Robot
89c2adf420
Merge "Add fingerprint illustration image" into oc-mr1-dev
2017-08-17 00:49:00 +00:00
TreeHugger Robot
53a77a2452
Merge "Fix rotation bug in Bluetooth pairing PIN dialog" into oc-mr1-dev
2017-08-17 00:38:40 +00:00
TreeHugger Robot
7a5e42f3db
Merge "Nfc Payment Preference check if the dialog is non-null before dismissing" into oc-mr1-dev
2017-08-17 00:32:40 +00:00
Maurice Lam
f4716e89c0
Merge "Fix bad string reference" into oc-mr1-dev
2017-08-16 23:33:43 +00:00
TreeHugger Robot
9a03b951d2
Merge "Remove gibberish summary in search when query is "lock"" into oc-mr1-dev
2017-08-16 22:57:24 +00:00
Doris Ling
97da51876b
Fix null pointer exception when logging suggestions.
...
In monkey test, the suggestions list can become null. So, add check
for valid suggestions list before trying to iterate through the
suggestions.
Fixes: 64757618
Test: make RunSettingsRoboTests
Change-Id: Ib670808a4f222187b9cd53d7d939e71b5ce8dbae
2017-08-16 15:26:03 -07:00
Fan Zhang
83eaff5e4a
Suppress some search results
...
Fixes: 62137086
Test: reindex search
Test: robotests
Change-Id: I12e873edade80e4c0007d10352fb037b3230c643
2017-08-16 22:25:29 +00:00
Antony Sargent
563c4a6557
Fix rotation bug in Bluetooth pairing PIN dialog
...
BluetoothPairingDialogFragment has code that makes the OK button on the
dialog disabled until the user has entered at least one character into
the PIN field. However it didn't properly handle the case where the user
had entered some text and then rotated the screen - because it always
marked the OK button as disabled during onShow even if it already had
some content. This CL fixes that by looking at the text content and only
disabling the OK button if the content is empty.
Bug: 36514895
Test: make RunSettingsRoboTests
Change-Id: I4e8e70089a862e67b20ff614bbaa64fc2b641fd4
2017-08-16 15:19:47 -07:00
Fan Zhang
875b8eae39
Remove gibberish summary in search when query is "lock"
...
Fixes: 64165687
Test: visual for search
Test: rerun robotest for securitysettings
Change-Id: I5c44e351a767c7ce3037a81d0932d9bd6b59635e
2017-08-16 22:12:44 +00:00
jackqdyulei
ae4b79ee6d
Update strings when shortString is true
...
After b/64124535, battery strings in settings page use shortString
version. This cl updates the charging string in this situation to
match the mock.
Note that no matter whether we use shorString, the chargingLabel
should remain the same.
Bug: 64752046
Test: RunSettingsRoboTests
Change-Id: I4395d4660e212688cd560ca0b124acbd9c099cc9
2017-08-16 14:42:35 -07:00
Suprabh Shukla
a5e4dd2b5e
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours am: 81ba0cc873 -s ours am: 82afc6c5fd -s ours am: 23e185adf8 -s ours am: 5d4a2bb844 -s ours am: b4678ce1d2 -s ours
...
am: 9a416573d7 -s ours
Change-Id: I5bad4c775a8bd9cb30c428006369335f9da8dd9f
2017-08-16 21:20:30 +00:00
Suprabh Shukla
7b59fe50a7
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours am: b2f5566de5 -s ours am: 05fec2162a -s ours am: df39274478 -s ours am: a6b4e032c8 -s ours am: 28f6dd01bc -s ours
...
am: 8fe20711fa -s ours
Change-Id: I87f9269d525a63210c55b70e347a693fa8c65ed2
2017-08-16 21:19:30 +00:00
Suprabh Shukla
832dde9768
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours am: 817c35056c -s ours am: 6d7bb4c4d0 -s ours am: 3dd026d5dc -s ours am: 142433924f -s ours am: 0e22588ed0 -s ours
...
am: bbe3047d1d -s ours
Change-Id: If2bd687791fccfd3b5aea601053f6038be1d6577
2017-08-16 21:17:28 +00:00
Ruchi Kandoi
8bd3ec13c6
Nfc Payment Preference check if the dialog is non-null before dismissing
...
Test: monkey test
Bug: 64758793
Change-Id: I3905096889b2dc6ef468afc76e9767f63b4163ad
2017-08-16 13:45:39 -07:00
Suprabh Shukla
9a416573d7
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours am: 81ba0cc873 -s ours am: 82afc6c5fd -s ours am: 23e185adf8 -s ours am: 5d4a2bb844 -s ours
...
am: b4678ce1d2 -s ours
Change-Id: I199cfbc0ec36904483c35aa9712ab471cf5b4ec2
2017-08-16 20:42:38 +00:00
Suprabh Shukla
8fe20711fa
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours am: b2f5566de5 -s ours am: 05fec2162a -s ours am: df39274478 -s ours am: a6b4e032c8 -s ours
...
am: 28f6dd01bc -s ours
Change-Id: If16f17e144156b08dc9fea587178cad18dc370e7
2017-08-16 20:41:48 +00:00
Suprabh Shukla
bbe3047d1d
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours am: 817c35056c -s ours am: 6d7bb4c4d0 -s ours am: 3dd026d5dc -s ours am: 142433924f -s ours
...
am: 0e22588ed0 -s ours
Change-Id: I7243a50b7d64e1ee63d85e4ce5467217c76d7bce
2017-08-16 20:40:59 +00:00
Maurice Lam
209410dd2a
Fix bad string reference
...
The source string was removed but there are still references to it.
Updating the references as well in this CL.
Test: mma with ANDROID_AAPT_IGNORE on locale files
Bug: 64763091
Change-Id: I43ef63207e884cbaa92ff3853b0f1fd690cf05f8
2017-08-16 13:39:12 -07:00
Suprabh Shukla
b4678ce1d2
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours am: 81ba0cc873 -s ours am: 82afc6c5fd -s ours am: 23e185adf8 -s ours
...
am: 5d4a2bb844 -s ours
Change-Id: I949bed4c34aeea91e85eae01ffbf812e486ac5d8
2017-08-16 20:25:12 +00:00
Suprabh Shukla
28f6dd01bc
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours am: b2f5566de5 -s ours am: 05fec2162a -s ours am: df39274478 -s ours
...
am: a6b4e032c8 -s ours
Change-Id: I141ba4edaa9fa21b95d7f8d353764db26d9a5b6a
2017-08-16 20:24:28 +00:00
Suprabh Shukla
0e22588ed0
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours am: 817c35056c -s ours am: 6d7bb4c4d0 -s ours am: 3dd026d5dc -s ours
...
am: 142433924f -s ours
Change-Id: Id62e3af77aba546d3a83a8467dc60af88fbf6083
2017-08-16 20:23:41 +00:00
Suprabh Shukla
5d4a2bb844
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours am: 81ba0cc873 -s ours am: 82afc6c5fd -s ours
...
am: 23e185adf8 -s ours
Change-Id: I28fb4049f4c3a51d163cc77b60358736d082604e
2017-08-16 20:22:36 +00:00
Suprabh Shukla
a6b4e032c8
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours am: b2f5566de5 -s ours am: 05fec2162a -s ours
...
am: df39274478 -s ours
Change-Id: I487f45dcd45eecbc587af45bdc748c842d6414d6
2017-08-16 20:18:15 +00:00
Suprabh Shukla
23e185adf8
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours am: 81ba0cc873 -s ours
...
am: 82afc6c5fd -s ours
Change-Id: If3e96fdcd076bfe522b32726d05bef5f5a605d6a
2017-08-16 20:17:34 +00:00
Suprabh Shukla
142433924f
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours am: 817c35056c -s ours am: 6d7bb4c4d0 -s ours
...
am: 3dd026d5dc -s ours
Change-Id: I55000b3f1b300a833bb643816413a83d65ebedec
2017-08-16 20:17:28 +00:00
Suprabh Shukla
82afc6c5fd
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours am: 202970aa92 -s ours
...
am: 81ba0cc873 -s ours
Change-Id: I53467a6c6802c65bf458afa8fd800954bc91f99b
2017-08-16 20:14:42 +00:00
Suprabh Shukla
81ba0cc873
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours am: 3ce6d3ee87 -s ours
...
am: 202970aa92 -s ours
Change-Id: Ic1b3450cc4d3cf70cf95b6f80e0b5fd82ff61446
2017-08-16 20:10:37 +00:00
Suprabh Shukla
df39274478
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours am: b2f5566de5 -s ours
...
am: 05fec2162a -s ours
Change-Id: I75623b15f15658930e459710fb46cc2f55d788e8
2017-08-16 20:09:35 +00:00
Suprabh Shukla
3dd026d5dc
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours am: 817c35056c -s ours
...
am: 6d7bb4c4d0 -s ours
Change-Id: I3e042c60b170bf709b0848bc2746f0cba6afbbcf
2017-08-16 20:08:56 +00:00
Suprabh Shukla
202970aa92
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours am: cf0caf8f22 -s ours
...
am: 3ce6d3ee87 -s ours
Change-Id: I8afbb6a39eb1cffe0cafc94a4b3c98629afce27c
2017-08-16 20:06:04 +00:00
Suprabh Shukla
05fec2162a
Disabling the activate button when paused am: 9ffee0d534 am: d27e28eab7 am: 93a9e9f7f2 -s ours am: 78a9d598f1 -s ours am: 0dba51f9f0 -s ours am: 7bd8e120cb -s ours am: d22de194f5 -s ours am: de8e1f4be5 -s ours
...
am: b2f5566de5 -s ours
Change-Id: I12e7f9916aafaadb653e85c0af3de506b3a652a7
2017-08-16 20:04:24 +00:00
Suprabh Shukla
6d7bb4c4d0
Disabling the activate button when paused am: af5d8b9b03 am: 26f4aceece am: ccad4a3621 am: 72beaddfd4 -s ours am: 2e6cf5dcde -s ours
...
am: 817c35056c -s ours
Change-Id: I6ab3c67db3726cd15ca3114b0edb41d0ae248a3f
2017-08-16 20:03:34 +00:00
Suprabh Shukla
3ce6d3ee87
Disabling the activate button when paused am: de5df8b090 am: 779237e37f am: 24547155ea -s ours am: 889036189b -s ours am: 9acf640efd -s ours am: 29c1777ca5 -s ours am: 694ab09ff3 -s ours am: a92a7e400f -s ours
...
am: cf0caf8f22 -s ours
Change-Id: If3daaffd53e0ee3743f6f4a1608c5114cfa498b7
2017-08-16 20:02:33 +00:00