93476 Commits

Author SHA1 Message Date
TreeHugger Robot
357773aa62 Merge "Add KeyAttestationApplicationIdProviderService to SystemServer" 2016-08-29 16:18:51 +00:00
Lorenzo Colitti
341c0d16e6 Support notifying network switches via notifications and toasts. am: 5526f9c78c am: 4549d8b4aa am: 10acdf7ad1
am: a53ba91c37

Change-Id: Ic2031d00a24a6fd7ad1969a962360920fac9afd1
2016-08-26 22:21:10 +00:00
Michael Kwan
fab203978a Add missing screen bucket for screen percentage for round screens. am: 3c44c5ad77
am: 7a3f780919

Change-Id: I4d6175ec8299a64cde510b0c444341a8cd004ed2
2016-08-26 22:21:06 +00:00
Michael Kwan
7fa10b3a0d Add offset to round screens when an AlertDialog list item is shown. am: 44f854acd7
am: 8aa5b6ac24

Change-Id: I86007173228d55eac99d03f72aaa5bef3467778a
2016-08-26 22:14:20 +00:00
Svetoslav Ganov
046249d9dc Store the event of settings db downgrade am: 264c7a90c7 am: f813a5a1c4
am: 11bd5718a1

Change-Id: I8831eac6d99ba00a80f6e9064b0cc09143b3f9d8
2016-08-26 22:14:01 +00:00
Doris Ling
5fafa3cb86 resolve merge conflicts of 7eeeb0d to master
Change-Id: I11a7b51612a4cfb98b5776d098ca0ec43a75259b
2016-08-26 15:00:49 -07:00
Fyodor Kupolov
0f149f412b Update services info before returning authenticators am: 814464894c am: 7540b79fee am: 69192b00e6
am: 44811aba74

Change-Id: Ie65a1d569c78860b4f5212ddf257408328267398
2016-08-26 21:13:50 +00:00
Amit Mahajan
5d549273f3 Set config_use_sim_language_file to true for mcc 001. am: 68c04c04cb am: cb6c51d028
am: f5dac1419b

Change-Id: Idd2cdaeed5e1e6d71512c9b42e01f846981b8f56
2016-08-26 21:13:42 +00:00
Guang Zhu
22bf2537a6 Merge "use threadtime when collecting logcat" into nyc-mr1-dev am: 333680114d am: 3c5b0dffe3
am: a3924f78f9

Change-Id: I38225078db5d41dd4fc120c0a4b7f9b13f537de0
2016-08-26 21:10:10 +00:00
Amit Mahajan
50e39fe3b3 Changing default value of config_use_sim_language_file to false. am: 2b2f728f28 am: dddb5e3f8f
am: 11f2ffffce

Change-Id: I4129fff91d91d5a80c4a9e29911a76b3d4647c66
2016-08-26 21:03:42 +00:00
TreeHugger Robot
5d020df1a4 Merge "resolve merge conflicts of 84d7f57 to master" 2016-08-26 20:55:38 +00:00
Chong Zhang
885f6495ac Merge "Only use saved surface if started by launcher or moved to front" 2016-08-26 19:30:40 +00:00
Colin Cross
27ef5de65f resolve merge conflicts of 84d7f57 to master
Change-Id: If919f38b89dbb9936aa6b8232be27dcc793925cd
2016-08-26 12:23:10 -07:00
Jack Yu
b5b4c359f1 Do not print misleading debug messages in some scenarios. am: bfd1d6ed49 am: d330f0ccc4
am: cc2b91697f

Change-Id: I18d2899cf7ac747a1789e17a2b9786aa9c49c002
2016-08-26 18:55:06 +00:00
Alan Viverette
cdfd0c8960 Improve docs for GradientDrawable's useLevel and centerX/Y properties am: daec5506c4 am: cc914b6b0b
am: 35a7e106ef

Change-Id: I1357fcc227c48259e15eef74e67d86f21fcec163
2016-08-26 18:27:37 +00:00
Alan Viverette
077cde7c6e Clean up VideoView, SurfaceView constructors am: 768ca7d19b am: 9af5e5b31b
am: 54131127e8

