OSDN Git Service

android-x86/frameworks-base.git
12 years agoCorrect the dialing number of structured MMI.
John Wang [Thu, 8 Dec 2011 00:38:56 +0000 (16:38 -0800)]
Correct the dialing number of structured MMI.

According to TS 22.030 6.5.2 "Structure of the MMI", the dialing number
can not end with #. The format is like *SC*SI#DN. Correct the mmi pattern
to exclude DN# case. With this fix, processCode() will tread *NNN#DN#,
e.g. *400#16 digit number# in bug 5622718, as USSD and send via
RIL_REQUEST_SEND_USSD.

bug:5622718
Change-Id: Ifc8d0edff4308602a5f3fc651cf116bf6bad3cbc

12 years agoMerge "Drop API level for notification compatibility BG to 8 (from 10)" into ics-mr1
Adam Powell [Tue, 6 Dec 2011 01:38:23 +0000 (17:38 -0800)]
Merge "Drop API level for notification compatibility BG to 8 (from 10)" into ics-mr1

12 years agoMerge "audioflinger: fix audio skipping over A2DP" into ics-mr1
Eric Laurent [Tue, 6 Dec 2011 01:20:53 +0000 (17:20 -0800)]
Merge "audioflinger: fix audio skipping over A2DP" into ics-mr1

12 years agoMerge "By default ICS allows two syncs to run in parallel. Make it only do one at...
Fred Quintana [Tue, 6 Dec 2011 00:45:29 +0000 (16:45 -0800)]
Merge "By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don't have much RAM as defined by the call ActivityManager.isLargeRAM()" into ics-mr1

12 years agoMerge "Remove debug log messages" into ics-mr1
Michael Kolb [Tue, 6 Dec 2011 00:12:35 +0000 (16:12 -0800)]
Merge "Remove debug log messages" into ics-mr1

12 years agoMerge "Add extra 2 minute for wifi to shutdown" into ics-mr1
Xia Wang [Mon, 5 Dec 2011 23:52:34 +0000 (15:52 -0800)]
Merge "Add extra 2 minute for wifi to shutdown" into ics-mr1

12 years agoBy default ICS allows two syncs to run in parallel. Make it only
Fred Quintana [Mon, 5 Dec 2011 23:04:16 +0000 (15:04 -0800)]
By default ICS allows two syncs to run in parallel. Make it only
do one at a time for devices that don't have much RAM as
defined by the call ActivityManager.isLargeRAM()

Bug: 5713224
Change-Id: Ic8c42103f4031e1d7b1db797edcbbd7f7bac1387

12 years agoDrop API level for notification compatibility BG to 8 (from 10)
Adam Powell [Mon, 5 Dec 2011 23:38:51 +0000 (15:38 -0800)]
Drop API level for notification compatibility BG to 8 (from 10)

Bug 5713262

As we had concrete styles for achieving the right text styling as of
Gingerbread, don't punsh apps that used them correctly.

Change-Id: I1e373a0238edd6bdab2d0f96588d9cb92a20b31f

12 years agoMerge "TalkBack does not announce properly the buttons of the PIN lock." into ics-mr1
Svetoslav Ganov [Mon, 5 Dec 2011 23:03:13 +0000 (15:03 -0800)]
Merge "TalkBack does not announce properly the buttons of the PIN lock." into ics-mr1

12 years agoRemove debug log messages
Michael Kolb [Mon, 5 Dec 2011 22:55:02 +0000 (14:55 -0800)]
Remove debug log messages

    Bug: 5713163

Change-Id: Id8d9845f6ecb7dd90ae4cf42bc82d39a148a5700

12 years agoTalkBack does not announce properly the buttons of the PIN lock.
Svetoslav Ganov [Mon, 5 Dec 2011 22:16:26 +0000 (14:16 -0800)]
TalkBack does not announce properly the buttons of the PIN lock.

The KeyBoardView shown by the lock screen is not marked as clickable even
though it handles clicks. TalkBack uses the clickability as a clue of what
to speak.

bug:5713102

Change-Id: I0733e30619e6045ce3f78e1499db65f4dc5bc388

12 years agoSwitch to notifications for walled garden
Irfan Sheriff [Mon, 24 Oct 2011 23:55:50 +0000 (16:55 -0700)]
Switch to notifications for walled garden

Also, switches the URL for browser to the actual URL used for checking
walled garden

