OSDN Git Service

android-x86/frameworks-base.git
12 years agoMerge "Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard...
Fabrice Di Meglio [Mon, 8 Aug 2011 19:42:51 +0000 (12:42 -0700)]
Merge "Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appear as LTR""

12 years agoRevert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appea...
Fabrice Di Meglio [Mon, 8 Aug 2011 19:17:03 +0000 (12:17 -0700)]
Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appear as LTR"

This reverts commit 6850c7aff5b08225ab1793dd721a795cb4192f6f

The referenced bug was actually not a bug. It was working as intended.

12 years agoFix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)
Fabrice Di Meglio [Mon, 8 Aug 2011 19:11:41 +0000 (12:11 -0700)]
Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)

- provide a better fix by still using the full context of the text (versus using the text only)

Change-Id: I542335e98117921d75c191e90a9b2018ca356ac9

12 years agoMerge "VPN: introduce VpnService as the base class for user space VPN."
Chia-chi Yeh [Mon, 8 Aug 2011 18:33:57 +0000 (11:33 -0700)]
Merge "VPN: introduce VpnService as the base class for user space VPN."

12 years agoMerge "Store last-resume times in a separate XML file."
Mark Brophy [Mon, 8 Aug 2011 18:30:19 +0000 (11:30 -0700)]
Merge "Store last-resume times in a separate XML file."

12 years agoMerge "Fixing rs crash when no texture is bound."
Alex Sakhartchouk [Mon, 8 Aug 2011 18:25:03 +0000 (11:25 -0700)]
Merge "Fixing rs crash when no texture is bound."

12 years agoVPN: introduce VpnService as the base class for user space VPN.
Chia-chi Yeh [Thu, 4 Aug 2011 00:38:49 +0000 (17:38 -0700)]
VPN: introduce VpnService as the base class for user space VPN.

Change-Id: I4793a6eb51b33f669fc6d39e1a16cf5eb9e3d851

12 years agoMerge "Fix bug #4584320 Single Line EditText not drawing correctly with spans applied...
Fabrice Di Meglio [Mon, 8 Aug 2011 17:58:13 +0000 (10:58 -0700)]
Merge "Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)"

12 years agoPrevent crash when purging the gradients cache.
Romain Guy [Mon, 8 Aug 2011 17:55:55 +0000 (10:55 -0700)]
Prevent crash when purging the gradients cache.
Bug #5133876

Change-Id: I3d1fa4e29498044796d725337ac93e6a1e8f0bcb

12 years agoMerge "Updated tab assets, removing [un]selected_pressed_focused states Updated appro...
Justin Ho [Mon, 8 Aug 2011 17:21:09 +0000 (10:21 -0700)]
Merge "Updated tab assets, removing [un]selected_pressed_focused states Updated appropriate style Bug: 5076695"

12 years agoMerge "Updated overscroll assets Bug: 5076695"
Justin Ho [Mon, 8 Aug 2011 17:16:42 +0000 (10:16 -0700)]
Merge "Updated overscroll assets Bug: 5076695"

12 years agoMerge "Fix bug 5112702 - switches should have "ON" on the right"
Adam Powell [Mon, 8 Aug 2011 16:53:36 +0000 (09:53 -0700)]
Merge "Fix bug 5112702 - switches should have "ON" on the right"

12 years agoMerge "Fix bug 5116342 - don't keep fragment state around once resumed"
Adam Powell [Mon, 8 Aug 2011 16:53:23 +0000 (09:53 -0700)]
Merge "Fix bug 5116342 - don't keep fragment state around once resumed"

12 years agoMerge "AudioFlinger: protect input/output stream access"
Eric Laurent [Mon, 8 Aug 2011 16:31:42 +0000 (09:31 -0700)]
Merge "AudioFlinger: protect input/output stream access"

12 years agoMerge "Bug 5045498 API for client to notify remote control info changed"
Jean-Michel Trivi [Mon, 8 Aug 2011 16:17:41 +0000 (09:17 -0700)]
Merge "Bug 5045498 API for client to notify remote control info changed"

