summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cherrypick Change-Id: I8c52dbe5ac04dfeb1b466b163ae3aec5dc401175Scott Main2011-01-201-10/+32
| | | | | | | | docs: update supports-screens doc with xlargescreens attribute... we updated the Supporting Multiple Screens document with this attribute for gingerbread, but this document was not updated at that time. Change-Id: I946e7eb8b93cee1a7223d400c882f415d6045815
* cherry pick Change-Id: I30e939d1dd5603a05070486c8a43187bedef52a4Robert Ly2011-01-203-2/+217
| | | | | | Doc change: Updating ndk/sdk/tools overview pages for hc preview Change-Id: I7e5feecc645be48e92d1f4a6d80f86ddb98e48b9
* Merge "Properly use Long2 for "UInt2" for FieldPacker." into honeycombStephen Hines2011-01-203-9/+9
|\
| * Properly use Long2 for "UInt2" for FieldPacker.Stephen Hines2011-01-203-9/+9
| | | | | | | | | | | | | | We were misusing this API, since it requires the additional precision of the next size up on unsigned versions of types. Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd
* | Merge "docs: add getting started doc and version notes for HC preview" into ↵Scott Main2011-01-203-3/+936
|\ \ | | | | | | | | | honeycomb
| * | docs: add getting started doc and version notes for HC previewScott Main2011-01-203-3/+936
| | | | | | | | | | | | Change-Id: Ia969c54a9b57197fb0f8814cc1898e50c02608e0
* | | Merge "Implement missing pause/resume support for NuPlayer." into honeycombAndreas Huber2011-01-204-5/+85
|\ \ \
| * | | Implement missing pause/resume support for NuPlayer.Andreas Huber2011-01-204-5/+85
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia3f1ce521dd4b70e134ef03aa7c9db8e8d39a134 related-to-bug: 2368598
* | | | Merge "docs: small javadoc, but also make the existing getProfileProxy docs ↵Scott Main2011-01-201-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | visible... had wrong comment tag" into honeycomb
| * | | | docs: small javadoc, but also make the existing getProfileProxy docs ↵Scott Main2011-01-191-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | visible... had wrong comment tag Change-Id: Ia4b2178057c0263ec8f835342815082de87b3af1
* | | | | Merge "Fix issue #3352125: Crash after clearing search query" into honeycombDianne Hackborn2011-01-201-24/+171
|\ \ \ \ \
| * | | | | Fix issue #3352125: Crash after clearing search queryDianne Hackborn2011-01-201-24/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't deliver data arriving from a Loader after the application has moved on to a new Loader. Also throttle the number of Loaders will have actively running for a particular ID. Oh, and documentation. Documentation is good. Change-Id: I5a5cfdbb8c9bfb320ffc014f99e37fe7e3001382
* | | | | | Merge "Fixes for StrictMode instance count checking." into honeycombBrad Fitzpatrick2011-01-203-28/+74
|\ \ \ \ \ \
| * | | | | | Fixes for StrictMode instance count checking.Brad Fitzpatrick2011-01-203-28/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misc stuff found after looking at the first day of data, Jesse's review, and comments from Dianne about tracking Activity counts better. Change-Id: Ifee1ef8f59f41061d4aac8c02765627dbf3cd8e4
* | | | | | | Merge "Fix issue #3374356: Buttons sometimes don't highlight" into honeycombDianne Hackborn2011-01-201-2/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #3374356: Buttons sometimes don't highlightDianne Hackborn2011-01-201-2/+9
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On touch up, View would move itself to the pressed state if it hadn't already shown as pressed. However, it did this *after* scheduling the message to deliver the onClick(). Thus if the app took a little too long to execute inside of onClick(), the invalidate to draw the highlight state would be executed right before the following message to remove the highlight state, causing it to basically not be shown. This change just does the invalidate before scheduling the onClick, so we can be sure it gets done first. Change-Id: I6a4d1742a3aab60969c38b44bb3e163f48de62d4
* | | | | | | Merge "Updated sysbar lights out assets and recents bg protect tile" into ↵Justin Ho2011-01-206-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | honeycomb
| * | | | | | Updated sysbar lights out assets and recents bg protect tileJustin Ho2011-01-206-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I28431bb499f7950c672a5fb39d8025ac239da54b
* | | | | | | Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into ↵Adam Powell2011-01-2010-397/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-2010-397/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug 3362453 - API REVIEW: android.app.ActionBar Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
* | | | | | | | Include the local state obj in ACTION_DRAG_STARTED eventsChristopher Tate2011-01-202-6/+8
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 3362502 The underlying cause was that the DragEvent.obtain() variant which clones an existing event was failing to copy the local state field. This change also moves the logic for inserting the local state object into DragEvents about to be dispatched from the Binder incall thread into the main-thread code sequence. This is to eliminate any potential SMP memory coherency issues around drag start vs incoming events needing to refer to the local state object. Change-Id: I368e8936dbf8a00b7d5cc19c2ef0101bd75b6b2d
* | | | | | | Merge "Remove inappropriate triangle icons from quick settings panel." into ↵Daniel Sandler2011-01-201-16/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | Remove inappropriate triangle icons from quick settings panel.Daniel Sandler2011-01-201-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3316041 Change-Id: I877a587ecd6a6a8a0b00322bdcd46e3f4235a887
* | | | | | | | Merge "Don't pay attention to string block on @null" into honeycombKenny Root2011-01-201-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't pay attention to string block on @nullKenny Root2011-01-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When someone referenced an empty string by putting in the special value "@null" the string block was kept, but when filtering themes this wasn't filtered because the framework thought it was actually a null string. Bug: 3000940 Change-Id: I1e9a0479ef761b3e388b562ae728c5da0f4b5deb
* | | | | | | | | Merge "Fixing bugs in HelloWebView tutorial on developer.android.com." into ↵Trevor Johns2011-01-201-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | | | Fixing bugs in HelloWebView tutorial on developer.android.com.Trevor Johns2011-01-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Top-level LinearLayout needs to fill_parent, rather than wrap_content, otherwise the child WebView has 0 width - setWebViewClient() needs to construct a new HelloWebViewClient, not WebViewClientDemo (which doens't exist). Change-Id: Ie8b14e0cbf2b498573e965ccfc27b858dedabfa0
* | | | | | | | | | Merge "Don't log the full stack trace when we can't load a resource." into ↵Joe Onorato2011-01-201-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | | | | Don't log the full stack trace when we can't load a resource.Joe Onorato2011-01-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3369315 Change-Id: I3a586bbefccbd59a0e99d712efe9a1cd3da6d058
* | | | | | | | | | | Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before ↵Mathias Agopian2011-01-201-20/+26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling hwc.prepare()" into honeycomb
| * | | | | | | | | | | fix [3369743] SurfaceFlinger reads hardware composer hints before calling ↵Mathias Agopian2011-01-191-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hwc.prepare() Change-Id: If3277c7b9d4cb8ef20d1706155fac7b87e64fb20
* | | | | | | | | | | | Merge "clean-up unneeded code" into honeycombMathias Agopian2011-01-208-86/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | clean-up unneeded codeMathias Agopian2011-01-208-86/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now that we removed the notion of a "inUse" buffer in surfaceflinger a lot of code can be simplified / removed. noteworthy, the whole concept of "unlockClient" wrt. "compositionComplete" is also gone. Change-Id: I210413d4c8c0998dae05c8620ebfc895d3e6233d
* | | | | | | | | | | | Merge "Remove unnecessary library functions." into honeycombStephen Hines2011-01-203-401/+348
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove unnecessary library functions.Stephen Hines2011-01-203-401/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47fadb2b9e8b9e9ef5f139470366ce43c75fadbb
* | | | | | | | | | | | | Merge "Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT ↵Wink Saville2011-01-201-14/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE" into honeycomb
| * | | | | | | | | | | | | Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGEWink Saville2011-01-191-14/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add DNS and gateway as parameters to RIL_REQUEST_SETUP_DATA_CALL so that system properties aren't used for passing these to the ril. System properties that are read right after a write doesn't always see the result of the write. Another words writing system properties are not not sequentially consistent. Bug: 3364487 Change-Id: Ib7cba74346395323f3feb927281695663d9935ac
* | | | | | | | | | | | | | Merge "Animate transitions between notification & settings panels." into ↵Daniel Sandler2011-01-202-47/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | | | | | | | | Animate transitions between notification & settings panels.Daniel Sandler2011-01-202-47/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're still not stretching the panel smoothly yet; this just fades the panels in and out at the right times. Bug: 3323063 Change-Id: I6eb87c44726f48f39fab77710b1ffe5d0783d588
* | | | | | | | | | | | | | | Merge "Remove unnecessary code." into honeycombRomain Guy2011-01-207-347/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove unnecessary code.Romain Guy2011-01-207-347/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I83eba3406c26a4028af08b4d4c95ecd02803e75a
* | | | | | | | | | | | | | | Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into ↵Huahui Wu2011-01-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | | | | | | | | b/3350774 Enforce clearing the flag mIsHandlingMultiTouch.Huahui Wu2011-01-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/3350774 was fixed by https://android-git.corp.google.com/g/#change,91337 But there is small chance that the flag mIsHandlingMultiTouch is not cleared correctly. This CL enforces to clear the flag. Change-Id: I79ba6b401a7d7b3c772d3f123912343491551507
* | | | | | | | | | | | | | | Merge "API REVIEW: android.widget.NumberPicker.OnValueChangedListener" into ↵Svetoslav Ganov2011-01-205-16/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | | | | | | | | | | API REVIEW: android.widget.NumberPicker.OnValueChangedListenerSvetoslav Ganov2011-01-205-16/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1e739553ab6b99b2768e42cf379a0b155dced81a
* | | | | | | | | | | | | | | | Merge "Documentation fix." into honeycombRomain Guy2011-01-201-3/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Documentation fix.Romain Guy2011-01-201-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activity's documentation wasn't clear on what would happen when calling setContentView(View). Change-Id: I37be6565ba897694460c80a39562346293faa8ea
* | | | | | | | | | | | | | | | Merge "Fix issue 3371096." into honeycombEric Laurent2011-01-201-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix issue 3371096.Eric Laurent2011-01-191-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EffectModule::process() was copying effect chain input buffer to output buffer if no effect was active instead of accumulating it. Change-Id: I2838af2e7b6654d0a76547625929a5453da68d02
* | | | | | | | | | | | | | | | Merge "Some touches on the NumberPicker UI." into honeycombSvetoslav Ganov2011-01-205-44/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |