OSDN Git Service

android-x86/frameworks-native.git
12 years agoam b8d20d02: Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1
Jamie Gennis [Mon, 21 Nov 2011 23:56:12 +0000 (15:56 -0800)]
am b8d20d02: Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1

* commit 'b8d20d028ca590f6a9c57e0e8fee5e5f80e9ae54':
  EGL: Use cache sizes defined in the BoardConfig

12 years agoam 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1
Jamie Gennis [Mon, 21 Nov 2011 23:56:11 +0000 (15:56 -0800)]
am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1

* commit '53cf20202a3848a6c61b5229814268180a3d2f16':
  SurfaceTexture: fix a couple tests
  EGL: default to swap interval 1
  SurfaceTexture: clean up some tests

12 years agoMerge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1
Jamie Gennis [Mon, 21 Nov 2011 23:54:54 +0000 (15:54 -0800)]
Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1

12 years agoMerge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1
Jamie Gennis [Mon, 21 Nov 2011 23:54:40 +0000 (15:54 -0800)]
Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1

* changes:
  SurfaceTexture: fix a couple tests
  EGL: default to swap interval 1
  SurfaceTexture: clean up some tests

12 years agoam 68f0d47e: Merge "Import revised translations. DO NOT MERGE" into ics-mr1
Eric Fischer [Mon, 21 Nov 2011 23:31:36 +0000 (15:31 -0800)]
am 68f0d47e: Merge "Import revised translations. DO NOT MERGE" into ics-mr1

* commit '68f0d47e8ee045dffb5f59c67cc77f38598472c5':
  Import revised translations. DO NOT MERGE

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-mr1
Eric Fischer [Mon, 21 Nov 2011 23:29:06 +0000 (15:29 -0800)]
Merge "Import revised translations. DO NOT MERGE" into ics-mr1

12 years agoam bfd85f9a: Merge "SIP: turn off verbose logs." into ics-mr1
Chia-chi Yeh [Mon, 21 Nov 2011 23:22:00 +0000 (15:22 -0800)]
am bfd85f9a: Merge "SIP: turn off verbose logs." into ics-mr1

* commit 'bfd85f9aca13aba2b954ddf3d8c6f6eb26e35f25':
  SIP: turn off verbose logs.

12 years agoMerge "SIP: turn off verbose logs." into ics-mr1
Chia-chi Yeh [Mon, 21 Nov 2011 23:19:35 +0000 (15:19 -0800)]
Merge "SIP: turn off verbose logs." into ics-mr1

12 years agoSurfaceTexture: fix a couple tests
Jamie Gennis [Sun, 20 Nov 2011 05:20:17 +0000 (21:20 -0800)]
SurfaceTexture: fix a couple tests

This change fixes some robustness issues with the
EglDestroySurfaceUnrefsBuffers and
EglDestroySurfaceAfterAbandonUnrefsBuffers tests.  The tests previously
depended upon GL implementation details that should not have been relied
upon.

Change-Id: I37fd43b56568efe1dbe69d85e892be8a1cf44d20

12 years agoEGL: default to swap interval 1
Jamie Gennis [Sun, 20 Nov 2011 02:04:43 +0000 (18:04 -0800)]
EGL: default to swap interval 1

This change explicitly sets swap interval 1 on the window when an
EGLSurface is created to render to it.

Change-Id: I91eb29dbee3ae4a55076b921f084d503fbe94e03

12 years agoam 0507ac4d: Use isHighEndGfx to determine texture pool
John Reck [Mon, 21 Nov 2011 22:14:06 +0000 (14:14 -0800)]
am 0507ac4d: Use isHighEndGfx to determine texture pool

* commit '0507ac4d94fc0ecb775391a7e80c921614f88a58':
  Use isHighEndGfx to determine texture pool

12 years agoSurfaceTexture: clean up some tests
Jamie Gennis [Sun, 20 Nov 2011 01:49:21 +0000 (17:49 -0800)]
SurfaceTexture: clean up some tests

This change cleans a few things up in the SurfaceTexture tests:
- Wraps a few long lines.
- Refactors the multithreading portions of SurfaceTextureGLToGLTest into
  a new test fixture called SurfaceTextureGLThreadToGLTest.
- Changes some of the tests that were creating their own EGLSurface to
  use the SurfaceTextureGLToGLTest fixture.
- Reorders the test functions so that they are immediately below to the
  test fixture that they use.

Change-Id: I0491ce3528a7ff2b4f1e83602ba290269c087297

12 years agoEGL: Use cache sizes defined in the BoardConfig
Jamie Gennis [Sun, 20 Nov 2011 00:25:24 +0000 (16:25 -0800)]
EGL: Use cache sizes defined in the BoardConfig