Bug: 5398921
Change-Id: Ie4d4b1d47f4151d0f85975b10190bdcf5f2e7a57

12 years agoMerge "Numberpicker section divider is now 2dp thick" into ics-mr1
Peter Ng [Mon, 5 Dec 2011 20:34:53 +0000 (12:34 -0800)]
Merge "Numberpicker section divider is now 2dp thick" into ics-mr1

12 years agoMerge "Add missing locale date format files." into ics-mr1
Eric Fischer [Mon, 5 Dec 2011 20:25:58 +0000 (12:25 -0800)]
Merge "Add missing locale date format files." into ics-mr1

12 years agoAdd extra 2 minute for wifi to shutdown
Xia Wang [Sat, 3 Dec 2011 01:49:36 +0000 (17:49 -0800)]
Add extra 2 minute for wifi to shutdown

Change-Id: I3cf2fbf5de8b96b75d5e460e4ad822a1947ff6e7

12 years agoAdd missing locale date format files.
Eric Fischer [Mon, 5 Dec 2011 20:20:01 +0000 (12:20 -0800)]
Add missing locale date format files.

Change-Id: I4533c8aff25ee9f6a37a18005ea1341c99c4e696

12 years agoMerge "Properly identify how much metadata we need to cache in order to instantiate...
Andreas Huber [Mon, 5 Dec 2011 20:01:26 +0000 (12:01 -0800)]
Merge "Properly identify how much metadata we need to cache in order to instantiate" into ics-mr1

12 years agoProperly identify how much metadata we need to cache in order to instantiate
Andreas Huber [Mon, 5 Dec 2011 19:34:43 +0000 (11:34 -0800)]
Properly identify how much metadata we need to cache in order to instantiate

the extractor without blocking (and therefore be able to abort).

Change-Id: Id2acdde897e02baaeabadae70b7c95b66c9041b3
related-to-bug: 5666532

12 years agoNumberpicker section divider is now 2dp thick
Peter Ng [Mon, 5 Dec 2011 19:16:27 +0000 (11:16 -0800)]
Numberpicker section divider is now 2dp thick

Change-Id: I614c7316e43c23650166971662ed7dfd847ddaa8

12 years agoMerge "Fix issue #5614559: Registering surface error in..." into ics-mr1
Dianne Hackborn [Mon, 5 Dec 2011 18:40:59 +0000 (10:40 -0800)]
Merge "Fix issue #5614559: Registering surface error in..." into ics-mr1

12 years agoaudioflinger: fix audio skipping over A2DP
Eric Laurent [Mon, 5 Dec 2011 17:47:19 +0000 (09:47 -0800)]
audioflinger: fix audio skipping over A2DP

The maximum sleep time allowed in the mixer thread when audio tracks
are enabled but not ready for mixing is derived from the latency
reported by the output stream.
This does not work for A2DP where the latency also reflects encoding, decoding
and transfer time.

Modified activeSleepTimeUs() to take A2DP case into account.

Issue 5682206.

Change-Id: I3784ac01fb6f836b5a6ce6f764fb15347586de35

12 years agoMerge "set System UI visibility based on MediaController state" into ics-mr1
Michael Kolb [Mon, 5 Dec 2011 17:24:25 +0000 (09:24 -0800)]
Merge "set System UI visibility based on MediaController state" into ics-mr1

12 years agoFix issue #5614559: Registering surface error in...
Dianne Hackborn [Sat, 3 Dec 2011 07:31:52 +0000 (23:31 -0800)]
Fix issue #5614559: Registering surface error in...

...Background Replacement on Stingray

This is how I should have done it in the first place.  We get the
new surface from the window manager, and then just copy it in to
the constant Surface object we have for the holder.

Change-Id: I537a9e413829a18f689dfb46687014676b27156e

12 years agoMerge "SurfaceFlinger: fix layer removal race condition" into ics-mr1
Jesse Hall [Sat, 3 Dec 2011 02:31:03 +0000 (18:31 -0800)]
Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1

12 years agoMerge "Be careful sharing connections when dun is in play" into ics-mr1
Robert Greenwalt [Sat, 3 Dec 2011 00:52:29 +0000 (16:52 -0800)]
Merge "Be careful sharing connections when dun is in play" into ics-mr1

12 years agoBe careful sharing connections when dun is in play
Robert Greenwalt [Sat, 3 Dec 2011 00:05:51 +0000 (16:05 -0800)]
Be careful sharing connections when dun is in play

