106582 Commits

Author SHA1 Message Date
Joe Fernandez
452ff480e3 docs: SDK / ADT 22.0.5 Release Notes
Includes some cleanup of the ADT and SDK Tools release notes
history.

Change-Id: Ic0be03b5fda72f9cde43f3fa7d5656d8b2706518
2013-07-26 14:29:44 -07:00
Marco Nelissen
161b3624c2 Merge "Fix NullpointerException in MediaMetadataRetriever" 2013-07-26 21:13:59 +00:00
Dirk Dougherty
446322323c Doc change: add gpg developer stories.
Change-Id: I3066019e7dc341e48c681f6e3089df334b9739a1
(cherry picked from commit 1698800c66b7c97f19ce8777dc79e7047f77e38f)
2013-07-26 19:55:39 +00:00
Roman Nurik
df16ce481c Under-the-hood improvements to Device Art Generator.
Use Canvas.toBlob with a polyfill, to avoid img src with massive data URLs, which causes some browsers to crash

Also change the resulting filename to be more appropriate, and make dragging-out to your desktop use this filename.

Change-Id: I13d8b4e119af8fecf567ecd6ccf3bb3e7b2d0fae
(cherry picked from commit 9da49f160612433e8ba562796ca5d6486ab48d83)
2013-07-26 18:46:16 +00:00
Mattias Petersson
1d766b5321 Add support for MNC=00
This adds support for operators with MNC (Mobile Network Code) zero
to add customized resources. For example, it makes it possible to
add a folder called "/res/values-mnc00/" in an application. This will
cause resources in that folder to be used when MNC is zero.
(There is a total of 14 countries that have an operator with MNC
zero.)

Without this fix, the resource framework gets confused, because MNC 0
is normally used when the MNC is undefined (not set).

Bug: 7170488
Change-Id: Icfd39fd0c739216e89446252ea0e7ceba6f002c6
2013-07-26 18:42:34 +00:00
Daniel Karlberg
8014cbffad Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter.
This fix ensures that onFinished() is always called in a syncClient
even if the application lacks the READ_SYNC_SETTINGS permission.

Change-Id: I944717e71ceae06a665f8a3b1199b41d73e12da4
2013-07-26 18:19:48 +00:00
Oscar Rydhé
425916e4c5 Fix NullpointerException in MediaMetadataRetriever
According to the API documentation and the ICS implementation
the setDataSource(String) method throws an
IllegalArgumentException if path is null. In JB a
NullpointerException is thrown instead. This fix restores
the earlier behaviour.

Change-Id: Ic47baadf91076acc227d92d84f6b8d1d6ecd0c03
2013-07-26 18:18:17 +00:00
Scott Main
02dcb55a22 add "download" id to which the page scrolls when beginning ndk download
Change-Id: I5e708af7d4fcabd3d5d40ae4c7d4d9af326bec1b
2013-07-25 19:39:27 -07:00
Joe Fernandez
465c7c2610 DO NOT MERGE
cherrypick from jb-mr2-ub-dev
docs: NDK r9 Release Notes (w/download size fix)

This set of release notes adds adjustments to the NDK caused by
download size restrictions.

Change-Id: I17404c19a7faed9ea6e8f3034d460bcc3f5ee003
2013-07-25 18:03:38 -07:00
Joe Fernandez
7ec2cc57df docs: fix link bug in Support LIbrary Guide
external bug: http://code.google.com/p/android/issues/detail?id=58006

Change-Id: If02d17cb66dd018e49cd6b85433e93456574715e
2013-07-25 17:55:28 -07:00
Joe Fernandez
dfad4fbdde am 3febd463: Merge "docs: NDK r9 Release Notes (w/download size fix)" into jb-mr2-ub-dev
* commit '3febd463369b8595705170faf5fda52e27c8563b':
  docs: NDK r9 Release Notes (w/download size fix)
2013-07-25 17:47:32 -07:00
Joe Fernandez
3febd46336 Merge "docs: NDK r9 Release Notes (w/download size fix)" into jb-mr2-ub-dev 2013-07-26 00:44:56 +00:00
Joe Fernandez
2b7ab48dc4 docs: NDK r9 Release Notes (w/download size fix)
This set of release notes adds adjustments to the NDK caused by
download size restrictions.

Change-Id: I17404c19a7faed9ea6e8f3034d460bcc3f5ee003
2013-07-25 15:55:27 -07:00
Chet Haase
d766d71a4c am d547bcec: Merge "Return the actual interpolator of the ViewPropertyAnimator"
* commit 'd547bcec5634f99195a2b12522b6977f61c40d55':
  Return the actual interpolator of the ViewPropertyAnimator
2013-07-25 14:52:31 -07:00
Chet Haase
d547bcec56 Merge "Return the actual interpolator of the ViewPropertyAnimator" 2013-07-25 21:46:49 +00:00
Joe Fernandez
240966faf7 am 3d9e819c: docs: fix link bug in Support LIbrary Guide
* commit '3d9e819ca879117b357fa0097c412f10f2afe37a':
  docs: fix link bug in Support LIbrary Guide