This change introduces two new BoardConfig variables to control the size
limits of the EGL blob cache.  MAX_EGL_CACHE_ENTRY_SIZE is the size
limit for values inserted into the cache, and MAX_EGL_CACHE_SIZE is the
size limit for all entries in the entire cache (including both keys and
values).  If either of these BoardConfig variables are not defined then
a default size limit is used instead.

Change-Id: I6703d93f966b6389c6499f23d841e42339f9c9d7

12 years agoam 7859c184: Merge "Improving PictureListener deprecating comments" into ics-mr1
Kristian Monsen [Sun, 20 Nov 2011 15:29:09 +0000 (07:29 -0800)]
am 7859c184: Merge "Improving PictureListener deprecating comments" into ics-mr1

* commit '7859c1842c1f2e3c43415dfb5337a0b005bdb1c4':
  Improving PictureListener deprecating comments

12 years agoMerge "Improving PictureListener deprecating comments" into ics-mr1
Kristian Monsen [Sun, 20 Nov 2011 15:26:59 +0000 (07:26 -0800)]
Merge "Improving PictureListener deprecating comments" into ics-mr1

12 years agoam 9b5d7a59: Merge "Dreams (now Screen Candy) development." into ics-mr1
Daniel Sandler [Sun, 20 Nov 2011 04:44:40 +0000 (20:44 -0800)]
am 9b5d7a59: Merge "Dreams (now Screen Candy) development." into ics-mr1

* commit '9b5d7a59f336a96e73f5f485f6e366e078a70497':
  Dreams (now Screen Candy) development.

12 years agoMerge "Dreams (now Screen Candy) development." into ics-mr1
Daniel Sandler [Sun, 20 Nov 2011 04:42:19 +0000 (20:42 -0800)]
Merge "Dreams (now Screen Candy) development." into ics-mr1

12 years agoam 0e2c2f39: Reconcile with ics-mr0-release
The Android Open Source Project [Fri, 18 Nov 2011 23:53:25 +0000 (15:53 -0800)]
am 0e2c2f39: Reconcile with ics-mr0-release

* commit '0e2c2f3971eb4b246a5c1b198370e003668f53ee':

12 years agoReconcile with ics-mr0-release
The Android Open Source Project [Fri, 18 Nov 2011 23:49:39 +0000 (15:49 -0800)]
Reconcile with ics-mr0-release

Change-Id: I61ef83c288814c62369fabdcf50d867708f05f51

12 years agomerge in ics-mr0-release history after reset to ics-mr0
The Android Automerger [Fri, 18 Nov 2011 23:37:45 +0000 (15:37 -0800)]
merge in ics-mr0-release history after reset to ics-mr0

12 years agoam 7ff7821a: am d4b22ab4: status_t != bool
Marco Nelissen [Fri, 18 Nov 2011 23:10:54 +0000 (15:10 -0800)]
am 7ff7821a: am d4b22ab4: status_t != bool

* commit '7ff7821a601a39fffb318e29873957b4a3703c46':
  status_t != bool

12 years agoam d4b22ab4: status_t != bool
Marco Nelissen [Fri, 18 Nov 2011 23:07:21 +0000 (15:07 -0800)]
am d4b22ab4: status_t != bool

* commit 'd4b22ab4889f9b1885bfc0dc45667c846a171a98':
  status_t != bool

12 years agoam d8a3cabc: Merge "Text selection AccessibilityEvents are missing text." into ics-mr1
Svetoslav Ganov [Fri, 18 Nov 2011 22:41:29 +0000 (14:41 -0800)]
am d8a3cabc: Merge "Text selection AccessibilityEvents are missing text." into ics-mr1

* commit 'd8a3cabcb11c02c54b76590e0f60c32b43b9f2fc':
  Text selection AccessibilityEvents are missing text.

12 years agoMerge "Text selection AccessibilityEvents are missing text." into ics-mr1
Svetoslav Ganov [Fri, 18 Nov 2011 22:39:05 +0000 (14:39 -0800)]
Merge "Text selection AccessibilityEvents are missing text." into ics-mr1

12 years agoam c2fff5ea: Merge "Unlock camera AWB lock only when white-balance is changed." into...
Wei Huang [Fri, 18 Nov 2011 22:02:44 +0000 (14:02 -0800)]
am c2fff5ea: Merge "Unlock camera AWB lock only when white-balance is changed." into ics-mr1

* commit 'c2fff5ea39027d017dc15ce285961afa17a7b4a7':
  Unlock camera AWB lock only when white-balance is changed.

