OSDN Git Service

android-x86/frameworks-base.git
13 years agoLayoutLib: Annotate the custom delegate methods.
Xavier Ducrohet [Thu, 10 Feb 2011 01:17:49 +0000 (17:17 -0800)]
LayoutLib: Annotate the custom delegate methods.

Every method implementing a delegate needed by the
layoutlib_create bytecode modification must now be
annotated with LayoutlibDelegate.

The methods in the original source code that are delegated
are already automatically annotated. Now with the implementations
being annotated we can do bi-directional tests and find not
only missing implementations but also dead obsolete code.

This will be useful when backporting to earlier versions of
Android, or when native (non public) method disappear. In fact,
the new test detected one such method in Shader.

Change-Id: I491708b68ac2736ca5669aa86cd5e930a00f9db3

13 years agoMerge "LayoutLib: now depends on tools-common-prebuilt."
Xavier Ducrohet [Thu, 10 Feb 2011 00:27:27 +0000 (16:27 -0800)]
Merge "LayoutLib: now depends on tools-common-prebuilt."

13 years agoLayoutLib: now depends on tools-common-prebuilt.
Xavier Ducrohet [Thu, 10 Feb 2011 00:19:43 +0000 (16:19 -0800)]
LayoutLib: now depends on tools-common-prebuilt.

Change-Id: I11196c2363da378027fb8ca001e7dce0f58f657f

13 years agoMerge "move selectAll to match framework"
Cary Clark [Thu, 10 Feb 2011 00:05:13 +0000 (16:05 -0800)]
Merge "move selectAll to match framework"

13 years agoMerge "Reduce blocking time in file write"
James Dong [Thu, 10 Feb 2011 00:04:14 +0000 (16:04 -0800)]
Merge "Reduce blocking time in file write"

13 years agomove selectAll to match framework
Cary Clark [Wed, 9 Feb 2011 23:58:17 +0000 (18:58 -0500)]
move selectAll to match framework

bug:3439736
Change-Id: Ib4f1464ab927252eb223e3d9729bea216ebc0d54

13 years agoReduce blocking time in file write
James Dong [Wed, 9 Feb 2011 22:00:55 +0000 (14:00 -0800)]
Reduce blocking time in file write

bug - 3418787

Change-Id: I4723662bf46ed07271be8468f84ae5d93cb793fa

13 years agoMerge "Call window.onscroll event at the end of scrolling."
Patrick Scott [Wed, 9 Feb 2011 23:44:21 +0000 (15:44 -0800)]
Merge "Call window.onscroll event at the end of scrolling."

13 years agoam 85bccf6e: (-s ours) am 699a0969: Merge "DO NOT MERGE Removing an activity that...
Alex Sakhartchouk [Wed, 9 Feb 2011 23:27:34 +0000 (15:27 -0800)]
am 85bccf6e: (-s ours) am 699a0969: Merge "DO NOT MERGE Removing an activity that shouldn\'t go into samples" into honeycomb

* commit '85bccf6e0b555bc5245628ba7340123b6b367b51':
  DO NOT MERGE Removing an activity that shouldn't go into samples

13 years agoam e05bd9ee: am 0e40519b: Merge "Doc change: add diff report for API 11" into honeycomb
Dirk Dougherty [Wed, 9 Feb 2011 23:25:28 +0000 (15:25 -0800)]
am e05bd9ee: am 0e40519b: Merge "Doc change: add diff report for API 11" into honeycomb

* commit 'e05bd9ee7f800ca4350a8c8b94bcfdab1f9e8217':
  Doc change: add diff report for API 11

13 years agoam 699a0969: Merge "DO NOT MERGE Removing an activity that shouldn\'t go into samples...
Alex Sakhartchouk [Wed, 9 Feb 2011 23:23:54 +0000 (15:23 -0800)]
am 699a0969: Merge "DO NOT MERGE Removing an activity that shouldn\'t go into samples" into honeycomb

* commit '699a0969434b6ee434dd9f5f212fe1bb914fdf0d':
  DO NOT MERGE Removing an activity that shouldn't go into samples

13 years agoam 0e40519b: Merge "Doc change: add diff report for API 11" into honeycomb
Dirk Dougherty [Wed, 9 Feb 2011 23:21:49 +0000 (15:21 -0800)]
am 0e40519b: Merge "Doc change: add diff report for API 11" into honeycomb

