OSDN Git Service

android-x86/frameworks-base.git
12 years agoFix handling of "allow fds" state.
Dianne Hackborn [Tue, 4 Oct 2011 04:09:35 +0000 (21:09 -0700)]
Fix handling of "allow fds" state.

Didn't take into account nesting of bundles.  Boo.

Change-Id: Ic8cf21ad8d6f4938a3e105128624c9d162310d01

12 years agoMerge "The logic for not populating text to some accessibility events is scattered."
Svetoslav Ganov [Tue, 4 Oct 2011 01:33:32 +0000 (18:33 -0700)]
Merge "The logic for not populating text to some  accessibility events is scattered."

12 years agoMerge "Transfer large bitmaps using ashmem. Bug: 5224703"
Jeff Brown [Tue, 4 Oct 2011 01:27:51 +0000 (18:27 -0700)]
Merge "Transfer large bitmaps using ashmem. Bug: 5224703"

12 years agoMerge "Accessibility services cannot obtain the source of an event coming from a...
Svetoslav Ganov [Tue, 4 Oct 2011 00:43:39 +0000 (17:43 -0700)]
Merge "Accessibility services cannot obtain the source of an event coming from a root namespace descendant."

12 years agoMerge "Reworked biometric weak check functions"
Danielle Millett [Tue, 4 Oct 2011 00:38:47 +0000 (17:38 -0700)]
Merge "Reworked biometric weak check functions"

12 years agoTransfer large bitmaps using ashmem.
Jeff Brown [Sat, 24 Sep 2011 04:17:56 +0000 (21:17 -0700)]
Transfer large bitmaps using ashmem.
Bug: 5224703

Change-Id: If385a66adf4c6179a0bb49c0e6d09a9567e23808

12 years agoMerge "Add mechanism for Parcel to not allow FDs to be written to it."
Dianne Hackborn [Tue, 4 Oct 2011 00:13:54 +0000 (17:13 -0700)]
Merge "Add mechanism for Parcel to not allow FDs to be written to it."

12 years agoResolve conflicts for merge 121e805a to master
Justin Ho [Tue, 4 Oct 2011 00:06:26 +0000 (17:06 -0700)]
Resolve conflicts for merge 121e805a to master

Conflicts:
CleanSpec.mk

Change-Id: I750218dbd78e15c1ae3324b3bcfbcd28a4da2676

12 years agoAdd mechanism for Parcel to not allow FDs to be written to it.
Dianne Hackborn [Thu, 29 Sep 2011 03:19:47 +0000 (23:19 -0400)]
Add mechanism for Parcel to not allow FDs to be written to it.

This is to help implement issue #5224703.

Change-Id: I026a5890495537d15b57fe61227a640aac806d46

12 years agoMerge "Don't obtain attributes for the whole theme when looking for selection mode...
Adam Powell [Mon, 3 Oct 2011 23:57:05 +0000 (16:57 -0700)]
Merge "Don't obtain attributes for the whole theme when looking for selection mode drawables."

12 years agoMerge "Adding additional variety to sound set 7" into ics-factoryrom
Justin Ho [Mon, 3 Oct 2011 23:49:58 +0000 (16:49 -0700)]
Merge "Adding additional variety to sound set 7" into ics-factoryrom

12 years agoMerge "docs: remove gerunds from UI dev guides and resolve linkbacks"
Scott Main [Mon, 3 Oct 2011 23:06:47 +0000 (16:06 -0700)]
Merge "docs: remove gerunds from UI dev guides and resolve linkbacks"

12 years agoAdding additional variety to sound set 7
Justin Ho [Mon, 3 Oct 2011 22:37:43 +0000 (15:37 -0700)]
Adding additional variety to sound set 7

Change-Id: I3f8c806258e47dc3b78ce81fd582722753573b54