A request for a DUN connection should only use the carriers requested dun connection.  Don't
share another connection unless it matches the carriers settings.

bug:5701374
Change-Id: I75a65fcfce1b218bd9ca4ce2ab85cbe850813321

12 years agoset System UI visibility based on MediaController state
Michael Kolb [Fri, 2 Dec 2011 23:37:15 +0000 (15:37 -0800)]
set System UI visibility based on MediaController state

    Bug: 5494143

    still doesn't remove the buttons in dimmed state,
    but at least dims them correctly

Change-Id: Idcfc10616d31f6ccf8cd84b706a17d048bf505a1

12 years agoMerge "Handle animations in Views' rectangle clipping methods." into ics-mr1
Gilles Debunne [Fri, 2 Dec 2011 23:28:56 +0000 (15:28 -0800)]
Merge "Handle animations in Views' rectangle clipping methods." into ics-mr1

12 years agoMerge "Fix updateDoubleTapZoom logic" into ics-mr1
John Reck [Fri, 2 Dec 2011 22:47:04 +0000 (14:47 -0800)]
Merge "Fix updateDoubleTapZoom logic" into ics-mr1

12 years agoMerge "MTP: Add support for restricting PTP to only certain subdirectories of the...
Mike Lockwood [Fri, 2 Dec 2011 21:20:49 +0000 (13:20 -0800)]
Merge "MTP: Add support for restricting PTP to only certain subdirectories of the storage DO NOT MERGE" into ics-mr1

12 years agoMerge "MTP: Don't attempt to read more than 16K at a time from the MTP driver DO...
Mike Lockwood [Fri, 2 Dec 2011 21:20:39 +0000 (13:20 -0800)]
Merge "MTP: Don't attempt to read more than 16K at a time from the MTP driver DO NOT MERGE" into ics-mr1

12 years agoam 431c3e4c: Merge "Documentation for the VPN sample for ICS SDK. Staging server...
Chia-chi Yeh [Fri, 2 Dec 2011 20:46:51 +0000 (12:46 -0800)]
am 431c3e4c: Merge "Documentation for the VPN sample for ICS SDK. Staging server: fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0

* commit '431c3e4c7e2103865a90501a552b4e5145ed3f35':
  Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html

12 years agoMerge "Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung...
Chia-chi Yeh [Fri, 2 Dec 2011 20:45:44 +0000 (12:45 -0800)]
Merge "Documentation for the VPN sample for ICS SDK. Staging server: fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0

12 years agoMerge "Disable GLES20Canvas on emu w/o native GL" into ics-mr1
Jesse Hall [Fri, 2 Dec 2011 20:33:20 +0000 (12:33 -0800)]
Merge "Disable GLES20Canvas on emu w/o native GL" into ics-mr1

12 years agoMTP: Add support for restricting PTP to only certain subdirectories of the storage...
Mike Lockwood [Thu, 1 Dec 2011 21:58:41 +0000 (16:58 -0500)]
MTP: Add support for restricting PTP to only certain subdirectories of the storage DO NOT MERGE

Bug: 5527220

Change-Id: I81d6de590ea3002118ba46eb4b6d5fe9061c998c
Signed-off-by: Mike Lockwood <lockwood@google.com>
12 years agoMTP: Don't attempt to read more than 16K at a time from the MTP driver DO NOT MERGE
Mike Lockwood [Thu, 1 Dec 2011 23:36:06 +0000 (18:36 -0500)]
MTP: Don't attempt to read more than 16K at a time from the MTP driver DO NOT MERGE

This could happen sometimes if other operations increased the size of the
data packet buffer to > 16K

Change-Id: I10f85f0ce32df39f46b0a984361958c0a13f6800
Signed-off-by: Mike Lockwood <lockwood@google.com>
12 years agoam cd0e446d: Merge "Reduce file size for ADL presentation shareable." into ics-mr0
Roman Nurik [Fri, 2 Dec 2011 19:59:07 +0000 (11:59 -0800)]
am cd0e446d: Merge "Reduce file size for ADL presentation shareable." into ics-mr0

* commit 'cd0e446dc8de4b639df889ec3b5754bea60d752a':
  Reduce file size for ADL presentation shareable.

12 years agoMerge "Reduce file size for ADL presentation shareable." into ics-mr0
Roman Nurik [Fri, 2 Dec 2011 19:57:03 +0000 (11:57 -0800)]
Merge "Reduce file size for ADL presentation shareable." into ics-mr0