Change-Id: I8e10d0145e84489707623a934df352e61654a57c
2016-08-26 18:26:04 +00:00
TreeHugger Robot
a2d6d3ccb5 Merge "resolve merge conflicts of 1095b21 to master" 2016-08-26 18:20:34 +00:00
TreeHugger Robot
c5d2192f14 Merge "Various doc cleanups" 2016-08-26 17:37:09 +00:00
Chet Haase
62275034b0 Merge "Clarify docs for various methods in View" 2016-08-26 17:16:24 +00:00
Chong Zhang
ad24f96def Only use saved surface if started by launcher or moved to front
Restrict saved surface to launcher start (ACTION_MAIN&CATEGORY_
LAUNCHER), or there is no intent at all (eg. task being brought to
front). If the intent is something else, likely the app is going
to show some specific page or view, instead of what's left last time.

This solves problems like the launcher shortcuts on DeckClock,
each of them is a different intent and will show one specific
view regardless of last states. Another example is Chrome tab
opened directly by action VIEW to open some URL.

(Note that this doesn't solve the problem with Chrome homescreen
shortcuts, it will still start with saved surface (if Chrome
is already open). This is because the shortcut is a trampoline
activity that starts the real chrome tab activity, but when
the trampoline is started, the whole task is already brought
to front, and ChromeTab could become visible with the task
before we actually start it.)

bug:27747315

Change-Id: Id3e61c61ef516b0edc1f174320f02661222f226b
2016-08-26 09:58:19 -07:00
Chet Haase
8b9ed44f8d Various doc cleanups
Issue #6439958  More R.attr breakage
Issue #918412  android.graphics.Paint.FontMetricsInt fields & methods need doc
Issue #917387  javadoc bug: Canvas.EdgeType has minimal documentation
Issue #18948460 [DAC-bug] LinearLayout xml layout_weight parameter is missing description

Change-Id: Idb289ca778b3f316923757405460031ce7a5e1e9
2016-08-26 06:50:21 -07:00
Vladislav Kuzkokov
a820252460 Add DevicePolicyManager.setBackupServiceEnabled as hidden API.
BUG=28628532

Change-Id: I48c3423734e54b6a4d70e58d50c98c3e17790e0d
2016-08-26 14:31:04 +02:00
Colin Cross
2268fc12b5 resolve merge conflicts of 1095b21 to master
Change-Id: I611579044234435a07cad2f64930b731e53aec77
2016-08-25 22:18:33 -07:00
Andrew Rossignol
797abfcaca Remove the incognito start page resource. am: 09bd81cdfe
am: 85ddf3de1b

Change-Id: I6315828accec9bf98ad803caeec663b364a13949
2016-08-26 03:38:28 +00:00
Tony Mantler
3b6165e9de Fix AsyncTask to handle exceptions in doInBackground am: 78a8e9d293 am: 7697ba2602
am: 965596c53a

Change-Id: I5879054fdacc571a94a5b23b472865b7eb25c07d
2016-08-26 02:21:21 +00:00
Teng-Hui Zhu
2b769c4dde Add an new internal DrawableContainer to handle animation scale == 0 case. am: 0c03664fa6 am: 0bc9fa9896
am: ab2ed1a4e7

Change-Id: I2de378da33ca93639c03544c8702e17eaefee514
2016-08-26 02:15:07 +00:00
Chet Haase
970954140d Clarify docs for various methods in View
Issue #6440615 Doc problems in android.view.View

Change-Id: I34b9355c0473ac6fbfd8967f2106abc79fac5f86
2016-08-25 16:29:00 -07:00
Andreas Huber
29698d0c8f Merge "Adds framework support for hidl-gen Java backend. (to support structs)" 2016-08-25 22:23:02 +00:00
TreeHugger Robot
967604bef6 Merge "Document and deprecate various old, undocumented classes" 2016-08-25 21:05:59 +00:00
Guang Zhu
d059031c73 Merge "Avoid JUnit4 collision in android-support-test, mockito-target" 2016-08-25 20:42:32 +00:00
Andreas Huber
dc26321e0b Adds framework support for hidl-gen Java backend. (to support structs)
Bug: 30575790
Change-Id: Ida30d8fe7a1b210e98f1a0ea5d429a0112f9ef3f
2016-08-25 13:38:40 -07:00
John Reck
a1dea123ea Merge "Modernize RenderNode JNI" 2016-08-25 20:30:57 +00:00
Andreas Huber
026ef6c160 Merge "Add Bool* APIs to HwParcel." 2016-08-25 19:46:08 +00:00
Chet Haase
df10332181 Document and deprecate various old, undocumented classes
These classes are mostly undocumented and, in some cases, completely
unobvious in what they do or how to use them. In some cases, I added
docs to explain the API. In other cases (ProgressDialog, ZoomButton,
DialerFilter), I deprecated the classes because there are far better ways
to accomplish that functionality with today's platform.