12 years agoUpdated tab assets, removing [un]selected_pressed_focused states
Justin Ho [Mon, 8 Aug 2011 16:01:00 +0000 (09:01 -0700)]
Updated tab assets, removing [un]selected_pressed_focused states
Updated appropriate style
Bug: 5076695

Change-Id: I6b8102f0d176ac0ecc69878440ca9cd711e22904

12 years agoAudioFlinger: protect input/output stream access
Eric Laurent [Sun, 7 Aug 2011 23:32:26 +0000 (16:32 -0700)]
AudioFlinger: protect input/output stream access

Some methods would not check that the output orinput stream of a thread
was still valid before calling functions on its interface.
This could cause a crash if those methods where called while the output or
input was being closed by another thread.

Make sure that the output or input stream pointer is cleared before closing the
stream.
Always check that the output or input pointer is not null before calling
functions at the stream interface.
Generalize the use of initCheck() method to verify that the output or input
stream is not null.

Change-Id: I9d9ca6b744d011bcf3a7bbacb4a581ac1477bfa5

12 years agoStore last-resume times in a separate XML file.
Mark Brophy [Fri, 5 Aug 2011 15:16:39 +0000 (16:16 +0100)]
Store last-resume times in a separate XML file.

In UsageStatsService, separate last-resume times from the rest of
the statistics, and serialize them to an XML file daily.

This way, ApplicationsProvider will still be able to acces this data,
even thoguh other statistics are flushed to disk and discarded each day.

Bug: 5108745
Change-Id: Id3df3c98243ba02cde16b31e5e29bd9ff3602108

12 years agoUpdated overscroll assets
Justin Ho [Mon, 8 Aug 2011 14:53:06 +0000 (07:53 -0700)]
Updated overscroll assets
Bug: 5076695

Change-Id: Ia35deb3f384519a715d6f53689663bd284dc8cd8

12 years agoMerge "Don't show network type if no SIM."
Daniel Sandler [Mon, 8 Aug 2011 14:11:40 +0000 (07:11 -0700)]
Merge "Don't show network type if no SIM."

12 years agoMerge "Turning off accessibility feature reboots the device"
Svetoslav Ganov [Mon, 8 Aug 2011 13:50:19 +0000 (06:50 -0700)]
Merge "Turning off accessibility feature reboots the device"

12 years agoSupport xml configuration file for the spell checker and add the spell checker subtype
satok [Wed, 3 Aug 2011 08:36:14 +0000 (17:36 +0900)]
Support xml configuration file for the spell checker and add the spell checker subtype

Change-Id: I74715855525fc0a1282238d593ad37aefd42bfc3

12 years agoMove OOM kernel settings to activity manager.
Dianne Hackborn [Sun, 7 Aug 2011 23:24:18 +0000 (16:24 -0700)]
Move OOM kernel settings to activity manager.

The activity manager now take care of plugging the correct settings
into the OOM killer in the kernel.  This is a lot cleaner because
it is really central to how the activity manager works, and nobody
else cares about them.

Taking advantage of this, the activity manager computes what it
thinks are appropriate OOM levels based on the RAM and display
size of the device.

Also a small optization to the package manager to keep a binding
to the package install helper for a bit after done using it, to
avoid thrashing on it.

And some new APIs that are now needed by Settings.

Change-Id: I2b2d379194445d8305bde331c19bde91c8f24751

12 years agoFix bug 5112702 - switches should have "ON" on the right
Adam Powell [Mon, 8 Aug 2011 01:03:39 +0000 (18:03 -0700)]
Fix bug 5112702 - switches should have "ON" on the right

Make Switches obey the Grand Unified Theory of Button Ordering.
This also matches their behavior with volume/brightness sliders.

Change-Id: I4e72801e81b10002542a05f61c99a57991f130ff

12 years agoBug 5045498 API for client to notify remote control info changed
Jean-Michel Trivi [Sun, 7 Aug 2011 18:27:50 +0000 (11:27 -0700)]
Bug 5045498 API for client to notify remote control info changed

Update to API for a client to notify what type of information
 changed (e.g. playstate, metadata) to optimize small updates
 without the remote control display having to do expensive
 queries such as album art.

