Commit Graph

69612 Commits

Author SHA1 Message Date
Mark Lu
914a8a3060 docs: fix broken links in Activity reference am: fa43485910 am: 497c2907fd am: eab610d0a6 am: b03a1b8b25
am: b49a7f8602

Change-Id: Ia961100dce636cdb5aae8f4882012a50d506b6f4
2016-08-29 23:20:47 +00:00
Hemal Patel
c63c19122f resolve merge conflicts of a544221 to nyc-dev-plus-aosp am: 309813c8af
am: ac0b242755

Change-Id: Ia3bb6a624d0696a630df48073bd87595504b4ae1
2016-08-29 23:20:04 +00:00
Teng-Hui Zhu
76817faf29 Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a815bb94f am: 3687be955f
am: d607d75790

Change-Id: Id83875c14472af2ba44f0194c897460ec6aa427d
2016-08-29 22:39:09 +00:00
TreeHugger Robot
65bbb6fb09 Merge "resolve merge conflicts of 5827257 to master" 2016-08-29 21:46:44 +00:00
TreeHugger Robot
f0963f82fa Merge "Polish MemoryIntArray" 2016-08-29 21:26:42 +00:00
Colin Cross
649bfd3dc3 resolve merge conflicts of 5827257 to master
Change-Id: I0077b6991584fc33dcb1ca1aadb634ce930fef3a
2016-08-29 12:50:47 -07:00
Svet Ganov
9d723d3d57 Polish MemoryIntArray
1. Add close guard
2. Adopt instead of clone the ahsmem fd to fix a dangling fd
3. Clear only the return flag when writing fd to parcel
4. Immediately destroy remote MemoryIntArray if stale
5. Throw Java exception if someone closed the fd under us

Change-Id: I85533fec336c40e3380e10d5448e18c9616ec341
2016-08-29 10:51:08 -07:00
Abodunrinwa Toki
afc0c73a91 Merge "FloatingActionMode: Use DisplayMetrics.getRealSize for screen size." 2016-08-29 17:17:44 +00:00
TreeHugger Robot
357773aa62 Merge "Add KeyAttestationApplicationIdProviderService to SystemServer" 2016-08-29 16:18:51 +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
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
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
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
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
Mark Lu
b49a7f8602 docs: fix broken links in Activity reference am: fa43485910 am: 497c2907fd am: eab610d0a6
am: b03a1b8b25

Change-Id: Iadf3e62a1e8b93ead2e341644a7b0f6f0ee0e17d
2016-08-26 00:50:13 +00:00
Hemal Patel
ac0b242755 resolve merge conflicts of a544221 to nyc-dev-plus-aosp
am: 309813c8af

Change-Id: Ia316e53bf0fd163da67676acfd52d3e31d9e2149
2016-08-26 00:42:38 +00:00
Hemal Patel
309813c8af resolve merge conflicts of a544221 to nyc-dev-plus-aosp
Change-Id: Ie7a3a85fdd2e59eea4f74760010190ce9f5f9b02
2016-08-25 17:30:34 -07: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
Mark Lu
b03a1b8b25 docs: fix broken links in Activity reference am: fa43485910 am: 497c2907fd
am: eab610d0a6

Change-Id: Idfc3c5edf2afd5f5b7c60b43a719dad943bcc61c
2016-08-25 22:34:20 +00:00
Hemal Patel
ac438b21ba Docs: Fixed the Bluetooth guide link am: 65813dff14 am: a544221abd am: d6a64d788b
am: 42708fa473

Change-Id: I90c2d41cda51f1e95d84cbfce641085fed533b79
2016-08-25 22:31:14 +00:00
Andreas Huber
29698d0c8f Merge "Adds framework support for hidl-gen Java backend. (to support structs)" 2016-08-25 22:23:02 +00:00
Mark Lu
eab610d0a6 docs: fix broken links in Activity reference am: fa43485910
am: 497c2907fd

Change-Id: I35f07a633757dc83970accbe78b3173090e71099
2016-08-25 22:14:14 +00:00
Hemal Patel
42708fa473 Docs: Fixed the Bluetooth guide link am: 65813dff14 am: a544221abd
am: d6a64d788b

Change-Id: I52619fde80addd87e0ef18b48bc93184ddf347f1
2016-08-25 22:10:49 +00:00
Mark Lu
497c2907fd docs: fix broken links in Activity reference
am: fa43485910

Change-Id: I72cebe96e1ea0c1950ca316bc80c337bfdde9002
2016-08-25 21:54:49 +00:00
Hemal Patel
d6a64d788b Docs: Fixed the Bluetooth guide link am: 65813dff14
am: a544221abd

Change-Id: I0cbd8fa416f4d0b00d7cb3c65eef9748439abe48
2016-08-25 21:37:59 +00:00
Hemal Patel
a544221abd Docs: Fixed the Bluetooth guide link
am: 65813dff14

Change-Id: I4502828940c4f2e33363e10728e97f484bc15651
2016-08-25 21:31:56 +00:00
TreeHugger Robot
967604bef6 Merge "Document and deprecate various old, undocumented classes" 2016-08-25 21:05:59 +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
Teng-Hui Zhu
d607d75790 Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a815bb94f
am: 3687be955f

Change-Id: I3de20fb11eaf1fc98c769f0aae1751a2b5549b1f
2016-08-25 18:36:06 +00:00
Teng-Hui Zhu
3687be955f Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test.
am: 0a815bb94f

Change-Id: I9b5d851f95349a7c8981ab8868608e21996a1bb5
2016-08-25 18:28:21 +00:00
Tenghui Zhu
1e37cc2f8a Merge "Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test." into nyc-mr1-dev 2016-08-25 18:24:12 +00:00
Phil Weaver
381e4fdc7c Revert "Dispatch a11y events in separate thread." am: 5de2feab26
am: f0b8302109

Change-Id: I22e5ca5b0ecfd98e89d8546e287be56ec342ce57
2016-08-25 18:15:47 +00:00
Phil Weaver
f0b8302109 Revert "Dispatch a11y events in separate thread."
am: 5de2feab26

Change-Id: I0dcc9172c397dd44888de3295e5a34245b122096
2016-08-25 18:09:50 +00:00