112326 Commits

Author SHA1 Message Date
Craig Mautner
7908f19015 Merge "Debug for b/10689184." into klp-dev 2013-09-19 21:08:27 +00:00
Yuhao Zheng
fffc5a4ec9 Remove STOPSHIP in WifiWatchdogStateMachine
There used to be some STOPSHIP code in WifiWatchdogStateMachine for debug
purposes. We don't need them for the release.

Bug: 10841961
Change-Id: I501d62e9891ace52317e6c1d399b877175099a3c
2013-09-19 14:02:58 -07:00
petergng@google.com
fe4643bb55 Merge "Increasing visibility of pressed feedback for default ui widget assets" into klp-dev 2013-09-19 20:57:03 +00:00
Joe Fernandez
1d65500d6e docs: Google APIs emulator 18 r3 - Platform Release Notes
Change-Id: I5c11c8c480aa5dcd515f11ae5a4c40b28197a572
2013-09-19 13:55:43 -07:00
Eino-Ville Talvala
a3402c33c6 TextureView/GLES20Canvas: Support synchronous GLConsumers
Always update to the newest available frame from a GLConsumer.
Otherwise, with a synchronous queue, rendering can fall behind and
eventually deadlock with producer.

Bug: 10830400
Change-Id: I7f1d752c80ae5dac892a26d82e86806c27f5d955
2013-09-19 13:43:42 -07:00
Leon Scroggins III
1ffe727c06 Skip writing zeroes to java allocated memory.
If pixel memory was just allocated by Java, tell our decoders not
to write 0s, since the memory was initialized to 0. Likewise,
when drawing to a bitmap with memory just allocated by Java, do
not erase to 0.

Depends on a change to external/skia to add the new option on
image decoders:
https://googleplex-android-review.git.corp.google.com/362663

BUG:10016979
Change-Id: I9a3dc969870f8516e7d8495fe96d0a6b8225eda2
2013-09-19 16:22:57 -04:00
Craig Mautner
e8a9422495 Merge "Return tasks in correct order." into klp-dev 2013-09-19 20:03:24 +00:00
Craig Mautner
b3370cec71 Debug for b/10689184.
Change-Id: I67b7a4bd7fb902b0d0275af0665625593dc1af00
2013-09-19 12:55:19 -07:00
Christopher Tate
9c5cc571e5 Merge "Support for "not the home app you're looking for" metadata" into klp-dev 2013-09-19 19:46:20 +00:00
petergng@google.com
18697f4be7 Increasing visibility of pressed feedback for default ui widget assets
Change-Id: Ibfab7a6428b9a971a8624d3b8daeb40a503f7a1f
2013-09-19 12:36:51 -07:00
Christopher Tate
bd413f6c05 Support for "not the home app you're looking for" metadata
* Make sure that pm.getHomeActivities() returns the activity metadata
  as well, so that the caller can trace the reference

* Add a public canonical name for that metadata key

Bug 10749961

Change-Id: Ic4d0750d61001ffe5af180398f042afa30eea1ce
2013-09-19 12:31:49 -07:00
John Spurlock
0286f5e278 Merge "Bar gradients now 55% to 0% black." into klp-dev 2013-09-19 19:26:25 +00:00
Maggie Benthall
68881e4ed7 UX compliance for CA Cert warning tile in QuickSettings
Text not all uppercase
Reduce spacing between icon and text
Break the string in the middle.

