Matt Casey
3bb3cd7f78
am 59270bff: Merge "Add more MediaStore constants for playback intents"
...
* commit '59270bffe51de6c9c1ba9e88a6fd5215b717b25c':
Add more MediaStore constants for playback intents
2014-02-20 20:59:01 -08:00
Justin Koh
4dc92625b6
am 0be0a503: am 7206ac56: am a79ac472: am 744d3473: Merge "Add hardware feature describing a watch." into klp-modular-dev
...
* commit '0be0a5039b60ae4c1c8c0b6a1a2c0e7400d372d5':
Add hardware feature describing a watch.
2014-02-20 20:58:27 -08:00
Matt Casey
59270bffe5
Merge "Add more MediaStore constants for playback intents"
2014-02-21 01:18:24 +00:00
Matt Casey
bd7bcf0fba
Add more MediaStore constants for playback intents
...
Constants are derived from this doc:
https://docs.google.com/a/google.com/document/d/1lmlFcTeefLDRp_bpMrXk3yK9nKxoTVfpcShanpLxiMg/edit#heading=h.b16863tyyjzv
That doc contains the full explanation of these changes.
I'm making this change on behalf of {elmas,pengr} who don't have
android source access but designed this in collaboration with
rharagutchi on the play music team. I'll probably have to route any
significant questions through them.
Bug: 12874557
Change-Id: I85a4bee57a2bde519da0dc6de2cad9d036da225c
2014-02-20 17:06:09 -08:00
Justin Koh
0be0a5039b
am 7206ac56: am a79ac472: am 744d3473: Merge "Add hardware feature describing a watch." into klp-modular-dev
...
* commit '7206ac561291298f08809614be95963966a72ca8':
Add hardware feature describing a watch.
2014-02-20 23:01:25 +00:00
John Reck
33eabdca81
am 2f2c0e75: Merge "Fix NPE in layer destruction"
...
* commit '2f2c0e75af6c1a52e067903d0cf9aa4cddd4e37e':
Fix NPE in layer destruction
2014-02-20 13:26:56 -08:00
John Reck
2f2c0e75af
Merge "Fix NPE in layer destruction"
2014-02-20 21:24:29 +00:00
John Reck
6b3c4113c4
Fix NPE in layer destruction
...
Bug: 13111945
Fixes an issue where a layer is destroyed after the GLRenderer
lost its Surface. Instead just check that the context we want is
current regardless of the active surface
Change-Id: I6537e6232b5c667b218b896ed5ef390fbe956344
2014-02-20 13:18:42 -08:00
Michael Wright
1ed8c7d52a
am 40c3ddd3: Merge "Make deliverInputEvent tracing asynchronous"
...
* commit '40c3ddd3a2462bc41e5fbf4932373ebd83961a6f':
Make deliverInputEvent tracing asynchronous
2014-02-20 13:10:29 -08:00
Michael Wright
40c3ddd3a2
Merge "Make deliverInputEvent tracing asynchronous"
2014-02-20 21:07:56 +00:00
Justin Koh
a79ac472d7
am 744d3473: Merge "Add hardware feature describing a watch." into klp-modular-dev
...
* commit '744d3473f8a0f9f95e3fdf83670faf6d1551839e':
Add hardware feature describing a watch.
2014-02-20 17:41:31 +00:00
Justin Koh
744d3473f8
Merge "Add hardware feature describing a watch." into klp-modular-dev
2014-02-20 17:38:03 +00:00
Narayan Kamath
520a5673fb
am b152473f: am 9fce8535: Merge "AArch64: Make AssetAtlasService 64-bit compatible"
...
* commit 'b152473f46d8176e7eb2c55b54342a7a29c525cf':
AArch64: Make AssetAtlasService 64-bit compatible
2014-02-20 13:02:21 +00:00
Ashok Bhat
4de3f481bc
AArch64: Make AssetAtlasService 64-bit compatible
...
Changes in this patch include
[x] Long(64-bit) is used to store native pointers in
AssetAtlasService and related classes as they can be 64-bit.
[x] Some minor changes have been done to conform with
standard JNI practice (e.g. use of jint instead of int
in JNI function prototypes)
Change-Id: Ib4c77c134e3ad5b21732e20cde9a54a0b16bdab1
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com >
2014-02-20 12:10:24 +00:00
Michael Wright
d2c3adc9c9
Make deliverInputEvent tracing asynchronous
...
Change-Id: I640ed4003194d6d4b202680e5c8fffc81749d60f
2014-02-19 19:11:21 -08:00
John Reck
0def5a5251
am a13a69f0: Merge "Fix layer recycling for GLRenderer"
...
* commit 'a13a69f0e56a4e9998ec4faa78e24c7431b68e72':
Fix layer recycling for GLRenderer
2014-02-19 18:40:25 -08:00
John Reck
a13a69f0e5
Merge "Fix layer recycling for GLRenderer"
2014-02-20 02:37:40 +00:00
John Reck
0b2c8df7a6
Fix layer recycling for GLRenderer
...
Bug: 13007905
Change-Id: I1589f2bb14429099e391c03d7dfb1650da145f28
2014-02-19 18:31:08 -08:00
Dan Stoza
f46b85112d
am b88a904d: Merge "Allow disabling layer rotation during screenshots"
...
* commit 'b88a904dfe719a8cbb0b9d73cb4637c22a1deed4':
Allow disabling layer rotation during screenshots
2014-02-19 16:58:22 -08:00
Dan Stoza
b88a904dfe
Merge "Allow disabling layer rotation during screenshots"
2014-02-20 00:56:33 +00:00
Alan Viverette
4ba1e99bcf
am 498aa8bb: Merge "Always redraw background display list when view is redrawn"
...
* commit '498aa8bb3c51b7c5ba66cb38167263157d13bcc1':
Always redraw background display list when view is redrawn
2014-02-19 16:50:40 -08:00
Alan Viverette
498aa8bb3c
Merge "Always redraw background display list when view is redrawn"
2014-02-20 00:47:40 +00:00
Alan Viverette
81547effac
Always redraw background display list when view is redrawn
...
BUG: 12974357
Change-Id: I358351257e8b099a681e93be8f64e396fdfd6720
2014-02-19 16:31:03 -08:00
RoboErik
3df1380d14
am 33288685: Merge "Initial round of MediaSession APIs"
...
* commit '332886854438809e956fb232b69879e33b5dc2bb':
Initial round of MediaSession APIs
2014-02-19 16:27:14 -08:00
RoboErik
3328868544
Merge "Initial round of MediaSession APIs"
2014-02-20 00:25:10 +00:00
Alan Viverette
13138fb588
am ff699570: Check item type before re-binding transient state views
...
* commit 'ff699570f62113b4df5b0efd74b9df8b9dbcd1a9':
Check item type before re-binding transient state views
2014-02-19 15:32:29 -08:00
Alan Viverette
ff699570f6
Check item type before re-binding transient state views
...
BUG: 12701797
Change-Id: I180613cc342d24b63f80fd699937c7543c38fc20
2014-02-19 15:25:10 -08:00
Alan Viverette
d88ab25b8a
am 621e1e84: Merge "Fix for reveal animated drawables"
...
* commit '621e1e8493f1a7b0fb5d5390067663635ed24e8c':
Fix for reveal animated drawables
2014-02-19 14:44:46 -08:00
Alan Viverette
621e1e8493
Merge "Fix for reveal animated drawables"
2014-02-19 22:41:56 +00:00
Alan Viverette
7f610fed10
Fix for reveal animated drawables
...
Includes fixes for RevealDrawable clipping, touch feedback constant
state, and action bar background display lists.
BUG: 13065159
Change-Id: Ie4bf03f59da69047e18a8fe9233c3d24b0160576
2014-02-19 14:40:12 -08:00
RoboErik
01fe661ae5
Initial round of MediaSession APIs
...
This is far from complete but puts the basic components in place
for an app to interact with media sessions.
Change-Id: Icfe313f90ad76ae56badbe42b0e43fc5f68db36f
2014-02-19 13:41:37 -08:00
Adam Lesinski
e08748faa2
am a78068e7: am 13c83996: am 1c532c2e: am 4b07b26e: Merge "Make UsbService optional" into klp-modular-dev
...
* commit 'a78068e7a3af53cc2b590902f74074d1781513da':
Make UsbService optional
2014-02-19 11:50:14 -08:00
Adam Lesinski
a78068e7a3
am 13c83996: am 1c532c2e: am 4b07b26e: Merge "Make UsbService optional" into klp-modular-dev
...
* commit '13c839962e246517a7a95326610ea30c529d79dc':
Make UsbService optional
2014-02-19 19:48:05 +00:00
Adam Lesinski
1c532c2e2d
am 4b07b26e: Merge "Make UsbService optional" into klp-modular-dev
...
* commit '4b07b26e8654df52ca80bb2165ebdf9352ab9337':
Make UsbService optional
2014-02-19 19:41:26 +00:00
Adam Lesinski
4b07b26e86
Merge "Make UsbService optional" into klp-modular-dev
2014-02-19 19:38:34 +00:00
Ruben Brunk
1dac456eec
am 844aa619: Merge "camera3: Update whiteLevel tag."
...
* commit '844aa619607894124ab05c93780dba091394b2a5':
camera3: Update whiteLevel tag.
2014-02-19 11:34:05 -08:00
Ruben Brunk
844aa61960
Merge "camera3: Update whiteLevel tag."
2014-02-19 19:31:57 +00:00
Alan Viverette
eed98a2147
am 5314b3d5: Merge "Fix alert dialog\'s background when no custom panel visible"
...
* commit '5314b3d593a04c67d12dc134e9e80aa41c8e7042':
Fix alert dialog's background when no custom panel visible
2014-02-19 11:21:40 -08:00
Alan Viverette
5314b3d593
Merge "Fix alert dialog's background when no custom panel visible"
2014-02-19 19:19:11 +00:00
John Reck
e022b60d96
am 5efe5a2d: Merge "Support HardwareLayers in RenderThread"
...
* commit '5efe5a2d35604595913c9e372c904b85c32e71c8':
Support HardwareLayers in RenderThread
2014-02-19 11:12:50 -08:00
Dianne Hackborn
362d2718ab
am b3f38c63: Merge "Fix issue #13095629 : Device is in restart mode for long time..."
...
* commit 'b3f38c6398d7f493ee50656a8728acee2c0671f6':
Fix issue #13095629 : Device is in restart mode for long time...
2014-02-19 11:12:47 -08:00
Chris Craik
0f750eb306
am 66d792b6: Merge "Make outline and shadow APIs public"
...
* commit '66d792b6631a8dfd0dd0b7abc75077760fa083cc':
Make outline and shadow APIs public
2014-02-19 11:12:43 -08:00
John Reck
5efe5a2d35
Merge "Support HardwareLayers in RenderThread"
2014-02-19 18:58:18 +00:00
Dianne Hackborn
b3f38c6398
Merge "Fix issue #13095629 : Device is in restart mode for long time..."
2014-02-19 18:57:50 +00:00
Dianne Hackborn
00e2521d2a
Fix issue #13095629 : Device is in restart mode for long time...
...
...during taking OTA
Add some sanity checks.
Change-Id: I6bec1b8d8443c4b3c2a706635acf89c8e5051428
2014-02-19 10:49:24 -08:00
John Reck
19b6bcfd83
Support HardwareLayers in RenderThread
...
Also has a few HardwareLayer lifecycle fixes
Change-Id: I6308cb05f8f199eed72189ace768013a46815941
2014-02-19 10:47:19 -08:00
Chris Craik
66d792b663
Merge "Make outline and shadow APIs public"
2014-02-19 18:11:46 +00:00
John Spurlock
176b211554
am 78702119: am 14833719: am 01573b50: am 469301f7: am 9dd87081: am 99873565: am ba231fca: Fix bad @links in PendingIntent.java
...
* commit '7870211955631c8e1b3c1932c7c8a46b5c1c9fd5':
Fix bad @links in PendingIntent.java
2014-02-19 06:07:20 -08:00
John Spurlock
7870211955
am 14833719: am 01573b50: am 469301f7: am 9dd87081: am 99873565: am ba231fca: Fix bad @links in PendingIntent.java
...
* commit '14833719e16536ad86943a15ced0d1cb00b65200':
Fix bad @links in PendingIntent.java
2014-02-19 14:00:31 +00:00
John Spurlock
01573b5011
am 469301f7: am 9dd87081: am 99873565: am ba231fca: Fix bad @links in PendingIntent.java
...
* commit '469301f7edf2201fdbac217fb0ae49652fa9466c':
Fix bad @links in PendingIntent.java
2014-02-19 13:54:13 +00:00