12 years agoMerge "Unlock camera AWB lock only when white-balance is changed." into ics-mr1
Wei Huang [Fri, 18 Nov 2011 22:00:09 +0000 (14:00 -0800)]
Merge "Unlock camera AWB lock only when white-balance is changed." into ics-mr1

12 years agoam d5280e51: Reconcile with ics-mr0-release
The Android Open Source Project [Fri, 18 Nov 2011 21:35:32 +0000 (13:35 -0800)]
am d5280e51: Reconcile with ics-mr0-release

* commit 'd5280e51aa4578ff47bffc166f74d79c17358589':

12 years agoam 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1
Mathias Agopian [Fri, 18 Nov 2011 21:35:23 +0000 (13:35 -0800)]
am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1

* commit '4d71053b0728b248d80d7d5a098df459722e2be0':
  attempt to fix bug 5313580

12 years agoam e6a96560: Merge "Content and viewport rects set in one step." into ics-mr1
Bart Sears [Fri, 18 Nov 2011 21:35:14 +0000 (13:35 -0800)]
am e6a96560: Merge "Content and viewport rects set in one step." into ics-mr1

* commit 'e6a96560ed96e5121db2e22168698f14338c8f1d':
  Content and viewport rects set in one step.

12 years agoReconcile with ics-mr0-release
The Android Open Source Project [Fri, 18 Nov 2011 21:12:32 +0000 (13:12 -0800)]
Reconcile with ics-mr0-release

Change-Id: I805d2b484b72fb640a889ff2a4b67944cbbe012a

12 years agoMerge "attempt to fix bug 5313580" into ics-mr1
Mathias Agopian [Fri, 18 Nov 2011 20:11:15 +0000 (12:11 -0800)]
Merge "attempt to fix bug 5313580" into ics-mr1

12 years agoMerge "Content and viewport rects set in one step." into ics-mr1
Bart Sears [Fri, 18 Nov 2011 19:46:26 +0000 (11:46 -0800)]
Merge "Content and viewport rects set in one step." into ics-mr1

12 years agoam 0358787f: Merge "Add the support libraries to the platform documentation (build...
Svetoslav Ganov [Fri, 18 Nov 2011 18:14:04 +0000 (10:14 -0800)]
am 0358787f: Merge "Add the support libraries to the platform documentation (build)." into ics-mr1

* commit '0358787f68c48fb10f2d8067fd53f0471481320a':
  Add the support libraries to the platform documentation (build).

12 years agoMerge "Add the support libraries to the platform documentation (build)." into ics-mr1
Svetoslav Ganov [Fri, 18 Nov 2011 18:11:35 +0000 (10:11 -0800)]
Merge "Add the support libraries to the platform documentation (build)." into ics-mr1

12 years agoam dea90a0e: am 366113fa: Merge "docs: Camera Features for developers" into ics-mr0
Joe Fernandez [Fri, 18 Nov 2011 14:17:59 +0000 (06:17 -0800)]
am dea90a0e: am 366113fa: Merge "docs: Camera Features for developers" into ics-mr0

* commit 'dea90a0e1c9c1d15657024893b6793dc21bc27ef':
  docs: Camera Features for developers

12 years agoam 366113fa: Merge "docs: Camera Features for developers" into ics-mr0
Joe Fernandez [Fri, 18 Nov 2011 14:14:01 +0000 (06:14 -0800)]
am 366113fa: Merge "docs: Camera Features for developers" into ics-mr0

* commit '366113fa1bea5ef39cf6557f18ff00310eb6e458':
  docs: Camera Features for developers

12 years agoam d353df8d: am 48eaa6c9: docs: update caption for action bar figure to match new...
Scott Main [Fri, 18 Nov 2011 10:53:00 +0000 (02:53 -0800)]
am d353df8d: am 48eaa6c9: docs: update caption for action bar figure to match new screenshot

* commit 'd353df8db4f51868e1e09463b2c25e3637ad8e95':
  docs: update caption for action bar figure to match new screenshot

12 years agoam 48eaa6c9: docs: update caption for action bar figure to match new screenshot
Scott Main [Fri, 18 Nov 2011 10:49:49 +0000 (02:49 -0800)]
am 48eaa6c9: docs: update caption for action bar figure to match new screenshot

* commit '48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b':
  docs: update caption for action bar figure to match new screenshot

12 years agoam da0e7b0c: Merge "Tie screen saver to the screen off timeout." into ics-mr1
Daniel Sandler [Fri, 18 Nov 2011 05:04:37 +0000 (21:04 -0800)]
am da0e7b0c: Merge "Tie screen saver to the screen off timeout." into ics-mr1