* commit '0e40519beefe3d2ea0870a8eecac1a58f1fb6403':
  Doc change: add diff report for API 11

13 years agoMerge "DO NOT MERGE Removing an activity that shouldn't go into samples" into honeycomb
Alex Sakhartchouk [Wed, 9 Feb 2011 23:20:21 +0000 (15:20 -0800)]
Merge "DO NOT MERGE Removing an activity that shouldn't go into samples" into honeycomb

13 years agoMerge "Doc change: add diff report for API 11" into honeycomb
Dirk Dougherty [Wed, 9 Feb 2011 23:19:08 +0000 (15:19 -0800)]
Merge "Doc change: add diff report for API 11" into honeycomb

13 years agoam e1109753: am fefa95a9: Doc change: Add version notes for Android 2.3.3.
Dirk Dougherty [Wed, 9 Feb 2011 22:23:00 +0000 (14:23 -0800)]
am e1109753: am fefa95a9: Doc change: Add version notes for Android 2.3.3.

* commit 'e110975368a26637793db7079d1ba6c4a2806056':
  Doc change: Add version notes for Android 2.3.3.

13 years agoam fefa95a9: Doc change: Add version notes for Android 2.3.3.
Dirk Dougherty [Wed, 9 Feb 2011 22:20:06 +0000 (14:20 -0800)]
am fefa95a9: Doc change: Add version notes for Android 2.3.3.

* commit 'fefa95a9c828d2b67227894b7ee3979504c0f52a':
  Doc change: Add version notes for Android 2.3.3.

13 years agoDoc change: Add version notes for Android 2.3.3.
Dirk Dougherty [Tue, 8 Feb 2011 01:32:11 +0000 (17:32 -0800)]
Doc change: Add version notes for Android 2.3.3.

13 years agoMerge "Catch read error from AudioRecord and do not assert"
James Dong [Wed, 9 Feb 2011 21:58:06 +0000 (13:58 -0800)]
Merge "Catch read error from AudioRecord and do not assert"

13 years agoMerge "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"
Vasu Nori [Wed, 9 Feb 2011 21:34:43 +0000 (13:34 -0800)]
Merge "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"

13 years agoam bfe9e9cf: am cc24170d: Merge "fix [3374821] Cannot take screenshot of HC preview...
Mathias Agopian [Wed, 9 Feb 2011 21:27:01 +0000 (13:27 -0800)]
am bfe9e9cf: am cc24170d: Merge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb

* commit 'bfe9e9cf18ca84214bc59d875d74ca63a27e2414':
  fix [3374821] Cannot take screenshot of HC preview

13 years agoam cc24170d: Merge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb
Mathias Agopian [Wed, 9 Feb 2011 21:22:46 +0000 (13:22 -0800)]
am cc24170d: Merge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb

* commit 'cc24170dc653ea5fc9fe7b9b8c596700c4d6dc99':
  fix [3374821] Cannot take screenshot of HC preview

13 years agoMerge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb
Mathias Agopian [Wed, 9 Feb 2011 21:18:53 +0000 (13:18 -0800)]
Merge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb

13 years agoMerge "Bug 3438513 Fix incorrect throws clause"
Glenn Kasten [Wed, 9 Feb 2011 21:08:00 +0000 (13:08 -0800)]
Merge "Bug 3438513 Fix incorrect throws clause"

13 years agoCatch read error from AudioRecord and do not assert
James Dong [Wed, 9 Feb 2011 20:42:11 +0000 (12:42 -0800)]
Catch read error from AudioRecord and do not assert

bug - 3439313

Change-Id: Ie29d6e4945978ef27fc3e5849e467d895c7736d3

13 years agoam bf5cde2f: am be04bfd0: am 01967c0e: Merge "Doc change: Add diff report for api...
Dirk Dougherty [Wed, 9 Feb 2011 20:22:26 +0000 (12:22 -0800)]
am bf5cde2f: am be04bfd0: am 01967c0e: Merge "Doc change: Add diff report for api 10." into gingerbread

* commit 'bf5cde2f7112b53e5b237e7275267caef25c789d':
  Doc change: Add diff report for api 10.

13 years agoam 54afc818: am 63bd55c7: am cdfe8999: Fix for multiple merge problem.
Gilles Debunne [Wed, 9 Feb 2011 20:22:23 +0000 (12:22 -0800)]
am 54afc818: am 63bd55c7: am cdfe8999: Fix for multiple merge problem.