When the remote control display retrieves the flags about
 what information changed, the flag gets cleared.

Change-Id: I7d3d8d3eecd1da44695d84905ed9e7b70fe38b86

12 years agoFix bug 5116342 - don't keep fragment state around once resumed
Adam Powell [Mon, 8 Aug 2011 00:20:17 +0000 (17:20 -0700)]
Fix bug 5116342 - don't keep fragment state around once resumed

Clear out saved fragment/view state when a fragment is resumed in case
we didn't need to restore it. This keeps it from hanging around and
preventing proper save/restore behavior later.

Change-Id: Ie3fce5534ee4f8fdb4116281f9ac6a9cfa392561

12 years agoMerge "Fix bug 5011824 - New Holo overflow menu for physical menu key devices"
Adam Powell [Sun, 7 Aug 2011 23:59:02 +0000 (16:59 -0700)]
Merge "Fix bug 5011824 - New Holo overflow menu for physical menu key devices"

12 years agoMerge "Fix bug 5124712 - allow partial items when measuring height of list popups"
Adam Powell [Sun, 7 Aug 2011 23:41:39 +0000 (16:41 -0700)]
Merge "Fix bug 5124712 - allow partial items when measuring height of list popups"

12 years agoFix bug 5124712 - allow partial items when measuring height of list popups
Adam Powell [Sun, 7 Aug 2011 22:48:03 +0000 (15:48 -0700)]
Fix bug 5124712 - allow partial items when measuring height of list popups

Change-Id: I59c9fc6d5dcd21679ba67d7c233ecd9d7e19d21c

12 years agoMerge "Fix 5125978: remove lockscreen logspew"
Jim Miller [Sun, 7 Aug 2011 21:56:17 +0000 (14:56 -0700)]
Merge "Fix 5125978: remove lockscreen logspew"

12 years agoFix 5125978: remove lockscreen logspew
Jim Miller [Sun, 7 Aug 2011 21:00:09 +0000 (14:00 -0700)]
Fix 5125978: remove lockscreen logspew

Change-Id: Iefa103e867e870dfe587271e0555404589d9e5b3

12 years agoMerge "Fix 5044158: Fix landscape PIN layout issue"
Jim Miller [Sun, 7 Aug 2011 21:21:16 +0000 (14:21 -0700)]
Merge "Fix 5044158: Fix landscape PIN layout issue"

12 years agoFix bug 5011824 - New Holo overflow menu for physical menu key devices
Adam Powell [Sat, 6 Aug 2011 03:48:30 +0000 (20:48 -0700)]
Fix bug 5011824 - New Holo overflow menu for physical menu key devices

The new Holo-style overflow menu now appears from the edge of the screen
where the device's physical menu key can be found. The policy determining
this lives in getPreferredOptionsPanelGravity() in WindowManagerService.

Change-Id: I8851a2265547156591e82044e50b5cfc58d3eefa

12 years agoMerge "Make retrieving remote control client go through binder interface"
Jean-Michel Trivi [Sun, 7 Aug 2011 20:48:04 +0000 (13:48 -0700)]
Merge "Make retrieving remote control client go through binder interface"

12 years agoMerge "Remove notifications when an app is disabled."
Daniel Sandler [Sun, 7 Aug 2011 20:37:59 +0000 (13:37 -0700)]
Merge "Remove notifications when an app is disabled."

12 years agoDon't show network type if no SIM.
Daniel Sandler [Sun, 7 Aug 2011 20:36:39 +0000 (16:36 -0400)]
Don't show network type if no SIM.

Bug: 5127932
Change-Id: Ib29bfe3372b2c40618480691d65cc4c74d02f8fd

12 years agoRemove notifications when an app is disabled.
Daniel Sandler [Sun, 7 Aug 2011 02:51:56 +0000 (22:51 -0400)]
Remove notifications when an app is disabled.

Bug: 4998840
Change-Id: Ic0c14105924d815aed78da1f5510c98a2fe1dd77