* commit 'da0e7b0c7a0bb1f9f972c3ed042b8cd752031046':
  Tie screen saver to the screen off timeout.

12 years agoMerge "Tie screen saver to the screen off timeout." into ics-mr1
Daniel Sandler [Fri, 18 Nov 2011 05:02:40 +0000 (21:02 -0800)]
Merge "Tie screen saver to the screen off timeout." into ics-mr1

12 years agoam 8c54182f: Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage...
Adam Powell [Fri, 18 Nov 2011 03:46:19 +0000 (19:46 -0800)]
am 8c54182f: Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1

* commit '8c54182f0b6c706adc6247d6f1da7147b357920d':
  Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)

12 years agoMerge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)...
Adam Powell [Fri, 18 Nov 2011 03:44:14 +0000 (19:44 -0800)]
Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1

12 years agoam 70bded0a: Merge "Fix 5636798: clear PIN/PUK fields when device sleeps or user...
Jim Miller [Fri, 18 Nov 2011 02:59:59 +0000 (18:59 -0800)]
am 70bded0a: Merge "Fix 5636798: clear PIN/PUK fields when device sleeps or user cancels" into ics-mr1

* commit '70bded0ab8390cb53342f1fb1f1ff9ee56f60e5f':
  Fix 5636798: clear PIN/PUK fields when device sleeps or user cancels

12 years agoMerge "Fix 5636798: clear PIN/PUK fields when device sleeps or user cancels" into...
Jim Miller [Fri, 18 Nov 2011 02:58:20 +0000 (18:58 -0800)]
Merge "Fix 5636798: clear PIN/PUK fields when device sleeps or user cancels" into ics-mr1

12 years agoattempt to fix bug 5313580
Mathias Agopian [Fri, 18 Nov 2011 02:46:09 +0000 (18:46 -0800)]
attempt to fix bug 5313580

the working theory here is that a Surface object has become non-promotable
because it lost its last reference; later Surface::readFromParcel is called
the previous surface is found in the cache, but can't be promoted. this causes
a new Surface object to be created which will promptly try to connect to the
CPU_API -- this in turn will fail because the previous (now dead) surface is
still connected.

To fix this, we make sure to disconnect from the SurfaceTexture when
Surface[TextureClient] is destroyed.

Change-Id: I422234868a05d7b7d283e9d5a85f7ab79e65d8a9

12 years agoam 3af8b699: Merge "add a self instrumentation into framework perf app" into ics-mr1
Guang Zhu [Fri, 18 Nov 2011 02:06:18 +0000 (18:06 -0800)]
am 3af8b699: Merge "add a self instrumentation into framework perf app" into ics-mr1

* commit '3af8b699830bb5804f3c1b6420d9210b2fd8adb9':
  add a self instrumentation into framework perf app

12 years agoMerge "add a self instrumentation into framework perf app" into ics-mr1
Guang Zhu [Fri, 18 Nov 2011 02:04:23 +0000 (18:04 -0800)]
Merge "add a self instrumentation into framework perf app" into ics-mr1

12 years agoam 1a3c051b: Merge "Hide/show ime switch icon properly" into ics-mr1
satok [Fri, 18 Nov 2011 02:03:46 +0000 (18:03 -0800)]
am 1a3c051b: Merge "Hide/show ime switch icon properly" into ics-mr1

* commit '1a3c051bcc787363d9154da4a8e8e562dda32926':
  Hide/show ime switch icon properly

12 years agoMerge "Hide/show ime switch icon properly" into ics-mr1
satok [Fri, 18 Nov 2011 02:02:09 +0000 (18:02 -0800)]
Merge "Hide/show ime switch icon properly" into ics-mr1

12 years agomerge in ics-mr0-release history after reset to ics-mr0
The Android Automerger [Fri, 18 Nov 2011 01:49:17 +0000 (17:49 -0800)]
merge in ics-mr0-release history after reset to ics-mr0

12 years agoam 398f80ea: Merge "Fix 5620754: don\'t show pattern screen after SIM PUK unlock...
Jim Miller [Fri, 18 Nov 2011 01:44:37 +0000 (17:44 -0800)]
am 398f80ea: Merge "Fix 5620754: don\'t show pattern screen after SIM PUK unlock" into ics-mr1

* commit '398f80eacb8e59d868f287bf273a1253fe219ce4':
  Fix 5620754: don't show pattern screen after SIM PUK unlock

12 years agoMerge "Fix 5620754: don't show pattern screen after SIM PUK unlock" into ics-mr1
Jim Miller [Fri, 18 Nov 2011 01:41:50 +0000 (17:41 -0800)]
Merge "Fix 5620754: don't show pattern screen after SIM PUK unlock" into ics-mr1