12 years agoReduce file size for ADL presentation shareable.
Roman Nurik [Fri, 2 Dec 2011 19:41:04 +0000 (11:41 -0800)]
Reduce file size for ADL presentation shareable.

Change-Id: I700959f3c15609c730c63d99953b890a93105cea

12 years agoMerge "Further volume improvements." into ics-mr1
Amith Yamasani [Fri, 2 Dec 2011 19:22:32 +0000 (11:22 -0800)]
Merge "Further volume improvements." into ics-mr1

12 years agoMerge "(de)activating spell check taken into account immediately" into ics-mr1
Gilles Debunne [Fri, 2 Dec 2011 18:45:25 +0000 (10:45 -0800)]
Merge "(de)activating spell check taken into account immediately" into ics-mr1

12 years agoSurfaceFlinger: fix layer removal race condition
Jesse Hall [Fri, 2 Dec 2011 18:00:00 +0000 (10:00 -0800)]
SurfaceFlinger: fix layer removal race condition

Layer::lockPageFlip() and layer::onRemove() could be called on
different threads and race such that lockPageFlip() successfully
called mSurfaceTexture->updateTexImage() but then gets NULL back from
mSurfaceTexture->getCurrentBuffer(), leading to a crash.

This change moves Layer::onRemove() calls to
SurfaceFlinger::commitTransaction() so they happen after the Layer is
done being drawn from and only happen on the main surfaceflinger
thread.

Change-Id: I4b550caadff4cc1878d7c3bca6129193fb0c713e

12 years agoDisable GLES20Canvas on emu w/o native GL
Jesse Hall [Thu, 1 Dec 2011 19:27:45 +0000 (11:27 -0800)]
Disable GLES20Canvas on emu w/o native GL

When the emulator is run without '-gpu on', GLES20 isn't supported,
so claiming GLES20Canvas is available will lead to catastrophic
failure. This change makes GLES20Canvas available when compiled in
and either not running on the emulator, or running on the emulator
with native GL acceleration enabled.

Change-Id: I89c944f9e3c9585224f5aa0877335ea48ea4a468

12 years agoMerge "Fixd for 5490443 Native crash while exporting a video - Add new onError callba...
Hong Teng [Fri, 2 Dec 2011 17:32:02 +0000 (09:32 -0800)]
Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, the application must implement the onError method, and then VideoEditorPreviewTest.java is changed accordingly." into ics-mr1

12 years agoMerge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1
Ben Cheng [Fri, 2 Dec 2011 06:05:07 +0000 (22:05 -0800)]
Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1

12 years agoMerge "AudioService: strengthen A2DP device detection" into ics-mr1
Eric Laurent [Fri, 2 Dec 2011 04:34:08 +0000 (20:34 -0800)]
Merge "AudioService: strengthen A2DP device detection" into ics-mr1

12 years agoFix updateDoubleTapZoom logic
John Reck [Fri, 2 Dec 2011 02:04:49 +0000 (18:04 -0800)]
Fix updateDoubleTapZoom logic

 Bug: 5698099

Change-Id: I83578e57cf809cbe7781d988302f0925dfddec80

12 years agoMerge "More social integration." into ics-mr1
Dianne Hackborn [Fri, 2 Dec 2011 02:48:32 +0000 (18:48 -0800)]
Merge "More social integration." into ics-mr1

12 years agoMore social integration.
Dianne Hackborn [Fri, 2 Dec 2011 02:42:24 +0000 (18:42 -0800)]
More social integration.

Change-Id: I9be09e08bda5db6c05f5beabc380708a11ead43b

12 years ago(de)activating spell check taken into account immediately
Gilles Debunne [Fri, 2 Dec 2011 01:41:15 +0000 (17:41 -0800)]
(de)activating spell check taken into account immediately

Test for a change in the spell checker activate state on every
spell check. Add/remove suggestion spans accordingly.

Change-Id: I750f30b81464b85cebc695bdb0449ec038fc17df

12 years agoInitialize bwr.read_buffer in IPCThreadState::talkWithDriver.
Ben Cheng [Fri, 2 Dec 2011 01:11:32 +0000 (17:11 -0800)]
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.

I/valgrind( 1309): ==1310== Syscall param
ioctl(BINDER_WRITE_READ).read_buffer points to uninitialised byte(s)
I/valgrind( 1309): ==1310==    at 0x480E670: __ioctl (__ioctl.S:10)
I/valgrind( 1309): ==1310==  Address 0xbda651b4 is on thread 1's stack

