Mathias Agopian
267e91688b
am 5c0efef9: am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-27 23:48:26 -07:00
James Dong
af50969f07
Added profile and level translation in SW video encoders
...
Change-Id: I6b9c33c7e4b497f3dc61b2a0dcf4e65727f9bcdd
2010-10-27 23:47:37 -07:00
Mathias Agopian
5c0efef9a1
am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-27 23:46:25 -07:00
Jaikumar Ganesh
ba53643a62
am 70a68f95: (-s ours) am 025f78eb: Merge "DO NOT MERGE Fix auto connection with headsets which don\'t send incoming connections for all profiles." into gingerbread
2010-10-27 23:45:55 -07:00
Mathias Agopian
7d452f693f
Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-27 23:44:07 -07:00
Jaikumar Ganesh
70a68f9544
am 025f78eb: Merge "DO NOT MERGE Fix auto connection with headsets which don\'t send incoming connections for all profiles." into gingerbread
2010-10-27 23:44:02 -07:00
Jaikumar Ganesh
025f78ebb8
Merge "DO NOT MERGE Fix auto connection with headsets which don't send incoming connections for all profiles." into gingerbread
2010-10-27 23:42:43 -07:00
Vasu Nori
4c6e5dfa1c
make notifications appear during downloading AND after completion
...
bug:3132773
Change-Id: I012859fa86055f322069d5120b110c4c8887fb61
2010-10-27 23:09:51 -07:00
Jeff Brown
88e7b31ba1
resolved conflicts for merge of df3cccf3 to master
...
Change-Id: I425496a9fc4e9cbc50ad6938e9dccb14827d9558
2010-10-27 22:18:43 -07:00
Gilles Debunne
a80d256d04
New cut/copy/paste hdpi assets
...
Change-Id: I64d019e83bf8047e32dae8674fbf3f31a100c987
2010-10-27 20:08:10 -07:00
Jeff Brown
df3cccf3dc
am 120a4594: Drop all dispatcher state when dispatcher is disabled.
2010-10-27 19:31:24 -07:00
Joe Onorato
926829056c
Merge "Implement reminder power dialog and invalid charger dialog."
2010-10-27 19:28:03 -07:00
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