Joe Onorato
1e860dfe0a
Merge "Tapping outside the system panel shouldn't open the recent panel"
2010-10-27 19:27:12 -07:00
Joe Onorato
4ca7f1e281
Implement reminder power dialog and invalid charger dialog.
...
Bug: 2510318
Bug: 2974431
Change-Id: I92eb419eeffb657e5572a35a490735a96b303d6b
2010-10-27 19:24:51 -07:00
Jeff Brown
120a459485
Drop all dispatcher state when dispatcher is disabled.
...
This patch makes the dispatcher drop all of its state when it is
disabled (when the screen turns off). This ensures that the dispatcher
does not get stuck thinking a pointer is still down if the screen
turned off while the user was touching the display (such as a fat touch
while hitting the power button).
Bug: 3098344
Change-Id: If50ef5804870aa1acd3179fd4b40e3cda58dd39d
2010-10-27 18:43:51 -07:00
Xavier Ducrohet
65dc3974a1
Fix the layoutlib_bridge .classpath to not use the full layoutlib
...
Instead this uses the actual output of layoutlib_create, which is
all the modified classes before the content of the bridge is added
to form layoutlib.
Change-Id: I22755f38800cd69206834ff9594a99cb0c1d2139
2010-10-27 18:22:03 -07:00
Xavier Ducrohet
5e7ed8da0d
Move layoutlib typeface implementation to delegate.
...
Also move BridgeContentProvider to its own class to make it
less messy in BridgeContentResolver.
Change-Id: Id3462218b500d43d4c9b20b25326ad24e4106fa5
2010-10-27 18:12:27 -07:00
Mathias Agopian
e031ba8d20
really fix [3118445] Transform * Transform does not work as expected
...
Two bugs were counter acting each other.
- rotation matrices are on the left-hand side of multiplies
- the transform of the overlay is applied before that of the layer
Change-Id: Ia79bd368e9b719235c89ecf244ea263f01ce906a
2010-10-27 18:04:11 -07:00
Dianne Hackborn
e829fef639
Add facility for broadcasts receives to do work asynchronously.
...
You can now call goAsync() and move your work to a background thread.
If you are that kind of receiver. You weirdo.
Also allows SharedPreferences.apply() to be committed off the main
thread after returning from onReceive().
Change-Id: I27f975910e28f230ababcaeb551eb9a78ec4fc76
2010-10-27 17:13:29 -07:00
Jaikumar Ganesh
28967499d7
DO NOT MERGE Fix auto connection with headsets which don't send incoming
...
connections for all profiles.
Bug: 3136095
Change-Id: I48f36b99f3f7619a6a18c6adc2057c9d6d23c3e3
2010-10-27 16:34:43 -07:00
Amith Yamasani
162b689c52
Merge "No animation when tapping on current header in a preference screen."
2010-10-27 16:34:42 -07:00
Amith Yamasani
f5cbaeda14
No animation when tapping on current header in a preference screen.
...
Bug: 3125427
2010-10-27 16:31:05 -07:00
Jaikumar Ganesh
6a428e39d4
Merge "Bluetooth OBEX timeout problem."
2010-10-27 16:18:07 -07:00
Anders Petersson
4507b177c3
Bluetooth OBEX timeout problem.
...
Long time to show notification of file transfer failed after
canceling transfer via remote part.
Device A is in contact with our device, B. When device A Cancel
a transfer operation, it sends OBEX_OPCODE_DISCONNECT HeaderID
and the length of package to B. B use the length of package to
read remainder bytes from A. If the bytes B read do not meet the
received length it will block and wait for remainder bytes from A.
But when B compute the remainder bytes it forgets to subtract
the three bytes it has already read through HeaderID and the length
of the package. So the operation was blocked until the operation
timeout.
Change-Id: I0f8bf62d3119e081b5c01af9fc05fe586fd4fabc
2010-10-27 16:13:59 -07:00
Jack Palevich
ad4c609858
Trace glUniformXXv and glUniformMatrixXfv calls.
...
Change-Id: I653021d2174fa1a7343d10b0fd2c29b3e5147be6
2010-10-27 15:37:01 -07:00
Eric Fischer
1ab2cafb80
Merge "Import revised translations."
2010-10-27 15:15:34 -07:00
Nuno Subtil
25443b2d8f
OpenGL ES 1 YUV texturing test
...
Change-Id: I295e5bce16a8ab088b99929f788f2fbbe8492b8d
2010-10-27 15:14:56 -07:00
Dianne Hackborn
e71df8fa16
am 96abb48d: am aa93bcd6: Fix issue #3138926 : App\'s preferences can be lost after onPause()
2010-10-27 15:02:44 -07:00
Dianne Hackborn
96abb48dff
am aa93bcd6: Fix issue #3138926 : App\'s preferences can be lost after onPause()
2010-10-27 14:59:28 -07:00
Andreas Huber
e0b4b86936
Merge "Better support for MP4A-LATM RTP disassembly. This used to fail if mNumSubFrames > 1 and the sub frames did not align with RTP packet boundaries."
2010-10-27 14:58:42 -07:00
Gilles Debunne
c5cf04c504
Merge "Text selection can be started with a double tap in TextView"
2010-10-27 14:56:22 -07:00
Kristian Monsen
3d773def6c
Merge "Fix for simulator build"
2010-10-27 14:56:10 -07:00
Michael I. Gold
8338b06190
YUV texturing test.
...
Change-Id: Ib2a6b7eb2a5fc98ecaace032d6c63d50613aaa0d
2010-10-27 14:51:43 -07:00
Chet Haase
2aa5c9b5b7
Merge "Use ThreadLocal for static Animator variables."
2010-10-27 14:51:32 -07:00
Kristian Monsen
732734acd6
Fix for simulator build
...
The code looks correct, but causes an internal compiler error on
simulator builds on mine (an other) gLucid desktops.
Change-Id: Iaf0d8120778ec1c6fc739ef13e6eaaac53e3bcc8
2010-10-27 22:49:34 +01:00
Andreas Huber
b0d25a00fe
Better support for MP4A-LATM RTP disassembly. This used to fail if mNumSubFrames > 1 and the sub frames did not align with RTP packet boundaries.
...
Change-Id: I20e3b86f52b7f0f41663ffe8bc1f4db92280e884
2010-10-27 14:33:18 -07:00
Joe Onorato
31b2610dee
Tapping outside the system panel shouldn't open the recent panel
...
Change-Id: Iec784cbe08f61f14a345f81e1cf374ee095beaf5
2010-10-27 14:32:28 -07:00
Gilles Debunne
5347c58846
Text selection can be started with a double tap in TextView
...
Cherry picked from CL 73484 in GB.
Change-Id: Ieb6ee5b4bf85226a8c488f78f5ff00a57fc031b8
2010-10-27 14:30:04 -07:00
Eric Fischer
655e310d66
Import revised translations.
...
Change-Id: I2ce0fd4da5c8ac33e90909d49f46cd29565de276
2010-10-27 14:28:17 -07:00
Alex Sakhartchouk
581cc64028
Adding nvidia extension for limited npot support.
...
Updating a3d loading to be async.
Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c
2010-10-27 14:10:07 -07:00
Amith Yamasani
367c6c7bb8
Merge "Wallpaper transition changed to fade instead of translate/scale/fade."
2010-10-27 14:02:09 -07:00
Dianne Hackborn
aa93bcd624
Fix issue #3138926 : App's preferences can be lost after onPause()
...
Change-Id: Icea3d37fab5e47c89c5cbc0adff7bbec898fa93e
2010-10-27 13:57:00 -07:00
Chet Haase
e3bc4e6f10
Use ThreadLocal for static Animator variables.
...
Certain fields in Animator are statics, like the list of current animations and the
main handler. However, since there may be >1 UI thread per process, these should really
be ThreadLocal variables, so that they are local to each UI thread. For example,
most animators will cause an invalidation in the view hierarchy, which can only
happen in the UI thread for that view.
Change-Id: I42be61c781ffac97b527f78ce1ffc2e0cdc42999
2010-10-27 13:48:02 -07:00
Amith Yamasani
21b4b04f6d
Wallpaper transition changed to fade instead of translate/scale/fade.
...
This is mainly to have a quick transition into QSB so that it feels light-weight.
Bug: 3132162
2010-10-27 13:29:00 -07:00
Andy McFadden
091511b41b
am e3e8642c: am 001c7d12: Merge "Set capabilities sooner." into gingerbread
2010-10-27 13:28:17 -07:00
Andy McFadden
e3e8642ce4
am 001c7d12: Merge "Set capabilities sooner." into gingerbread
2010-10-27 13:25:29 -07:00
Andy McFadden
001c7d1281
Merge "Set capabilities sooner." into gingerbread
2010-10-27 13:22:50 -07:00
Joe Onorato
c597ba8e9a
getRingtone is causing an anr. Turn it off for now.
...
Change-Id: Ia002c9be1cd203e5e989f2a9e49c49b97778ec1b
2010-10-27 13:19:47 -07:00
Gil Dobjanschi
30ca240a98
Merge "Waveform member variables must be private"
2010-10-27 12:37:34 -07:00
Joe Onorato
19536efbe6
Merge "Make the low battery dialog work again."
2010-10-27 12:29:32 -07:00
Joe Onorato
82ced694ec
Merge "Move the battery LED code over to the battery service from the notification service (!)"
2010-10-27 12:29:12 -07:00
Steve Block
f3bac948e4
Merge "Hook up CookieManager.getCookie() for Chromium HTTP stack"
2010-10-27 12:29:03 -07:00
Gil Dobjanschi
6f3c808b4f
Waveform member variables must be private
...
Change-Id: I8e61dbe5ad51b455377e39a0918ac82d138d8228
2010-10-27 12:26:54 -07:00
Eric Rowe
e19b389321
Merge "Modify bluetooth test cases GB for new HC APIs"
2010-10-27 12:07:44 -07:00
Xavier Ducrohet
4c9d691a01
am 57f7ccc4: am 63e5d07e: Merge "Fix issue with project resources overriding framework resources." into gingerbread
2010-10-27 11:59:05 -07:00
Yu Shan Emily Lau
0af3cfc6f3
am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread
2010-10-27 11:58:58 -07:00
Steve Block
0d4fd36709
Merge "Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium HTTP stack"
2010-10-27 11:47:45 -07:00
Jack Palevich
1396afb730
Preserve the render mode when recreating the render thread.
...
Change-Id: I67a12a9598d3ef099bef8727411891614b1bc3f7
2010-10-27 11:37:23 -07:00
Andy McFadden
1b4c7966b1
Set capabilities sooner.
...
Bug 3135433.
Change-Id: I4e34b60c0a01b85ce0d80eb96ff3510604a68c71
2010-10-27 11:26:05 -07:00
Joe Onorato
10523b4d0c
Make the low battery dialog work again.
...
Change-Id: I97232a3645e6a817c9c5f5f90b88a7e925d36d13
2010-10-27 11:26:00 -07:00
Joe Onorato
de1b359e88
Move the battery LED code over to the battery service from the notification service (!)
...
Change-Id: I12d7994ae245a36b8b2c3272fcbe173881caebd0
2010-10-27 11:26:00 -07:00
Xavier Ducrohet
57f7ccc422
am 63e5d07e: Merge "Fix issue with project resources overriding framework resources." into gingerbread
2010-10-27 11:23:58 -07:00