12 years agoFix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)
Fabrice Di Meglio [Sat, 6 Aug 2011 03:54:54 +0000 (20:54 -0700)]
Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)

- use correct 0 index for computing advance thru the char buffer (the buffer is created from TextUtils.getChars())
- udpate unit tests

Change-Id: Iaeb07658b79ecdf5e17395d55afb7c84965bb0fc

12 years agoWatchdog notify on explicit connect
Isaac Levy [Wed, 27 Jul 2011 15:00:03 +0000 (08:00 -0700)]
Watchdog notify on explicit connect

Notifies when user explicitly clicks on wifi dialog.

Change-Id: I5eee37d68b422d748d41e9384d5006482a223dc5

12 years agoFix 5044158: Fix landscape PIN layout issue
Jim Miller [Sat, 6 Aug 2011 01:37:19 +0000 (18:37 -0700)]
Fix 5044158: Fix landscape PIN layout issue

This allows the PIN keyboard to settle to the bottom of the
view and the password textfield to fill the remaining space by
using the new rowOrderPreserved flag on GridLayout.

Change-Id: I8cf8cc383dfb1d6a2a7adbb78a8026fd54628ae0

12 years agoFix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33B
Dianne Hackborn [Fri, 5 Aug 2011 21:43:50 +0000 (14:43 -0700)]
Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33B

Take care of updating from old component name, and don't let this happen
again.

Also tweak how we switch between static wallpapers to avoid introducing
a 4MB allocation in the system UI process when this happens -- we now
stop the current wallpaper service and start a new one, so we get a
brand new surface that we can draw only one time in to.

Change-Id: I6fc8a42b8a46bba79759bd68fb7d0684b5d897b7

12 years agoMerge "Improved memory use reporting."
Dianne Hackborn [Sat, 6 Aug 2011 01:18:52 +0000 (18:18 -0700)]
Merge "Improved memory use reporting."

12 years agoImproved memory use reporting.
Dianne Hackborn [Sat, 6 Aug 2011 00:50:29 +0000 (17:50 -0700)]
Improved memory use reporting.

Change-Id: I38e53e6228bba92a142bafeedb5af8df4e4e5724

12 years agoMerge "MediaScanner: Fix UnsupportedOperationException when scanning internal media"
Mike Lockwood [Fri, 5 Aug 2011 23:30:20 +0000 (16:30 -0700)]
Merge "MediaScanner: Fix UnsupportedOperationException when scanning internal media"

12 years agoMerge "Enable concurrent voice and data for LTE."
John Wang [Fri, 5 Aug 2011 23:29:27 +0000 (16:29 -0700)]
Merge "Enable concurrent voice and data for LTE."

12 years agoMediaScanner: Fix UnsupportedOperationException when scanning internal media
Mike Lockwood [Fri, 5 Aug 2011 23:20:44 +0000 (19:20 -0400)]
MediaScanner: Fix UnsupportedOperationException when scanning internal media

The media scanner was crashing while tring to insert genre data in the internal
media database, which does not support genres.
This resulted in some or all of the built in ringtones being unavailable

Bug: 5124718

Change-Id: Ib306348dd9808e59477b327b4adcb413957d8d24
Signed-off-by: Mike Lockwood <lockwood@android.com>
12 years agoMerge "Update BiDi unit tests"
Fabrice Di Meglio [Fri, 5 Aug 2011 23:17:07 +0000 (16:17 -0700)]
Merge "Update BiDi unit tests"

12 years agoMerge "SearchView asset changes."
Amith Yamasani [Fri, 5 Aug 2011 22:28:53 +0000 (15:28 -0700)]
Merge "SearchView asset changes."

12 years agoFixing rs crash when no texture is bound.
Alex Sakhartchouk [Fri, 5 Aug 2011 22:27:25 +0000 (15:27 -0700)]
Fixing rs crash when no texture is bound.

Change-Id: I2c15106f50de995c63691f27e2c4d89dbffc758e

12 years agoEnable concurrent voice and data for LTE.
John Wang [Fri, 5 Aug 2011 22:04:14 +0000 (15:04 -0700)]
Enable concurrent voice and data for LTE.