12 years agoMerge "docs: fix a bug in the search results in which clicking a sorting tab does...
Scott Main [Mon, 3 Oct 2011 22:44:50 +0000 (15:44 -0700)]
Merge "docs: fix a bug in the search results in which clicking a sorting tab does not open that tab until you click a tab again. This occured due to the order of events being out of order in terms of when we invoke the click() on a tab based on the search being invoked. I'm pretty sure this worked fine before, so I think this might have been introduced by a behavior change in CSE. The fix is to simply invoke the click() for a tab when the respective search results actually return using an additional callback."

12 years agodocs: fix a bug in the search results in which clicking a sorting tab
Scott Main [Mon, 3 Oct 2011 22:37:36 +0000 (15:37 -0700)]
docs: fix a bug in the search results in which clicking a sorting tab
does not open that tab until you click a tab again. This occured due
to the order of events being out of order in terms of when we invoke
the click() on a tab based on the search being invoked. I'm pretty sure
this worked fine before, so I think this might have been introduced
by a behavior change in CSE. The fix is to simply invoke the click()
for a tab when the respective search results actually return using
an additional callback.

Change-Id: Ib58fdc75b3095ca2a3a2f5f892e778acdbc1dacd

12 years agoReworked biometric weak check functions
Danielle Millett [Fri, 30 Sep 2011 17:55:07 +0000 (13:55 -0400)]
Reworked biometric weak check functions

Renamed isBiometricEnabled to isBiometricWeakInstalled.  This function
now checks if the system property is set, the facelock package is
installed, and if the phone has a front facing camera.  It no longer
checks if facelock is currently set as the unlock method.
Added isBiometricWeakInstalled checks to all cases where facelock is used
in LockPatternKeyguardView

Change-Id: Ia86a7ad6118101c6aab90ffb2ee9c42bf2548149

12 years agoMerge "allow override of HDMI rotation"
Justin Ho [Mon, 3 Oct 2011 22:32:14 +0000 (15:32 -0700)]
Merge "allow override of HDMI rotation"

12 years agoAccessibility services cannot obtain the source of an event coming from a root namesp...
Svetoslav Ganov [Mon, 3 Oct 2011 21:18:42 +0000 (14:18 -0700)]
Accessibility services cannot obtain the source of an event coming from a root namespace descendant.

1. The user can touch the screen at an arbitrary location potentially crossing the root namespace
   bounday which will send an accessibility event to accessibility services and they should be able
   to obtain the event source. Also accessibility ids are guaranteed to be unique in the window.
   Added a package scoped findViewByAccessibilityId method that dives into nested root namespaces.

2. Added accessibility support to the AnalogClock.

bug:5405934

Change-Id: I84edcb554bae41aafcbbc2723c5e62c1ef8a6ddf

12 years agoMerge "Hardware accelerated button focus rings"
John Reck [Mon, 3 Oct 2011 22:01:10 +0000 (15:01 -0700)]
Merge "Hardware accelerated button focus rings"

12 years agoHardware accelerated button focus rings
John Reck [Thu, 22 Sep 2011 01:20:30 +0000 (18:20 -0700)]
Hardware accelerated button focus rings

 Bug: 5353510

Change-Id: Ie6a2c509b5890d3d091465a36804648999228553

12 years agoMerge "Remember wifi disable due to airplane"
Irfan Sheriff [Mon, 3 Oct 2011 20:53:42 +0000 (13:53 -0700)]
Merge "Remember wifi disable due to airplane"

12 years agoDon't obtain attributes for the whole theme when looking for selection
Adam Powell [Mon, 3 Oct 2011 20:41:03 +0000 (13:41 -0700)]
Don't obtain attributes for the whole theme when looking for selection
mode drawables.

Change-Id: I82d327e8fcf67baa557245982b2b5ba76ffa9fec

12 years agoMerge "Fix bugs around overlay action modes."
Adam Powell [Mon, 3 Oct 2011 20:32:47 +0000 (13:32 -0700)]
Merge "Fix bugs around overlay action modes."

12 years agoFix bugs around overlay action modes.
Adam Powell [Mon, 3 Oct 2011 19:08:54 +0000 (12:08 -0700)]
Fix bugs around overlay action modes.

Multiple focusable windows cause undesired behavior around selection
modes. TextView isn't sure how to behave when it loses window focus
with regard to selection handles and action modes need to be focusable
for WebView find on page since it uses an EditText as a custom view.

