- Aug 11, 2011
-
-
Dave Santoro authored
These changes are to match the recommendations of our tech writers and to clarify what the permission data involves. Bug 5098217 Change-Id: I05fa5e517980a7d24836e15bb96d12cfe35228a3
-
Marco Nelissen authored
-
Chet Haase authored
-
Marco Nelissen authored
Change-Id: I6c0c267fbb546b6db544e5ddb03e65276895e0e0
-
Ben Murdoch authored
-
Robert Greenwalt authored
-
Dave Burke authored
-
Chet Haase authored
When removing an item from the Recents list such that the list went from larger than the screen to smaller (bringing the first item completely into view) there was an artifact where the list would jump briefly, just prior to running the transition to animate the remaining items into place. The problem was that the custom ScrollView classes in the Recents app were manipulating the scrollX/Y values of the items as a side-effect of any resize of the list. Meanwhile, the LayoutTransition was manipulating both the size and the scroll position of the list. The transition's scroll values would get clobbered by the app's side-effect operation, causing the jump that we'd see on the screen. The fix was to disable the side-effect operation during a layout transition. Change-Id: I17f3f05d0e8a792e41bd46869ee700f128e63216
-
Dave Burke authored
This reverts commit a04cda99. Conflicts: include/gui/SurfaceTexture.h libs/gui/SurfaceTexture.cpp Change-Id: Ib655016462c496ee2a27f7cb33a6e8b18cfe684a
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Ben Murdoch authored
Bug: 5150575 Change-Id: I36f8dd59f630d77ea3f4ef6271f4cbaaaa3df0ad
-
Kristian Monsen authored
-
Adam Powell authored
Merge "Fix bug 5122319 - When action bar tabs run out of space they should collapse in to a spinner."
-
Adam Powell authored
collapse in to a spinner. When tabs are not given the option of dropping to their own row, collapse them into a spinner when they would measure too large to be visible all at once. Fix bug 5095167 - zombie tabs return when they shouldn't when activity handles its own orientation changes Change-Id: I074419d99a22aa5dd1cbc00a66e600ec5cb0b54a
-
Daniel Sandler authored
Bug: 5118028 Change-Id: I5517d79624020aa7ceeabf251581b3baf2f7b080
-
Daniel Sandler authored
Bug: 5002409 Change-Id: If9e544b347ca55d0344225eff00bafed180edf8c
-
Daniel Sandler authored
* Clear-all button (X) fades in and out * "No notifications" text fades in after a few sec * Swipe-out velocity can be much higher, dramatically reducing perceived jankiness in clearing notifications Bug: 5150699 Change-Id: Ic7e5254fee57724c42b6437d1c4ed8a700615208
-
Mathias Agopian authored
-
Mathias Agopian authored
* changes: fix a crasher in SurfaceTexture::updateTexImage() rework dequeueBuffer()'s main loop. error out when SurfaceTexture APIs are called while not connected
-
Mathias Agopian authored
-
Daniel Sandler authored
Change-Id: I3df0a998347c9e3d21e067381bd22eb9a0862f0d
-
Daniel Sandler authored
-
Chia-chi Yeh authored
-
Chia-chi Yeh authored
-
Bjorn Bringert authored
-
Mathias Agopian authored
we now make sure to drain the buffer queue on disconnect. this happens only when in synchrnous mode. in async mode we clear all buffers except the head of the queue. for extra safety we also catch the null pointer in updateTexImage (which should never happen) and return an error. Bug: 5111008 Change-Id: I5174a6ecbb0de641c6510ef56a611cbb4e9e1f59
-
Mathias Agopian authored
this simplifies the code a bit and also makes sure we reevaluate mAbandoned and mConnectedApi each time we come back from waiting on mDequeueCondition Change-Id: I1f8538b62ad321b51ed79d953b700036daba796d
-
Mathias Agopian authored
- also log a warning when freeAllBuffers is called with a non empty buffer queue - rename freeAllBuffers to freeAllBuffersLocked Change-Id: Idb71fdcf233b9ccae62d5a2a7c3c4bad2501d877
-
Jeff Brown authored
-
Jeff Brown authored
-
Jeff Brown authored
-
Jeff Brown authored
-
Amith Yamasani authored
-
- Aug 10, 2011
-
-
Amith Yamasani authored
Bug: 5135537 Change-Id: I988c4c6b800466a5f28e41b452a91a5424c7d58b
-
Jeff Brown authored
Bug: 5094994 Change-Id: I153866958efc64ac19bda8b997c1c9f6ad425ec4
-
Winson Chung authored
-
Bjorn Bringert authored
This allos apps (e.g. browsers) that launch web searches to control how the search results page is opened. For example, the Android Browser will use this to make sure that searches typed in the browser address bar open in the Andorid Browser, and not somewhere else. Bug: 4988580 Change-Id: I4665c9812ca8d704adbaea22a3812188bb48d1d2
-