Alan Viverette
ee4b52afd8
Merge "Automatic casts for more findViewById implementations" into oc-dev
...
am: 7458ea3827
Change-Id: I7c77634f1a5b2551830796118e1fe69d389d6884
2017-04-05 13:58:51 +00:00
Alan Viverette
7458ea3827
Merge "Automatic casts for more findViewById implementations" into oc-dev
2017-04-05 13:54:51 +00:00
Alejandro Fernández
91266901dc
Merge "Updating javadoc string for DevicePolicyManager.EXTRA_PROVISIONING_SUPPORT_URL to indicate that only HTTPS urls are supported." into oc-dev
...
am: 8d41ad08c0
Change-Id: I2a0f80a5da207243aa39c6d19e0743261f655f62
2017-04-05 11:31:29 +00:00
TreeHugger Robot
8d41ad08c0
Merge "Updating javadoc string for DevicePolicyManager.EXTRA_PROVISIONING_SUPPORT_URL to indicate that only HTTPS urls are supported." into oc-dev
2017-04-05 11:25:31 +00:00
Seigo Nonaka
97b35a7089
Merge "Pass weight/italic pair instead of style." into oc-dev
...
am: b4e3b344fa
Change-Id: I9d430af9489878fd0c7eb8d26dce186a13059450
2017-04-05 10:12:26 +00:00
TreeHugger Robot
b4e3b344fa
Merge "Pass weight/italic pair instead of style." into oc-dev
2017-04-05 10:04:52 +00:00
Sam Lin
4a4b6b6211
Merge "Add a feature flag for CTS." into oc-dev
...
am: 9ff3ec4872
Change-Id: I1b2e8026cf2db083fb17ab03d0e1972addffdbbb
2017-04-05 01:37:26 +00:00
Sam Lin
9ff3ec4872
Merge "Add a feature flag for CTS." into oc-dev
2017-04-05 01:29:20 +00:00
Adam Powell
3da2903a18
Merge "Don't crash when passing null to requestChildFocus" into oc-dev
...
am: df50b64860
Change-Id: I77afb7ee544c08cdc927b0b2e66aa3f229a72892
2017-04-05 00:50:12 +00:00
TreeHugger Robot
df50b64860
Merge "Don't crash when passing null to requestChildFocus" into oc-dev
2017-04-05 00:42:38 +00:00
Chen Xu
7abbc20610
Merge "move ACTION_SERVICE_STATE to system api" into oc-dev
...
am: 5effb5f645
Change-Id: I5b61b20b646a9bfae4e0f89c70f7af71f626c740
2017-04-04 23:49:02 +00:00
Adrian Roos
60c0420907
Merge "AOD: update AOD2 views to spec" into oc-dev
...
am: 146293b35c
Change-Id: I383dae263347ea0719bbbb8af07e6d0a665aee27
2017-04-04 23:44:39 +00:00
Chen Xu
5effb5f645
Merge "move ACTION_SERVICE_STATE to system api" into oc-dev
2017-04-04 23:43:56 +00:00
Adrian Roos
146293b35c
Merge "AOD: update AOD2 views to spec" into oc-dev
2017-04-04 23:38:42 +00:00
Jeff Sharkey
471ab644e3
Merge "Just round up the data partition size." into oc-dev
...
am: edcbf28b7c
Change-Id: I2003f048cc83cfebcf4950734b586483497fae67
2017-04-04 23:29:44 +00:00
TreeHugger Robot
edcbf28b7c
Merge "Just round up the data partition size." into oc-dev
2017-04-04 23:23:34 +00:00
Jeff Sharkey
b69a811663
Merge "Add legacy DownloadManager actions to SystemApi." into oc-dev
...
am: cd77661682
Change-Id: I8ce4e00a78c4ac4b3ffd783bccee10855fa19df0
2017-04-04 22:48:24 +00:00
Todd Kennedy
368628cd8e
Merge "Change name of the intent fields" into oc-dev
...
am: 5379b05256
Change-Id: Iad6fe0e4e64820fafd3bfbfb0d721293d03784cf
2017-04-04 22:46:15 +00:00
Adam Powell
9b24e5c53a
Don't crash when passing null to requestChildFocus
...
Add null checks to ScrollView and HorizontalScrollView for checking
the revealOnFocusHint. This should never happen in code called by
the framework, but some apps were hitting it.
Bug: 36379645
Test: none
Change-Id: I220eb88d82126ff08f47a7c2a7fbdddebf07de81
2017-04-04 22:44:41 +00:00
TreeHugger Robot
cd77661682
Merge "Add legacy DownloadManager actions to SystemApi." into oc-dev
2017-04-04 22:42:10 +00:00
TreeHugger Robot
5379b05256
Merge "Change name of the intent fields" into oc-dev
2017-04-04 22:39:01 +00:00
Felipe Leme
dac7ecebe7
Merge "Initial implementation of autofill partitioning." into oc-dev
...
am: ba2e284a62
Change-Id: I245fc0402f526f2e1ad512c3df5f885856193c5c
2017-04-04 21:49:45 +00:00
TreeHugger Robot
ba2e284a62
Merge "Initial implementation of autofill partitioning." into oc-dev
2017-04-04 21:42:52 +00:00
fionaxu
90fee27577
move ACTION_SERVICE_STATE to system api
...
As per CDD: The "android.*" namespace for intent constants is reserved
for public
Android API in AOSP. (Whether public to the full SDK, @SystemApi or
defined in AOSP support libraries.)
ACTION_SERVICE_STATE intent is generally useful for system/oem
apps thus move to system api
Bug: 33679956
Test: Manual
Change-Id: Ie38b53f077e8a013351d35387f9133e0ebb26cc9
2017-04-04 14:26:40 -07:00
Sam Lin
90e258baf4
Add a feature flag for CTS.
...
Bug: 36599543
Test: Build sailfish and CTS
Test: run cts -o -m CtsAppTestCases -t android.app.cts.SystemFeaturesTest#testFeatureNamespaces
Change-Id: I659ddbe7d6e2d8762d97b8a418cfc246f7a97a3e
2017-04-04 21:24:04 +00:00
Jeff Sharkey
24403ff054
Just round up the data partition size.
...
Instead of trying to be clever by poking at underlying flash part
sizes, rely on the fact that device storage printed on retail
packaging is a power-of-two value.
For a typical device with a 23GiB data partition, this will return
a value of "32GB" which matches the retail packaging.
Test: builds, boots
Bug: 34827187
Change-Id: Ib4cf7f637dffc9238252e1fedcd86dc8b5cf656d
2017-04-04 15:10:06 -06:00
Alejandro Fernández
bfd6193332
Updating javadoc string for DevicePolicyManager.EXTRA_PROVISIONING_SUPPORT_URL to indicate that only HTTPS urls are supported.
...
Bug: 36802087
Test: [Not required] Javadoc update
Change-Id: I379ee7e4895b2aff3017d22a5891eb19f10f8390
2017-04-04 20:50:40 +00:00
Jeff Sharkey
8d5d065cdf
Add legacy DownloadManager actions to SystemApi.
...
They're still used by at least one bundled app.
Test: builds, boots
Bug: 35256608
Change-Id: I45966b3e0ed506ead4544bbbfc9d82b7f9d5205d
2017-04-04 14:38:47 -06:00
Todd Kennedy
d46a1604b7
Change name of the intent fields
...
Change-Id: I67d3f5c7fb3189fdb35908011e92cc82c24b9154
Fixes: 36594944
Test: cts-tradefed run commandAndExit cts-dev -m CtsSignatureTestCases -t android.signature.cts.IntentTest#shouldNotFindUnexpectedIntents
2017-04-04 13:33:13 -07:00
Adrian Roos
d83e9999f7
AOD: update AOD2 views to spec
...
- Increase notification header size
- Dim clock in AOD2
- Hide shelf in AOD2
Bug: 30876804
Test: manual
Change-Id: I272ff54bd0dbed0ae4271c922f62304401651fc9
2017-04-04 13:21:35 -07:00
Evan Rosky
ed5f192ee4
Merge "More finishing-up of cluster implementation" into oc-dev
...
am: baa9a3f4b9
Change-Id: Iedba1beb89d3d5fb7aa5ea8b6361e7c346521d37
2017-04-04 19:54:02 +00:00
Evan Rosky
baa9a3f4b9
Merge "More finishing-up of cluster implementation" into oc-dev
2017-04-04 19:47:11 +00:00
Selim Gurun
912a291335
Merge "Disable WebView autocomplete feature." into oc-dev
...
am: dd7414a644
Change-Id: I7ca639fbafb543dba5d226de3b66e7d90d22da89
2017-04-04 19:39:16 +00:00
TreeHugger Robot
dd7414a644
Merge "Disable WebView autocomplete feature." into oc-dev
2017-04-04 19:31:51 +00:00
George Mount
8695cbad31
Merge "Fix saving target fragment when Fragment not yet created." into oc-dev
...
am: a16859114d
Change-Id: Ia61f383eba7639a3c29fcf4a13b53177141e65d2
2017-04-04 18:55:21 +00:00
TreeHugger Robot
a16859114d
Merge "Fix saving target fragment when Fragment not yet created." into oc-dev
2017-04-04 18:45:19 +00:00
Seigo Nonaka
c81f06186b
Merge "Change justification parameter from boolean to int." into oc-dev
...
am: 04fc05cd66
Change-Id: Ie4fcc93178abfb850068612b02cf3c82dba71377
2017-04-04 18:39:06 +00:00
TreeHugger Robot
04fc05cd66
Merge "Change justification parameter from boolean to int." into oc-dev
2017-04-04 18:29:58 +00:00
Alan Viverette
db7423cd8d
Automatic casts for more findViewById implementations
...
Bug: 24137209
Test: make -j32
Change-Id: I423297a78e63d74eb44fd14747fc3890a9c42937
2017-04-04 14:07:20 -04:00
Kang Li
8b0979666a
Merge "Add a service to rank apps for ResolverActivity." into oc-dev
...
am: 6df90fa53b
Change-Id: I667b1f9d07305d58f921280f8b8fe9ede0aeea1e
2017-04-04 17:51:03 +00:00
Robert Carr
d190369319
Merge "Request layout when updating child layout params." into oc-dev
...
am: b841b4e919
Change-Id: Iaaa3317b0dc8c6e320aa4a8b2677bcc9f1735234
2017-04-04 17:46:16 +00:00
Kang Li
6df90fa53b
Merge "Add a service to rank apps for ResolverActivity." into oc-dev
2017-04-04 17:42:32 +00:00
TreeHugger Robot
b841b4e919
Merge "Request layout when updating child layout params." into oc-dev
2017-04-04 17:36:48 +00:00
Felipe Leme
f43ca7968f
Initial implementation of autofill partitioning.
...
BUG: 35707731
Test: existing CtsAutoFillServiceTestCases pass
Test: PartitionedActivityTest
Change-Id: If9df5fe63249f0b9e9da058d1c9327dfd3c09cf3
2017-04-04 10:30:54 -07:00
Selim Gurun
13e5b0bb97
Disable WebView autocomplete feature.
...
Platform is now providing autofill feature. Disable WebView's simple
form data save feature for platform O and above.
Test: Removing the functionality and the test
Bug: 36869838
Change-Id: If6b9fc12edbe4146fca99d9c6ef8fde36d61f852
2017-04-04 10:19:28 -07:00
Seigo Nonaka
fe04aa840e
Pass weight/italic pair instead of style.
...
Typeface.NORMAL/BOLD/ITALIC/ITALIC_BOLD is used for specifying relative
from current Typeface. For example
Typeface face = Typeface.create("serif");
Typeface thickerFace = Typeface.create(face, Typeface.BOLD);
Typeface moreThickerFace = Typeface.create(tickerFace, Typface.BOLD);
For the purpose of providing font information, we should use weight/italic
value instead of style in Typeface.
The Columns.STYLE field was kept for preventing runtime crash of demo
apps.
Test: Manually
Change-Id: I732e8ee04a66f61321fc0a98dbfb8fdc0a4dd7a4
2017-04-04 10:12:55 -07:00
Seigo Nonaka
de5fa6b3d8
Merge "Reorganize font enumeration API." into oc-dev
...
am: 2ac9698271
Change-Id: Ie9bdcdb8d5997db421b783475e1058027cc4bb6f
2017-04-04 16:56:29 +00:00
TreeHugger Robot
2ac9698271
Merge "Reorganize font enumeration API." into oc-dev
2017-04-04 16:49:56 +00:00
Jorim Jaggi
e6737ba6de
Merge "Schedule window animations at vsync-sf" into oc-dev
...
am: de95d544cd
Change-Id: I0d6377d0cafdf33a7872ddda15d796147e0f4a60
2017-04-04 09:32:04 +00:00
Jorim Jaggi
de95d544cd
Merge "Schedule window animations at vsync-sf" into oc-dev
2017-04-04 09:26:03 +00:00