12 years agoMerge "docs: Camera Features for developers" into ics-mr0
Joe Fernandez [Fri, 18 Nov 2011 01:34:33 +0000 (17:34 -0800)]
Merge "docs: Camera Features for developers" into ics-mr0

12 years agoam 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
Jamie Gennis [Fri, 18 Nov 2011 01:11:59 +0000 (17:11 -0800)]
am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1

* commit '2ba13186b268de3527af6da1933a4b65877548d9':
  SurfaceTexture: fix a bug with buffer reallocation

12 years agoam c8fd6e30: Merge "EGL: fix blob cache extension detection" into ics-mr1
Jamie Gennis [Fri, 18 Nov 2011 01:11:57 +0000 (17:11 -0800)]
am c8fd6e30: Merge "EGL: fix blob cache extension detection" into ics-mr1

* commit 'c8fd6e3057a98a992b96c2bce3fa2a981c6e45c0':
  EGL: fix blob cache extension detection

12 years agoMerge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
Jamie Gennis [Fri, 18 Nov 2011 01:10:47 +0000 (17:10 -0800)]
Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1

12 years agoMerge "EGL: fix blob cache extension detection" into ics-mr1
Jamie Gennis [Fri, 18 Nov 2011 01:10:32 +0000 (17:10 -0800)]
Merge "EGL: fix blob cache extension detection" into ics-mr1

12 years agoam 3f51f954: Merge "Fix a crash caused by SIP addresses containing "%40" instead...
David Brown [Fri, 18 Nov 2011 00:32:52 +0000 (16:32 -0800)]
am 3f51f954: Merge "Fix a crash caused by SIP addresses containing "%40" instead of "@"" into ics-mr1

* commit '3f51f954948caf1fe5b3f175f7e8523f2ba58f58':
  Fix a crash caused by SIP addresses containing "%40" instead of "@"

12 years agoMerge "Fix a crash caused by SIP addresses containing "%40" instead of "@"" into...
David Brown [Fri, 18 Nov 2011 00:31:10 +0000 (16:31 -0800)]
Merge "Fix a crash caused by SIP addresses containing "%40" instead of "@"" into ics-mr1

12 years agoSurfaceTexture: fix a bug with buffer reallocation
Jamie Gennis [Fri, 18 Nov 2011 00:00:44 +0000 (16:00 -0800)]
SurfaceTexture: fix a bug with buffer reallocation

This change fixes an issue involving buffer reallocation and the
ALLOW_DEQUEUE_CURRENT_BUFFER mode in SurfaceTexture.  The bug happened
when the buffer slot currently attached to the GL texture was selected
for dequeuing, but the dequeue operation caused the buffer to be
reallocated.  Because the buffer is new, the image producer could fill
the buffer and queue it before an updateTexImage call, which would
result in the "slot %d is current" error in queueBuffer.

Bug: 5631630
Change-Id: Icdd8bc5cad3c7db43953446d9be2603aaea11a8d

12 years agoam a37a78e2: Merge "GLES: add image external enums" into ics-mr1
Jamie Gennis [Thu, 17 Nov 2011 23:49:45 +0000 (15:49 -0800)]
am a37a78e2: Merge "GLES: add image external enums" into ics-mr1

* commit 'a37a78e2efe54892a744adfc6330c2d2179dee21':
  GLES: add image external enums

12 years agoMerge "GLES: add image external enums" into ics-mr1
Jamie Gennis [Thu, 17 Nov 2011 23:47:28 +0000 (15:47 -0800)]
Merge "GLES: add image external enums" into ics-mr1

12 years agoam 31b0c687: Reconcile with ics-mr0-release
The Android Open Source Project [Thu, 17 Nov 2011 23:41:03 +0000 (15:41 -0800)]
am 31b0c687: Reconcile with ics-mr0-release

* commit '31b0c6872dcec0759ff0dbbcfc6bf1e51d3e0f12':

12 years agoReconcile with ics-mr0-release
The Android Open Source Project [Thu, 17 Nov 2011 23:36:52 +0000 (15:36 -0800)]
Reconcile with ics-mr0-release

Change-Id: Ief57a18b44889bbdfb1bd7bd7c379f49b2f126b8

12 years agoam 85c73948: am 08d40d71: Merge "docs: Big update to action bar guide for ICS. Added...
Scott Main [Thu, 17 Nov 2011 22:53:51 +0000 (14:53 -0800)]
am 85c73948: am 08d40d71: Merge "docs: Big update to action bar guide for ICS. Added section for action provider, new APIs for handsets such as split action bar, more information and diagrams for up navigation, guidelines for picking action items, revised sample code