Change-Id: I02893df7b5786b6b2dbd9659f5706d7171295ab2

12 years agoAdd support for handling a bitcode wrapper to librs.
Stephen Hines [Wed, 23 Nov 2011 03:43:58 +0000 (19:43 -0800)]
Add support for handling a bitcode wrapper to librs.

BUG=5425905

Change-Id: I75676060703df6d9043b287fea900c4379455ee2

12 years agoBroken build. New methods made private.
Gilles Debunne [Thu, 1 Dec 2011 23:36:08 +0000 (15:36 -0800)]
Broken build. New methods made private.

Change-Id: Ia123ab4ddb1fe93bcd053c3ea5bf6b87c7204640

12 years agoFurther volume improvements.
Amith Yamasani [Thu, 1 Dec 2011 22:01:30 +0000 (14:01 -0800)]
Further volume improvements.

- Remove silent mode from Power menu
- Show volume dialog on lockscreen
- Allow beeps when adjusting volume in lockscreen

Bug: 5586083
Change-Id: I93052a8ec5004c784f20e04488af9382d495e711

12 years agoMerge "Scroll performance improved in multiline TextEdit" into ics-mr1
Gilles Debunne [Thu, 1 Dec 2011 23:04:35 +0000 (15:04 -0800)]
Merge "Scroll performance improved in multiline TextEdit" into ics-mr1

12 years agoMerge "Performance improvement in TextView" into ics-mr1
Gilles Debunne [Thu, 1 Dec 2011 23:03:55 +0000 (15:03 -0800)]
Merge "Performance improvement in TextView" into ics-mr1

12 years agoMerge "Better handles' visibility test" into ics-mr1
Gilles Debunne [Thu, 1 Dec 2011 23:03:27 +0000 (15:03 -0800)]
Merge "Better handles' visibility test" into ics-mr1

12 years agoHandle animations in Views' rectangle clipping methods.
Gilles Debunne [Thu, 24 Nov 2011 01:19:27 +0000 (02:19 +0100)]
Handle animations in Views' rectangle clipping methods.

getChildVisibleRect and getLocationInWindow do not take the new
mTransformationInfo View attribute.

As a result, these methods return invalid value during an animation
Bug 5638710

Changes in Patch Set 2:
- temporary allocations removed using static thread local variables (method
calls are NOT reentrant).

- scroll should be handled *before* applying the transformation matrix.
Fixed the call order in View#getLocationInWindow()

Patch set 4: fix from comments.
Patch set 5: <p>s

Change-Id: I15dc44c0659305d9029c59a47aba3a738bb35ae1

12 years agoMerge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1
Winson Chung [Thu, 1 Dec 2011 22:55:41 +0000 (14:55 -0800)]
Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1

12 years agoAdding a sound when you take a screenshot. (Bug 5617734)
Winson Chung [Thu, 1 Dec 2011 22:39:12 +0000 (14:39 -0800)]
Adding a sound when you take a screenshot. (Bug 5617734)

Change-Id: I7f253adddd09da65481081a4ca22f043d3325d65

12 years agoMerge "Fix free_cache to actually work" into ics-mr1
Kenny Root [Thu, 1 Dec 2011 22:14:22 +0000 (14:14 -0800)]
Merge "Fix free_cache to actually work" into ics-mr1

12 years agoam c3998ced: Merge "Update widget design guidelines for padding and 8dp." into ics-mr0
Roman Nurik [Thu, 1 Dec 2011 21:42:23 +0000 (13:42 -0800)]
am c3998ced: Merge "Update widget design guidelines for padding and 8dp." into ics-mr0

* commit 'c3998ced746ee97bc5f10a9de1b2848f85c8711e':
  Update widget design guidelines for padding and 8dp.

12 years agoMerge "Update widget design guidelines for padding and 8dp." into ics-mr0
Roman Nurik [Thu, 1 Dec 2011 21:40:38 +0000 (13:40 -0800)]
Merge "Update widget design guidelines for padding and 8dp." into ics-mr0

12 years agoMerge "Unlink the Binder DeathRecipient when removing a Bluetooth service record...
Matthew Xie [Thu, 1 Dec 2011 21:32:19 +0000 (13:32 -0800)]
Merge "Unlink the Binder DeathRecipient when removing a Bluetooth service record" into ics-mr1