2013-07-25 10:39:27 -07:00
Elliott Hughes
a35ec14f78 am 03bd8324: Merge "Switch DateUtils.formatDateRange over to an icu4c-based implementation."
* commit '03bd832461d02675d5a4c6a9c072bed18e81781e':
  Switch DateUtils.formatDateRange over to an icu4c-based implementation.
2013-07-25 10:26:32 -07:00
Elliott Hughes
03bd832461 Merge "Switch DateUtils.formatDateRange over to an icu4c-based implementation." 2013-07-25 17:19:35 +00:00
Joe Fernandez
3d9e819ca8 docs: fix link bug in Support LIbrary Guide
external bug: http://code.google.com/p/android/issues/detail?id=58006

Change-Id: If02d17cb66dd018e49cd6b85433e93456574715e
2013-07-25 10:17:19 -07:00
Martin Storsjo
816af56eac MediaFormat: Fix the documentation link to the AAC profile constants
Change-Id: If1780436baa2884cea05ccd8ab74745af790eb17
2013-07-25 12:53:46 +03:00
Cyril Mottier
d40acfb89e Return the actual interpolator of the ViewPropertyAnimator
The implementation of getInterpolator() was always returning null
(probably a quick copy-paste from the default Animator implementation).
This patch fixes the problem by returning the interpolator set by
setInterpolator(TimeInterpolator) or the default one if none has been
set yet.

This patch also avoid creating multiple instances of ValueAnimator in 
order to retrieve some default values.

Change-Id: I8880f419f021a8b980fb32bebe927915fde19bf7
2013-07-25 10:08:29 +02:00
Martin Storsjo
158754b1bf MediaFormat: Explain that KEY_COLOR_FORMAT is used with decoders as well
If reading the decoded pixel data (instead of letting the system
render it), this is critical for interpreting the data correctly.

The video MediaCodec CTS tests use this MediaFormat key in this
way as well.

Therefore, make sure the documentation reflects the actual use of
this field - claiming that it is encoder-only is misleading.

Change-Id: I9bfd295a95dd3e7d1fa3189886fd243b07bb82cc
2013-07-25 10:52:54 +03:00
Scott Main
a6cd436c0d am bde8ee81: remove UX process to open Recents bug: 10004058
* commit 'bde8ee81ba2595d4b0b2ab99b9f7df222b17cc34':
  remove UX process to open Recents bug: 10004058
2013-07-24 16:20:56 -07:00
Scott Main
0351de143e am 4a870646: Merge "fix xml markup typo" into jb-mr2-ub-dev
* commit '4a870646fa133c8bd8774ee14fc59aabdc9bdaa1':
  fix xml markup typo
2013-07-24 16:20:48 -07:00
Dirk Dougherty
64800b563b am ee8ea96c: am 38d4cfd4: Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
* commit 'ee8ea96c4ecbb1e52944a1d960584d0645af6d79':
  Doc change: fix reference to getBestDateTimePattern().
2013-07-24 16:20:45 -07:00
Dirk Dougherty
52b08aa9f3 am cbfde177: am ac6be105: Doc change: remove devices listed for vp8 hw encoder in highlights.
* commit 'cbfde177160b816ff56ab7b703b5f488578d6edb':
  Doc change: remove devices listed for vp8 hw encoder in highlights.
2013-07-24 16:20:40 -07:00
Scott Main
a56d1f5a22 am fc78f9ae: Merge "docs: small fixes for Support Library Guide" into jb-mr2-ub-dev
* commit 'fc78f9ae3da1d9b0de161c0ff28ac7f68691310c':
  docs: small fixes for Support Library Guide
2013-07-24 16:20:32 -07:00
Scott Main
0fe4f74585 am 84f2a0f5: revise split action bar and xml namespace
* commit '84f2a0f5e7a2ae63f4bc64f494b2aa6c94e7eb5a':
  revise split action bar and xml namespace
2013-07-24 16:20:29 -07:00
Dirk Dougherty
29b1267fe3 am c097c31c: am 58729dd6: Merge "Doc change: update carousel on develop home." into jb-mr2-dev
* commit 'c097c31ca20043c041aef4a821169078ec87bcb9':
  Doc change: update carousel on develop home.
2013-07-24 16:20:26 -07:00
Joe Fernandez
82ce96f3ec am 21a1df23: Merge "docs: Support Library Guide" into jb-mr2-ub-dev
* commit '21a1df23cda2e08702a19f4fc9cd884da17997cc':
  docs: Support Library Guide
2013-07-24 16:20:23 -07:00
Scott Main
ae9beefd23 am b56cd290: Merge "update all links to the support library" into jb-mr2-ub-dev
* commit 'b56cd2903e80adb9db64cc375be23e741048b964':
  update all links to the support library