bug:5017062
Change-Id: I2c701c74710ce0f718d28babea88fb93d3219564

12 years agoMerge "Fix bug where sometimes the full backup pw would not be validated"
Christopher Tate [Fri, 5 Aug 2011 22:07:41 +0000 (15:07 -0700)]
Merge "Fix bug where sometimes the full backup pw would not be validated"

12 years agoMerge "Handle rotation gracefully in the backup/restore confirmation UI"
Christopher Tate [Fri, 5 Aug 2011 22:07:21 +0000 (15:07 -0700)]
Merge "Handle rotation gracefully in the backup/restore confirmation UI"

12 years agoUpdate BiDi unit tests
Fabrice Di Meglio [Fri, 5 Aug 2011 22:04:12 +0000 (15:04 -0700)]
Update BiDi unit tests

- update basic layout for having LTR and RTL TextView

Change-Id: Ic4cc6c27d431fe69bb62c55cd76a46ea6e241b4d

12 years agoMake retrieving remote control client go through binder interface
Neel Parekh [Fri, 5 Aug 2011 21:32:49 +0000 (14:32 -0700)]
Make retrieving remote control client go through binder interface

The way the old way worked relied on the process retrieving the
current remote control client to be in the exact same process as
the AudioService.  This removes that dependency.

Change-Id: I1ba8bf32b61ec1e979ef7eee9661ba801aa19690

12 years agoMerge "resolved conflicts for merge of 7bb2d942 to master"
Wink Saville [Fri, 5 Aug 2011 20:55:39 +0000 (13:55 -0700)]
Merge "resolved conflicts for merge of 7bb2d942 to master"

12 years agoMerge "Start using bcinfo components within librs."
Stephen Hines [Fri, 5 Aug 2011 20:47:00 +0000 (13:47 -0700)]
Merge "Start using bcinfo components within librs."

12 years agoHandle rotation gracefully in the backup/restore confirmation UI
Christopher Tate [Fri, 5 Aug 2011 19:28:15 +0000 (12:28 -0700)]
Handle rotation gracefully in the backup/restore confirmation UI

We now don't automatically deny the operation if stopped, but instead
allow the activity to be destroyed and recreated as usual.  We retain
the observer instance across that sequence so we keep getting progress
reports etc.

The UI now also uses the spiffy new button bar styles, and positions
the deny / confirm buttons according to ICS standards.

Bug 5115411

Change-Id: Ie760a0c8496c69f9d5881273a63ad5b5b76ff554

12 years agoFix bug where sometimes the full backup pw would not be validated
Christopher Tate [Fri, 5 Aug 2011 20:15:53 +0000 (13:15 -0700)]
Fix bug where sometimes the full backup pw would not be validated

There was a hole where if no backup pw was supplied and the current
pw authentication field was also left blank, it wound up not verifying
and just proceeding with the backup.

Change-Id: I857d8e83cbb2b3bf6b6b04848c5696ef0cf393a1

12 years agocherrypick Change-Id: Ic3cbbc99d698337f337dfe3b6746b1780c1d067d
Scott Main [Thu, 4 Aug 2011 21:09:34 +0000 (14:09 -0700)]
cherrypick Change-Id: Ic3cbbc99d698337f337dfe3b6746b1780c1d067d
docs: fix docs for faketouch (must set touchscreen required=false)
issue 5121972

Change-Id: Ieeeedd9e6929cf94cb6713d0690239d214531f57

12 years agoresolved conflicts for merge of 7bb2d942 to master
Wink Saville [Fri, 5 Aug 2011 18:40:22 +0000 (11:40 -0700)]
resolved conflicts for merge of 7bb2d942 to master

Change-Id: I026b01805c81d8b26d22e4a195e5e38655a34d32

12 years agoMerge "Provide address and name in BT Hot off state."
Jaikumar Ganesh [Fri, 5 Aug 2011 18:37:22 +0000 (11:37 -0700)]
Merge "Provide address and name in BT Hot off state."

12 years agoProvide address and name in BT Hot off state.
Jaikumar Ganesh [Thu, 4 Aug 2011 22:39:44 +0000 (15:39 -0700)]
Provide address and name in BT Hot off state.