* commit '54afc818afa2d3ffe525e35ecdfc421c6fa862f3':
  Fix for multiple merge problem.

13 years agoam be04bfd0: am 01967c0e: Merge "Doc change: Add diff report for api 10." into ginger...
Dirk Dougherty [Wed, 9 Feb 2011 20:19:54 +0000 (12:19 -0800)]
am be04bfd0: am 01967c0e: Merge "Doc change: Add diff report for api 10." into gingerbread

* commit 'be04bfd09914bbabf715959170c32030072b65f4':
  Doc change: Add diff report for api 10.

13 years agoam 63bd55c7: am cdfe8999: Fix for multiple merge problem.
Gilles Debunne [Wed, 9 Feb 2011 20:19:46 +0000 (12:19 -0800)]
am 63bd55c7: am cdfe8999: Fix for multiple merge problem.

* commit '63bd55c7bf6f5d9384ad25637a4f4a7d2ef8d441':
  Fix for multiple merge problem.

13 years agoMerge "Added tests for WebView accessibility no JS"
Svetoslav Ganov [Wed, 9 Feb 2011 19:14:42 +0000 (11:14 -0800)]
Merge "Added tests for WebView accessibility no JS"

13 years agoAdded tests for WebView accessibility no JS
Svetoslav Ganov [Sun, 6 Feb 2011 21:59:49 +0000 (13:59 -0800)]
Added tests for WebView accessibility no JS

bug:3421690

This change is related to change:Idfec7e6a

1. Added tests for cases in which the previous
   implementation was not behaving as expected.

2. Refatered the tests to be intrumentation tests
   since the code under tests uses the DOM element
   dimensions to determine visibility and if the
   the WebView has no size i.e. not attached to
   ViewRoot the size of all DOM elements is zero
   forcing all tests to fail.

Change-Id: Ib4c01af8feb09f2b2a6b9d906e08bfaaa9e9bc74

13 years agoturn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed
Vasu Nori [Wed, 9 Feb 2011 18:47:51 +0000 (10:47 -0800)]
turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed

they are becoming pretty disruptive bugs.
many more instances of gmail crashing with locking protocol error.
and a positive identification of WAL as the problem in Music app
AND one instance of gmail crash that I know of.
who knows how many folks are NOT reporting the gmail crash.

too bad we relied on pre-released version sqlite feature
without seeing it complettly tested in the field.

not a safe feature to turn on at this point in time.
maybe more testing and debugging in Ice timeframe.

Change-Id: I283ad26ba7e1793772a372aa8e24df0cb96ce2ef

13 years agoam c3e3cc3d: (-s ours) am ebcbde6a: Merge "Import revised translations. DO NOT MERGE...
Eric Fischer [Wed, 9 Feb 2011 18:52:11 +0000 (10:52 -0800)]
am c3e3cc3d: (-s ours) am ebcbde6a: Merge "Import revised translations.  DO NOT MERGE" into honeycomb

* commit 'c3e3cc3dee2a6a20fabbf98496ae1d9ddedc897c':
  Import revised translations.  DO NOT MERGE

13 years agoam ebcbde6a: Merge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Wed, 9 Feb 2011 18:47:47 +0000 (10:47 -0800)]
am ebcbde6a: Merge "Import revised translations.  DO NOT MERGE" into honeycomb

* commit 'ebcbde6a6e5a8da947a3f28eba7207256b891fdd':
  Import revised translations.  DO NOT MERGE

13 years agoBug 3438513 Fix incorrect throws clause
Glenn Kasten [Wed, 9 Feb 2011 18:15:44 +0000 (10:15 -0800)]
Bug 3438513 Fix incorrect throws clause

