- May 02, 2014
-
-
Dianne Hackborn authored
Normal apps can't hold it now. If they try to use getRecentTasks() or getRunningTasks() without the permission, they will only see their own tasks and home in the list. Also took this opportunity to eradicate all of the old pending thumbnail stuff. Change-Id: I6dc52a06221c78097162e4a8b482027b798bf3ee
-
Scott Main authored
* commit '7cb2bf1b': add intel USB vendor ID bug: 13982556
-
Scott Main authored
* commit '3525b3c7': add intel USB vendor ID bug: 13982556
-
Scott Main authored
* commit '44e7ed77': add intel USB vendor ID bug: 13982556
-
Scott Main authored
* commit '5584601c': add intel USB vendor ID bug: 13982556
-
Lajos Molnar authored
-
Scott Main authored
bug: 13982556 Change-Id: I34fae455f0eee04088bed3f79243776321c745cf
-
Justin Koh authored
* commit '9abf0b90': Make global action key timeout configurable.
-
Justin Koh authored
* commit '60158445': Make global action key timeout configurable.
-
Justin Koh authored
-
Justin Koh authored
Make global action key timeout configurable: deprecated the old public method and created a new one: getDeviceGlobalActionKeyTimeout. Bug: 14441321 Change-Id: Ifa9b136984a9f02cfe4040baeff11275174967c5
-
Mark Renouf authored
* commit '63f72806': Implement cliff guard for swipeDismiss gesture
-
Matthew Williams authored
-
Mark Renouf authored
* commit '11b14691': Implement cliff guard for swipeDismiss gesture
-
Michael Wright authored
-
Matthew Williams authored
Change-Id: I3ed2a1a0f0c52ad6726be321d03a2c19e5b28d31
-
Ben Murdoch authored
-
Jeff Davidson authored
-
Jorim Jaggi authored
Change-Id: I0a5627543a048cc5348f482ea3407676c9b42126
-
Jorim Jaggi authored
This makes possible to animate between different children heights between the states. Change-Id: I5d74814a84c7ff5406481c3ab0553530ee20997b
-
Jorim Jaggi authored
Change-Id: Ib5f0a7880473930da3db70fcbd8c4e620f267cf8
-
Jorim Jaggi authored
Change-Id: Ib894c084fb2b78f7227fda33559079ad4f7cbb55
-
Jorim Jaggi authored
Change-Id: I7f77a1c69efc2dca3e5a37e7d6fc497ae487ec46
-
Jorim Jaggi authored
Starts expanding the card if it is expandable. If it's not, we rubberband the expansion a lot. After the threshold has been reached, we scale all the notifications up and make it fully white and opaque. Change-Id: I9ecd020ca263b0f84e87fd6ab2332519ac5e9984
-
Jorim Jaggi authored
This state can be either reached by tapping the more card or dragging down on any card. In this state, the shade is fully interactive, but the phone is stil locked. This state can only be enterred if redaction is off but security is on. If redaction is on, we will show the bouncer instead and go to the normal shade. Bug: 14161523 Change-Id: I95ca0991745ffc11ed1028581e3da15265c12ae5
-
Jason Monk authored
-
Jason Monk authored
Adds button in the same location as the menu button and overrides it when present. The setNavigationHintIconHints lets it know when the button should be shown. Bug: 14257632 Change-Id: Ia80de7fd2390cd8b083e37cbe58b7ee53555e619
-
Ben Murdoch authored
Introduces an API for configuring how the WebView behaves with regard to referencing insecure content from a secure origin. By default, apps targeting <= KK will allow mixed content. New apps will block all insecure content. Bug: 13948531 Change-Id: Ie773ee144e223f78b6449da0a8564192dd9c1c5d
-
Christoph Studer authored
-
Christoph Studer authored
Require the screen to be on for visibility reporting. Change-Id: I600e2fa2861bddd41ab9f9f0f381d8b1c4946afa
-
Selim Cinek authored
-
Selim Cinek authored
Replaced a always running preDrawListener with one which is just posted on demand. Change-Id: Ie7667302d848fe4a109c04dc91376f0b44d3acd3
-
Jungshik Jang authored
-
Jungshik Jang authored
It breaks systemserver Change-Id: Iecc5600d64a273c4bbf51bd8fd779a79a3dab107
-
John Spurlock authored
Change-Id: Ic9a7cb29b573af84185371099e7ae220906cc89c
-
Mark Renouf authored
BUG: 14319825 Change-Id: I6a80c91b4a6ee2eaf49a8c0c69065d4b97d7f8f2
-
Jungshik Jang authored
Logical address in CEC is to distinguish each logical device from others. In order to allocate logical address for new device, CEC sends <Polling Message> to CEC bus. <Polling Message> is a CEC message which has the same address for both source and destination without body frame. (10bits). CEC allows one and more logical address for a device type. For example, there are 3 logical address defined for recorder device(1, 2, 9). Among logical address candidates for the given device type, CEC scans first the previous logical address (preferred logical address) of device. If a device has not been allocated any logical address, preferred address will be 15 (Unregistered), which means scan address from the minimum address number of type. For example for recorder device, it starts from 1. If no devices acks to the <Polling Message> during scan, it will be the logical address of the device. Since logical address is determined by a series of sending <Polling Message> it happens in IO thread with separate allocate logical address message instead of individual sendCommand message. Along with this, updated ADDR_FREE_USE(14) to ADDR_SPECIFIC_USE(14) which is revised name on HDMI 1.4. Change-Id: Ic96dcdbe4aaa3789cfed0352a88ca75369335a98
-
Jeff Brown authored
-
Jungshik Jang authored
-
Jeff Brown authored
Change-Id: I148cd616cd14d834915978aa2dc3f9e27188dbd3
-