Jesse Hall
6d90c1c6fe
Merge "Disable GLES20Canvas on emu w/o native GL" into ics-mr1
2011-12-02 12:33:20 -08:00
Mike Lockwood
7944c1b19f
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>
2011-12-02 15:12:47 -05:00
Mike Lockwood
7a1ad63d16
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>
2011-12-02 15:12:30 -05:00
Roman Nurik
04bd27ebed
am 55347e65: am cd0e446d: Merge "Reduce file size for ADL presentation shareable." into ics-mr0
...
* commit '55347e65e229ed63f7e18cb5b82639174c0f54bb':
Reduce file size for ADL presentation shareable.
2011-12-02 12:01:36 -08:00
Roman Nurik
55347e65e2
am cd0e446d: Merge "Reduce file size for ADL presentation shareable." into ics-mr0
...
* commit 'cd0e446dc8de4b639df889ec3b5754bea60d752a':
Reduce file size for ADL presentation shareable.
2011-12-02 11:59:07 -08:00
Roman Nurik
cd0e446dc8
Merge "Reduce file size for ADL presentation shareable." into ics-mr0
2011-12-02 11:57:03 -08:00
Roman Nurik
5c8e690edf
Reduce file size for ADL presentation shareable.
...
Change-Id: I700959f3c15609c730c63d99953b890a93105cea
2011-12-02 11:41:04 -08:00
Amith Yamasani
f8dad0b37d
am afd01086: Merge "Further volume improvements." into ics-mr1
...
* commit 'afd01086795c7c1f6950a709180b2361625b8b6a':
Further volume improvements.
2011-12-02 11:24:03 -08:00
Amith Yamasani
afd0108679
Merge "Further volume improvements." into ics-mr1
2011-12-02 11:22:32 -08:00
Gilles Debunne
99019d5223
am f96aa3b1: Merge "(de)activating spell check taken into account immediately" into ics-mr1
...
* commit 'f96aa3b197b96f9cb276485420c09a7b36606599':
(de)activating spell check taken into account immediately
2011-12-02 10:47:46 -08:00
Gilles Debunne
f96aa3b197
Merge "(de)activating spell check taken into account immediately" into ics-mr1
2011-12-02 10:45:25 -08:00
The Android Automerger
61c961ae7a
merge in ics-mr1-release history after reset to ics-mr1
2011-12-02 10:25:12 -08:00
Jesse Hall
8a7c940eff
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
2011-12-02 10:03:25 -08:00
Jean-Michel Trivi
d62da2d0da
Remove unused variable and imports in AudioManager
...
Remove unused imports.
Remove private mHandler variable: it was assigned a new Handler
object but was never accessed.
Change-Id: I63cd08aa38701ea157fef7d3185a58a6e2a95822
2011-12-02 09:54:16 -08:00
Jesse Hall
4406345cd6
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
2011-12-02 09:35:42 -08:00
Hong Teng
5126f1d413
am 613ed4c6: 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 applicati
...
* commit '613ed4c69a53e6ffb1f104c7d45a0c6dd41c8eb0':
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.
2011-12-02 09:34:05 -08:00
Hong Teng
613ed4c69a
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
2011-12-02 09:32:02 -08:00
Mike Lockwood
6a5c1a9574
Merge "MTP: Add support for restricting PTP to only certain subdirectories of the storage"
2011-12-02 08:17:33 -08:00
Mike Lockwood
09bd918c5d
Merge "MTP: Don't attempt to read more than 16K at a time from the MTP driver"
2011-12-02 08:10:03 -08:00
Mike Lockwood
73e56d935e
MTP: Add support for restricting PTP to only certain subdirectories of the storage
...
Bug: 5527220
Change-Id: If68e7481617ecb62abd24e2d89e6b7dfdf95ba2b
Signed-off-by: Mike Lockwood <lockwood@google.com>
2011-12-02 11:08:39 -05:00
The Android Open Source Project
e3c7329084
Reconcile with ics-mr1-release
...
Change-Id: I1c603308272f9b00174c3f9046171e069ffee566
2011-12-02 07:53:10 -08:00
Ben Cheng
f0fef4f17b
am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1
...
* commit 'f1a4c48b886d53e2afceb0620215e3792af79fd5':
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.
2011-12-01 22:08:20 -08:00
Ben Cheng
f1a4c48b88
am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1
...
* commit 'e21dabf654e3d90e50e95174d5e9670bc930c194':
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.
2011-12-01 22:06:32 -08:00
Ben Cheng
e21dabf654
Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1
2011-12-01 22:05:07 -08:00
Jeff Brown
0422ebfd97
Merge "Refactor InputQueue as InputEventReceiver."
2011-12-01 21:09:49 -08:00
Jeff Brown
32cbc3855c
Refactor InputQueue as InputEventReceiver.
...
This change simplifies the code associated with receiving input
events from input channels and makes it more robust. It also
does a better job of ensuring that input events are properly
recycled (sometimes we dropped them on the floor).
This change also adds a sequence number to all events, which is
handy for determining whether we are looking at the same event or a
new one, particularly when events are recycled.
Change-Id: I4ebd88f73b5f77f3e150778cd550e7f91956aac2
2011-12-01 21:04:47 -08:00
Eric Laurent
ee07e110d9
am 6cfa9e6c: am 0d3a2e93: Merge "AudioService: strengthen A2DP device detection" into ics-mr1
...
* commit '6cfa9e6c507a721f647518569c89db9560056079':
AudioService: strengthen A2DP device detection
2011-12-01 20:38:15 -08:00
Eric Laurent
6cfa9e6c50
am 0d3a2e93: Merge "AudioService: strengthen A2DP device detection" into ics-mr1
...
* commit '0d3a2e93394efa4729e5c29ff4515f9f2644b8c3':
AudioService: strengthen A2DP device detection
2011-12-01 20:35:26 -08:00
Eric Laurent
0d3a2e9339
Merge "AudioService: strengthen A2DP device detection" into ics-mr1
2011-12-01 20:34:08 -08:00
Jeff Brown
db918cf171
Merge "Ensure input events are processed in-order in the application."
2011-12-01 20:11:15 -08:00
Jeff Brown
76d79011a0
Merge "Improve latency instrumentation."
2011-12-01 20:11:09 -08:00
Romain Guy
e27a07d400
Merge "Faster text clipping"
2011-12-01 20:09:57 -08:00
Romain Guy
cac5fd3e09
Faster text clipping
...
Change-Id: I03a00c4261d81a416b1ad7b86ce2d432c71908b4
2011-12-01 20:08:50 -08:00
John Reck
059832790d
Fix updateDoubleTapZoom logic
...
Bug: 5698099
Change-Id: I83578e57cf809cbe7781d988302f0925dfddec80
2011-12-01 19:28:41 -08:00
Dianne Hackborn
a2a56f82a8
am 48e07296: am bfb3dec2: Merge "More social integration." into ics-mr1
...
* commit '48e07296800c49f8bc9b34cc57372593021f79a1':
More social integration.
2011-12-01 18:52:27 -08:00
Dianne Hackborn
48e0729680
am bfb3dec2: Merge "More social integration." into ics-mr1
...
* commit 'bfb3dec22dd397b57c8bbc1d6d18ed98cd413b10':
More social integration.
2011-12-01 18:50:36 -08:00
Dianne Hackborn
bfb3dec22d
Merge "More social integration." into ics-mr1
2011-12-01 18:48:32 -08:00
Dianne Hackborn
a3d487cb13
More social integration.
...
Change-Id: I9be09e08bda5db6c05f5beabc380708a11ead43b
2011-12-01 18:42:24 -08:00
Stephen Hines
4d86d334e7
am 88c02e8c: am 976ae272: Add support for handling a bitcode wrapper to librs.
...
* commit '88c02e8c5d30c053a4faa897e322540f61914718':
Add support for handling a bitcode wrapper to librs.
2011-12-01 18:25:20 -08:00
Stephen Hines
88c02e8c5d
am 976ae272: Add support for handling a bitcode wrapper to librs.
...
* commit '976ae27270a64c5abeb380d6e61d6d71f29b9433':
Add support for handling a bitcode wrapper to librs.
2011-12-01 18:10:29 -08:00
Gilles Debunne
a49ba2f391
(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
2011-12-01 17:41:17 -08:00
Ben Cheng
0450570879
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
2011-12-01 17:11:32 -08:00
The Android Automerger
b823f1be49
merge in ics-mr1-release history after reset to ics-mr1
2011-12-01 16:45:56 -08:00
Stephen Hines
976ae27270
Add support for handling a bitcode wrapper to librs.
...
BUG=5425905
Change-Id: I75676060703df6d9043b287fea900c4379455ee2
2011-12-01 16:37:00 -08:00
Gilles Debunne
0715f12605
am b4812f8a: am 335c4e6c: Broken build. New methods made private.
...
* commit 'b4812f8a815a4c4a9896e73412f4011d7a30f03f':
Broken build. New methods made private.
2011-12-01 16:10:03 -08:00
Gilles Debunne
b4812f8a81
am 335c4e6c: Broken build. New methods made private.
...
* commit '335c4e6cb2094c7cbd6039e0c7915702b69e7657':
Broken build. New methods made private.
2011-12-01 16:06:51 -08:00
Mike Lockwood
1958dc27c9
MTP: Don't attempt to read more than 16K at a time from the MTP driver
...
This could happen sometimes if other operations increased the size of the
data packet buffer to > 16K
Change-Id: I4d316c7e2e558d3dd861d39accae6514fd9a62f5
Signed-off-by: Mike Lockwood <lockwood@google.com>
2011-12-01 18:37:29 -05:00
Gilles Debunne
335c4e6cb2
Broken build. New methods made private.
...
Change-Id: Ia123ab4ddb1fe93bcd053c3ea5bf6b87c7204640
2011-12-01 15:36:08 -08:00
Gilles Debunne
03cb8bc450
am 120cb5af: am 58d89539: Merge "Scroll performance improved in multiline TextEdit" into ics-mr1
...
* commit '120cb5afd345a97c5e43683232c857ce2e5c8f29':
Scroll performance improved in multiline TextEdit
2011-12-01 15:09:00 -08:00
Gilles Debunne
44bba9a8bb
am ee8862dc: am eb189d39: Merge "Performance improvement in TextView" into ics-mr1
...
* commit 'ee8862dc7b7266ee99633e0f13b2393a2185c30d':
Performance improvement in TextView
2011-12-01 15:08:58 -08:00