summaryrefslogtreecommitdiff
path: root/overlay/frameworks
AgeCommit message (Collapse)Author
2018-04-27overlay: Notification LED isn't intrusive.Chris Fries
Bug: 78782306 Don't blink light option in Block Visual Disturbances section on b1 Change-Id: I5296afe7d315177c07a37731ae9b2441b5edb813
2018-04-27Merge "SoftBank Entitlement Configs for B1/C1" into pi-devEvan Tyra
2018-04-26SoftBank Entitlement Configs for B1/C1Evan Tyra
Bug: 73208597 Test: make Change-Id: I1fd71b72fcfc1ebf4873af59ac146b2a55be6add
2018-04-25Override config_availableColorModesChia-I Wu
List NATURAL, BOOSTED, and SATURATED. Bug: 73824924 Test: atest PtsConfigTestCases Change-Id: I8263dc8039ae2da1de30e7f771edd1c8c61b4736
2018-04-20Revert "crosshatch: enable AOD for crosshatch"Chris Fries
Suspected of causing blackscreens and slow screen-on. This reverts commit 26d24565f7a10f23db334f6bd599556185f02e34. Bug: 78367887
2018-04-19Merge changes I743f502a,Ic5cbbc0c into pi-devAdrian Salido
* changes: crosshatch: enable AOD for crosshatch blueline: enable AOD for blueline
2018-04-19crosshatch: enable AOD for crosshatchAdrian Salido
Bug: 77228262 Change-Id: I743f502ad79cd8f695b1c8dfa87ce6ab0a676ae1
2018-04-18haptics: add workaround for no haptics feedback for fingerprint unlockDavid Lin
This adds a workaround for the long latency issue for the firmare. Bug: 78234571 Test: FPC unlock Change-Id: I4cb93d9c60b37e7d7c1d4f59fd336b8ec65cec2b Signed-off-by: David Lin <dtwlin@google.com>
2018-04-09Merge "Add SettingsIntelligence to Crosshatch DND access." into pi-devDaniel Nishi
2018-04-06Softbank data icon requirementSooraj Sasindran
Show 3G instead of UMTS/HSPA/HSDPA/HSUPA/HSPAP Test: Verified by changing the sim mccmnc Bug: 23062442 Change-Id: I6ce36a4f000f692f91db2cf1221e2a1e0022c291
2018-04-04Add SettingsIntelligence to Crosshatch DND access.Daniel Nishi
This is set in the nexus_overlay and no differences existed until GMSCore was added to the nexus_overlay. GMSCore only exists in the Wahoo overlay and the overlay currently crushes our config which applies to all Google devices. By re-adding it to this overlaid overlay, we gain our powers back. Bug: 72663665 Test: Manual Change-Id: Ia498d4a3c35ab24af3a99b29f6c31562a76e0039
2018-04-03Allowing GmsCore to register DnD rulesJan Althaus
This is necessary because the driving DnD rules will be migrated from Pixel Ambient Services to GmsCore. Pre-granting this permission is necessary to avoid a feature regression when compared to Pixel 2. Access for intelligence.sense will be revoked once the system image contains a build of GmsCore that includes the driving DnD rule. Bug: 74115747 Test: N/A Change-Id: Iecccc8530691af6aa74d989a1b11908a2af22583 (cherry picked from commit 697d2351864e4710f6fa913b67711e718ec87a7b)
2018-03-21Merge "Revert "crosshatch: enable AOD for crosshatch"" into pi-devVinay Kalia
2018-03-21Merge "Renamed config_dozeAfterScreenOff" into pi-devLucas Dupin
2018-03-20Renamed config_dozeAfterScreenOffLucas Dupin
New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: I436f3dbee08ccb27bb41c1f403fe4a0a99d115aa
2018-03-20Revert "crosshatch: enable AOD for crosshatch"Vinay Kalia
This reverts commit 65070f2186425e41a35a9e92b71fc2a3ba9eaed2. Reason for revert: AOD power is too high to enable it. BUG: 74838578 Change-Id: I6f88fe454f572108dd4beae56267bc945fa09e4c
2018-03-20WiFi: Enable Softap ACS and 11ac on crosshatchAhmed ElArabawy
Bug: 75252283 Test: Manual Change-Id: Icc6cc1b7692058e9b5fcf36297da3cd0db9713ef Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-03-13crosshatch: enable AOD for crosshatchAdrian Salido
Bug: 74612639 Change-Id: I11a2e607dd2d1ee50a6a19f87f5c1642507e2164
2018-03-09power_profile: set battery.capacity for blueline and crosshatchAjay Dudani
Bug: 67383545 Test: Load bugreport to historian, device power estimates reported Change-Id: Id40f53afa5ed7b901499ae90fa466246c53bef92
2018-03-02We have 2 physical SIM slots: one eSIM and one pSIMDaniel Mentz
There are two SIM slots on blueline and crosshatch. We previously saw these error messages: Creating UiccController config_num_physical_slots = 1 mPhoneIdToSlotId mapping: phoneId 0 slotId -1 Received EVENT_RADIO_AVAILABLE/EVENT_RADIO_ON, calling getIccCardStatus Received EVENT_RADIO_AVAILABLE/EVENT_RADIO_ON for phoneId 0, calling getIccSlotsStatus Received EVENT_ICC_STATUS_CHANGED, calling getIccCardStatus Received EVENT_SLOT_STATUS_CHANGED or EVENT_GET_SLOT_STATUS_DONE Unexpected error getting slot status: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE Received EVENT_GET_ICC_STATUS_DONE onGetIccCardStatusDone: phoneId 0 physicalSlotIndex 1 mPhoneIdToSlotId mapping: phoneId 0 slotId -1 FATAL EXCEPTION: main Process: com.android.phone, PID: 5701 java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 at com.android.internal.telephony.uicc.UiccController.onGetIccCardStatusDone(UiccController.java:483) at com.android.internal.telephony.uicc.UiccController.handleMessage(UiccController.java:399) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6595) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:439) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:818) Change-Id: Ia8b4979b385fef0ead43d097bcb526471720e1a5
2018-03-02Merge "Add device capabilities for crosshatch."TreeHugger Robot
2018-02-28Fix shared vdex nameMathieu Chartier
The files in arm/arm64 are symlinks and pinning symlinks is not supported. Pin the target vdex file intead. Bug: 73990433 Test: manual Change-Id: I7413a60af9fdce1f7587ee3fe2d3f97fc09fed99
2018-02-27Add device capabilities for crosshatch.Cassie
Bug: 63718613 Test: Basic telephony sanity Change-Id: I53910d75e399c28e0c722739ed55f46d50f599bc
2018-02-14Add device capabilities for crosshatch.Holly Jiuyu Sun
Bug: 72223709 Test: Unit test Change-Id: Ib50d0635897ea259e16eb6fc66adb41188254dd2
2017-11-22Enable usb overlay for debug functionsBadhri Jagan Sridharan
fastboot oem set_config bootmode usbradio - enables the usb overlay fastboot oem rm_config bootmode - clears it Adding usb overlay for oem functions as well. Test: enabled usbradio and verified that oem specific functions are added Bug: 69248116 Change-Id: Iae68ab3d172c5fb4ac9049aafd140144511ef6a6
2017-11-15crosshatch: disable AODAdrian Salido
Always On Display is not yet supported on blueline/crosshatch. Disable until support is ready. Bug: 68944143 Change-Id: I3f92156fce15b536ce22ce4845caef5a4fc0a48f
2017-10-13Add new symbol to framework overlayAlexey Polyudov
Change-Id: I5c6f5fadec4946f8fc113ff135bda6d08cf8814d Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2017-07-19overlay: Disable doze modeChris Fries
Disable doze mode, it's not supported yet and causes panics. Change-Id: I10908082a67e0e247643ea32c376e017d2227724
2017-06-27crosshatch: Reset to wahoo on master.Chris Fries
commit dc78ac4aaa64e427c0f5c0672dc22939a9a7b85f Merge: 820b880 163a21c Author: Glenn Kasten <gkasten@google.com> Date: Tue Jun 27 15:12:54 2017 +0000 Merge "Report feature android.software.midi to enable testing" into oc-dr1-dev am: 614e203677 am: 163a21c15f Change-Id: I18876c0ce8e0435fdcb947d475c66fe7fae57da1 Change-Id: Id08e99f0603407199020818485eb29d92d421c43
2017-03-16build: use wahoo as common platformAlexey Polyudov
Change-Id: Iab6271ddabbff9bfdec16218113f1e6a5c390ab9
2017-02-23borrrow from muskie: qcom opensource + some settingsAlexey Polyudov
Change-Id: Ib374d4191870f2f83ec6f4a2c0b69e1dc1c0f59f
2017-02-17crosshatch: initial device supportOleg Matcovschi
Change-Id: I64cdc6eb1bac40b60332852f0a2e9ccbcda4c536