For now:

* Use a layered window decor for overlay action mode when there is no
  action bar requested. This eliminates an extra window and avoids the
  issue described for full-screen UIs.

* Disable WebView's find-on-page mode when the action mode's UI will
  not be focusable. This only affects WebViews in floating windows.

Also remove the "Text Selection" title for WebView's selection mode at
UX's request, as it is inconsistent with TextView's selection mode and
the string does not fit on phones in portrait even on wide
devices. This now uses the same mechanism used in TextView to decide
whether to use title text.

Change-Id: I80caeecea9b47728cf26bb0a388153ca0bdeafe1

12 years agoMerge "Bug 5327547: re-check word after it (may) have been added to user dictionary."
Gilles Debunne [Mon, 3 Oct 2011 19:58:52 +0000 (12:58 -0700)]
Merge "Bug 5327547: re-check word after it (may) have been added to user dictionary."

12 years agoMerge "Bug 5384674: When only one suggestion is returned, it is displayed twice"
Gilles Debunne [Mon, 3 Oct 2011 19:58:42 +0000 (12:58 -0700)]
Merge "Bug 5384674: When only one suggestion is returned, it is displayed twice"

12 years agoMerge "New underline color for the Voice recognized suggestions"
Gilles Debunne [Mon, 3 Oct 2011 19:58:34 +0000 (12:58 -0700)]
Merge "New underline color for the Voice recognized suggestions"

12 years agoMerge "docs: fix wacky markup bug caused by lack of sentence terminator"
Scott Main [Mon, 3 Oct 2011 19:19:55 +0000 (12:19 -0700)]
Merge "docs: fix wacky markup bug caused by lack of sentence terminator"

12 years agoRemember wifi disable due to airplane
Irfan Sheriff [Mon, 3 Oct 2011 19:13:20 +0000 (12:13 -0700)]
Remember wifi disable due to airplane

Add the wifi disabled due to airplane mode as a seperate settings so
that wifi is restored after a reboot when airplane mode is turned off

Bug: 5365718
Change-Id: I36a9694bbcacd5bb5f89498e4adc47c81e611da6

12 years agoMerge "Adding accessibility support to the share UI."
Svetoslav Ganov [Mon, 3 Oct 2011 18:53:48 +0000 (11:53 -0700)]
Merge "Adding accessibility support to the share UI."

12 years agoMerge "Slightly less ugly ICS adb icons."
Daniel Sandler [Mon, 3 Oct 2011 18:30:10 +0000 (11:30 -0700)]
Merge "Slightly less ugly ICS adb icons."

12 years agoMerge "Center box text vertically"
Russell Brenner [Mon, 3 Oct 2011 18:29:16 +0000 (11:29 -0700)]
Merge "Center box text vertically"

12 years agoSlightly less ugly ICS adb icons.
Daniel Sandler [Sat, 1 Oct 2011 00:57:15 +0000 (20:57 -0400)]
Slightly less ugly ICS adb icons.

Change-Id: I40448c3fa58fe15a924e306584105110657c9f1a

12 years agoAdding accessibility support to the share UI.
Svetoslav Ganov [Sat, 1 Oct 2011 02:57:35 +0000 (19:57 -0700)]
Adding accessibility support to the share UI.

Added content description to the overflow button and default
action target as well as content description for the popup
list with share targets.

bug:5398787

Change-Id: Iea1e9d85893899f7d161986cb958595083c79b93

12 years agoMerge "Fix contentDescriptions in status bar."
Daniel Sandler [Mon, 3 Oct 2011 18:08:52 +0000 (11:08 -0700)]
Merge "Fix contentDescriptions in status bar."

12 years agoam 6c465bbe: (-s ours) Cherry-pick f1dee1 from master for SDK. do not merge.
Xavier Ducrohet [Mon, 3 Oct 2011 17:43:49 +0000 (10:43 -0700)]
am 6c465bbe: (-s ours) Cherry-pick f1dee1 from master for SDK. do not merge.