12 years agoUpdate widget design guidelines for padding and 8dp.
Roman Nurik [Tue, 29 Nov 2011 18:02:19 +0000 (10:02 -0800)]
Update widget design guidelines for padding and 8dp.

Instead of using layout_margin for widget margins, the recommendation is to
now use padding. Additionally, update all docs to mention an example default
padding of 8dp instead of 15 or 16dp.

Change-Id: I330aedc56986dbb31a70260279ad2f6668c67c92

12 years agoMerge "Fix memory leaks in the accessibility layer." into ics-mr1
Svetoslav Ganov [Thu, 1 Dec 2011 20:57:12 +0000 (12:57 -0800)]
Merge "Fix memory leaks in the accessibility layer." into ics-mr1

12 years agoMerge "Improve how we manage the previous app." into ics-mr1
Dianne Hackborn [Thu, 1 Dec 2011 20:47:43 +0000 (12:47 -0800)]
Merge "Improve how we manage the previous app." into ics-mr1

12 years agoImprove how we manage the previous app.
Dianne Hackborn [Thu, 1 Dec 2011 20:23:37 +0000 (12:23 -0800)]
Improve how we manage the previous app.

Setting it when a new activity is being resumed is too soon, because
things like an activity launching an exiting (without being seen by
the user) can knock out the real previous app that we want.

So now we set it when an activity is stopped.  At this point it is
going to move from the preceptible to background oom adj, so it is
a good point to determine whether it should be a previous app to
instead put it to that oom adj.  This also avoids things like
activities that start and immediately finish from impacting the
previous app.

Further, we keep track of the time each activity was last shown, and
use this to further filter what is set as the previous app.

Change-Id: I72d1cac4de0cc2d4598170296028f11b06918d4f

12 years agoMerge "Add copious navigation bar info to SystemUI dumps." into ics-mr1
Daniel Sandler [Thu, 1 Dec 2011 20:09:51 +0000 (12:09 -0800)]
Merge "Add copious navigation bar info to SystemUI dumps." into ics-mr1

12 years agoUnlink the Binder DeathRecipient when removing a Bluetooth service record
Jason Simmons [Wed, 16 Nov 2011 20:52:45 +0000 (12:52 -0800)]
Unlink the Binder DeathRecipient when removing a Bluetooth service record

The fix holds a reference to the Reaper objects, so that they don't get GCed
and cause the error - unlink not called on death recipients.
bug 5602314

Change-Id: Ib8a9e254d7c9ebe9d54f5c10b3daa31d062b4df0

12 years agoam 92ad16d3: Merge "Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc...
Bill Gruber [Thu, 1 Dec 2011 19:54:57 +0000 (11:54 -0800)]
am 92ad16d3: Merge "Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8 IAB doc update: CSV import feature Also fixed Bug 5221766" into ics-mr0

* commit '92ad16d342aa4d39bad33600161b3799b84716f3':
  Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8 IAB doc update: CSV import feature Also fixed Bug 5221766

12 years agoam 8f3993b1: Merge "docs: dashboard update for 12/1" into ics-mr0
Scott Main [Thu, 1 Dec 2011 19:54:55 +0000 (11:54 -0800)]
am 8f3993b1: Merge "docs: dashboard update for 12/1" into ics-mr0

* commit '8f3993b12b52ac5d94d84376ec4f42b130018429':
  docs: dashboard update for 12/1

12 years agoMerge "Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8...
Bill Gruber [Thu, 1 Dec 2011 19:53:23 +0000 (11:53 -0800)]
Merge "Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8 IAB doc update: CSV import feature Also fixed Bug 5221766" into ics-mr0

12 years agoMerge "docs: dashboard update for 12/1" into ics-mr0
Scott Main [Thu, 1 Dec 2011 19:53:17 +0000 (11:53 -0800)]
Merge "docs: dashboard update for 12/1" into ics-mr0

12 years agoFix memory leaks in the accessibility layer.
Svetoslav Ganov [Thu, 1 Dec 2011 19:48:21 +0000 (11:48 -0800)]
Fix memory leaks in the accessibility layer.

The AccessibilityServiceConnection chache should be shared
between all interrogating threads.

bug:5664337

Change-Id: I151041d0b358e87ac47ea5c1c258f90a8b252420