Clients need this before BT is turned on.
Todo: If BT "hot" feature is off, read from system properties.

Change-Id: I266c2d4731cacde7a53c65e3d5fb43a2cbe29481

12 years agoMerge "Remove call to setPadding() in setUseDefaultMargins()."
Philip Milne [Fri, 5 Aug 2011 18:32:20 +0000 (11:32 -0700)]
Merge "Remove call to setPadding() in setUseDefaultMargins()."

12 years agoRemove call to setPadding() in setUseDefaultMargins().
Philip Milne [Fri, 5 Aug 2011 18:04:36 +0000 (11:04 -0700)]
Remove call to setPadding() in setUseDefaultMargins().

It is not possible for teh user to override the assigned padding values
because the XML attributes are processed in the opposite order.

Also, make the XML and Java examples grid3.xml and Activity2.java
consistent in preparation for a move to API demos.

Change-Id: I47334f9f5a46a8a528067d88350dd70eaa38ff33

12 years agoMerge "Don't change system sound defaults for upgrades."
Amith Yamasani [Fri, 5 Aug 2011 18:02:55 +0000 (11:02 -0700)]
Merge "Don't change system sound defaults for upgrades."

12 years agoMerge "Add Android app RTD type and convenience method."
Martijn Coenen [Fri, 5 Aug 2011 17:41:10 +0000 (10:41 -0700)]
Merge "Add Android app RTD type and convenience method."

12 years agoMerge "Fix bug 5111513 - Spinner asset updates for action bars"
Adam Powell [Fri, 5 Aug 2011 17:29:49 +0000 (10:29 -0700)]
Merge "Fix bug 5111513 - Spinner asset updates for action bars"

12 years agoMerge "Fix crash in log message."
Daniel Sandler [Fri, 5 Aug 2011 17:23:22 +0000 (10:23 -0700)]
Merge "Fix crash in log message."

12 years agoMerge "Update scanresult capability check"
Irfan Sheriff [Fri, 5 Aug 2011 17:21:51 +0000 (10:21 -0700)]
Merge "Update scanresult capability check"

12 years agoFix crash in log message.
Daniel Sandler [Fri, 5 Aug 2011 17:20:53 +0000 (13:20 -0400)]
Fix crash in log message.

Bug: 5126593
Change-Id: I2214e48de4d0f858b9b23c431bdf91078cc0ccd6

12 years agoFix bug 5111513 - Spinner asset updates for action bars
Adam Powell [Fri, 5 Aug 2011 17:14:18 +0000 (10:14 -0700)]
Fix bug 5111513 - Spinner asset updates for action bars

Update the spinner assets/styles used for action bar list navigation.

Change-Id: I36e1cd09d0fbce21130306f3a9a202d265016eb0

12 years agoAdd Android app RTD type and convenience method.
Martijn Coenen [Fri, 5 Aug 2011 16:56:17 +0000 (09:56 -0700)]
Add Android app RTD type and convenience method.

Change-Id: I4e6351c86a0062efc9a9f90e75c04f6520e50c4f

12 years agoMerge "Stop popping up the compatibility mode dialog all the time."
Daniel Sandler [Fri, 5 Aug 2011 15:45:55 +0000 (08:45 -0700)]
Merge "Stop popping up the compatibility mode dialog all the time."

12 years agoStop popping up the compatibility mode dialog all the time.
Daniel Sandler [Fri, 5 Aug 2011 15:34:06 +0000 (11:34 -0400)]
Stop popping up the compatibility mode dialog all the time.

(The check for whether the dialog had already been shown was
accidentally removed in change I1c1bd12.)

Bug: 5069310
Change-Id: I2ea35c5891667922e78d7919132ffe599411f851

12 years agoTurning off accessibility feature reboots the device
Svetoslav Ganov [Fri, 5 Aug 2011 13:23:22 +0000 (06:23 -0700)]
Turning off accessibility feature reboots the device