* commit '6c465bbe805354dc0101d2cac1d7ce374bb336a0':
  Cherry-pick f1dee1 from master for SDK. do not merge.

12 years agoMerge "Fix potential issue with the TextLayoutCache with glyphs"
Fabrice Di Meglio [Mon, 3 Oct 2011 16:56:39 +0000 (09:56 -0700)]
Merge "Fix potential issue with the TextLayoutCache with glyphs"

12 years agoMerge "Improve TextLayoutCache performances a bit"
Fabrice Di Meglio [Mon, 3 Oct 2011 16:56:32 +0000 (09:56 -0700)]
Merge "Improve TextLayoutCache performances a bit"

12 years agoCherry-pick f1dee1 from master for SDK. do not merge.
Xavier Ducrohet [Sat, 1 Oct 2011 01:08:05 +0000 (18:08 -0700)]
Cherry-pick f1dee1 from master for SDK. do not merge.

Layoutlib: add support for ITextServicesManager.

This include a fix in layoutlib_create to properly handle
delegating a static method of an inner class (was broken and
only worked on non static method).

Added a few comments here and there to *_Accessor classes so
that it's a bit more obvious what they are for and how they are
used.

Change-Id: I186ce33236e4de08d0205f75fb8d20d74c92da34

12 years agoMerge "Layoutlib: add support for ITextServicesManager."
Xavier Ducrohet [Mon, 3 Oct 2011 16:11:23 +0000 (09:11 -0700)]
Merge "Layoutlib: add support for ITextServicesManager."

12 years agoLayoutlib: add support for ITextServicesManager.
Xavier Ducrohet [Sat, 1 Oct 2011 01:08:05 +0000 (18:08 -0700)]
Layoutlib: add support for ITextServicesManager.

This include a fix in layoutlib_create to properly handle
delegating a static method of an inner class (was broken and
only worked on non static method).

Added a few comments here and there to *_Accessor classes so
that it's a bit more obvious what they are for and how they are
used.

Change-Id: Ifc31dd1a006393bb0c08e22b6a17f500dd62e090

12 years agoPrioritize the order of subtypes in method.xml for implicitly enabled subtypes
satok [Mon, 3 Oct 2011 08:05:50 +0000 (17:05 +0900)]
Prioritize the order of subtypes in method.xml for implicitly enabled subtypes

Bug: 5401115
Change-Id: I6d9229cd266e27b68a6b9a2892aabfba4fe4de00

12 years agoam 2842ca8a: am bcb14ce1: (-s ours) Compiling issue fix since SurfTex header changed.
Teng-Hui Zhu [Sat, 1 Oct 2011 19:05:59 +0000 (12:05 -0700)]
am 2842ca8a: am bcb14ce1: (-s ours) Compiling issue fix since SurfTex header changed.

* commit '2842ca8ac63ad5e7b6a6eb89285d14db424c2bab':
  Compiling issue fix since SurfTex header changed.

12 years agoam bcb14ce1: (-s ours) Compiling issue fix since SurfTex header changed.
Teng-Hui Zhu [Sat, 1 Oct 2011 19:01:46 +0000 (12:01 -0700)]
am bcb14ce1: (-s ours) Compiling issue fix since SurfTex header changed.

* commit 'bcb14ce1fc06ba7161e7e30420264dd0f2ad8433':
  Compiling issue fix since SurfTex header changed.

12 years agoThe logic for not populating text to some accessibility events is scattered.
Svetoslav Ganov [Fri, 30 Sep 2011 02:31:06 +0000 (19:31 -0700)]
The logic for not populating text to some  accessibility events is scattered.

1. Some accessibility evenents should not and were not dispatched for
   text population but there was no centralized location for enforcing
   this - rather the system was firing them in a specific way or there
   were conditions in a few places enforcing that. Now this is centralized
   and clean.

2. Updated the documentation with some new event types the were lacking.

3. Explicitly stated in the documentaition which events are dispatched to
   the sub-tree of the source for text populatation.

bug:5394527

Change-Id: I86e383807d777019ac98b970c7d9d02a2f7afac6

