aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays
Commit message (Collapse)AuthorAgeFilesLines
* veux: correct maximum and minimum brightness values based on the kernel ↵HEADlineage-20.0sinanmohd2023-01-081-2/+2
| | | | driver, aka look at the phone during night without frying your eyes
* Revert "veux: overlay: Enable min/max refresh rate in display settings"sinanmohd2023-01-081-2/+2
| | | | This reverts commit 79b51c887b2b52d0fd5cda4153d8a7f1ecbf341f.
* veux: overlay: Correct SystemUI apk name and path for pinner serviceRuchit Marathe2023-01-051-1/+1
| | | | | | | | | | | | APK name and path was changed as seen here https://github.com/PixelExperience/vendor_pixel-framework/commit/8be4fc80c0af1a38386b7dc23b7392d0a9e64669 This causes errors in logs since pinner was trying to pin old app. PinnerService: Could not pin file /system_ext/priv-app/SystemUI/SystemUI.apk PinnerService: Failed to pin file = /system_ext/priv-app/SystemUI/SystemUI.apk Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Set default hotspot SSID based on ro.boot.board_idAhmad Rulim2023-01-0518-0/+360
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Set device name based on ro.boot.board_idAhmad Rulim2023-01-0518-0/+426
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Move to product partitionAhmad Rulim2023-01-0521-58/+48
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Update multiple vibration intensity levels config for TUtsavBalar12312023-01-051-5/+15
| | | | | | | | | Since commit: https://android.googlesource.com/platform/packages/apps/Settings.git/+/eaaf5331d64ab54ce55a857fc73a186d5f256fc5 multiple intensities configuration flag has been changed to an interger reflect that change in here to allow multiple intensity vibration pattern in settings. Change-Id: I13f9dbf6280623ad1c954ce96ceecbe363140062 Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
* veux: overlay: Set status bar left clock and improve starting paddingkleidione Freitas2023-01-051-4/+4
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set new dimension values to the frameworkkleidione Freitas2023-01-051-5/+12
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set Interactive mode from display to falsekleidione Freitas2023-01-051-1/+1
| | | | | | | | | - Specifies whether to decouple the interactive state of the device from the display on/off state. When false, setInteractive (true) will be called before the display is turned on and setInteractive (false) will be called after the display is turned off. Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Switch to AVC 3.1 for screen recordingLinkBoi002023-01-051-0/+5
| | | | | In weaker SOCs, AVC 3.1 seems to pull less load on the CPU/GPU and therefore using it has performance advantages in screen recording
* veux: Tweak color mode and drop saturated inputkleidione Freitas2023-01-051-4/+1
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Set up display color compositionsAlbert I2023-01-051-0/+37
| | | | | | | | | | | * Use default color mode for all color modes * Enable QDCM combined mode and disable factory mode * Drop LiveDisplay's color mode support as it conflicts with AOSP display color adjustment * Rest of configuration is kanged off Pixel's overlay Signed-off-by: Albert I <kras@raphielgang.org> Change-Id: Ib26033fe00a6cc1e8c7d8f93da417516e31a52e3
* veux: Update power_profile.xml and adapte to new sourcekleidione Freitas2023-01-051-7/+4
| | | | | | | - Extracted veux-user 12 SKQ1.211006.001 V13.0.2.0.SKCMIXM Signed-off-by: kleidione <kleidione@gmail.com> Co-authored-by: johnmart19 <johnivan19999@gmail.com>
* veux: overlay: Add support for doze auto brightnessTheScarastic2023-01-051-0/+28
| | | | | | | | | | | | | | | - Based on observing it's values, xiaomi.sensor.aod reports the following events: 3.0: Dark environment 4.0: Bright environment 5.0: Switched from bright to dark environment 3.0 does not seem to be triggered anymore after bright environment has been reported. - Enable brightness buckets in doze to disable animation between the brightness levels.
* veux: overlay: Fix Video Callingkiranpranay2023-01-051-0/+3
| | | | | | | Co-Authored-By: AngeloGioacchino Del Regno <kholk11@gmail.com> Co-Authored-By: IMMANUEL44 <immanuelr44@gmail.com> Signed-off-by: Anar Jabiyev <cebiyevanar@gmail.com> Change-Id: I9b785c9ad6d77780ef9ac4bc8545bf4d2795132d
* veux: overlay: Add reboot_fastboot action to power menuLuK13372023-01-051-0/+9
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Enable front-facing camera protectionAdarshGrewal2023-01-051-0/+17
| | | | * Prevents halo ring/effect on front camera
* veux: overlay: Configure camera cutoutAdarshGrewal2023-01-051-23/+41
|
* veux: overlay: Improved margin and status bar paddingkleidione Freitas2023-01-052-5/+26
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set default value night display color temperaturekleidione Freitas2023-01-051-0/+4
| | | | | | | | | - 2850 seems too low a value let's increase it to 3850 is more pleasing to the eye - Ref: https://android.googlesource.com/platform/frameworks/base/+/android-13.0.0_r4/core/res/res/values/config.xml#829 Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set screen timeout to 30 secondskleidione Freitas2023-01-051-1/+1
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Unpin updatable-media from memorySantiago Seifert2023-01-051-1/+0
| | | | | | Bug: 214499288 Change-Id: I83757ae6a053ec6b10b08322c4e76d988f1a4a48 Test: Presubmit
* veux: disable STATE_DOZEDoctor Strange2023-01-051-2/+2
| | | | | | | - Our device doesn't support doze - Fixes AOD flickering issues Change-Id: I44855e85f7d9e26666a8efb79afc202c69770615
* veux: Fix display flicker after exiting AD/AODAlex Cruz2023-01-051-0/+6
| | | | Change-Id: Ic8ce5064ca3e27432331ac679b7dd3df166089
* veux: overlay: Setup burnIn protection overlaysXiNGRZ2023-01-051-0/+16
| | | | Change-Id: I2f724061fd974cc6f20dc2abd64ee61c0167789a
* veux: Set config_powerDecoupleInteractiveModeFromDisplay to truekubersharma0012023-01-051-0/+16
| | | | Change-Id: I0a87ff5b2c475769cd75e0fcbd79d230f711c5c1
* veux: FrameworksResOverlay: Import and set more defaultskubersharma0012023-01-051-12/+129
| | | | | | | | | - ref: 1. ghostrider-reborn/android_device_xiaomi_lisa 2. ArrowOS-Devices/android_device_xiaomi_sm8350-common - Adjust and cleanup as per veux Change-Id: I9fc92e55c1af3e3820670523b59f3fb04270bd66
* veux: overlay: Enable min/max refresh rate in display settingskubersharma0012023-01-051-2/+2
| | | | Change-Id: Ic070c507aeaeb98ce859fe00b95f3a6e5df26a8c
* veux: Remove config_jitzygoteBootImagePinnerServiceFiles listkubersharma0012023-01-051-11/+0
| | | | | | | - obsolete on android-12 Ref: I97738435edd07e8b6770372cd935218c1a9cd984 Change-Id: Ibbc8d35961d919ccdc454ef2043824f38191637e
* veux: overlay: Limit screen recorder's framerate to 60fpsnullbytepl2023-01-051-1/+3
| | | | Change-Id: Iea0976ae3b43312b4b596e004582cbe4440b1aff
* veux: Disable proximity usage during dozeDemon0002023-01-051-0/+3
| | | | Change-Id: I5c54643b3d6d6ea4e5f847870a5266bb96342583
* veux: Switch to AOSP WFDkubersharma0012023-01-051-1/+1
| | | | Change-Id: I1ae32e41ea3cdb1f3b5d7f81a57f548fa211c9ca
* veux: overlay: Enable burn-in protection for status/navbarPark Ju Hyung2023-01-051-0/+3
|
* veux: overlay: Rebrand and import veux configkleidione Freitas2022-11-0928-38/+3741
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Import and cleanup rro_overlay from vayukleidione Freitas2022-11-0916-0/+327
- Ref: https://github.com/ArrowOS-Devices/android_device_xiaomi_vayu Signed-off-by: kleidione <kleidione@gmail.com>