Bug: 10785095
Change-Id: If85da55452b06d77d2ae1c40f3d63431c2ae2a9a
2013-09-19 15:25:43 -04:00
John Spurlock
0558a6f0a6 Bar gradients now 55% to 0% black.
Bug:10840205
Change-Id: If30e13ab4f61cd65b7fdf7e5e987191fec1f45f2
2013-09-19 15:22:17 -04:00
Amith Yamasani
7301bd96c4 Merge "Use a separate thread for services that do NTP lookup" into klp-dev 2013-09-19 19:17:51 +00:00
Jeff Sharkey
18b94817a4 Merge "Also catch one more tablet layout NPE." into klp-dev 2013-09-19 18:27:51 +00:00
Jeff Sharkey
f8abf2e387 Also catch one more tablet layout NPE.
Bug: 10837208
Change-Id: I178110431221773658403319b2be7aff22adadc8
2013-09-19 11:25:56 -07:00
Jeff Sharkey
7cb93f4e22 Merge "Fix tablet layout and resources." into klp-dev 2013-09-19 18:22:12 +00:00
Craig Mautner
c0fd805234 Return tasks in correct order.
Fixed ActivityManager.getRunningTasks().

Fixes bug 10705790.

Change-Id: Ia3f66e592e08a87896a1ab59f980618ec5310dfe
2013-09-19 11:20:17 -07:00
Jeff Sharkey
0aaeaab0bf Fix tablet layout and resources.
Bug: 10837208
Change-Id: I563a3b66976b5b02cdb25e077bf0709bb6e66926
2013-09-19 11:19:39 -07:00
Amith Yamasani
450a16b33f Use a separate thread for services that do NTP lookup
Some services do periodic network time lookups and can wedge the other operations on
BackgroundThread and IO Thread, causing Watchdog to kill the runtime. So best to put
those handlers on separate threads.

Going forward, should convert NTP lookups to be async with callbacks.

Bug: 10646480
Change-Id: I8c7ba6052cb3539575712c2099a706b14ff60196
2013-09-19 10:57:16 -07:00
Derek Sollenberger
a2c6209f61 Merge "Update SkTypeface::CreateFromName to handle NULL if familyName does not match" into klp-dev 2013-09-19 17:52:00 +00:00
Baligh Uddin
25f9f364f5 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-19 17:39:50 +00:00
Baligh Uddin
07cf648761 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-19 17:39:32 +00:00
Geoffrey Borggaard
5b05a1159b Merge "Remove char limit." into klp-dev 2013-09-19 17:39:22 +00:00
Baligh Uddin
8074862d9b Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-19 17:39:17 +00:00
Geoffrey Borggaard
8e7586fa0b Remove char limit.
This dialog box has plenty of room.
Bug: 10628262
Bug: 10618549
Bug: 10628357
Bug: 10618708

Change-Id: If1057fcbe1e40704958727e0a0337bdd6b8480a2
2013-09-19 13:28:59 -04:00
Svetoslav
81d4014c59 Hiding a method that was never meant to be public.
The hide javadoc annotation had a type, thus leaking the API.

bug:10552358

Change-Id: Iec4e203d0786efbe6afbd9b6995f11642935336c
2013-09-19 10:09:49 -07:00
John Spurlock
f95c9aa7e1 Merge "Don't disable animations until screen state is known." into klp-dev 2013-09-19 16:28:09 +00:00
John Spurlock
8c52042264 Don't disable animations until screen state is known.
Bug:10602521
Change-Id: I54a0c7a9dfd7d9c248854738414613d32d85476a
2013-09-19 12:23:35 -04:00
Chris Wren
f82e73c572 Merge "disable heads up feature in klp." into klp-dev 2013-09-19 16:18:59 +00:00
John Spurlock
219d0f32dd Merge "Draw gradient behind fully transparent system bars." into klp-dev 2013-09-19 16:04:15 +00:00
Jean-Michel Trivi
1608f496a3 Merge "Public API for RemoteController" into klp-dev 2013-09-19 15:49:40 +00:00
John Spurlock
e631b41d8b Draw gradient behind fully transparent system bars.
Use a transition-drawable to crossfade between the gradient and
solid color backgrounds, avoiding custom onDraw.

Rename colors to their final names.  Since both bars now receive the
gradient treatment, centralize in base BarTransitions.