2013-07-24 16:20:20 -07:00
Dirk Dougherty
e7a0561bd2 am 20785842: am 144479f2: Merge "Doc change: Platform highlights for Android 4.3." into jb-mr2-dev
* commit '20785842930d5dac6d0be35ea6f7b13012e10c59':
  Doc change: Platform highlights for Android 4.3.
2013-07-24 16:20:16 -07:00
Scott Main
1390fcbe84 am 036874ce: revise DASH discussion in overview
* commit '036874ce4e106133b4d89e24a7493f1b67daaa32':
  revise DASH discussion in overview
2013-07-24 16:20:13 -07:00
Scott Main
8d9a4bd1eb am 174dd066: Merge "remove link to renderscript support library" into jb-mr2-ub-dev
* commit '174dd06650a1ffa12a305a3a982d890caf416387':
  remove link to renderscript support library
2013-07-24 16:20:10 -07:00
Scott Main
5ad6ba5112 am 0f9b6c59: Revert "docs: NDK r9 Release Notes"
* commit '0f9b6c598b90b948c01d2fecfe3a8206ed3c445d':
  Revert "docs: NDK r9 Release Notes"
2013-07-24 16:20:07 -07:00
Scott Main
6224f2e730 am f2134151: api overview edits
* commit 'f213415175ec83df7b39089d559eb9d02b72883a':
  api overview edits
2013-07-24 16:20:01 -07:00
Scott Main
ce7c50521c am 0cf24a5a: am 538ccd69: Merge "update usb driver doc with download link; delete revision notes" into jb-mr2-dev
* commit '0cf24a5aa5f04ee48f643fd4cb707f3ed64b8e29':
  update usb driver doc with download link; delete revision notes
2013-07-24 16:19:57 -07:00
Joe Fernandez
91a211f11f am 8b93ba78: am cd76edb9: Merge "docs: OpenGL ES 3.0 dev guide update" into jb-mr2-dev
* commit '8b93ba786f0e50ab8cfbfb9a6f723913cc8e6eeb':
  docs: OpenGL ES 3.0 dev guide update
2013-07-24 16:19:49 -07:00
Scott Main
5aaf385901 am ef43b761: am 2edf372e: fix javadoc error
* commit 'ef43b7617c3b067d5d1f34ed41581f55c28c0659':
  fix javadoc error
2013-07-24 16:19:42 -07:00
Scott Main
c3427dc4da am a73fb627: am 3dee8aaf: Merge "update action bar guide for support lib ABC" into jb-mr2-dev
* commit 'a73fb627dc87128b7999fac4d8742881737290d6':
  update action bar guide for support lib ABC
2013-07-24 16:19:32 -07:00
Elliott Hughes
6139e64cd6 Switch DateUtils.formatDateRange over to an icu4c-based implementation.
Bug: 7289514
Change-Id: Ia382f49aa23737bde91b7891d95545da084ec57c
2013-07-24 14:46:31 -07:00
Scott Main
bde8ee81ba remove UX process to open Recents
bug: 10004058

Change-Id: I21ee82fca2f07b00a47fb80e9ebd50e5c944e3fc
2013-07-24 14:27:49 -07:00
Scott Main
4a870646fa Merge "fix xml markup typo" into jb-mr2-ub-dev 2013-07-24 18:22:49 +00:00
Dirk Dougherty
ee8ea96c4e am 38d4cfd4: Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
* commit '38d4cfd4a19de35c2b16c0f64b26d4b9ed362ede':
  Doc change: fix reference to getBestDateTimePattern().
2013-07-24 11:21:43 -07:00
Dirk Dougherty
38d4cfd4a1 Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev 2013-07-24 18:18:14 +00:00
Dirk Dougherty
218dd76e98 Doc change: fix reference to getBestDateTimePattern().
Change-Id: Iad96f4079390e3589d21402fc8e01d6446f001b3
2013-07-24 11:16:28 -07:00
Dirk Dougherty
cbfde17716 am ac6be105: Doc change: remove devices listed for vp8 hw encoder in highlights.
* commit 'ac6be105444e945437481f9b3e7d2742a33c7287':
  Doc change: remove devices listed for vp8 hw encoder in highlights.
2013-07-24 11:04:44 -07:00
Scott Main
943895bee9 fix xml markup typo
Change-Id: If8f8c1550ea21c8bcc4fcdb90d016a4497281df7
2013-07-24 11:03:04 -07:00
Dirk Dougherty
ac6be10544 Doc change: remove devices listed for vp8 hw encoder in highlights.
Change-Id: I8058981fc90270abcdecd415c593a3211afe4acb
2013-07-24 10:50:47 -07:00
Scott Main
fc78f9ae3d Merge "docs: small fixes for Support Library Guide" into jb-mr2-ub-dev 2013-07-24 15:21:35 +00:00