- Jan 09, 2017
-
-
Mark Renouf authored
am: 9b32a35a Change-Id: I1576235d933d467963a4522e138036fca3e49891
-
TreeHugger Robot authored
-
Jiaquan He authored
Bug: 32101881 Bug: 33975969 Change-Id: Icbadaa3ca12f53e57e06dd19d7809a23e0efa88c
-
Jorim Jaggi authored
-
- Jan 07, 2017
-
-
David Friedman authored
Merge "Docs: Updates Javadoc documentation. Bug: 32532540" into nyc-dev am: 101f8858 am: c3b564e2 am: bcc449ee am: d8e95f6b Change-Id: I566c5345fee98650766f31af2c5723d8b423fbd5
-
Dave Friedman authored
am: eedb6955 Change-Id: Icd2ded633cf7211ef9d1a2106216450db7773408
-
David Friedman authored
Merge "Docs: Updates Javadoc documentation. Bug: 32532540" into nyc-dev am: 101f8858 am: c3b564e2 am: bcc449ee Change-Id: I070f5c7088ce237995f995c2aa097e1f04cc4000
-
Dave Friedman authored
am: a111e0f7 Change-Id: Ic5d7e0ce01bd573e0882122d0709cbc2da56f448
-
David Friedman authored
am: c3b564e2 Change-Id: I23fdc92b08e32c643de8009bebf4e02c41741c7e
-
Dave Friedman authored
am: e0fd4c8a Change-Id: I8f65ad71433efbe1121e0617c6d7575b7db3a051
-
David Friedman authored
am: 101f8858 Change-Id: I5e6d948373c8f8ff2892c843329a7d2b540b8706
-
Dave Friedman authored
am: 2a3ebadc Change-Id: Ibee55c5e73d9b51e5f5df24be01b0b797fa8a7a5
-
David Friedman authored
-
Dave Friedman authored
Bug: 32532540 Change-Id: Ia811d9a51812206b18b75a98f6c5a55b92627404
-
- Jan 06, 2017
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Ruchi Kandoi authored
Bug: 32881476 Test: Manual; backup, change settings, restore Change-Id: Ibc31b23f632c50a2c7120734fc96e7d855df062e Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
-
Ruben Brunk authored
Bug: 33809651 Change-Id: Ifbaf705e74eda2bde3e4b2d9092360a1c658e660
-
Andrew Sapperstein authored
Test: is comment change Bug: 34097363 Change-Id: I8ae19c3b5108c9c2f00614cd5d32cee06082a052
-
Andrew Sapperstein authored
Adds an integer resource (config_warningTemperature) that is used to display the high temp warning. If it is set to less than 0, the value from HardwarePropertiesManager#getDeviceTemperatures( HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN, HardwarePropertiesManager.TEMPERATURE_THROTTLING) is used instead. Test: manual Bug: 30995038 Change-Id: I05aa1b5930c6c151ebac439dfd5c00b3305dc46d (cherry picked from commit 7518471a)
-
Alain Vongsouvanh authored
am: c4046b55 Change-Id: Ifd50a1780a232d3902e5a232c2b3445aeb6db178
-
Jorim Jaggi authored
Test: Pin app, touch home button Change-Id: Ic7cf5c9151977a5517dc259802a1489cc6cdf519 Fixes: 34052116
-
Alain Vongsouvanh authored
Change-Id: If135544edb499ee64117bf81c6e3d0eebbfcff00
-
- Jan 05, 2017
-
-
Alain Vongsouvanh authored
am: 2fda2ce1 Change-Id: Ib0d53bd7258f784dc3cb0661757b7c6d4979007f
-
TreeHugger Robot authored
-
Mark Renouf authored
In some cases (e.g. Android Wear) SystemWindowInsets can be non-zero due to overscan layout hints even when no SystemUI is present. This change resepects the overscan flag on input method windows allowing an IME to opt-out of the navigation bar guard and receive full-height content view. BUG: 32700226 Change-Id: Ic38f204a892bf34e8dae65990d5aa8c95af555d8
-
Alain Vongsouvanh authored
OEMs can overlay the default 9 dots by providing two drawables that represent those dots: * lockscreen_notselected: asset to display when a cell has not been selected. * lockscreen_selected: asset to display when a cell has been selected. BUG: 33755663 Change-Id: Ic595b01f5e1321696b7a3feb0ff73c1acccfb942
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: Ic18109adbc1f4e2e3f8bf15aa6d5cf0cb703b601 Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: Ia63b58c348cd9978df4b800cdff5926ec9f487fa Auto-generated-cl: translation import
-
TreeHugger Robot authored
* changes: Added alert icon to high temp dialog. Add VR mode check for thermal notification Show notif when device reaches throttling temp
-
Andrew Sapperstein authored
Test: manual Bug: 30995038 Change-Id: I966294c5fb0b8297b2f336102996291f66c08d2c (cherry picked from commit e26dc3d1)
-
Andrew Sapperstein authored
When in VR mode, don't show the high temp notification since VR shows its own notification. Test: manual Bug: 30995038 Change-Id: I845480d968a9b0da9997f035875885bc261c577a (cherry picked from commit 65d8a5fc)
-
Andrew Sapperstein authored
Adds logic to SystemUI that shows a notification alerting the user that their phone has reached a certain temperature and has throttled itself in order to cool down. The logic is controlled by a configuration resource: R.bool.config_showTemperatureWarning. If false, no action is taken. When true, PowerUI checks every 30 seconds if the current temp of HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN is greater than the throttling temp of HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN. If any one of the temperatures returned is greater, a notification is shown. Clicking on the notification will show a dialog explaining more details about what the device is doing in response to the high temperature. The notification will disappear once the temperature drops below the throttling temperature. In order to check the temperature in SystemUI, HardwarePropertiesManager has been updated to also allow any calls made by callers holding the signature-level DEVICE_POWER permission. Test: runtest systemui Bug: 30995038 Change-Id: I1b3f122341911c68e90c8a49ad35267ac382b356 (cherry picked from commit b7caf1d0)
-
- Jan 04, 2017
-
-
Julius D'souza authored
am: b60eb1a8 Change-Id: I86ef53eec2bbeff07c52e079e925719c3923941c
-
Julius D'souza authored
am: bbfdf7ad Change-Id: Ic6b72d6b72df516d4cec3b7a38e12366f7e334a1
-
Julius D'souza authored
-
TreeHugger Robot authored
-