- Aug 12, 2011
-
-
Daniel Sandler authored
Change-Id: I3125487d2ffbe389f141537f5a974366e7ce5a91
-
Christian Robertson authored
Bug: 5147463
-
Michael Jurka authored
-
Michael Jurka authored
- Solves bug where an icon showed focus state on startup in Launcher. Once the keyboard arrows are used, Launcher enters non-touch mode as usual Change-Id: I0080f3b72f6c22833c600a1026af0abc35024510
-
Jeff Brown authored
-
Xavier Ducrohet authored
-
Daniel Sandler authored
-
Romain Guy authored
-
Romain Guy authored
-
Adam Powell authored
Change-Id: Ib0a91722b580802d2b5e3b07c4e57397665a3394
-
Romain Guy authored
Change-Id: I2ecb367528ec0691c07153a3d163b82a6ca33fdf
-
Justin Ho authored
-
Jeff Brown authored
-
Jeff Brown authored
-
Jeff Brown authored
Change-Id: If883f60cde28792bd0e108597ced49d69d13136e
-
- Aug 11, 2011
-
-
Marco Nelissen authored
-
Jeff Brown authored
am 8f226dcb: (-s ours) am ca97671e: am 6f5a837c: Merge "Fix getSwitchState according to device capabilities." * commit '8f226dcb': Fix getSwitchState according to device capabilities.
-
Dave Santoro authored
-
Jeff Brown authored
am b4459d8d: (-s ours) am 7e79b9aa: am dbff9107: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" * commit 'b4459d8d': Support wrapping app processes to inject debug instrumentation. Bug: 4437846
-
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
-
Jeff Brown authored
Bug: 5105599 Don't clear slot data when slot is no longer in use. The kernel will not resend absolute slot values if they are unchanged, even if the slot was previously marked unused. Because the protocol is stateful, this could cause problems if evdev drops events (marked by SYN_DROPPED) since we cannot query the initial values of the slots, but there's nothing we can do. Change-Id: Ie13e68097fb8ed2542c2f60338b499082cf9e77f
-
Elliott Hughes authored
-
Marco Nelissen authored
b/5126979 Change-Id: Ibef2bd5a3a1a288fc1137694e858d87628d780c0
-
Christopher Tate authored
-
Justin Ho authored
Bug: 5076695 Change-Id: I0f572f3bdba702df20074f6bec99bdb73ee146b8
-
Adam Powell authored
-
Jeff Brown authored
Bug: 5064702 This change improves compatibility with standard touch device drivers. All existing touch device IDC files will need to be updated because the input system now assumes that the touch device drivers implement the multitouch input protocol correctly and use the appropriate axes. Change-Id: I93aad0e011efea74fbc7fa3da31f7967aff8136c
-
Gilles Debunne authored
-
Eric Laurent authored
-
Justin Ho authored
-
Eric Laurent authored
Before this change, CPU and memory usage for an audio effect were registered and checked against the limit by audio policy manager upon effect instantiation. Even if an effect was not enabled it would prevent another effect to be created if the CPU load budget was exceeded, which was too restrictive. This change adds a method to register/unregister CPU load only when an effect is enabled or disabled. It also adds a mechanism to place all effects on the global output mix in suspend state (disabled) when an effect is enabled on a specific session. This will allow applications using session effects to have the priority over others using global effects. Also fixes some issues with suspend/restore mechanism: - avoid taking actions when an effect is disconnected and was not enabled. - do not remove a session from the suspended sessions list when corresponding effect chain is destroyed. Change-Id: I5225278aba1ae13d0d0997bfe26a0c9fb46b17d3
-
Adam Powell authored
Fix bug 5144738 - Allow user to define pressed state asset for action bar. Added android:actionBarItemBackground theme attribute. This allows themes to define item pressed states for the action bar independent of the standard selectableItemBackground. Fix bug 5145416 - Custom view in action bar should use themed context when inflating resource ID. Also applies to tab custom views. Fix bug 5135550 - Tab divider height / Color should match spec. Added actionBarDivider theme attribute. Similar to actionBarItemBackground above, this allows apps to maintain proper contrast when the bar has a different contrast profile than the rest of the activity. Fix bug 5154778 - Theme.Holo.Light.DarkActionBar in themes.xml and search_bar.xml are still referencing the deprecated title_bar_shadow when we should be pointing to ab_solid_shadow_holo Change-Id: I5ef0084de28a7c2d2fa02ae1752884feab0f8523
-
Justin Ho authored
Bug: 5076695 Change-Id: Ie34b1ccb2c0e9d1ba7c6c5af64719f87cb270edd
-
Justin Ho authored
-
Justin Ho authored
-
Gilles Debunne authored
Change-Id: Ib0e259dd20546855899bf091f694e41e7051fecb
-
Kenny Root authored
-
Daniel Sandler authored
Now tapping anywhere on the notification/clock/status end of the system bar will bring up the notification panel. Swiping up anywhere in that region works as well. This change also adds visual touch feedback to the panel trigger area. Bug: 4723688 Change-Id: I5e24fea1231b798c41ddd48c0c42c283c92ebe65
-