* commit '85c7394836843b2cbfa2b51504448794a6071b3a':
  docs: Big update to action bar guide for ICS. Added section for action provider, new APIs for handsets such as split action bar, more information and diagrams for up navigation, guidelines for picking action items, revised sample code and discussion for tabs, add expandible action view info, and expanded discussion for customizing action bar styles bug:4726917

12 years agoam be0dab48: am 69e24843: Merge "Licensing docs: clarifies server response for draft...
Bill Gruber [Thu, 17 Nov 2011 22:53:50 +0000 (14:53 -0800)]
am be0dab48: am 69e24843: Merge "Licensing docs: clarifies server response for draft apps Bug 2900690" into ics-mr0

* commit 'be0dab485680fb264458f8192b3759b002450102':
  Licensing docs: clarifies server response for draft apps Bug 2900690

12 years agoam 9d3dffc7: am ef20eb25: Merge "Filters docs: removes references to forward-locking...
Bill Gruber [Thu, 17 Nov 2011 22:53:48 +0000 (14:53 -0800)]
am 9d3dffc7: am ef20eb25: Merge "Filters docs: removes references to forward-locking Bug 3055286" into ics-mr0

* commit '9d3dffc7b05dbbad4a5e597fa964398b827ba945':
  Filters docs: removes references to forward-locking Bug 3055286

12 years agoam fa847110: am 7d4c4721: docs: add sums/sizes for adt 15.0.1
Scott Main [Thu, 17 Nov 2011 22:53:46 +0000 (14:53 -0800)]
am fa847110: am 7d4c4721: docs: add sums/sizes for adt 15.0.1

* commit 'fa847110524512b4bb1cb8e655471d324aba69ff':
  docs: add sums/sizes for adt 15.0.1

12 years agoam c2c77700: am 4750cbd9: Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick...
Fred Chung [Thu, 17 Nov 2011 22:53:45 +0000 (14:53 -0800)]
am c2c77700: am 4750cbd9: Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0

* commit 'c2c77700fbab25bc48002a46a6c0d8a81008030c':
  DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e

12 years agoam 0a2da863: am 4f361741: Merge "docs: adt 15.0.1 rel notes" into ics-mr0
Robert Ly [Thu, 17 Nov 2011 22:53:43 +0000 (14:53 -0800)]
am 0a2da863: am 4f361741: Merge "docs: adt 15.0.1 rel notes" into ics-mr0

* commit '0a2da86346f1f74b66425565e783efb2d5239f25':
  docs: adt 15.0.1 rel notes

12 years agoam 08d40d71: Merge "docs: Big update to action bar guide for ICS. Added section for...
Scott Main [Thu, 17 Nov 2011 22:49:36 +0000 (14:49 -0800)]
am 08d40d71: Merge "docs: Big update to action bar guide for ICS. Added section for action provider, new APIs for handsets such as split action bar, more information and diagrams for up navigation, guidelines for picking action items, revised sample code and discussio

* commit '08d40d71806d482fa92f6a9b952487c3ccc63bb3':
  docs: Big update to action bar guide for ICS. Added section for action provider, new APIs for handsets such as split action bar, more information and diagrams for up navigation, guidelines for picking action items, revised sample code and discussion for tabs, add expandible action view info, and expanded discussion for customizing action bar styles bug:4726917

12 years agoam 69e24843: Merge "Licensing docs: clarifies server response for draft apps Bug...
Bill Gruber [Thu, 17 Nov 2011 22:49:33 +0000 (14:49 -0800)]
am 69e24843: Merge "Licensing docs: clarifies server response for draft apps Bug 2900690" into ics-mr0

* commit '69e24843fc89dcdd35802dbb6a2b693650ec8a41':
  Licensing docs: clarifies server response for draft apps Bug 2900690

12 years agoam ef20eb25: Merge "Filters docs: removes references to forward-locking Bug 3055286...
Bill Gruber [Thu, 17 Nov 2011 22:49:32 +0000 (14:49 -0800)]
am ef20eb25: Merge "Filters docs: removes references to forward-locking Bug 3055286" into ics-mr0

* commit 'ef20eb2595d0c74eabbcafe6ec50387de37e18de':
  Filters docs: removes references to forward-locking Bug 3055286

12 years agoam 7d4c4721: docs: add sums/sizes for adt 15.0.1
Scott Main [Thu, 17 Nov 2011 22:49:28 +0000 (14:49 -0800)]
am 7d4c4721: docs: add sums/sizes for adt 15.0.1

* commit '7d4c4721c6dd5473464d4620749b302a413c7ebd':
  docs: add sums/sizes for adt 15.0.1