12 years agoCherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8
Bill Gruber [Wed, 3 Aug 2011 03:16:44 +0000 (20:16 -0700)]
Cherrypick from HCMR2 Change ID: Id849cb25098fef76c96c4935db31ebc1422d74d8
IAB doc update: CSV import feature
Also fixed Bug 5221766

Change-Id: I40b8057dae10067c8cc9aa7506564c0033efc2fe

12 years agoMerge "No clicking on volume icon in volume dialog." into ics-mr1
Amith Yamasani [Thu, 1 Dec 2011 19:35:30 +0000 (11:35 -0800)]
Merge "No clicking on volume icon in volume dialog." into ics-mr1

12 years agoAdd copious navigation bar info to SystemUI dumps.
Daniel Sandler [Thu, 1 Dec 2011 19:34:23 +0000 (14:34 -0500)]
Add copious navigation bar info to SystemUI dumps.

Bug: 5549288
Change-Id: I8556584e6abd22912d55dccc27ccebb6602b1bcb

12 years agoam acf1038a: docs: remove broken link from renderscript docs bug: 5696178
Scott Main [Thu, 1 Dec 2011 19:20:03 +0000 (11:20 -0800)]
am acf1038a: docs: remove broken link from renderscript docs bug: 5696178

* commit 'acf1038a260d7b2a3bb6b36058da47041c8ec173':
  docs: remove broken link from renderscript docs bug: 5696178

12 years agodocs: remove broken link from renderscript docs
Scott Main [Thu, 1 Dec 2011 19:11:08 +0000 (11:11 -0800)]
docs: remove broken link from renderscript docs
bug: 5696178

Change-Id: I78285ac67749fb3936e359968d28bbeb539ea7dc

12 years agodocs: dashboard update for 12/1
Scott Main [Thu, 1 Dec 2011 18:50:50 +0000 (10:50 -0800)]
docs: dashboard update for 12/1

Change-Id: If5323832093a90cf151f4103df810281687407d0

12 years agoMerge "TextViews keep focus after Done" into ics-mr1
Gilles Debunne [Thu, 1 Dec 2011 18:22:15 +0000 (10:22 -0800)]
Merge "TextViews keep focus after Done" into ics-mr1

12 years agoMerge "Revert "IME action (done, next...) correctly handled"" into ics-mr1
Gilles Debunne [Thu, 1 Dec 2011 18:21:59 +0000 (10:21 -0800)]
Merge "Revert "IME action (done, next...) correctly handled"" into ics-mr1

12 years agoMerge "Fixes a typo in AVIExtractor that would advertise the wrong video dimensions...
Andreas Huber [Thu, 1 Dec 2011 18:18:19 +0000 (10:18 -0800)]
Merge "Fixes a typo in AVIExtractor that would advertise the wrong video dimensions" into ics-mr1

12 years agoFixes a typo in AVIExtractor that would advertise the wrong video dimensions
Andreas Huber [Thu, 1 Dec 2011 18:02:37 +0000 (10:02 -0800)]
Fixes a typo in AVIExtractor that would advertise the wrong video dimensions

Change-Id: I587a5ce259b04c973ed2d7614e874cb74c521aab
related-to-bug: 5696324

12 years agoFixd for 5490443 Native crash while exporting a video
Hong Teng [Thu, 1 Dec 2011 00:54:46 +0000 (16:54 -0800)]
Fixd for 5490443 Native crash while exporting a video
- Add new onError callback to PreviewProgressListener, which is
used to indicate video editor application for the error that has occurred during
priviewing.
With this modification, the application must implement the onError method,
and then VideoEditorPreviewTest.java is changed accordingly.

Change-Id: I15610b8907fcf8bd35a3c69ad7c07b5175a6e309

12 years agoMerge "Fix state synchronization problem." into ics-mr1
Robert Greenwalt [Thu, 1 Dec 2011 17:42:13 +0000 (09:42 -0800)]
Merge "Fix state synchronization problem." into ics-mr1

12 years agoBetter handles' visibility test
Gilles Debunne [Fri, 25 Nov 2011 09:23:38 +0000 (10:23 +0100)]
Better handles' visibility test

Checking if the hotspot position is visible instead
of checking if it is part of the clipped visible rectangle.

Bug 5638710

Patch set 2: synchronize static variables you will.
Patch set 3: renaming and refactored the while loop.
Patch set 4: synchronize you will (again)
Patch set 5: parent

Change-Id: I330510f491c85f910fc61598936113ad07d304e4