Issue #2164052 Underdocumented classes in Eclair

Change-Id: Ief0e7267852c2cb3c5ae604b3d902d66c89f4cd3
2016-08-25 12:38:46 -07:00
Guang Zhu
01c560f4af Avoid JUnit4 collision in android-support-test, mockito-target
Bug: 31072145
Test: make droid checkbuild

Change-Id: I1462b0ba70aa3ede1a5b2ccc407e234dea1eb1b2
2016-08-25 19:37:46 +00:00
Chad Brubaker
d15aa5dd01 Merge "Add ConfigUpdater service for CT logs" 2016-08-25 17:05:40 +00:00
Lorenzo Colitti
a53ba91c37 Support notifying network switches via notifications and toasts. am: 5526f9c78c am: 4549d8b4aa
am: 10acdf7ad1

Change-Id: I0324cfdb7c070464c2caa73fa5fad8d1031c1e76
2016-08-25 09:36:13 +00:00
Lorenzo Colitti
10acdf7ad1 Support notifying network switches via notifications and toasts. am: 5526f9c78c
am: 4549d8b4aa

Change-Id: I73ac89b4f2c473d22fac80753dd6443c73892956
2016-08-25 09:30:16 +00:00
Lorenzo Colitti
4549d8b4aa Support notifying network switches via notifications and toasts.
am: 5526f9c78c

Change-Id: Ic02fac6264e6f2aeda6ee1313884e3bfa4f7237b
2016-08-25 09:23:55 +00:00
Lorenzo Colitti
5526f9c78c Support notifying network switches via notifications and toasts.
Bug: 31025214
Change-Id: If1578f422f38a1dcfaec529882aed01ae5e8d53c
2016-08-25 18:14:18 +09:00
Michael Kwan
7a3f780919 Add missing screen bucket for screen percentage for round screens.
am: 3c44c5ad77

Change-Id: Ia9add9df4ea8497739616d11486997b38745d0f0
2016-08-25 06:18:00 +00:00
Michael Kwan
8aa5b6ac24 Add offset to round screens when an AlertDialog list item is shown.
am: 44f854acd7

Change-Id: Ibfaa7c431c4bacf31d217850749c8df5a8660c6e
2016-08-25 06:12:02 +00:00
Michael Kwan
3c44c5ad77 Add missing screen bucket for screen percentage for round screens.
Change-Id: I32b257f164a85e6da627c8a9c1d918f0271db293
2016-08-25 06:10:42 +00:00
Michael Kwan
a064b9bb01 Merge "Add offset to round screens when an AlertDialog list item is shown." into cw-f-dev 2016-08-25 06:06:07 +00:00
Svetoslav Ganov
11bd5718a1 Store the event of settings db downgrade am: 264c7a90c7
am: f813a5a1c4

Change-Id: I21a6ebdde23a0df93872105d91a54d64a2e6adf4
2016-08-25 02:31:48 +00:00
Svetoslav Ganov
f813a5a1c4 Store the event of settings db downgrade
am: 264c7a90c7

Change-Id: I5b9d5a9bd3c2df337776921a34960ceef8fda1ce
2016-08-25 02:25:47 +00:00
TreeHugger Robot
49af952a92 Merge "Store the event of settings db downgrade" into nyc-mr1-dev 2016-08-25 02:18:11 +00:00
Doris Ling
7eeeb0d90e Add the Moves setting values to the backup list. am: 8a33273620 am: cdc758d555
am: b790a1e6ab

Change-Id: I440af4d5aafdc48e4d4333a5f708c86f97ffe556
2016-08-25 01:46:48 +00:00
Doris Ling
b790a1e6ab Add the Moves setting values to the backup list. am: 8a33273620
am: cdc758d555

Change-Id: I8fd42b0b5e9f9471a659f6ae0205482ad0c800e8
2016-08-25 01:39:39 +00:00
Doris Ling
cdc758d555 Add the Moves setting values to the backup list.
am: 8a33273620

Change-Id: I8f64074acbe6d85a0f2402695925e7f75c20569b
2016-08-25 01:31:28 +00:00