12 years agoam 4750cbd9: Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1...
Fred Chung [Thu, 17 Nov 2011 22:49:26 +0000 (14:49 -0800)]
am 4750cbd9: Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0

* commit '4750cbd9311b763265f8ab6ddee187e0c9a71665':
  DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e

12 years agoam 4f361741: Merge "docs: adt 15.0.1 rel notes" into ics-mr0
Robert Ly [Thu, 17 Nov 2011 22:49:21 +0000 (14:49 -0800)]
am 4f361741: Merge "docs: adt 15.0.1 rel notes" into ics-mr0

* commit '4f361741185d523b5469a264521eeeb4eee9344d':
  docs: adt 15.0.1 rel notes

12 years agoam 4cf1656e: Merge "Add a few GC-flexing microbenchmark tests" into ics-mr1
Christopher Tate [Thu, 17 Nov 2011 22:45:26 +0000 (14:45 -0800)]
am 4cf1656e: Merge "Add a few GC-flexing microbenchmark tests" into ics-mr1

* commit '4cf1656e10514d0575304d5a8108bc7a0b7384ed':
  Add a few GC-flexing microbenchmark tests

12 years agoMerge "Add a few GC-flexing microbenchmark tests" into ics-mr1
Christopher Tate [Thu, 17 Nov 2011 22:43:17 +0000 (14:43 -0800)]
Merge "Add a few GC-flexing microbenchmark tests" into ics-mr1

12 years agoEGL: fix blob cache extension detection
Jamie Gennis [Thu, 17 Nov 2011 05:45:30 +0000 (21:45 -0800)]
EGL: fix blob cache extension detection

Bug: 5474671
Change-Id: I6359063ccf23f076fc84c80b8a2f6731a65eef18

12 years agoam 0f3570c3: Merge "Re-enable vril-dump for adb bugreport." into ics-mr1
Jake Hamby [Thu, 17 Nov 2011 21:55:29 +0000 (13:55 -0800)]
am 0f3570c3: Merge "Re-enable vril-dump for adb bugreport." into ics-mr1

* commit '0f3570c3c1467bc4c900d256c6d9dc12ffb35ff1':
  Re-enable vril-dump for adb bugreport.

12 years agoMerge "Re-enable vril-dump for adb bugreport." into ics-mr1
Jake Hamby [Thu, 17 Nov 2011 21:53:17 +0000 (13:53 -0800)]
Merge "Re-enable vril-dump for adb bugreport." into ics-mr1

12 years agoam 2b9af44e: am 6da97a24: Merge "Check the bluetooth state for getUuid call" into...
Matthew Xie [Thu, 17 Nov 2011 21:12:39 +0000 (13:12 -0800)]
am 2b9af44e: am 6da97a24: Merge "Check the bluetooth state for getUuid call" into ics-mr0

* commit '2b9af44e401d884469869a4ac0933bfa727d3135':
  Check the bluetooth state for getUuid call

12 years agoam 6da97a24: Merge "Check the bluetooth state for getUuid call" into ics-mr0
Matthew Xie [Thu, 17 Nov 2011 21:10:14 +0000 (13:10 -0800)]
am 6da97a24: Merge "Check the bluetooth state for getUuid call" into ics-mr0

* commit '6da97a24e329851888890d4e380066037d08bcd7':
  Check the bluetooth state for getUuid call

12 years agoam 63b7360e: Merge "Fix NPE on devices that don\'t have NFC." into ics-mr1
Nick Pelly [Thu, 17 Nov 2011 20:51:18 +0000 (12:51 -0800)]
am 63b7360e: Merge "Fix NPE on devices that don\'t have NFC." into ics-mr1

* commit '63b7360e9d8c6fb077bdd00c7ef08f402d5a76ba':
  Fix NPE on devices that don't have NFC.

12 years agoMerge "Fix NPE on devices that don't have NFC." into ics-mr1
Nick Pelly [Thu, 17 Nov 2011 20:48:48 +0000 (12:48 -0800)]
Merge "Fix NPE on devices that don't have NFC." into ics-mr1

12 years agoam 1733a3de: Merge "SIP addresses containing "911" shouldn\'t be considered emergency...
David Brown [Thu, 17 Nov 2011 20:35:26 +0000 (12:35 -0800)]
am 1733a3de: Merge "SIP addresses containing "911" shouldn\'t be considered emergency calls" into ics-mr1

* commit '1733a3de8c4f98ba4df08ab79d1fef6d2684d2c2':
  SIP addresses containing "911" shouldn't be considered emergency calls

12 years agoMerge "SIP addresses containing "911" shouldn't be considered emergency calls" into...
David Brown [Thu, 17 Nov 2011 20:33:00 +0000 (12:33 -0800)]
Merge "SIP addresses containing "911" shouldn't be considered emergency calls" into ics-mr1

