summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move layoutlib typeface implementation to delegate.Xavier Ducrohet2010-10-278-293/+308
| | | | | | | Also move BridgeContentProvider to its own class to make it less messy in BridgeContentResolver. Change-Id: Id3462218b500d43d4c9b20b25326ad24e4106fa5
* Merge "No animation when tapping on current header in a preference screen."Amith Yamasani2010-10-272-24/+7
|\
| * No animation when tapping on current header in a preference screen.Amith Yamasani2010-10-272-24/+7
| | | | | | | | Bug: 3125427
* | Merge "Bluetooth OBEX timeout problem."Jaikumar Ganesh2010-10-271-3/+5
|\ \
| * | Bluetooth OBEX timeout problem.Anders Petersson2010-10-271-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Trace glUniformXXv and glUniformMatrixXfv calls.Jack Palevich2010-10-271-30/+138
| | | | | | | | | | | | Change-Id: I653021d2174fa1a7343d10b0fd2c29b3e5147be6
* | | Merge "Import revised translations."Eric Fischer2010-10-2741-1295/+2173
|\ \ \
| * | | Import revised translations.Eric Fischer2010-10-2741-1295/+2173
| | | | | | | | | | | | | | | | Change-Id: I2ce0fd4da5c8ac33e90909d49f46cd29565de276
* | | | am 96abb48d: am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost ↵Dianne Hackborn2010-10-272-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | after onPause()
| * \ \ \ am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost after onPause()Dianne Hackborn2010-10-272-1/+3
| |\ \ \ \
| | * | | | Fix issue #3138926: App's preferences can be lost after onPause()Dianne Hackborn2010-10-272-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icea3d37fab5e47c89c5cbc0adff7bbec898fa93e
* | | | | | Merge "Better support for MP4A-LATM RTP disassembly. This used to fail if ↵Andreas Huber2010-10-274-20/+382
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | mNumSubFrames > 1 and the sub frames did not align with RTP packet boundaries."
| * | | | | | Better support for MP4A-LATM RTP disassembly. This used to fail if ↵Andreas Huber2010-10-274-20/+382
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | mNumSubFrames > 1 and the sub frames did not align with RTP packet boundaries. Change-Id: I20e3b86f52b7f0f41663ffe8bc1f4db92280e884
* | | | | | Merge "Text selection can be started with a double tap in TextView"Gilles Debunne2010-10-271-16/+38
|\ \ \ \ \ \
| * | | | | | Text selection can be started with a double tap in TextViewGilles Debunne2010-10-271-16/+38
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry picked from CL 73484 in GB. Change-Id: Ieb6ee5b4bf85226a8c488f78f5ff00a57fc031b8
* | | | | | Merge "Fix for simulator build"Kristian Monsen2010-10-271-1/+3
|\ \ \ \ \ \
| * | | | | | Fix for simulator buildKristian Monsen2010-10-271-1/+3
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code looks correct, but causes an internal compiler error on simulator builds on mine (an other) gLucid desktops. Change-Id: Iaf0d8120778ec1c6fc739ef13e6eaaac53e3bcc8
* | | | | | Merge "Use ThreadLocal for static Animator variables."Chet Haase2010-10-271-47/+92
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use ThreadLocal for static Animator variables.Chet Haase2010-10-271-47/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge "Wallpaper transition changed to fade instead of translate/scale/fade."Amith Yamasani2010-10-274-34/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Wallpaper transition changed to fade instead of translate/scale/fade.Amith Yamasani2010-10-274-34/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly to have a quick transition into QSB so that it feels light-weight. Bug: 3132162
* | | | | | am e3e8642c: am 001c7d12: Merge "Set capabilities sooner." into gingerbreadAndy McFadden2010-10-272-26/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am 001c7d12: Merge "Set capabilities sooner." into gingerbreadAndy McFadden2010-10-272-26/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge "Set capabilities sooner." into gingerbreadAndy McFadden2010-10-272-26/+3
| | |\ \ \ \
| | | * | | | Set capabilities sooner.Andy McFadden2010-10-272-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3135433. Change-Id: I4e34b60c0a01b85ce0d80eb96ff3510604a68c71
* | | | | | | getRingtone is causing an anr. Turn it off for now.Joe Onorato2010-10-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia002c9be1cd203e5e989f2a9e49c49b97778ec1b
* | | | | | | Merge "Waveform member variables must be private"Gil Dobjanschi2010-10-271-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Waveform member variables must be privateGil Dobjanschi2010-10-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e61dbe5ad51b455377e39a0918ac82d138d8228
* | | | | | | | Merge "Make the low battery dialog work again."Joe Onorato2010-10-274-222/+198
|\ \ \ \ \ \ \ \
| * | | | | | | | Make the low battery dialog work again.Joe Onorato2010-10-274-222/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I97232a3645e6a817c9c5f5f90b88a7e925d36d13
* | | | | | | | | Merge "Move the battery LED code over to the battery service from the ↵Joe Onorato2010-10-273-68/+77
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | notification service (!)"
| * | | | | | | | Move the battery LED code over to the battery service from the notification ↵Joe Onorato2010-10-273-68/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service (!) Change-Id: I12d7994ae245a36b8b2c3272fcbe173881caebd0
* | | | | | | | | Merge "Hook up CookieManager.getCookie() for Chromium HTTP stack"Steve Block2010-10-271-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Hook up CookieManager.getCookie() for Chromium HTTP stackSteve Block2010-10-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires a change to external/webkit ... https://android-git.corp.google.com/g/76603 Bug: 3116410 Change-Id: Id0cd5871fd13f952d4f2aa963576a4e610459a18
* | | | | | | | | | Merge "Modify bluetooth test cases GB for new HC APIs"Eric Rowe2010-10-273-135/+810
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Modify bluetooth test cases GB for new HC APIsEric Rowe2010-10-263-135/+810
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify bluetooth stress tests pairing and connection test cases for new honeycomb bluetooth APIs and severly refactor code, including better organization of broadcast receivers, using broadcast receivers to record the time (instead of getting the time at the end of the poll). Change-Id: I3ef28d54d1a013697f67f4c7c8a96aaadcc747d9
* | | | | | | | | | | am 57f7ccc4: am 63e5d07e: Merge "Fix issue with project resources overriding ↵Xavier Ducrohet2010-10-273-19/+22
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | framework resources." into gingerbread
| * | | | | | | | | | am 63e5d07e: Merge "Fix issue with project resources overriding framework ↵Xavier Ducrohet2010-10-273-19/+22
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | resources." into gingerbread
| | * | | | | | | | | Merge "Fix issue with project resources overriding framework resources." ↵Xavier Ducrohet2010-10-273-19/+22
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread
| | | * | | | | | | | | Fix issue with project resources overriding framework resources.Xavier Ducrohet2010-10-263-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Framework resources loaded through Drawable.createFromXml could be overriden by project resources if there were loaded through a state list drawable where the final resource name was used by a project resource (of the same type). This ensures that the XML parser knows that it's a framework resource being parsed and that the resource resolution uses that information. Change-Id: I39cf9eba755e55f1604b968637aeecff969a558d
* | | | | | | | | | | | am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test ↵Yu Shan Emily Lau2010-10-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | validation. This is to ensure the media player release properly." into gingerbread
| * | | | | | | | | | | am 8b023a2e: Merge "Add the mediaplayer release in the test validation. This ↵Yu Shan Emily Lau2010-10-271-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | is to ensure the media player release properly." into gingerbread
| | * | | | | | | | | | Merge "Add the mediaplayer release in the test validation. This is to ensure ↵Yu Shan Emily Lau2010-10-271-0/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the media player release properly." into gingerbread
| | | * | | | | | | | | | Add the mediaplayer release in the test validation. This is to ensure the ↵Yu Shan Emily Lau2010-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | media player release properly. Change-Id: Ia4758a3c549b64b6efead18e7538d977dee2be76
* | | | | | | | | | | | | Merge "Hook up CookieManager.acceptCookie() and setAcceptCookie() for the ↵Steve Block2010-10-271-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Chromium HTTP stack"
| * | | | | | | | | | | | Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium ↵Steve Block2010-10-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP stack Also requires a change to external/webkit ... https://android-git.corp.google.com/g/76066 Bug: 3116410 Change-Id: If8562468708e7d68c5be53db3860647687ebf3bd
* | | | | | | | | | | | | Preserve the render mode when recreating the render thread.Jack Palevich2010-10-271-0/+7
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I67a12a9598d3ef099bef8727411891614b1bc3f7
* | | | | | | | | | | | Merge "Reimplement the native matrix method using the new delegate way."Xavier Ducrohet2010-10-278-1070/+1246
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Reimplement the native matrix method using the new delegate way.Xavier Ducrohet2010-10-278-1070/+1246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of renaming the old Matrix class into _Original_Matrix and have layoutlib provide a full new implementation of Matrix, we keep the old one by only modifying it to implement the native methods which calls out to a new Matrix_Delegate class. The goal is to not have to maintain the java portion in sync between the framework and the layoutlib version. Change-Id: I3e1aefffbae45e91b75331c0c6ff2260323deacd
* | | | | | | | | | | | | am cd08ada7: am 67c7a4ae: Merge "Fix off-by-two and other bugs in the ↵Marco Nelissen2010-10-271-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | visualization code. b/3137511" into gingerbread