Commit Graph

26 Commits

Author SHA1 Message Date
kdrag0n
27df084a0f monet: overlay: Compact cached app heaps in the background
* Background ART heap compaction for cached apps has been recommended for
  Android Go devices for a while, and Google has enabled it for the Pixel
  5 on RQ1A.201205.010. This feature should help fit more cached apps in
  memory
2022-06-02 20:58:10 +10:00
mikairyuu
9b36154c48 monet: sync rounded corners config with MIUI 2022-04-17 20:05:42 +10:00
mikairyuu
4ea024a956 monet: kang power_profile from redfin
yes it's not exactly us but should give better idea of our power consumption than currently
2022-04-01 01:25:08 +10:00
TH779
fb1c40907f monet: overlay: Drop deprecated SystemUI overlays
Signed-off-by: TH779 <i@779.moe>
Change-Id: Ic66ffa74e6745db4c252a1fbef67d094ff7c9c90
2022-03-28 12:41:15 +10:00
Joey Huab
9384f0232b monet: Update config naming conventions 2022-03-02 12:12:35 +10:00
mikairyuu
fe28864ae0 monet: Allow using face unlock outside of security view 2022-02-22 21:01:49 +03:00
mikairyuu
26c9143569 monet: adapt button coordinates for monet 2022-01-14 22:59:29 +10:00
mikairyuu
bc11aa7758 monet: overlay: disable cutout fill 2022-01-14 22:59:29 +10:00
Michael W
debc603af0 monet: Disable NearbyMessagingService
* Detrimental to Wi-Fi speeds.

Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
2022-01-14 21:00:35 +10:00
mikairyuu
e717895867 monet: use medium vibration by default 2022-01-03 00:40:55 +10:00
mikairyuu
0844e59ab9 monet: nuke rounded corners
People have always called them shit so why bother beautifying it, let people have all the space here
2022-01-03 00:40:55 +10:00
Lup Gabriel
74fea9fe52 monet: Disable night light on FOD
Signed-off-by: Joey Huab <joey@evolution-x.org>
2022-01-03 00:40:55 +10:00
Arian
259cc16cad monet: Configure physical buttons/fingerprint location
[mikairyuu]: I've no idea where our monet button are, so let's trust raphael on that one
2022-01-03 00:40:55 +10:00
mikairyuu
14548652b6 monet: add missing evo overlays 2022-01-02 20:41:05 +10:00
mikairyuu
32f6c995ff monet: overlay: Add maintainer info 2022-01-02 14:55:19 +10:00
Pranav Vashi
f3474cc7ce monet: Allow configuring black fill-in for display cutout
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: chiru2000 <chiranthangadi123@gmail.com>
2022-01-02 14:55:15 +10:00
Arian
90bd94d5aa monet: overlay: Remove dsp. prefix from audio and video power profiles
* AOSP power_profile.xml does not include this prefix

Change-Id: I39ee47d4bccfc7eb5454aa64595eaad2a17a1dcf
2022-01-02 14:55:11 +10:00
mikairyuu
79625a10c9 Initial EvoX upbring 2021-11-16 13:13:20 +10:00
TheScarastic
ee61cddcb8 monet: Setup udfps overlays
* FOD radius = MIUI radius value / 2
 * FOD x position = MIUI x position value + (MIUI radius value / 2)
 * FOD y position = MIUI y position value + (MIUI radius value / 2)
 * FOD enroll progress radius = (MIUI radius value / 2) + 5
2021-10-29 21:17:13 +02:00
xSylla
cdafb6dfdf monet: Add proper keyguard/statusbar configs for rounded corners
* on Keyguard, added start padding to carrier text to account for the rounded corners
* on SystemUI, added start & end padding for contents
* on SystemUI, adjusted rounded corner radius & top & bottom
* on SystemUI, adjusted the height of the status bar & status bar landscape and portrait

Signed-off-by: xSylla <syllamodder@gmail.com>
2021-09-07 21:29:18 +02:00
xSylla
3e0ed67f31 monet: overlay: Nuke the mask
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-09-06 10:05:47 +02:00
xSylla
900a1ff365 monet: overlay: update brightness values from miui
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-08-07 19:33:15 +02:00
xSylla
21dfa4d75c Monet: overlay: Setup fingerprint position
* Fingerprint_sensor_location_fraction_y is calculated with this formula:
      FOD_SENSOR_Y / SCREEN_HEIGHT
     2025         / 2340          ~ 0,865384

Signed-off-by: xSylla <syllamodder@gmail.com>
2021-07-13 15:18:59 +02:00
xSylla
6bccac90c1 Monet: Update notch overlay path
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-07-10 12:06:12 +02:00
ghostrider-reborn
995beb6946 Monet: overlay: Use modified notch cutout from Mi A3
* The stock one taken from DevicesOverlay.apk is actually fake and ends up as a rectangle
   cutout which is of no use to us at all, and we even have cutout fill disabled which makes
   it completely pointless; the physical cutout doesn't look that good.

* Mi A3 has a notch cutout identical to ours so let's use its cutout config which i've
   extracted from framework-res and edited manually using https://yqnn.github.io/svg-path-editor/
   to better match our notch and statusbar height (80px).

* Now our notch cutout looks smooth and anti-aliased without any jagged edges, like on MIUI.

Signed-off-by: xSylla <syllamodder@gmail.com>
2021-07-05 16:53:03 +02:00
SebaUbuntu
6d327c6d3d Monet: Inherit from common tree
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-06-15 11:37:47 +02:00