12 years agoMerge "docs: Big update to action bar guide for ICS. Added section for action provide...
Scott Main [Thu, 17 Nov 2011 20:32:11 +0000 (12:32 -0800)]
Merge "docs: Big update to action bar guide for ICS. Added section for action provider, new APIs for handsets such as split action bar, more information and diagrams for up navigation, guidelines for picking action items, revised sample code and discussion for tabs, add expandible action view info, and expanded discussion for customizing action bar styles bug:4726917" into ics-mr0

12 years agoam 9be49620: Merge "Unhide social stream permissions." into ics-mr1
Dave Santoro [Thu, 17 Nov 2011 20:27:44 +0000 (12:27 -0800)]
am 9be49620: Merge "Unhide social stream permissions." into ics-mr1

* commit '9be4962060ca67c4fe9bfc391043f6d2829cf720':
  Unhide social stream permissions.

12 years agoMerge "Unhide social stream permissions." into ics-mr1
Dave Santoro [Thu, 17 Nov 2011 20:26:17 +0000 (12:26 -0800)]
Merge "Unhide social stream permissions." into ics-mr1

12 years agoam 852585c0: Merge "Draw input field focus ring in WebTextView" into ics-mr1
Michael Kolb [Thu, 17 Nov 2011 20:25:06 +0000 (12:25 -0800)]
am 852585c0: Merge "Draw input field focus ring in WebTextView" into ics-mr1

* commit '852585c034d383ea6afe1b484afa57cbf4d04f95':
  Draw input field focus ring in WebTextView

12 years agoMerge "Draw input field focus ring in WebTextView" into ics-mr1
Michael Kolb [Thu, 17 Nov 2011 20:22:58 +0000 (12:22 -0800)]
Merge "Draw input field focus ring in WebTextView" into ics-mr1

12 years agoam 8ac35e30: Merge "Only write network stats when already loaded." into ics-mr1
Jeff Sharkey [Thu, 17 Nov 2011 20:11:47 +0000 (12:11 -0800)]
am 8ac35e30: Merge "Only write network stats when already loaded." into ics-mr1

* commit '8ac35e30b29f3a3e81ed722621bf7f1de708455f':
  Only write network stats when already loaded.

12 years agoMerge "Only write network stats when already loaded." into ics-mr1
Jeff Sharkey [Thu, 17 Nov 2011 20:10:02 +0000 (12:10 -0800)]
Merge "Only write network stats when already loaded." into ics-mr1

12 years agoMerge "Licensing docs: clarifies server response for draft apps Bug 2900690" into...
Bill Gruber [Thu, 17 Nov 2011 19:35:16 +0000 (11:35 -0800)]
Merge "Licensing docs: clarifies server response for draft apps Bug 2900690" into ics-mr0

12 years agoMerge "Filters docs: removes references to forward-locking Bug 3055286" into ics-mr0
Bill Gruber [Thu, 17 Nov 2011 19:34:46 +0000 (11:34 -0800)]
Merge "Filters docs: removes references to forward-locking Bug 3055286" into ics-mr0

12 years agoam aefc0ed9: Merge "Don\'t upgrade some settings from GB to ICS." into ics-mr1
Amith Yamasani [Thu, 17 Nov 2011 18:02:16 +0000 (10:02 -0800)]
am aefc0ed9: Merge "Don\'t upgrade some settings from GB to ICS." into ics-mr1

* commit 'aefc0ed9677233d5e8c991196f970222b4899dc3':
  Don't upgrade some settings from GB to ICS.

12 years agoMerge "Don't upgrade some settings from GB to ICS." into ics-mr1
Amith Yamasani [Thu, 17 Nov 2011 18:01:00 +0000 (10:01 -0800)]
Merge "Don't upgrade some settings from GB to ICS." into ics-mr1

12 years agoam 3a7e2c0b: Merge "Adding missed Android.mk file to the original Bluetooth HDP sampl...
Fred Chung [Thu, 17 Nov 2011 17:39:28 +0000 (09:39 -0800)]
am 3a7e2c0b: Merge "Adding missed Android.mk file to the original Bluetooth HDP sample Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e." into ics-mr1

* commit '3a7e2c0ba89b40b61d2322955ab895020a70592c':
  Adding missed Android.mk file to the original Bluetooth HDP sample Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e.

12 years agoMerge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb...
Fred Chung [Thu, 17 Nov 2011 17:38:10 +0000 (09:38 -0800)]
Merge "DO NOT MERGE: Bluetooth HDP sample. Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e" into ics-mr0