Commit Graph

13 Commits

Author SHA1 Message Date
Tim Zimmermann
a44ca0aa3d beyondx: Switch to AIDL fingerprint HAL
Change-Id: I470097afc1cabab774c8e29aa57c0387f00b2d17
2024-01-21 20:16:31 +01:00
Tim Zimmermann
d4e740f1e5 beyondx: Bixby key is now ASSISTANT again
* Remapping to MENU is no longer required after https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/372564

Change-Id: I1ee88e02457fdd1c630673ad9af0a0dae042a9f1
2024-01-04 06:14:15 +01:00
Tim Zimmermann
8bea4c323f Revert "beyondx: Device has a notch"
Reason for revert: No longer used

This reverts commit 464d538e88.

Change-Id: I797fe44c6c04b515efff582194f800c97fa21f41
2024-01-04 06:14:14 +01:00
LuK1337
7921413d2c beyondx: Set a default Settings.Global.DEVICE_NAME
Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16
2022-10-01 21:30:55 +02:00
Georg Veichtlbauer
70712d8591 beyondx: overlay: Update deprecated screen power items
* ambient.on -> ambient.on.display0
* screen.on -> screen.on.display0
* screen.full -> screen.full.display0

AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a

Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
2022-04-23 06:51:16 +02:00
Tim Zimmermann
eff32086fa beyondx: Drop status bar height overlay
* This is now getting automatically set to match cutout overlay

Change-Id: If94c9300f8cdbdf13521f21f121107121e95dc35
2022-03-18 15:45:25 +01:00
Tim Zimmermann
dc34fed9c8 beyondx: switch to UDFPS
Change-Id: I8847f5d47e1c641f3c1e70f45289861d5773b857
2022-02-01 10:28:19 +01:00
Luca Stefani
464d538e88 beyondx: Device has a notch
This removes Network Traffic and Centered Clock options from Status Bar settings. These settings do not work as expected, as the notch obscures the components.

Network Traffic: ec491e41ed/src/org/lineageos/lineageparts/statusbar/StatusBarSettings.java (L85)
Centered Clock: ec491e41ed/src/org/lineageos/lineageparts/statusbar/StatusBarSettings.java (L130)

[Linux4: This device's cutout is too big, the statusbar icons on the right move beyond the center of statusbar]

Change-Id: I15dc40135ba913d51c9a3d8cacdc0ac172f4ce4a
2021-10-19 09:00:33 +02:00
Tim Zimmermann
dc203190ec beyondx: decommonize hardware keys overlays
Change-Id: I4d478a8401567c535e9cc1bbd7e0f696d405e270
2021-07-04 07:19:52 +02:00
Tim Zimmermann
b95d480812 beyondx: overlay: increase keyguard container margin for FOD
HEIGHT - FOD_SENSOR_Y + 20

Change-Id: I89a4ae8ea0ed2511e736823301cfd7187ee8fbdf
2021-05-16 13:03:56 +02:00
Tim Zimmermann
49048a124e beyondx: commonize brightness overlays
* We'll also properly import them from current stock

Change-Id: Ib798aaf8e2efc9b6bbc41be12fbacb3d55e630d6
2021-04-16 20:57:06 +02:00
Tim Zimmermann
ed9c1d2e61 beyondx: convert cutout overlay to px
* dp should only be used for emulated display cutouts
* px = dp * (dpi / 160) (using 560 as dpi)

Change-Id: I0eedfd46efc4c1451fbfe97568e4e7eb6430d7fc
2021-04-13 17:43:40 +02:00
Andreas Schneider
d65a12ac59 beyondx: import overlays from beyond2lte tree
* Import cutout overlay from stock

Change-Id: Ic0c747c003882e64b8f2cec484595607ac6f787b
2021-03-25 21:13:39 +01:00