summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: adt and tools filesizes and md5sumsRobert Ly2011-10-172-10/+10
| | | | Change-Id: I809124c0953bed0a654999e34a861703a775c7f1
* Merge "Validate commands and arguments." into ics-mr0Jeff Sharkey2011-10-172-1/+19
|\
| * Validate commands and arguments.Jeff Sharkey2011-10-172-1/+19
| | | | | | | | | | Bug: 5465176 Change-Id: I9402054c20ea6cae42781c35bfc2ade90aac31ce
* | Merge "Fix stupid bug breaking touch on devices without a nav bar." into ics-mr0Dianne Hackborn2011-10-171-1/+1
|\ \ | |/ |/|
| * Fix stupid bug breaking touch on devices without a nav bar.Dianne Hackborn2011-10-171-1/+1
| | | | | | | | Change-Id: Id76b7ab5625470fcc72541fb2fe8845cddba523f
* | Merge "MediaPlayer: properly handle released surfaces" into ics-mr0Jamie Gennis2011-10-171-2/+8
|\ \
| * | MediaPlayer: properly handle released surfacesJamie Gennis2011-10-141-2/+8
| | | | | | | | | | | | | | | Bug: 5396571 Change-Id: I6af87cb04f09f9ae6ea77cd7ba31108a3e93d24a
* | | Merge "Layout changes to recents" into ics-mr0Peter Ng2011-10-1713-51/+64
|\ \ \
| * | | Layout changes to recentsPeter Ng2011-10-1413-51/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5411813 -gravity is set to center -textsize is smaller -app icon placement now hangs off the screenshot -recents callout line now defined in colors -recents thumbnail normal state drawable added Change-Id: Ibeaec7e3f0a3bcdbe3f990886b1536cb7d7fdc03
* | | | Merge "docs: revisions to api overview" into ics-mr0Scott Main2011-10-171-50/+76
|\ \ \ \
| * | | | docs: revisions to api overviewScott Main2011-10-171-50/+76
| | | | | | | | | | | | | | | | | | | | Change-Id: If23f1119290d93494a6bec7021ecdc7e354b0504
* | | | | Merge "SurfaceTexture: report binder transaction failures" into ics-mr0Jamie Gennis2011-10-171-23/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SurfaceTexture: report binder transaction failuresJamie Gennis2011-10-141-23/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes the ISurfaceTexture error reporting for the case where the binder transaction fails. Bug: 5082219 Change-Id: I6517532992e3a76dc9eb5e4a36af43a562391aaa
* | | | | Merge "Fix issue #5445666: bunch of ↵Dianne Hackborn2011-10-171-5/+78
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | com.android.server.TextServicesManagerService crashes" into ics-mr0
| * | | | | Fix issue #5445666: bunch of com.android.server.TextServicesManagerService ↵Dianne Hackborn2011-10-171-5/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crashes Only unbind once. Also protection from removing a SpellCheckerBindGroup from mSpellCheckerBindGroups if it is no longer the current entry there. Change-Id: Ic585295dfae77eae101a611afbf116bc681290ad
* | | | | | Merge "Turn off chatty logging." into ics-mr0Daniel Sandler2011-10-172-2/+2
|\ \ \ \ \ \
| * | | | | | Turn off chatty logging.Daniel Sandler2011-10-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5120636 // connection state Bug: 5125930 // status bar Change-Id: I5713a4d63df7c51f9e2f53ea21aa66973f74d4c6
* | | | | | | Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0Chet Haase2011-10-174-3/+11
|\ \ \ \ \ \ \
| * | | | | | | Issue 5432115: Speed up notification scrollingChet Haase2011-10-174-3/+11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NotificationPanel was using views that had non-1 alpha values set on them (permanently). This is costly in the GL implementation and caused more rendering overhead, and worse performance, than simple opaque views would. The fix is to set the text color and ImageView drawable alpha directly, without setting the View alpha property. Change-Id: I381e0bd45bf45784b8e364a27a339e6583189a43
* | | | | | | Merge "Showing notifications after taking a screenshot (Bug: 5333706)" into ↵Winson Chung2011-10-177-130/+166
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | ics-mr0
| * | | | | | Showing notifications after taking a screenshot (Bug: 5333706)Winson Chung2011-10-137-130/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixing issue where ticker and swipe-to-remove wasn't working for updated notifications Change-Id: Ib8ef07778a11028c9c2627830ee1dd4561d2ae3b
* | | | | | | Merge "Add alarm volume to the list of volumes in the volume overlay." into ↵Amith Yamasani2011-10-171-1/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | ics-mr0
| * | | | | | Add alarm volume to the list of volumes in the volume overlay.Amith Yamasani2011-10-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used only for adjusting the alarm volume when an alarm ringtone is being selected. Bug: 5164828 Change-Id: Ia4a12b1946fb0715e97101bfd389c6bd33c448c7
* | | | | | | Format default locale the same way as those stored in prefs.Narayan Kamath2011-10-171-2/+25
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also explicitly disallow locales with empty countries. This is required to match them against the set of engine supported locales. bug:5309930 Change-Id: Ie9714fdc09d3081081a2393d97c31e3a42bca294
* | | | | | Revert "Add a LayerScreenshot"Mathias Agopian2011-10-169-244/+64
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.
* | | | | | Merge "we need to guarantee that h/w comp set() is called when a buffer has ↵Mathias Agopian2011-10-161-10/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | been retired" into ics-mr0
| * | | | | | we need to guarantee that h/w comp set() is called when a buffer has been ↵Mathias Agopian2011-10-161-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | retired removed a test that could violate this guarantee. note that we have no proof tha this ever happened, but consequences could be hard lock-ups. the code here was intended to track the region to update for displays that can do partial update. the logic discarded the update entirely if that region was empty. instead we just redraw the whole thing (note that we should never be there with an empty region and retired buffers though). Bug: 5466259 Change-Id: I91ccab3b1a599e729e438eb833939e2236da6854
* | | | | | | Merge "add logging and defensive code when initializing sensors" into ics-mr0Mathias Agopian2011-10-161-3/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add logging and defensive code when initializing sensorsMathias Agopian2011-10-161-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5445240 Change-Id: I9dc7d27d3e8b4f15989488859831526d8c7ded3b
* | | | | | | Whoops, remove left-over debug output.Dianne Hackborn2011-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
* | | | | | | Merge "Fix issue #5398675: It's (too) easy to keep the navigation bar..." ↵Dianne Hackborn2011-10-161-32/+77
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr0
| * | | | | | | Fix issue #5398675: It's (too) easy to keep the navigation bar...Dianne Hackborn2011-10-161-32/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...from ever becoming visible Now there is a 1 second delay from when the user dismisses the nav bar until when it can be re-hidden. Also move the code for capturing touch events while nav bar is hidden out to be used even when there is no nav bar, so this API behaves consistently across devices whether or not they have some element of the UI that is being hidden. On devices with a nav bar, this will all work the same as prime (the flag is set, the app gets the callback about the flag being set, when the user touches that touch is captured so the app doesn't see it put does clear the flag and tell the app about this). Change-Id: Icb5ea0ddaf614aa3f12d2140796217f128761dee
* | | | | | | | Fix 5466793: Fix memory leak in system process when face lock is enabled.Jim Miller2011-10-162-0/+17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the code was not unregistering the callback when we unlocked the device, which kept a reference to LockPatternKeyguardView indirectly by a reference to mFaceLockCallback. It now correcly removes the callback when we unlock the device. Change-Id: Ie592d007a1dfc2416b9e8956aba2c34e3d0120ee
* | | | | | | New aapt feature to do smarter filtering of configurations.Dianne Hackborn2011-10-1613-286/+615
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a --preferred-configurations flag that specifies the specific configurations you would like to have. It is smarter than "-c" because it will avoid stripping a configuration if that would result in there being no value for the resource. It is dumber than "-c" because it can't process as many kinds of resources. It is really only intended for bitmaps and use with density configs. This required re-arranging AaptAssets to group files together by config again, like they used to be. I think this hasn't broken anything. Hopefully. Change-Id: I4e9d12ff6e6dbd1abb8fd4cb1814c6674b19d0e5
* | | | | | Merge "going directly to backup after face unlock fails 15 times" into ics-mr0Uriel Rodriguez2011-10-152-2/+28
|\ \ \ \ \ \
| * | | | | | going directly to backup after face unlock fails 15 timesUriel Rodriguez2011-10-142-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - after 15 failed face unlock attempts, go to backup until the backup method is successful - if the backup method times out (because too many unsuccessful unlocking attempts), face unlock will not be launched until the backup method is used sucessfully - fixes 5365919 Change-Id: I9aef7a4f1abcceefc5d6f1c0458ae5cbe8a902df
* | | | | | | Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y ↵Scott Main2011-10-143-106/+80
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | service HTML to be semantically correct and thus improve its accessibility :)" into ics-mr0
| * | | | | | | docs: a couple notes for a11y methods in View and cleanup to theScott Main2011-10-143-106/+80
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A11y service HTML to be semantically correct and thus improve its accessibility :) Change-Id: I483a8a441d802b056f68f82e0e782d86a73298ac
* | | | | | | Merge "Check MediaPlayer state, do not teardown() from UI thread." into ics-mr0Bart Sears2011-10-141-14/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Check MediaPlayer state, do not teardown() from UI thread.Ben Murdoch2011-10-141-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The teardown() function should only be called from the native thread when WebCore is happy for us to release the media player. When we lose audio focus, simply stop playback. Also be careful not to check the playing state of the MediaPlayer if we are in the error state. Bug: 5461143 Change-Id: Iba03bdad5c39b104b3071129430d7ef2177e9358
* | | | | | | Merge "Add a LayerScreenshot" into ics-mr0Mathias Agopian2011-10-149-64/+244
|\ \ \ \ \ \ \
| * | | | | | | Add a LayerScreenshotMathias Agopian2011-10-149-64/+244
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A LayerScreenshot is a special type of layer that contains a screenshot of the screen acquired when its created. It works just like LayerDim. Bug: 5446982 Change-Id: I7814aff2380e7e146937f2b641907be2a30c76cc
* | | | | | | Merge "Moving text cursor to nodpi" into ics-mr0Justin Ho2011-10-148-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Moving text cursor to nodpiJustin Ho2011-10-148-0/+0
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I84bd5a1eaeb1b65ed40b9b036b7586598ccfbd59
* | | | | | | Update stat_ iconsPeter Ng2011-10-145-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibc74ba990303d05a34ab35fd0ce3b8ec530782cf
* | | | | | | Merge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0Jim Miller2011-10-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix 5458658: Fix memory leak in lock screenJim Miller2011-10-141-0/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a memory leak caused by not unregistering the info callback held when LockPatternKeyguardView gets destroyed. Change-Id: I8c008b6f8a5e8471bd0e1fd3939aa75175923ce5
* | | | | | | Merge "Updating numberpicker assets" into ics-mr0Justin Ho2011-10-1486-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Updating numberpicker assetsJustin Ho2011-10-1486-0/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I4e34edd1a6ea89d8eecf8819ebf1b86449563ebc
* | | | | | | Merge "Updated codelock assets" into ics-mr0Justin Ho2011-10-142-0/+0
|\ \ \ \ \ \ \