1. The touch explorer uses delayed injection of events
   which can happen after its hosting accessibility
   input filer has been unregistered, thus the explorer
   was trying to inject events when this is not allowed.
   Now upon unregistration of the accessibility explorer
   it resets the state of the touch explorer it hosts.

bug:5105956

Change-Id: I720682abf93382aedf4f431eaac90fd2c781e442

12 years agoMerge "Improve a network error description"
Steve Block [Fri, 5 Aug 2011 14:53:11 +0000 (07:53 -0700)]
Merge "Improve a network error description"

12 years agoMerge "ACTION_HOVER_EXIT sometimes not delivered during touch exploration."
Svetoslav Ganov [Fri, 5 Aug 2011 11:59:04 +0000 (04:59 -0700)]
Merge "ACTION_HOVER_EXIT sometimes not delivered during touch exploration."

12 years agoMerge "AccessibilityEvent#toString() always reports -1 for record count."
Svetoslav Ganov [Fri, 5 Aug 2011 11:57:24 +0000 (04:57 -0700)]
Merge "AccessibilityEvent#toString() always reports -1 for record count."

12 years agoMerge "Clear all notifications on tablet actually works now."
Daniel Sandler [Fri, 5 Aug 2011 11:46:09 +0000 (04:46 -0700)]
Merge "Clear all notifications on tablet actually works now."

12 years agoMerge "Instrumentation to track notification panel touch bugs."
Daniel Sandler [Fri, 5 Aug 2011 11:45:53 +0000 (04:45 -0700)]
Merge "Instrumentation to track notification panel touch bugs."

12 years agoImprove a network error description
Steve Block [Thu, 4 Aug 2011 16:25:07 +0000 (17:25 +0100)]
Improve a network error description

Bug: 5103592
Change-Id: I6deaa69f08acb93fec4c9bd7c2fd581fd76518f8

12 years agoMerge "API cleanup for the spell checker framework"
satok [Fri, 5 Aug 2011 10:59:06 +0000 (03:59 -0700)]
Merge "API cleanup for the spell checker framework"

12 years agoSuppress the IME switcher icon by default on tablet
Ken Wakasa [Thu, 4 Aug 2011 13:44:47 +0000 (22:44 +0900)]
Suppress the IME switcher icon by default on tablet

bug: 5001205
Change-Id: I8c983808078d984d1d25e985e23ab036b869332e

12 years agoMerge "Fix 5117544: Fix crash in KeyguardStatusViewManager when resId==0"
Jim Miller [Fri, 5 Aug 2011 06:26:48 +0000 (23:26 -0700)]
Merge "Fix 5117544: Fix crash in KeyguardStatusViewManager when resId==0"

12 years agoClear all notifications on tablet actually works now.
Daniel Sandler [Fri, 5 Aug 2011 04:19:21 +0000 (00:19 -0400)]
Clear all notifications on tablet actually works now.

Also, the panel is no longer buried below the screen edge
when there are no notifications.

Bug: 5115158
Change-Id: I01bc8a65ceebd64143a4c4c52d63641dc3cd1c77

12 years agoInstrumentation to track notification panel touch bugs.
Daniel Sandler [Fri, 5 Aug 2011 02:49:06 +0000 (22:49 -0400)]
Instrumentation to track notification panel touch bugs.

Bug: 5122306
Bug: 5105599
Change-Id: I2ca677d71daf9c6d5931ae933b3ab496620ab564

12 years agoMerge "Fix another NPE."
Daniel Sandler [Fri, 5 Aug 2011 02:15:49 +0000 (19:15 -0700)]
Merge "Fix another NPE."

12 years agoFix 5117544: Fix crash in KeyguardStatusViewManager when resId==0
Jim Miller [Fri, 5 Aug 2011 02:03:18 +0000 (19:03 -0700)]
Fix 5117544: Fix crash in KeyguardStatusViewManager when resId==0

Change-Id: If870760f7dcafe02084af4c82db7dbb809c31c75

12 years agoReconcile with gingerbread-release gingerbread-mr4-release
The Android Open Source Project [Fri, 5 Aug 2011 01:46:02 +0000 (18:46 -0700)]
Reconcile with gingerbread-release gingerbread-mr4-release

