- Aug 16, 2017
-
-
Sundeep Ghuman authored
Cache all seen matching ScoredNetworks, and use these networks to generate a fallback curve. This cache is kept in sync with WifiTracker's WifiNetworkScoreCache, hence it does not permanently create any new objects other than the map itself. Bug: 63073866 Test: runtest --path frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/AccessPointTest.java Change-Id: I0cdf17f63f0238e0e3a8324190f75d82beaa6672 Merged-In: I0cdf17f63f0238e0e3a8324190f75d82beaa6672
-
Jean-Michel Trivi authored
am: 87a264df Change-Id: I1fd6f458bdc4a66a9d2a65d6f7d1bbdcf93b270a
-
TreeHugger Robot authored
-
Mathieu Chartier authored
-
Pankaj Kanwar authored
Merge "Show notification when VoWiFi is active, and user is out of service for voice." into oc-mr1-dev
-
Jean-Michel Trivi authored
Change 145c9534 removed a test on the type of device for which a ACTION_HEADSET_PLUG intent is broadcast. As a result, for some devices (e.g. DEVICE_OUT_USB_DEVICE), there is a code path in AudioService.sendDeviceConnectionIntent() where the intent's action is not set, causing a WTF exception to be thrown for the broadcast. The fix consists in always checking that the intent will be sent with a non-null action. Test: connect a USB device recognized as DEVICE_OUT_USB_DEVICE Bug: 64724117 Change-Id: Ib2a486d1fabbde58d6a8f8370d5803c694977ee1
-
- Aug 15, 2017
-
-
TreeHugger Robot authored
-
Christopher Tate authored
OEMs can therefore arrange factory-default access to have access prior to setup or user interaction. Bug: 30770233 Bug: 64029450 Test: manual Change-Id: I2cb30721f2a64ef50275b711ca10ca571248504a
-
Mathieu Chartier authored
Added copyright-header to be used by generation scripts to automatically add a copyright header to preloaded classes. Add a default blacklist file to avoid needing to manually remove classes that can't be preloaded in the zygote. Added a script go generate a preloaded classes list from a raw class list. This script adds the copyright headers and comments and removes blacklisted classes. Bug: 37966211 Test: manually run the scripts Change-Id: I166f990c41978c80134d2f1e12c1b1079a12752a
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Matthew Ng authored
Currently using quick switch is fine but sometimes with animation glitches but very reproducible if tapping recents button very fast. The problem is that low end device Recents entrance animation also has the previous tasks animating downward causing more chances of animation instability. The problem is that transition is not finished and it is already starting to do the next toggled animation. When the transition from app to recents (RecentsImpl.toggleRecents) starts without finishing RecentsActivity.onStop, the previous frame will be visible for a couple of frames before the entrance animation starts (having the previous task animate down). Therefore restrict toggling to after RecentsActivity.onStop would allow the previous frame to finish and the transitions run normally. Bug: 62251652 Fixes: 64401391 Test: manual - using gobo device, launch multiple apps, rapidly tap recents button Change-Id: I4e70434bca3c9bec287fa30559b23a1e71b5ef20
-
Felipe Leme authored
am: a3c2cee0 Change-Id: Ie107dd462a47009a34ee3768183dfda2e36107c3
-
Felipe Leme authored
am: 36cbdef8 Change-Id: Ie198dbbdc7ab4ea1089c7363f1b1d2df333c1d8f
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
pkanwar authored
voice. Bug: 62618428 Test: manual Change-Id: Ic630991da3199584dd313a8bf3138b020ecebd5c
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Winson Chung authored
-
TreeHugger Robot authored
-
Julia Reynolds authored
If the backup comes from a pre O device, don't wipe preexisting managed service grants (which were introduced in O). Test: runtest systemui-notification Change-Id: Ie569972dc0d076718a3a9c59e1ebd942c5bfa987 Fixes: 64232609
-
Annie Chin authored
Bug: 63444779 Test: Android Auto still functions Change-Id: If27641aedcd05ebc834c9dc0b38d18cd20ddae03
-
Lucas Dupin authored
Change-Id: Iee80b8ec552f960dac08bfa062c128337eb22eff Fixes: 64715967 Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/colorextraction/SysuiColorExtractorTests.java
-
Seigo Nonaka authored
The main purpose of this CL is reducing font cache size of low-density device. The memory usage for the small RGBA texture will be Nexus 6P: 7,928,856 bytes (1408x1408) Nexus 5X: 4,734,976 bytes (1088x1088) These used to be 4,194,304 bytes Test: manually checked Bug: 64400885 Change-Id: Ied064a6d59909ad7fbeff74332973206436fbd34
-
Charles He authored
[automerger] Fix security hole in GateKeeperResponse. am: e74cae8f am: b1141b6f am: 1cd9e809 am: 6dfc8d8d Change-Id: Ia5ad4b5d36d92caa26fa69951180320848c372e7
-
Charles He authored
Change-Id: I2fce56d688cc0a4111668c695c9cf9b1c930faf8
-