12 years agoFix free_cache to actually work
Kenny Root [Tue, 29 Nov 2011 23:54:55 +0000 (15:54 -0800)]
Fix free_cache to actually work

This broke with some other path-related changes, so it was scanning for
/data/*/cache instead of /data/data/*/cache

Also remove redundant call to restat

Bug: 5686310
Change-Id: Id1661f0f1337858fc9ead53c56ab7557f421c591

12 years agoMerge "Fix crash with HTML5 video." into ics-mr1
Ben Murdoch [Thu, 1 Dec 2011 17:03:22 +0000 (09:03 -0800)]
Merge "Fix crash with HTML5 video." into ics-mr1

12 years agoMerge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1
Daniel Sandler [Thu, 1 Dec 2011 14:29:53 +0000 (06:29 -0800)]
Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1

12 years agoFix crash with HTML5 video.
Ben Murdoch [Thu, 1 Dec 2011 11:49:43 +0000 (11:49 +0000)]
Fix crash with HTML5 video.

Add missing check for native HTTP stack inside
CookieManager.getCookie(WebAddress) and
CookieManager.setCookie(WebAddress) - private APIs that now
will throw an exception as the legacy cookie table no longer
exists with WebViewDatabase version 11.

Bug: 5690908
Change-Id: I51ae848d03b04d6021d314dda4a199675e38ab02

12 years agoMerge "fix position of WebTextView on scrolling layers" into ics-mr1
Bart Sears [Thu, 1 Dec 2011 06:29:16 +0000 (22:29 -0800)]
Merge "fix position of WebTextView on scrolling layers" into ics-mr1

12 years agoMerge "Working around issue where setting min height on RelativeLayout causes items...
Adam Cohen [Thu, 1 Dec 2011 05:10:27 +0000 (21:10 -0800)]
Merge "Working around issue where setting min height on RelativeLayout causes items to collapse. (Bug 5640357)" into ics-mr1

12 years agoMerge "Fix issue #5433192 and maybe #5433192" into ics-mr1
Dianne Hackborn [Thu, 1 Dec 2011 04:49:21 +0000 (20:49 -0800)]
Merge "Fix issue #5433192 and maybe #5433192" into ics-mr1

12 years agoFix issue #5433192 and maybe #5433192
Dianne Hackborn [Thu, 1 Dec 2011 02:41:15 +0000 (18:41 -0800)]
Fix issue #5433192 and maybe #5433192

5433192: Factory reset device: compatibility screen is the first...
...screen before setup wizard

Don't show compat mode dialog if compat mode is unknown (which happens
early in boot before an activity is shown for example).  Also make sure
to update status any time the current focus app token changes, so we
correctly update every time switching apps.

5651152 [Stingray] change zoom/strech setting icon won't go away

This is probably also fixed by updating when the app token changes.

Change-Id: Ibe9bd6277166230d5d96689741b78325ea099d57

12 years agoMerge "Fix ConcurrentModificationException in TextServicesManagerService" into ics-mr1
satok [Thu, 1 Dec 2011 01:37:52 +0000 (17:37 -0800)]
Merge "Fix ConcurrentModificationException in TextServicesManagerService" into ics-mr1

12 years agoWorking around issue where setting min height on RelativeLayout causes items to colla...
Winson Chung [Thu, 1 Dec 2011 01:33:30 +0000 (17:33 -0800)]
Working around issue where setting min height on RelativeLayout causes items to collapse. (Bug 5640357)

Change-Id: Ide1822e19045f093c0c1c088839caa5cc8aea287

12 years agoAudioService: strengthen A2DP device detection
Eric Laurent [Wed, 30 Nov 2011 02:49:40 +0000 (18:49 -0800)]
AudioService: strengthen A2DP device detection

If the intent BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED is broadcast
before AudioService is started, The A2DP device connection is never detected
by the audio framework resulting in audio not being routed to A2DP unless the device
is rebooted or the A2DP headset reconnected.

Make sure that A2DP device connection state is sampled when
boot completed event is received.

Issue 5665159

Change-Id: I04d82020afc00af28c5ea0bb9879ed55bcc9b6f3

12 years agoMerge "Fixing memory leaks in the accessiiblity layer." into ics-mr1
Svetoslav Ganov [Thu, 1 Dec 2011 00:56:41 +0000 (16:56 -0800)]
Merge "Fixing memory leaks in the accessiiblity layer." into ics-mr1