12 years agoMerge "Fixing accessibility support in Recent Apps"
Michael Jurka [Sat, 1 Oct 2011 02:46:58 +0000 (19:46 -0700)]
Merge "Fixing accessibility support in Recent Apps"

12 years agoMerge "Adding default padding to AppWidgetHostView for widgets >= API level 14"
Adam Cohen [Sat, 1 Oct 2011 02:26:05 +0000 (19:26 -0700)]
Merge "Adding default padding to AppWidgetHostView for widgets >= API level 14"

12 years agoAdding default padding to AppWidgetHostView for widgets >= API level 14
Adam Cohen [Fri, 30 Sep 2011 22:02:43 +0000 (15:02 -0700)]
Adding default padding to AppWidgetHostView for widgets >= API level 14

Change-Id: Idbbeafba664847f01393bb0c6102f774390380d5

12 years agoFix potential issue with the TextLayoutCache with glyphs
Fabrice Di Meglio [Sat, 1 Oct 2011 00:18:35 +0000 (17:18 -0700)]
Fix potential issue with the TextLayoutCache with glyphs

- there may be a mapping of one char to many glyphs

Change-Id: I48846d176d61dc8d8e513ca144fdf8ad805e63b7

12 years agoMerge "SipService: handle connectivity changes correctly."
Chia-chi Yeh [Sat, 1 Oct 2011 00:12:49 +0000 (17:12 -0700)]
Merge "SipService: handle connectivity changes correctly."

12 years agoCenter box text vertically
Russell Brenner [Thu, 29 Sep 2011 01:00:02 +0000 (18:00 -0700)]
Center box text vertically

Apply Gravity.CENTER_VERTICAL for single-line editable text

Bug: 5267547
Change-Id: Ie81354214e6eb97554d1f9e8e47377a2b0e73df6

12 years agoCompiling issue fix since SurfTex header changed.
Teng-Hui Zhu [Fri, 30 Sep 2011 23:09:22 +0000 (16:09 -0700)]
Compiling issue fix since SurfTex header changed.

Change-Id: I7790626d287d4b44cd9d9fc9f902237b6d059678

12 years agoSipService: handle connectivity changes correctly.
Chia-chi Yeh [Tue, 27 Sep 2011 23:39:38 +0000 (16:39 -0700)]
SipService: handle connectivity changes correctly.

This patch assumes that for the same network type,
there MUST be a DISCONNECTED between two CONNECTEDs.
Also removes the Wi-Fi scanning since the framework
already handles this when a WifiLock is held.

Bug: 4283795
Change-Id: I08481e70c651cffcbb516c8cc6584c919078fa4f

12 years agoFixing accessibility support in Recent Apps
Michael Jurka [Fri, 30 Sep 2011 18:07:30 +0000 (11:07 -0700)]
Fixing accessibility support in Recent Apps

- also switching "Recent applications" to "Recent apps" as per our new language guidelines

Change-Id: Ib625429ad22ce75ede782d59c0f45894d00c8502

12 years agoMerge "Import revised translations."
Eric Fischer [Fri, 30 Sep 2011 23:38:53 +0000 (16:38 -0700)]
Merge "Import revised translations."

12 years agoImport revised translations.
Eric Fischer [Fri, 30 Sep 2011 23:32:04 +0000 (16:32 -0700)]
Import revised translations.

Change-Id: Ic8e228878fde375b90797c6e344fcb3114180f1d

12 years agoMerge "Update existing security FAQ and Developer Overview"
Adrian Ludwig [Fri, 30 Sep 2011 22:46:41 +0000 (15:46 -0700)]
Merge "Update existing security FAQ and Developer Overview"

12 years agoMerge "SurfaceTexture: parameterize the texture target"
Jamie Gennis [Fri, 30 Sep 2011 22:28:46 +0000 (15:28 -0700)]
Merge "SurfaceTexture: parameterize the texture target"

12 years agodocs: fix wacky markup bug caused by lack of sentence terminator
Scott Main [Fri, 30 Sep 2011 22:25:14 +0000 (15:25 -0700)]
docs: fix wacky markup bug caused by lack of sentence terminator