Change-Id: Ib47c12b2b03b0b03d8df69f1b943839283c9f867

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Wed, 9 Feb 2011 18:11:18 +0000 (10:11 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoCall window.onscroll event at the end of scrolling.
Patrick Scott [Wed, 2 Feb 2011 19:09:34 +0000 (14:09 -0500)]
Call window.onscroll event at the end of scrolling.

Remove some old cruft code that isn't necessary anymore.  We almost always send
the scroll event to webkit except when restoring the scroll position when going
back.

I have verified that the scroll position is restored when going between pages
and that gmail receives the final scroll position.

Bug: 3187015
Change-Id: I0b1dfd1096d44247729bdd13bdad908310c2f19a

13 years agoDO NOT MERGE
Alex Sakhartchouk [Wed, 9 Feb 2011 16:53:32 +0000 (08:53 -0800)]
DO NOT MERGE
Removing an activity that shouldn't go into samples

Change-Id: I00025770d926af2dbf399d28f8e855568e260b8b

13 years agoMerge "Bringing back the pocket."
Daniel Sandler [Wed, 9 Feb 2011 14:19:58 +0000 (06:19 -0800)]
Merge "Bringing back the pocket."

13 years agoMerge "bug:3435895 change a couple of retryable error constants to < 400"
Vasu Nori [Wed, 9 Feb 2011 06:01:39 +0000 (22:01 -0800)]
Merge "bug:3435895 change a couple of retryable error constants to < 400"

13 years agofix [3374821] Cannot take screenshot of HC preview
Mathias Agopian [Wed, 9 Feb 2011 04:43:00 +0000 (20:43 -0800)]
fix [3374821] Cannot take screenshot of HC preview

the screencap tool will now fallback to /dev/graphics/fb0 is the
screenshot API fails.

Change-Id: I3f593847c72f4ca5429d4f64ca22bd5436dd2051

13 years agoam 4fd30641: Merge "resolved conflicts for merge of e04c1496 to honeycomb-plus-aosp...
Gilles Debunne [Wed, 9 Feb 2011 04:41:35 +0000 (20:41 -0800)]
am 4fd30641: Merge "resolved conflicts for merge of e04c1496 to honeycomb-plus-aosp" into honeycomb-plus-aosp

* commit '4fd30641a9a82ae3bfbc59473e8ea4e9691a7c39':
  Double tap triggers text selection in a TextView. DO NOT MERGE

13 years agoMerge "resolved conflicts for merge of e04c1496 to honeycomb-plus-aosp" into honeycom...
Gilles Debunne [Wed, 9 Feb 2011 04:38:59 +0000 (20:38 -0800)]
Merge "resolved conflicts for merge of e04c1496 to honeycomb-plus-aosp" into honeycomb-plus-aosp

13 years agoresolved conflicts for merge of e04c1496 to honeycomb-plus-aosp
Gilles Debunne [Wed, 9 Feb 2011 04:23:27 +0000 (20:23 -0800)]
resolved conflicts for merge of e04c1496 to honeycomb-plus-aosp

Change-Id: I59886953b76857ab0a089947e1c5335b93f68d5e

13 years agoMerge "MTP: Fix NPE in MtpPropertyGroup"
Mike Lockwood [Wed, 9 Feb 2011 03:00:32 +0000 (19:00 -0800)]
Merge "MTP: Fix NPE in MtpPropertyGroup"

13 years agoam 5988355a: am 3f41d8f5: docs: fix a couple titles
Scott Main [Wed, 9 Feb 2011 02:51:32 +0000 (18:51 -0800)]
am 5988355a: am 3f41d8f5: docs: fix a couple titles

* commit '5988355af4635094a99e408ce4199e9d19af6f9e':
  docs: fix a couple titles

13 years agoam 3f41d8f5: docs: fix a couple titles
Scott Main [Wed, 9 Feb 2011 02:48:53 +0000 (18:48 -0800)]
am 3f41d8f5: docs: fix a couple titles

* commit '3f41d8f5ee1a8d5366d79ee03d97fac8403c676a':
  docs: fix a couple titles

13 years agodocs: fix a couple titles
Scott Main [Wed, 9 Feb 2011 02:46:23 +0000 (18:46 -0800)]
docs: fix a couple titles

Change-Id: I1c2d6c420f814e1ddff5f661214cbbd11f3ca6dd

13 years agoMTP: Fix NPE in MtpPropertyGroup
Mike Lockwood [Wed, 9 Feb 2011 02:45:22 +0000 (21:45 -0500)]
MTP: Fix NPE in MtpPropertyGroup

Change-Id: I65fbd3f2f62724434136c6ae310e6647884902d2
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoam 2b7aec46: am f002b675: Merge "docs: shorten and revise some titles in the Developi...
Scott Main [Wed, 9 Feb 2011 02:42:01 +0000 (18:42 -0800)]
am 2b7aec46: am f002b675: Merge "docs: shorten and revise some titles in the Developing docs and resolve respective links" into honeycomb

* commit '2b7aec46639ffb3242eb1ac6d557c87e68442438':
  docs: shorten and revise some titles in the Developing docs and resolve respective links

13 years agoam f002b675: Merge "docs: shorten and revise some titles in the Developing docs and...
Scott Main [Wed, 9 Feb 2011 02:39:24 +0000 (18:39 -0800)]
am f002b675: Merge "docs: shorten and revise some titles in the Developing docs and resolve respective links" into honeycomb

* commit 'f002b6752562a442c934bdf7c04cb0fedc24d442':
  docs: shorten and revise some titles in the Developing docs and resolve respective links

13 years agoMerge "docs: shorten and revise some titles in the Developing docs and resolve respec...
Scott Main [Wed, 9 Feb 2011 02:36:04 +0000 (18:36 -0800)]
Merge "docs: shorten and revise some titles in the Developing docs and resolve respective links" into honeycomb

13 years agoMerge "Full text search: new API, deprecating old API."
Dmitri Plotnikov [Wed, 9 Feb 2011 02:14:40 +0000 (18:14 -0800)]
Merge "Full text search: new API, deprecating old API."

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Feb 2011 02:00:38 +0000 (18:00 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I989585acd6f901a82e8db9b07257af5a5736989e

13 years agoam 01967c0e: Merge "Doc change: Add diff report for api 10." into gingerbread
Dirk Dougherty [Wed, 9 Feb 2011 01:31:54 +0000 (17:31 -0800)]
am 01967c0e: Merge "Doc change: Add diff report for api 10." into gingerbread

* commit '01967c0ee104e985167374e41f2c416c1100f767':
  Doc change: Add diff report for api 10.

13 years agoam cdfe8999: Fix for multiple merge problem.
Gilles Debunne [Wed, 9 Feb 2011 01:31:33 +0000 (17:31 -0800)]
am cdfe8999: Fix for multiple merge problem.

* commit 'cdfe899991c365d9e197d83f8859089cae082011':
  Fix for multiple merge problem.

13 years agobug:3435895 change a couple of retryable error constants to < 400
Vasu Nori [Wed, 9 Feb 2011 01:18:27 +0000 (17:18 -0800)]
bug:3435895 change a couple of retryable error constants to < 400

so that they are not considered permanent failures

Change-Id: I4513e6abcce127f78b5be98ab78c985ed698e43e

13 years agoMerge "Align inexact alarms in both time bases; don't pull to wall time"
Christopher Tate [Wed, 9 Feb 2011 01:15:37 +0000 (17:15 -0800)]
Merge "Align inexact alarms in both time bases; don't pull to wall time"

13 years agoam 9087566b: am 7777fb04: Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc...
Joe Malin [Wed, 9 Feb 2011 01:01:35 +0000 (17:01 -0800)]
am 9087566b: am 7777fb04: Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb

* commit '9087566bf1d6b2b7d7a0d3112732113400f6ec47':
  DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc

13 years agoAlign inexact alarms in both time bases; don't pull to wall time
Christopher Tate [Tue, 8 Feb 2011 21:39:01 +0000 (13:39 -0800)]
Align inexact alarms in both time bases; don't pull to wall time

The previous implementation failed to properly distinguish between
trigger times in the RTC vs the ELAPSED time bases.  The pernicious
result of this was that sometimes it would decide to align RTC
alarms based on, say, 0 rather than on the real current time.
This would pull the recurrence into wall-clock alignment, with
serious side effects: in particular, periodic tasks that would hit
external network resources would, because *all* devices would be
pulled into wall-clock alignment, wind up inducing heavy QPS
spikes on the backends.

The new implementation works completely differently.  The basic
goal is the same: try to align inexact alarms to "the same" time,
avoiding extra wakeups / radio spinups / etc.  The way this is done
is to divide the timeline into 15-minute quanta, and drift the start
time of every inexact alarm onto one of these 15-minute quantum
boundaries.  The skew between the RTC and ELAPSED time bases is
taken into effect; RTC alarms are no longer pulled into wall clock
alignment.

Fixes bug 3388961

Change-Id: I2a0460e1f5d0e4036f3402f332b642b557b2fc20

13 years agoam 7777fb04: Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb
Joe Malin [Wed, 9 Feb 2011 00:58:22 +0000 (16:58 -0800)]
am 7777fb04: Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb

* commit '7777fb04f1bdb11628ef8978c42b14e51ebb9c56':
  DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc

13 years agoMerge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb
Joe Malin [Wed, 9 Feb 2011 00:55:53 +0000 (16:55 -0800)]
Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb

13 years agoresolved conflicts for merge of c0728cc0 to gingerbread-plus-aosp
Gilles Debunne [Wed, 9 Feb 2011 00:33:58 +0000 (16:33 -0800)]
resolved conflicts for merge of c0728cc0 to gingerbread-plus-aosp

Change-Id: I1b941e0610e498365d441c7bd23af276d1b5f986

13 years agoMerge "Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called before...
Adam Powell [Wed, 9 Feb 2011 00:32:54 +0000 (16:32 -0800)]
Merge "Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called before first layout"

13 years agoFull text search: new API, deprecating old API.
Dmitri Plotnikov [Wed, 9 Feb 2011 00:31:20 +0000 (16:31 -0800)]
Full text search: new API, deprecating old API.

All of this API, old and new, is hidden for now.

Bug: 2078420
Change-Id: I5895e992aa820fa189321e1859179bfe7ccb71ff

13 years agoFix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called
Adam Powell [Wed, 9 Feb 2011 00:20:15 +0000 (16:20 -0800)]
Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called
before first layout

Enable/disable the action bar show/hide animation as part of the
activity/dialog lifecycle. This allows apps to set action bar
visibility state as the activity first becomes visible or returns to
visibility without the associated animation.

Change-Id: I85ff9268d2cb2c8fcd3364dd275597fe90529224

13 years agoMerge "Should reset errno to 0 before calling strtoll()."
James Dong [Wed, 9 Feb 2011 00:07:42 +0000 (16:07 -0800)]
Merge "Should reset errno to 0 before calling strtoll()."

13 years agoMerge "Use JNI helper function to get buffer address"
Andy McFadden [Wed, 9 Feb 2011 00:03:24 +0000 (16:03 -0800)]
Merge "Use JNI helper function to get buffer address"

13 years agoShould reset errno to 0 before calling strtoll().
James Dong [Tue, 8 Feb 2011 23:41:58 +0000 (15:41 -0800)]
Should reset errno to 0 before calling strtoll().

bug - 3431238

Change-Id: I855847209d2e022242b8eb62985759922ab94779

13 years agoam 91c1b185: am b70afd34: docs: remove and correct parent links for fundamental docs...
Scott Main [Tue, 8 Feb 2011 23:06:57 +0000 (15:06 -0800)]
am 91c1b185: am b70afd34: docs: remove and correct parent links for fundamental docs and hide the "beginner\'s path" because it\'s not complete

* commit '91c1b18533078e543c40d6937dea9c4ed2171565':
  docs: remove and correct parent links for fundamental docs and hide the "beginner's path" because it's not complete

13 years agoam 3c565377: am b508d6e2: Merge "docs: fix links to revised fundamentals documents...
Scott Main [Tue, 8 Feb 2011 23:06:54 +0000 (15:06 -0800)]
am 3c565377: am b508d6e2: Merge "docs: fix links to revised fundamentals documents" into honeycomb

* commit '3c5653773d6b48f27aa52d746a7a6f8728d5ba36':
  docs: fix links to revised fundamentals documents

13 years agoam e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public heade...
Jason Sams [Tue, 8 Feb 2011 23:06:50 +0000 (15:06 -0800)]
am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb

* commit 'e2b2a02a91dc4101a9481b5bb6ba4c56c7a35dd7':
  Fix bug 3421901 remove 2 functions from public headers in the SDK.

13 years agoam 81f4f8d0: am 50b7d70f: Merge "Cherrypick from gb: Doc change: Add diff report...
Dirk Dougherty [Tue, 8 Feb 2011 23:06:46 +0000 (15:06 -0800)]
am 81f4f8d0: am 50b7d70f: Merge "Cherrypick from gb: Doc change: Add diff report for api 10." into honeycomb

* commit '81f4f8d0f9edf285ec371c58ec1053cc6e1ed856':
  Cherrypick from gb: Doc change: Add diff report for api 10.

13 years agoam 024bbea2: am dc3fc3dc: Merge "LayoutLib: fix the background of title/action bars...
Xavier Ducrohet [Tue, 8 Feb 2011 23:06:38 +0000 (15:06 -0800)]
am 024bbea2: am dc3fc3dc: Merge "LayoutLib: fix the background of title/action bars." into honeycomb

* commit '024bbea2155dc37df87b337007a887029f9d1cab':
  LayoutLib: fix the background of title/action bars.

13 years agodocs: shorten and revise some titles in the Developing docs
Scott Main [Tue, 8 Feb 2011 23:04:42 +0000 (15:04 -0800)]
docs: shorten and revise some titles in the Developing docs
and resolve respective links

Change-Id: Ic78e859eaad99fc391857676a6aff63a655e72ca

13 years agoMerge "Parse the rssi result string in case-insensitive manner. This matches similar...
Dmitry Shmidt [Tue, 8 Feb 2011 22:58:18 +0000 (14:58 -0800)]
Merge "Parse the rssi result string in case-insensitive manner.  This matches similar code in wpa-supplicant, driver_wext.c"

13 years agoam b70afd34: docs: remove and correct parent links for fundamental docs and hide...
Scott Main [Tue, 8 Feb 2011 22:57:50 +0000 (14:57 -0800)]
am b70afd34: docs: remove and correct parent links for fundamental docs and hide the "beginner\'s path" because it\'s not complete

* commit 'b70afd342b658d23518e0fa69aff9e45ec01e222':
  docs: remove and correct parent links for fundamental docs and hide the "beginner's path" because it's not complete

13 years agoam b508d6e2: Merge "docs: fix links to revised fundamentals documents" into honeycomb
Scott Main [Tue, 8 Feb 2011 22:57:45 +0000 (14:57 -0800)]
am b508d6e2: Merge "docs: fix links to revised fundamentals documents" into honeycomb

* commit 'b508d6e26e3a1fd68bf637dc29df335f0e7ccd92':
  docs: fix links to revised fundamentals documents

13 years agoam 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the...
Jason Sams [Tue, 8 Feb 2011 22:57:35 +0000 (14:57 -0800)]
am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb

* commit '4fd70373ecafbf5a87a1c35852aec2818612e928':
  Fix bug 3421901 remove 2 functions from public headers in the SDK.

13 years agoam 50b7d70f: Merge "Cherrypick from gb: Doc change: Add diff report for api 10."...
Dirk Dougherty [Tue, 8 Feb 2011 22:57:25 +0000 (14:57 -0800)]
am 50b7d70f: Merge "Cherrypick from gb: Doc change: Add diff report for api 10." into honeycomb

* commit '50b7d70fb425daf6b2ead747df6634040d1bbf1b':
  Cherrypick from gb: Doc change: Add diff report for api 10.

13 years agoam dc3fc3dc: Merge "LayoutLib: fix the background of title/action bars." into honeycomb
Xavier Ducrohet [Tue, 8 Feb 2011 22:57:19 +0000 (14:57 -0800)]
am dc3fc3dc: Merge "LayoutLib: fix the background of title/action bars." into honeycomb

* commit 'dc3fc3dc2717461113a2963c224cb190457599d8':
  LayoutLib: fix the background of title/action bars.

13 years agoParse the rssi result string in case-insensitive manner. This matches similar
Stan Chesnutt [Tue, 8 Feb 2011 22:50:30 +0000 (14:50 -0800)]
Parse the rssi result string in case-insensitive manner.  This matches similar
code in wpa-supplicant, driver_wext.c

Change-Id: Ibeff41f9ef9168e47c338513b4c8c8781254e068

13 years agoUse JNI helper function to get buffer address
Andy McFadden [Tue, 8 Feb 2011 20:25:47 +0000 (12:25 -0800)]
Use JNI helper function to get buffer address

This replaces the Get/Release sequence with a call to
jniGetNonMovableArrayElements.

Bug 3409356

Change-Id: I847fd67ac71d904fef0c807ac25a29f802e6cd45

13 years agoMerge "Fix bug 3395349 - Treat Spinner dropDownWidth property properly"
Adam Powell [Tue, 8 Feb 2011 22:20:36 +0000 (14:20 -0800)]
Merge "Fix bug 3395349 - Treat Spinner dropDownWidth property properly"

13 years agoFix bug 3395349 - Treat Spinner dropDownWidth property properly
Adam Powell [Tue, 8 Feb 2011 22:18:38 +0000 (14:18 -0800)]
Fix bug 3395349 - Treat Spinner dropDownWidth property properly

Change-Id: I15bca2c938e1f9742cc5d47218632a1e636f90ac

13 years agoMerge "Add more check before using the DRM manager client."
Gloria Wang [Tue, 8 Feb 2011 22:12:02 +0000 (14:12 -0800)]
Merge "Add more check before using the DRM manager client."

13 years agodocs: remove and correct parent links for fundamental docs
Scott Main [Tue, 8 Feb 2011 22:05:54 +0000 (14:05 -0800)]
docs: remove and correct parent links for fundamental docs
and hide the "beginner's path" because it's not complete

Change-Id: I2f2a201a6571da6f660eb78f6ece94e47a5cddd1

13 years agoMerge "docs: fix links to revised fundamentals documents" into honeycomb
Scott Main [Tue, 8 Feb 2011 21:34:51 +0000 (13:34 -0800)]
Merge "docs: fix links to revised fundamentals documents" into honeycomb

13 years agoBringing back the pocket.
Daniel Sandler [Tue, 8 Feb 2011 21:33:07 +0000 (16:33 -0500)]
Bringing back the pocket.

Bug: 3203179
Change-Id: Ic1513ae9cbc502e328bcf484f83198f2c12102a2

13 years agoAdd more check before using the DRM manager client.
Gloria Wang [Tue, 8 Feb 2011 21:24:08 +0000 (13:24 -0800)]
Add more check before using the DRM manager client.

Change-Id: I7369dcd6b6abd1945430373200fd5353bca70652

13 years agoMerge "Handle some edge cases when seeking while starting up OMXCodec"
Andreas Huber [Tue, 8 Feb 2011 21:15:37 +0000 (13:15 -0800)]
Merge "Handle some edge cases when seeking while starting up OMXCodec"

13 years agoHandle some edge cases when seeking while starting up OMXCodec
Andreas Huber [Tue, 8 Feb 2011 21:10:25 +0000 (13:10 -0800)]
Handle some edge cases when seeking while starting up OMXCodec

These were exposed by the new preview-seekframe while paused code.
In particular, the codec may have been in state RECONFIGURING when attempting
to seek, or we may have initiated flushing of the output port and this may not
have completed yet by the time we want to reconfigure the output port.

Change-Id: Id7640ade11dbc7205a22f648ea0b5e3e9b49cf4b
related-to-bug: 3392259

13 years agoMerge "Fix bug: use content height instead of view height."
Shimeng (Simon) Wang [Tue, 8 Feb 2011 20:30:52 +0000 (12:30 -0800)]
Merge "Fix bug: use content height instead of view height."

13 years agoMerge "Better handling of EGL_SWAP_BEHAVIOR_PRESERVED_BIT Bug #3410832 Bug #3410834"
Romain Guy [Tue, 8 Feb 2011 20:23:59 +0000 (12:23 -0800)]
Merge "Better handling of EGL_SWAP_BEHAVIOR_PRESERVED_BIT Bug #3410832 Bug #3410834"

13 years agoBetter handling of EGL_SWAP_BEHAVIOR_PRESERVED_BIT
Romain Guy [Tue, 8 Feb 2011 20:24:52 +0000 (12:24 -0800)]
Better handling of EGL_SWAP_BEHAVIOR_PRESERVED_BIT
Bug #3410832
Bug #3410834

Change-Id: I6025d6b7200e4d23e43f783e9401df13a13e7b63

13 years agoMerge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb
Jason Sams [Tue, 8 Feb 2011 20:07:49 +0000 (12:07 -0800)]
Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb

13 years agoExpose several useful Bitmap APIs.
Romain Guy [Tue, 8 Feb 2011 19:58:06 +0000 (11:58 -0800)]
Expose several useful Bitmap APIs.
Bug #3408073

Bitmap.setHasAlpha() in particular is very useful for applications that use
ARGB_8888 bitmaps but want/need to benefit from an extra speed boost.

Change-Id: I73d081b7e43bd725baffd1a9892c72d8729816f7

13 years agoMerge "Expose several useful Bitmap APIs. Bug #3408073"
Romain Guy [Tue, 8 Feb 2011 19:57:45 +0000 (11:57 -0800)]
Merge "Expose several useful Bitmap APIs. Bug #3408073"

13 years agoMerge "Remove one log message from the VPXDecoder"
Andreas Huber [Tue, 8 Feb 2011 19:47:23 +0000 (11:47 -0800)]
Merge "Remove one log message from the VPXDecoder"

13 years agoMerge "Fix read from uninitialized memory."
Jeff Brown [Tue, 8 Feb 2011 19:44:18 +0000 (11:44 -0800)]
Merge "Fix read from uninitialized memory."

13 years agoDoc change: add diff report for API 11
Dirk Dougherty [Tue, 8 Feb 2011 19:42:32 +0000 (11:42 -0800)]
Doc change: add diff report for API 11

Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295