Bug:10602521
Change-Id: Id094fa1767eabab88a3709d6026c23858c83fb5b
2013-09-19 11:28:54 -04:00
Daniel Sandler
1816375ff7 Merge "New sounds for K." into klp-dev 2013-09-19 14:52:07 +00:00
Craig Mautner
81d1689ceb Merge "Remove debug logging for b/106899184." into klp-dev 2013-09-19 14:50:41 +00:00
Derek Sollenberger
89ec829908 Update SkTypeface::CreateFromName to handle NULL if familyName does not match
This is a multi-project change with a dependency on external/skia

bug: 10730965
Change-Id: Ida880a86ebd182a221333bbd85eaa30d047a1618
2013-09-19 08:14:53 -04:00
Baligh Uddin
bbe7af04a8 Import translations. DO NOT MERGE
Change-Id: I21beea4e8c038684fed962494b3a5213fea4c818
Auto-generated-cl: translation import
2013-09-19 00:00:37 -07:00
Baligh Uddin
59db60e498 Import translations. DO NOT MERGE
Change-Id: I0da9befa56ba6e4a599b5796182898cc7093043d
Auto-generated-cl: translation import
2013-09-18 23:42:59 -07:00
Baligh Uddin
1a403edb4e Import translations. DO NOT MERGE
Change-Id: I4409b360313b275ac5e6cec0af55fcc5f3962c7a
Auto-generated-cl: translation import
2013-09-18 23:11:07 -07:00
Dave Langemak
a2d65108dd Merge "Latest UX asset drop." into klp-dev 2013-09-19 05:02:55 +00:00
Joe Fernandez
f1fc0ad39e am 149eb677: am 1c774af0: am 608a48af: Merge "docs: SDK 22.2.1 Release Notes" into jb-mr2-docs
* commit '149eb677156ddd2c815c185642c9b5d9e6294287':
  docs: SDK 22.2.1 Release Notes
2013-09-18 21:34:41 -07:00
Joe Fernandez
bc15f8b02d am bf0f0701: am fe2d0c4c: am 3ce21086: Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs
* commit 'bf0f07018c50d858900af8114eaf5133ea293b0f':
  docs: RenderScript Dev Guide fixes
2013-09-18 21:34:39 -07:00
Joe Fernandez
149eb67715 am 1c774af0: am 608a48af: Merge "docs: SDK 22.2.1 Release Notes" into jb-mr2-docs
* commit '1c774af0d30349b7512cf2461c939a1d45770989':
  docs: SDK 22.2.1 Release Notes
2013-09-18 21:31:11 -07:00
Joe Fernandez
bf0f07018c am fe2d0c4c: am 3ce21086: Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs
* commit 'fe2d0c4cbe852de9d3b247cff3013db73d98dce4':
  docs: RenderScript Dev Guide fixes
2013-09-18 21:31:08 -07:00
Joe Fernandez
1c774af0d3 am 608a48af: Merge "docs: SDK 22.2.1 Release Notes" into jb-mr2-docs
* commit '608a48afe4a852ec543f5fe15ea67807e326a8b2':
  docs: SDK 22.2.1 Release Notes
2013-09-18 21:28:33 -07:00
Joe Fernandez
fe2d0c4cbe am 3ce21086: Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs
* commit '3ce210869725619c3222dc8147d1117d9a8c47c9':
  docs: RenderScript Dev Guide fixes
2013-09-18 21:28:30 -07:00
Joe Fernandez
608a48afe4 Merge "docs: SDK 22.2.1 Release Notes" into jb-mr2-docs 2013-09-19 04:27:16 +00:00
Joe Fernandez
3ce2108697 Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs 2013-09-19 04:26:38 +00:00
Daniel Sandler
dcbdd3b420 New sounds for K.
AudioPackage12 uses the new sounds (specifically the default
versions at 44.1kHz); device-specific makefiles can elect to
use the 48k versions instead by including
AudioPackage12_48.mk.

Bug: 9454760
Change-Id: If714fc4b98f6700163f08c92a6376f28f9616382
2013-09-18 23:09:58 -04:00