Change-Id: I4ef90a9d38940c8484c030056157a99a103f6aa9

12 years agoMerge "Bandwidth microbenchmark test app for ICS."
Tsu Chiang Chuang [Fri, 5 Aug 2011 01:34:53 +0000 (18:34 -0700)]
Merge "Bandwidth microbenchmark test app for ICS."

12 years agoMerge "Fix bug 5118908 - ImageView.setImageDrawable always requests layout"
Adam Powell [Fri, 5 Aug 2011 01:32:18 +0000 (18:32 -0700)]
Merge "Fix bug 5118908 - ImageView.setImageDrawable always requests layout"

12 years agoFix bug 5118908 - ImageView.setImageDrawable always requests layout
Adam Powell [Thu, 4 Aug 2011 17:55:03 +0000 (10:55 -0700)]
Fix bug 5118908 - ImageView.setImageDrawable always requests layout

Make ImageView a bit more conservative about when it requests a
layout. This improves performance for ListViews where apps
asynchronously load images and replace placeholders outside of the
optimized getView path.

Change-Id: I564a4a343ab9c8c2d5baf907b5f573b5ee02c87a

12 years agoMerge "Don't call onQueryTextChanged more often than necessary."
Amith Yamasani [Fri, 5 Aug 2011 01:25:32 +0000 (18:25 -0700)]
Merge "Don't call onQueryTextChanged more often than necessary."

12 years agoMerge "Fix 5045008: replace "ring/silence" target in LockScreen with camera app"
Jim Miller [Fri, 5 Aug 2011 01:06:03 +0000 (18:06 -0700)]
Merge "Fix 5045008: replace "ring/silence" target in LockScreen with camera app"

12 years agoFix 5045008: replace "ring/silence" target in LockScreen with camera app
Jim Miller [Thu, 4 Aug 2011 23:10:50 +0000 (16:10 -0700)]
Fix 5045008: replace "ring/silence" target in LockScreen with camera app

This change replaces the ring/silence target with a camera target.  It
is disabled and falls back to the old behavior when any device policy
disables the camera.

Updated with latest icons.

Change-Id: I2374eba08f85ff1d1b0bad2859efa30bb166fb60

12 years agoMerge "Data cycle ends on last second of month."
Jeff Sharkey [Fri, 5 Aug 2011 00:33:19 +0000 (17:33 -0700)]
Merge "Data cycle ends on last second of month."

12 years agoData cycle ends on last second of month.
Jeff Sharkey [Thu, 4 Aug 2011 22:38:48 +0000 (15:38 -0700)]
Data cycle ends on last second of month.

When data cycle resets on a day invalid in given month, snap the
cycle to last second of month.  Previous behavior was to bump fully
into next month, but that causes cycle loops.

Includes tests to verify.

Bug: 4623124
Change-Id: I2f233091f6f1df33a2814284519cbc04532874e9

12 years agoUpdate scanresult capability check
Irfan Sheriff [Thu, 4 Aug 2011 23:55:54 +0000 (16:55 -0700)]
Update scanresult capability check

Scan results now have [ESS], [IBSS] & [P2P] to represent an
access point, ad-hoc network & p2p network.

Fix open network check.

Bug: 4998496
Change-Id: I0bf3f168677b0cd8cb27297427b539e768210995

12 years agoMerge "Close the DRM session in the destructor of ChromiumHTTPDataSource. Fix for...
Gloria Wang [Thu, 4 Aug 2011 23:32:10 +0000 (16:32 -0700)]
Merge "Close the DRM session in the destructor of ChromiumHTTPDataSource. Fix for bug 5015079."

12 years agoam 090df1dc: Merge "Delay connectivity change notifications." into honeycomb-LTE
Wink Saville [Thu, 4 Aug 2011 23:11:41 +0000 (16:11 -0700)]
am 090df1dc: Merge "Delay connectivity change notifications." into honeycomb-LTE

* commit '090df1dc4188e5b9ef10a0aca5081a196085ff56':
  Delay connectivity change notifications.