Change-Id: Ibb8b57c176f026bb1ea573a545036d2bc91955e4

12 years agoSurfaceTexture: parameterize the texture target
Jamie Gennis [Wed, 28 Sep 2011 19:13:31 +0000 (12:13 -0700)]
SurfaceTexture: parameterize the texture target

This change adds a hack to allow Android Browser to use a SurfaceTexture
to stream RGBA images to a GL_TEXTURE_2D texture object.

Change-Id: Idb90064d5d4b920959ef3be7451362ac5012460e

12 years agoImprove TextLayoutCache performances a bit
Fabrice Di Meglio [Tue, 27 Sep 2011 22:53:42 +0000 (15:53 -0700)]
Improve TextLayoutCache performances a bit

- the gain is about 5% and the timing is more stable
- use compare_type() and strictly_order_type()

Change-Id: Iab81869a8ba461ce786a468b6c59b8f34e8db838

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Fri, 30 Sep 2011 20:24:24 +0000 (13:24 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: I0b476b0f30ab6e5747e67ab667fef7231b171787

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Fri, 30 Sep 2011 20:12:46 +0000 (13:12 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoMerge "Moving fallback check code to Settings"
Steven Ross [Fri, 30 Sep 2011 20:08:29 +0000 (13:08 -0700)]
Merge "Moving fallback check code to Settings"

12 years agoMerge "Correction the use of SMALLER_FONT_FOOTPRINT"
Ying Wang [Fri, 30 Sep 2011 20:02:55 +0000 (13:02 -0700)]
Merge "Correction the use of SMALLER_FONT_FOOTPRINT"

12 years agoMoving fallback check code to Settings
Steven Ross [Fri, 30 Sep 2011 19:48:40 +0000 (15:48 -0400)]
Moving fallback check code to Settings

Change-Id: Ife924771d7bfedc6eccc6817172a699569560025

12 years agoBug 5327547: re-check word after it (may) have been added to user dictionary.
Gilles Debunne [Fri, 23 Sep 2011 18:09:46 +0000 (11:09 -0700)]
Bug 5327547: re-check word after it (may) have been added to user dictionary.

Change-Id: Id4f32477c3368a140883dd34c97578aab46b04db

12 years agoBug 5384674: When only one suggestion is returned, it is displayed twice
Gilles Debunne [Thu, 29 Sep 2011 23:37:27 +0000 (16:37 -0700)]
Bug 5384674: When only one suggestion is returned, it is displayed twice

Two separate issues here:
- The results of the spell checker may be identical to the one set by the IME. Since
we merge the spans, the entries are duplicated. Filter spell checker results to avoid
these duplicates.

- When the text is saved on rotation, the spans are saved and restored. Since we start
a new spell check when the window is attached, it also doubles the size.

Change-Id: I21e1a5ae1b264bc97f44d762e4589bf520c6c19c

12 years agoMerge "Remove Ringtone.setWakeMode, it's not needed."
Marco Nelissen [Fri, 30 Sep 2011 18:13:39 +0000 (11:13 -0700)]
Merge "Remove Ringtone.setWakeMode, it's not needed."

12 years agoMerge "Gracefuly return on detecting wrong AAC format from corrupted files"
Andreas Huber [Fri, 30 Sep 2011 18:13:21 +0000 (11:13 -0700)]
Merge "Gracefuly return on detecting wrong AAC format from corrupted files"

12 years agoMerge "calling back SetupFaceLock to clean up temporary gallery"
Steven Ross [Fri, 30 Sep 2011 18:08:47 +0000 (11:08 -0700)]
Merge "calling back SetupFaceLock to clean up temporary gallery"

12 years agoMerge "Bug 5384675: Color in add to dictionary"
Gilles Debunne [Fri, 30 Sep 2011 17:58:30 +0000 (10:58 -0700)]
Merge "Bug 5384675: Color in add to dictionary"

12 years agoMerge "Bug 5384535: Underline for typo even if there are no suggestions"
Gilles Debunne [Fri, 30 Sep 2011 17:58:10 +0000 (10:58 -0700)]
Merge "Bug 5384535: Underline for typo even if there are no suggestions"

12 years agoMerge "Bug 5254884: suggestions are no logner copied in the clipboard"
Gilles Debunne [Fri, 30 Sep 2011 17:58:01 +0000 (10:58 -0700)]
Merge "Bug 5254884: suggestions are no logner copied in the clipboard"

12 years agoMerge "Bug 5250788: EditText gets slower has the entered text gets longer"
Gilles Debunne [Fri, 30 Sep 2011 17:57:51 +0000 (10:57 -0700)]
Merge "Bug 5250788: EditText gets slower has the entered text gets longer"

12 years agoGracefuly return on detecting wrong AAC format from corrupted files
Gilles-Arnaud Bleu-Laine [Fri, 16 Sep 2011 02:30:13 +0000 (21:30 -0500)]
Gracefuly return on detecting wrong AAC format from corrupted files

Return BAD_VALUE error upon detection of wrongly formatted files.
The client should abort the initialization upon error detection.

The current CHECK() interrupts the configurecodec() preventing a graceful
exit.

Change-Id: Ic79313fa76a63284897df5d91635de87d06f3100
Signed-off-by: Gilles-Arnaud Bleu-Laine <gilles@ti.com>
12 years agoNew underline color for the Voice recognized suggestions
Gilles Debunne [Fri, 30 Sep 2011 17:43:43 +0000 (10:43 -0700)]
New underline color for the Voice recognized suggestions

Change-Id: Icb863942e7c11caca7384deca5c59866d4668256

12 years agoam 8b42fcef: Fix wifi data activity icons
repo sync [Fri, 30 Sep 2011 17:21:53 +0000 (10:21 -0700)]
am 8b42fcef: Fix wifi data activity icons

* commit '8b42fcef5ac33d94b76e3002861d4ea4081a6a4f':
  Fix wifi data activity icons

12 years agoMerge "Wait for some time before stopping the media recorder. Fix for bug 5239001."
Gloria Wang [Fri, 30 Sep 2011 17:17:37 +0000 (10:17 -0700)]
Merge "Wait for some time before stopping the media recorder. Fix for bug 5239001."

12 years agoFix wifi data activity icons
repo sync [Fri, 30 Sep 2011 14:57:50 +0000 (07:57 -0700)]
Fix wifi data activity icons

Bug: 5393252
Change-Id: I6ca650b4f722b2c8cc4d17b1bc6ec2f2c0b7e10d

12 years agoWait for some time before stopping the media recorder.
Gloria Wang [Fri, 30 Sep 2011 17:00:58 +0000 (10:00 -0700)]
Wait for some time before stopping the media recorder.
Fix for bug 5239001.

Change-Id: Ifa18a404e8568cced88a93b8d1a7125875aadb15

12 years agoMerge "Fix wifi data activity icons"
repo sync [Fri, 30 Sep 2011 16:57:51 +0000 (09:57 -0700)]
Merge "Fix wifi data activity icons"

12 years agoMerge "Fix IPv6 on wifi"
repo sync [Fri, 30 Sep 2011 16:57:36 +0000 (09:57 -0700)]
Merge "Fix IPv6 on wifi"

12 years agoMerge "bugfix 5381702 MMS app puts temporary files on sdcard in wrong location"
Mark Wagner [Fri, 30 Sep 2011 16:55:10 +0000 (09:55 -0700)]
Merge "bugfix 5381702 MMS app puts temporary files on sdcard in wrong location"

12 years agoFix contentDescriptions in status bar.
Daniel Sandler [Fri, 30 Sep 2011 15:43:36 +0000 (11:43 -0400)]
Fix contentDescriptions in status bar.

- Strings for signal strength
- Strings for the clear-all-notifications button
- Adjust phrasing for the clear-one-notification button
- Adjust phrasing for the settings button

Bug: 5285136
Bug: 5325056
Change-Id: I489e49f3b3d88a6b599ababe68d0535302eb0ae2

12 years agoMerge "LayoutLib: Fix native delegate for Display."
Xavier Ducrohet [Fri, 30 Sep 2011 16:41:35 +0000 (09:41 -0700)]
Merge "LayoutLib: Fix native delegate for Display."

12 years agoMerge "Convert content type "image/jpg" to "image/jpeg"."
Wei Huang [Fri, 30 Sep 2011 16:23:03 +0000 (09:23 -0700)]
Merge "Convert content type "image/jpg" to "image/jpeg"."

12 years agoMerge "Add DUMP permission checks to services"
Kenny Root [Fri, 30 Sep 2011 15:57:43 +0000 (08:57 -0700)]
Merge "Add DUMP permission checks to services"

12 years agoFix wifi data activity icons
repo sync [Fri, 30 Sep 2011 14:57:50 +0000 (07:57 -0700)]
Fix wifi data activity icons

Bug: 5393252
Change-Id: I6ca650b4f722b2c8cc4d17b1bc6ec2f2c0b7e10d

12 years agoMerge "Add carrier info back to notification drawer."
Daniel Sandler [Fri, 30 Sep 2011 14:48:51 +0000 (07:48 -0700)]
Merge "Add carrier info back to notification drawer."

12 years agoMerge "Bring back nyandroid ADB icon."
Daniel Sandler [Fri, 30 Sep 2011 14:48:43 +0000 (07:48 -0700)]
Merge "Bring back nyandroid ADB icon."

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Fri, 30 Sep 2011 14:09:59 +0000 (07:09 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: Ia9dffe4458e064a55878e989ba73763158e008fe

12 years agoMerge "Fix a logic to recconect IME in InputMethodManagerService"
satok [Fri, 30 Sep 2011 10:31:35 +0000 (03:31 -0700)]
Merge "Fix a logic to recconect IME in InputMethodManagerService"

12 years agoFix a logic to recconect IME in InputMethodManagerService
satok [Fri, 30 Sep 2011 08:21:46 +0000 (17:21 +0900)]
Fix a logic to recconect IME in InputMethodManagerService

Bug: 5380216

Change-Id: I7af67265eebbd28f002210d7ac90dd18f1858f66

12 years agoMerge "Use user's settings for the spell check language instead of the system locale"
satok [Fri, 30 Sep 2011 08:52:40 +0000 (01:52 -0700)]
Merge "Use user's settings for the spell check language instead of the system locale"

12 years agoUse user's settings for the spell check language instead of the system locale
satok [Fri, 30 Sep 2011 06:14:21 +0000 (15:14 +0900)]
Use user's settings for the spell check language instead of the system locale

Bug: 5390462
Change-Id: Ia2a3981cb93f451646debe5ee6b037313825cf9f

12 years agoMerge "The x and y position of the pop-up where not calculated correctly when the...
Luca Zanolin [Fri, 30 Sep 2011 08:01:35 +0000 (01:01 -0700)]
Merge "The x and y position of the pop-up where not calculated correctly when the text view had internal scrolling."

12 years agoConvert content type "image/jpg" to "image/jpeg".
Owen Lin [Fri, 30 Sep 2011 07:18:56 +0000 (15:18 +0800)]
Convert content type "image/jpg" to "image/jpeg".

"image/jpg" is not a valid mimetype while "image/jpeg" is.
So change it to "image/jpeg" to increase the compatibillity with other
Apps in android. (e.g., Gallery)

bug: 5342561
Change-Id: Ia37433e35482492b7226c87a670bef3399ac4bb6

12 years agoCorrection the use of SMALLER_FONT_FOOTPRINT
Ying Wang [Fri, 30 Sep 2011 01:07:41 +0000 (18:07 -0700)]
Correction the use of SMALLER_FONT_FOOTPRINT

SMALLER_FONT_FOOTPRINT is a BoardConfig variable that's only available
in Android.mks but not product config makefiles.

Change-Id: I1784b6e8c744ffcca1538e76d338f5800f150e72

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Fri, 30 Sep 2011 01:46:30 +0000 (18:46 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom