TreeHugger Robot
db329e92d0
Merge "Fix the preference index conflict problem" into rvc-dev am: e76cdc27d0 am: 5c6094bcf4 am: ea0934d5e5
...
Change-Id: I251c0cc0b18265658d10749c32596646743b17fa
2020-04-29 13:53:13 +00:00
TreeHugger Robot
ea0934d5e5
Merge "Fix the preference index conflict problem" into rvc-dev am: e76cdc27d0 am: 5c6094bcf4
...
Change-Id: Id7b2d221b2409d8a4fce6ecdde55369aec488be3
2020-04-29 13:38:32 +00:00
TreeHugger Robot
5c6094bcf4
Merge "Fix the preference index conflict problem" into rvc-dev am: e76cdc27d0
...
Change-Id: Ibc3eb51b98ea8dbb864731f92cc5a503d297d857
2020-04-29 13:22:48 +00:00
Neil Fuller
a21962b3c9
Fix missing zone strings in some cases
...
ICU's TimeZoneNames requires a "canonical" zone ID, otherwise it will
return no data. Usually the ID being used is the same as the canonical
ID so there's no problem. TZDB version 2020a switched the ID of one of
Greenland's zones from America/Godthab to America/Nuuk, and ICU/CLDR
hold their translation data against America/Godthab in the current
version of ICU on Android.
Bug: 155167041
Test: Manual - viewed settings on a device with the tzdb 2020a update
Merged-In: Ia89c777a832f8b41c8d56d3327a9b7370ba44b52
Change-Id: Ia89c777a832f8b41c8d56d3327a9b7370ba44b52
(cherry picked from commit eafec7a244 )
2020-04-29 14:08:38 +01:00
TreeHugger Robot
e76cdc27d0
Merge "Fix the preference index conflict problem" into rvc-dev
2020-04-29 13:01:45 +00:00
jasonwshsu
e76f541f7c
Logs accessibility service user trigger status.
...
* Uses the atom AccessibilityServiceReported in westworld.
Bug: 151285965
Test: make statsd_testdrive && ./out/host/linux-x86/bin/statsd_testdrive 267
Change-Id: Id6a109e4e90c09f2310d92533cd4632875712f81
2020-04-29 20:16:14 +08:00
Sunny Shao
502a5eb1c5
Fix the preference index conflict problem
...
Bug: 153888035
Test: manual test
Change-Id: I6c67d2fea752487ceb5fa05c6537df980a0f8d6a
2020-04-29 11:53:55 +00:00
hoffc
38495e875b
Settings: Fix force close when destory sim lock fragment view am: d6c805f0bb am: 535ebae5fb am: 375b565eb4
...
Change-Id: Ic0098f3f4f6301e2e783296722ac473f04bbb9dd
2020-04-29 10:49:08 +00:00
hoffc
375b565eb4
Settings: Fix force close when destory sim lock fragment view am: d6c805f0bb am: 535ebae5fb
...
Change-Id: I0e287cb3d0f1689679c96131e6cf90ee11e80a9c
2020-04-29 10:33:14 +00:00
hoffc
535ebae5fb
Settings: Fix force close when destory sim lock fragment view am: d6c805f0bb
...
Change-Id: I1c1c3b249f938ee487dc9346bcad4c9223e2e4e7
2020-04-29 10:12:39 +00:00
Yanting Yang
df5aaec663
Remove index for Take call on of Sound page
...
"Take call on" is only visible when there are multiple media devices
connected and phone call is incoming or answering. In general, this
preference is hard to see for users.
In reality, users usually change the phone call output on Phone app,
it's a rare case that user will go to Settings to search "Take call on"
to change the phone call output when they are answering call.
Intend to remove its index from Settings Search first since it's almost
invisible on Sound page. Users will confuse that why Sound page doesn't
show the corresponding preference when they found the "Take call on" and
tapped on it from Settings Search.
Fixes: 140392320
Test: visual and robotests
Change-Id: I87ec4fda2a3d8625c8f09beeffe348a302187d6d
2020-04-29 17:14:35 +08:00
Alex Johnston
7d2f42ef2b
Merge "Check if FRP policy is supported in Settings" into rvc-dev am: d1408a66a6 am: b2c004b3b7 am: 36956907ce
...
Change-Id: Ia99cb382f7a8db2065751f7f9dcc9696497bd129
2020-04-29 09:07:58 +00:00
Alex Johnston
36956907ce
Merge "Check if FRP policy is supported in Settings" into rvc-dev am: d1408a66a6 am: b2c004b3b7
...
Change-Id: Iea3de900abd4fa5179e355f59366e9f8cd542d11
2020-04-29 08:50:09 +00:00
Menghan Li
5337625d14
Merge "Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog." into rvc-dev am: 981d10db0b am: 5d7fd4abc3 am: 222ccca3af
...
Change-Id: I85414131be20dc1e393a1f3d7c5e69860400e758
2020-04-29 08:44:48 +00:00
hoffc
d6c805f0bb
Settings: Fix force close when destory sim lock fragment view
...
Sim lock fragment does not override its parent onCreateView method and diretly
return null, which results in NPE when destory after removing Sim card.
Override its parent onCreateView when no sim card inserted.
Bug: 154743278
Test: build pass
Change-Id: I0b10a07c1767cda74096dc44ef7ffa7839a9aae4
Merged-In: I0b10a07c1767cda74096dc44ef7ffa7839a9aae4
2020-04-29 16:34:21 +08:00
Alex Johnston
b2c004b3b7
Merge "Check if FRP policy is supported in Settings" into rvc-dev am: d1408a66a6
...
Change-Id: I65079e2dc5c1cceb8489c7d691cdce08f0788c90
2020-04-29 08:33:53 +00:00
Jason Chiu
d304c20a15
Refine contextual Bluetooth card behavior when Bluetooth is off
...
When bluetooth is off, show the specific layout for enabling Bluetooth.
Bug: 154691520
Test: robotest
Change-Id: If3fd493558dcf2a47183345bbe175dfe257574d1
2020-04-29 16:29:41 +08:00
Menghan Li
222ccca3af
Merge "Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog." into rvc-dev am: 981d10db0b am: 5d7fd4abc3
...
Change-Id: I5b445da9587b04642bec4ac63ed18cbaf1f628ea
2020-04-29 08:25:17 +00:00
Alex Johnston
d1408a66a6
Merge "Check if FRP policy is supported in Settings" into rvc-dev
2020-04-29 08:19:14 +00:00
Menghan Li
5d7fd4abc3
Merge "Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog." into rvc-dev am: 981d10db0b
...
Change-Id: I3a7d6846feb4191cf09aea61f3b6e1eb0cea03e4
2020-04-29 08:13:57 +00:00
Menghan Li
981d10db0b
Merge "Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog." into rvc-dev
2020-04-29 07:59:35 +00:00
Arc Wang
86aa111f0c
Set usage graph LTR layout direction for Persian & Urdu
...
Persian & Urdu are RTL lanuages but users request LTR
usage graph layout direction.
Bug: 153483998
Test: manual visual
Set locale Persian or Urdu.
In 'Wi-Fi data usage', the usage graph should be LTR.
Change-Id: I850baa17d12ac3e0de62382fcb90eda9a19dbcbd
2020-04-29 15:10:14 +08:00
Zoey Chen
fc6bf429e3
Merge "Improve the performance of displaying preference." into rvc-dev am: e6b7e24a09 am: 9bdb276281 am: 1891db88b1
...
Change-Id: Ifbabf8515ea4223a0ae74f930127dd3ee404465b
2020-04-29 06:40:31 +00:00
Zoey Chen
1891db88b1
Merge "Improve the performance of displaying preference." into rvc-dev am: e6b7e24a09 am: 9bdb276281
...
Change-Id: Iea50e0a5c9f4f01050aacb55c63c9663b7847699
2020-04-29 06:27:51 +00:00
Zoey Chen
9bdb276281
Merge "Improve the performance of displaying preference." into rvc-dev am: e6b7e24a09
...
Change-Id: If161edb6ba8db7861bd9e36fcec89e02f14031ce
2020-04-29 06:11:55 +00:00
TreeHugger Robot
1276dbef56
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 8c28127323 -s ours am: c763d18148 -s ours am: 29f6ec314e -s ours
...
am skip reason: subject contains skip directive
Change-Id: I54f25b248843669547ec36a280c111ead5104215
2020-04-29 06:07:32 +00:00
TreeHugger Robot
113a084571
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: fdb8558d88 -s ours am: 899dbf039f -s ours am: f80898b03b -s ours
...
am skip reason: subject contains skip directive
Change-Id: Ifca877357cf6ad66c7d41bc2099a3f59585409b9
2020-04-29 06:07:23 +00:00
TreeHugger Robot
dc18558a59
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609 am: 222da24344 am: ae12c347ee
...
Change-Id: If6e047f5a0885de679c9c871693a94fcb6ed053c
2020-04-29 06:06:41 +00:00
Zoey Chen
e6b7e24a09
Merge "Improve the performance of displaying preference." into rvc-dev
2020-04-29 05:57:12 +00:00
TreeHugger Robot
29f6ec314e
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 8c28127323 -s ours am: c763d18148 -s ours
...
am skip reason: subject contains skip directive
Change-Id: Ic87ea23e12d78533b2bf67fa9691c13324573662
2020-04-29 05:50:19 +00:00
TreeHugger Robot
f80898b03b
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: fdb8558d88 -s ours am: 899dbf039f -s ours
...
am skip reason: subject contains skip directive
Change-Id: I5313f8a3cbb131e3f9b140cc55b8baa37a74cba1
2020-04-29 05:50:13 +00:00
TreeHugger Robot
ae12c347ee
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609 am: 222da24344
...
Change-Id: I2306bbe11fb2eeccfd9fc498d0faef3b4290077c
2020-04-29 05:49:50 +00:00
menghanli
de1258f9cf
Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog.
...
Root cause: service status is not updated after the shortcut status
changed.
Next: Add callback to update the service status
Bug: 155157599
Test: Manual test
Change-Id: I286a04d43066c787304c54eb7b0dfdac5728b6ac
2020-04-29 13:44:54 +08:00
TreeHugger Robot
c763d18148
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 8c28127323 -s ours
...
am skip reason: subject contains skip directive
Change-Id: Id2be69ba0089b706e6251e260c2b2a0efa4c8d2b
2020-04-29 05:40:07 +00:00
TreeHugger Robot
8c28127323
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-29 05:37:45 +00:00
TreeHugger Robot
899dbf039f
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: fdb8558d88 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I6b1514ea2a852fc8e77e413d7415d6493d749778
2020-04-29 05:33:27 +00:00
TreeHugger Robot
222da24344
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609
...
Change-Id: I8ba500b881798bfe9ee55d5a1d82e3f8926cd4a0
2020-04-29 05:33:14 +00:00
TreeHugger Robot
fdb8558d88
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-04-29 05:24:29 +00:00
TreeHugger Robot
4c221d1609
Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev
2020-04-29 05:17:30 +00:00
Paul Chang
886e31fcec
Merge "Fix - Bug report handler settings is not shown when it is launched by a work profile app." into rvc-dev am: e52353609e am: c6f8af3626 am: dc0233d022
...
Change-Id: I64687e24beb5b0cde0b729daeb74d6029bb02f9f
2020-04-29 03:26:51 +00:00
zoey chen
84587b1aa3
Improve the performance of displaying preference.
...
- Set a variable to record the status then replace getAvailabilityStatus() with it.
Test: manual test, use command to run MobileNetworkSettings and record it.
Bug: 154061428
Change-Id: Ia13a75a3821bb6c17d0dfeffb5043f47b60adf61
2020-04-29 11:21:36 +08:00
Paul Chang
dc0233d022
Merge "Fix - Bug report handler settings is not shown when it is launched by a work profile app." into rvc-dev am: e52353609e am: c6f8af3626
...
Change-Id: I966ad09438a6607942342de174984d2af7b93847
2020-04-29 03:11:19 +00:00
Paul Chang
c6f8af3626
Merge "Fix - Bug report handler settings is not shown when it is launched by a work profile app." into rvc-dev am: e52353609e
...
Change-Id: I9e901b0b99fbcf40a34a1d0a0a6d9af11f1c22c8
2020-04-29 02:55:05 +00:00
TreeHugger Robot
cedd5b1e5c
Merge "Fix NPE if CarrierConfigManager is not available" into rvc-dev am: 7a2f3dd8a7 am: 0886b927ec am: 20876aa35e
...
Change-Id: I5fe1dddf8721f65a91ff1fc74070711c3d5952e5
2020-04-29 02:40:00 +00:00
Paul Chang
e52353609e
Merge "Fix - Bug report handler settings is not shown when it is launched by a work profile app." into rvc-dev
2020-04-29 02:38:45 +00:00
TreeHugger Robot
20876aa35e
Merge "Fix NPE if CarrierConfigManager is not available" into rvc-dev am: 7a2f3dd8a7 am: 0886b927ec
...
Change-Id: Ic08c232d198b32d77771ae6addff4a5a47915419
2020-04-29 02:19:46 +00:00
TreeHugger Robot
0886b927ec
Merge "Fix NPE if CarrierConfigManager is not available" into rvc-dev am: 7a2f3dd8a7
...
Change-Id: I3749154738a770247a35284d26061a5f530294bf
2020-04-29 02:01:35 +00:00
TreeHugger Robot
7a2f3dd8a7
Merge "Fix NPE if CarrierConfigManager is not available" into rvc-dev
2020-04-29 01:44:42 +00:00
Bill Yi
6de079f842
Import translations. DO NOT MERGE
...
Change-Id: Ia9288eff67da11149c3207ff4c99093b5b4a2271
Auto-generated-cl: translation import
2020-04-28 17:26:06 -07:00
Bill Yi
2a3fe1c938
Import translations. DO NOT MERGE
...
Change-Id: I110ea7607bf1a03f53ec852eb9fa791f7ad7a2f3
Auto-generated-cl: translation import
2020-04-28 16:54:21 -07:00