- Mar 09, 2018
-
-
Tarandeep Singh authored
Change-Id: I1e5ae572ab0f8d53b1b8c4ae1e787aff294c82e0 Fixes: 68948291 Test: Manually built and tested. No changes expected for non-dev apps
-
- Mar 08, 2018
-
-
Android Build Merger (Role) authored
Merge "Merge changes from topic "am-74e79eb6-59c1-4f9c-a993-72eeee3859c4" into oc-dev am: b6b6c018 am: bdc573b3 am: d258da6a" into pi-dev
-
Fyodor Kupolov authored
Merge changes from topic "am-74e79eb6-59c1-4f9c-a993-72eeee3859c4" into oc-dev am: b6b6c018 am: bdc573b3 am: d258da6a Change-Id: Ifdaae4a751661cde4019835e067c6516c3d64599
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Lucas Dupin authored
* changes: Show battery percentage on indication field Revert "Show battery percentage on indication field"
-
Fyodor Kupolov authored
am: bdc573b3 Change-Id: I42858af9b3a8d5e436ce9bbff0a697290f9803d9
-
TreeHugger Robot authored
-
Fyodor Kupolov authored
am: b6b6c018 Change-Id: I3bd011083894e1db22b90d38d71a0807facd151f
-
Chavi Weingarten authored
-
Fyodor Kupolov authored
* changes: [automerger] Verify last array's length in readFromParcel am: 3b8bc2e4 am: 71478241 am: e0b5c2d2 am: fa32631c am: 3a295c1c [automerger] Verify last array's length in readFromParcel am: 3b8bc2e4 am: 71478241 am: e0b5c2d2 am: fa32631c [automerger] Verify last array's length in readFromParcel am: 3b8bc2e4 am: 71478241 am: e0b5c2d2 [automerger] Verify last array's length in readFromParcel am: 3b8bc2e4 am: 71478241 [automerger] Verify last array's length in readFromParcel am: 3b8bc2e4 Verify last array's length in readFromParcel
-
Tyler Gunn authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bryce Lee authored
-
TreeHugger Robot authored
-
Jordan Liu authored
-
Amin Shaikh authored
- Update data content description for the mobile data tile to include no internet connectivity - Update strings for telephony icons to show that they are no longer only used for accessibility purposes Bug: 74192657 Test: runtest systemui Change-Id: I95f36e871dedfc9caea53326e8ee198f141fb8a8
-
Tomasz Wasilczyk authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Leon Scroggins III authored
Bug: 73788928 Test: I1606cbb4e71579160ffaef12c1ed738fad882cd1 This will allow Kotlin developers to treat the setters as properties. Part of the motivation for the rename is that "getAsAlphaMask" sounds like it returns an alpha mask itself. Rename both to _etDecodeAsAlphaMask. Change-Id: I8f9b04f8381840490b662c3bcd37a95442af8110
-
Tyler Gunn authored
-
Lucas Dupin authored
Supports two battery formats until all locales are updated Test: visual Test: switch language, observe. Change-Id: Ib8f43601a85f24b8e315d7c67c8693060fc6d32b Bug: 74386188
-
Lucas Dupin authored
This reverts commit 15ab3693. Reason for revert: IllegalFormatConversionException Fixes: 74386188 Change-Id: I61d82dca45a4b0b973c9ea572c63cbbb8125758d
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Siarhei Vishniakou authored
[Performance] if device enabled the system navigation keys,the system will go to readthe Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED provider while the driverreport KEYCODE_SYSTEM_NAVIGATION_RIGHT every times,this operation has a serious impact on performance Test: cherry-picked from aosp Bug: 74392035 Change-Id: Ia30d14c136b7798e2997d43bc601cb361c853e0d Signed-off-by: 周雷 <zhoulei5@xiaomi.com> (cherry picked from commit 6aed2ee2)
-
Mike Ma authored
Change-Id: I49b3f3989a675bcb1ef83f5b86a55f3f5a0d3b2f Fixes: 74389802 Test: com.android.internal.os.PowerProfileTest
-
Rohan Shah authored
Updated intent and API. We were using an explicit intent and there's changes going on in the Settings team that change the activity name and enabled states. Updating to an implicit event as with other parts of the Settings app (e.g. Bluetooth). Test: Visually Bug: 73586207 Change-Id: Ifa5125b4770927521d9267569d487319efdb9f9f
-
Rohan Shah authored
Limiting count to 2 (down from 3). Also updated the text color so it no longer looks clickable. Test: visually Bug: 74075675 Change-Id: I86fbb5ae7481f6d19b7e6722832ac600595ad7ea (cherry picked from commit a853aa7f)
-
Rohan Shah authored
Added new callback for data saver and used the data saver enabled state to determine whether the tile was available (similar to how airplane mode works). Test: Visually (via toggling both data saver/hotspot tiles) Bug: 33003328 Change-Id: I0b0e5e382ab2a9ee13d4412ed059c523795b68c7 (cherry picked from commit a23980f1)
-
Tomasz Wasilczyk authored
This change fixes a few minor gaps preventing the reference radio app from accessing HAL 1.1 and 2.0 devices: - createAmFmSelector not detecting the radio band - don't allow configuration-dependant operations before the configuration is applied - allow the initial configuration to be auto-selected Bug: 74353024 Test: manual Change-Id: If47872c1bf4cf57c6c39715218d90df9701c372d
-
Chavi Weingarten authored
-
Tyler Gunn authored
Some properties were not being propagated to a RemoteConnection when a Connection is first created. This can cause problems where the Connection Manager is not aware of these property changes, especially if they never change again during the lifetime of a call. The extras set when a Connection is first created using the RemoteConnectionService API would not be propagated to the RemoteConnection. This means that Telephony RAT reporting would never happen if the radio technology never changes during a call. Bug: 72811636 Test: Manual Change-Id: Ia523cee477a39c221953cda68c29579cb5f6ed76 Merged-In: 06a96eab (cherry picked from commit 06a96eab)
-
Jason Monk authored
We don't want to encourage devs to do that. Test: none Change-Id: I5633fc2a5b9bddddcc67daaff43798c9b66d036c Fixes: 73123987
-
TreeHugger Robot authored
-