eliasofwaffle
456d1d6866
universal7885: Remove SQLite Memory mode optimizations
...
According to Mohammad Kibria:
>These optimizations are unsafe and unnecessary.
Because not exist a similar commit in tree the better is remove it and add Mohammad Kibria as a coauthor
Co-authored-by: Mohammad Kibria <106745675+kibria5@users.noreply.github.com>
2024-04-20 00:27:20 +09:00
Tommaso Fonda
33b08a1934
universal7885: overlay: Update notification icons overlay for Android 14
...
It has been implemented in AOSP now.
2024-04-20 00:27:20 +09:00
fiirefly24
46a0b6dfbd
universal7885: overlay: Adjust Statusbar Clock padding
...
Set status_bar_left_clock_starting_padding to 2dp to keep the clock from leaning against the edge of the statusbar
Change-Id: I473172794f0ec7279b95db3717f514835ec14f6f
2024-04-03 22:48:09 +09:00
lahaina
55f0646f0d
universal7885: overlay: Define threshold and type of proximity sensor
...
- Somehow looks like its needed for prox sensor
2024-04-03 22:48:09 +09:00
DarkJoker360
7436e879b3
universal7885: Switch to config_screenBrightnessSettingMinimumFloat
...
* config_screenBrightnessSettingMinimum is deprecated.
Change-Id: I54eb812f560577eb9a03bcf3539bfba7fa539628
2024-04-03 22:48:09 +09:00
roynatech2544
c319f6e924
universal7885: overlay: Use stock UDFPS pressed icon
2023-11-29 14:18:39 +09:00
roynatech2544
289ce8f5f9
universal7885: overlay: Add evox specific overlays
2023-11-29 14:18:39 +09:00
LuK1337
d401f2e1fa
universal7885: overlay: Configure aux camera for Aperture
...
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
2023-11-29 14:18:38 +09:00
kevios12
18fb872a19
universal7885: make some changes to reduce OS/QS lags
...
* reduced color saturation
* reduces generally lags
2023-11-23 14:01:42 -08:00
daviiid99
a891807aac
universal7885: overlay: Speed up animations
...
On low powered, legacy devices, the animations are a bit sluggish. Set the animation scales to 50% to make the UI feel snappier.
2023-11-22 08:05:54 -08:00
SamarV-121
40d216c571
universal7885: Enable config_vibrateOnIconAnimation
2023-06-23 18:35:21 +03:00
SamarV-121
9bd9dc71de
universal7885: update vibration durations & enable haptic text cursor
2023-06-23 18:29:44 +03:00
SamarV-121
37c3d12c33
universal7885: overlay: Enable vibrator strength intensity control
2023-06-23 18:27:47 +03:00
roynatech2544
c63fdc1782
universal7885: overlay: Remove proximity doze config
2022-12-27 07:37:23 +09:00
mikairyuu
8bd59262a6
universal7885: overlays: Remove obsolete overlays
...
Remove:
config_bluetooth_le_peripheral_mode_supported
config_bluetooth_hfp_inband_ringing_support
Android T added support for BT LE on their stack, making this overlay useless
2022-09-17 19:20:07 +09:00
neobuddy89
dcd42d191d
universal7885: Drop zram writeback
...
* Causing memory corruption.
Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
2022-09-17 15:24:54 +09:00
GhostMaster69-dev
a4802ecdd3
universal7885: overlay: Don't allow camera to start by using power button.
...
- This disable a feature which comes enabled by default where we
press the power button twice to start the camera.
- Sometimes this feature is annoying and lags phone. Let's disable it
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
2022-09-08 14:33:32 +00:00
dlwlrma123
61e70ecf3d
universal7885: overlay: Disable intrusive gms components
...
* these processes were not allowed to run in background and yet they still persist everytime causing logspam and unnecessary broadcast, we may want to disable "GmsIntentOperationService" but some users on xda reported broken notifications on stuffs like google keep and maybe other google apps that relies on GmsIntentOperationService broadcasts.
07-24 09:29:26.041 2997 5548 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
07-24 09:29:26.042 2879 2879 I Zygote : Process 8201 exited due to signal 9 (Killed)
07-24 09:29:26.043 2997 3023 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
Signed-off-by: dlwlrma123 <alexfinhart@gmail.com>
2022-09-08 14:33:32 +00:00
LinkBoi00
0588a79c10
universal7885: overlay: Switch to AVC 3.1 for screen recording
...
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
Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
2022-09-08 14:33:32 +00:00
Santiago Seifert
41b8785b09
universal7885: overlay: Unpin updatable-media from memory
...
Bug: 214499288
Change-Id: I83757ae6a053ec6b10b08322c4e76d988f1a4a48
Test: Presubmit
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
2022-09-08 14:33:32 +00:00
roynatech2544
d6926a5a11
Revert "Revert "universal7885: Don't include CameraLightSensor for now""
...
This reverts commit 8cb0b6f5b2 .
I won't get this back ever.
2022-08-26 14:14:05 +00:00
Soo-Hwan Na
7664f1ae7d
universal7885: Drop unused keyhandler overlay
2022-05-09 12:52:42 +09:00
roynatech2544
a7ef8f2b7e
universal7885: Format xml again
...
* No tabs this time, 3-space intent
2022-04-29 22:24:09 +09:00
roynatech2544
a73fd161e7
Revert "universal7885: overlay: Allow to be rotated in all 4 rotations"
...
This reverts commit 569649d2ec .
2022-04-19 14:46:25 +09:00
roynatech2544
442aa11e81
universal7885: Format xml using xmlstarlet
2022-04-18 13:32:36 +09:00
roynatech2544
9b2915e070
universal7885: xml: format using xmllint
2022-04-15 11:26:05 +09:00
roynatech2544
8cb0b6f5b2
Revert "universal7885: Don't include CameraLightSensor for now"
...
This reverts commit 8c71e00224 .
2022-04-14 18:05:57 +09:00
roynaetch2544
1a5ab61e97
universal7885: overlay: Fix xml format
...
Also fix build error on KeyHandler
2022-04-03 02:21:36 +09:00
Ramii ahmed
8582551795
universal7885: Import KeyLogger
...
This lib helps to log input keycodes
2022-04-03 02:21:36 +09:00
Henrique Silva
d25fc0d03c
universal7885: Don't warn user about FC in Google TTS
...
* This happens on almost all FDE devices, I don't see any workaround other than hiding these dialogs
2022-04-03 02:21:36 +09:00
kdrag0n
a1c75db165
universal7885: overlay: Enable support for Bluetooth hearing Aids
...
This device is fully capable of streaming audio to Bluetooth hearing
aids using the ASHA GATT protocol built on top of L2CAP, similar to
A2DP.
Enable the config option for the system to handle pairs of hearing aids
properly and expose the option in Settings.
More info at https://source.android.com/devices/bluetooth/asha
Test: user reported successful audio streaming
Change-Id: Ibdece6513a822ce7e221067dd0fa40da10b5b44d
2022-04-03 02:21:31 +09:00
Michael W
d1ad3bfeb1
universal7885: Disable gms components for better WiFi speeds
...
* Also should improve battery backup a little bit
2022-04-03 02:21:30 +09:00
AdarshGrewal
07e6c17d48
universal7885: overlay: Enable front-facing camera protection
...
* Prevents halo ring/effect on front camera
Change-Id: Idc5134655f4434dc7505a208a43e381eb22604f0
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-31 19:02:56 +09:00
Alexander Koskovich
ecbd687920
universal7885: Set the default IMS RCS package to com.android.service.ims
...
Change-Id: I7f12affe6f449caad39c1f998a73945ae512f76f
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-26 11:16:07 +09:00
kaderbava
c1c0024601
universal7885: overlay: add battery current divider
...
* This fixes lockscreen charging info mA & watts.
Signed-off-by: kaderbava <ksbava7325@gmail.com>
Change-Id: I341e5bdba3c2efc97a5e8d6c7b8fa9f6e5c96e07
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:04:26 +09:00
SamarV-121
626f13ebc9
universal7885: overlay: Enable WiFi Display support
...
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
Change-Id: I8f416eacb0b1316947e3e8d9f5c10c76f1b289cf
Change-Id: I7e0b5f768bdb9d3db1c404b1d528ca4443b72087
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:04:25 +09:00
roynatech2544
8c71e00224
universal7885: Don't include CameraLightSensor for now
...
* Its so buggy now, needfix..
2022-03-22 19:04:25 +09:00
roynatech2544
60e1711a8b
Revert "universal7885: overlay: SystemUI: Use Monet colors for power menu"
...
This reverts commit a349b36ca501f2240ce1b3b0771e68a70817355d.
2022-03-22 19:04:24 +09:00
roynatech2544
5829162215
universal7885: Import light sensor overlays from exynos9820
...
* Add other interesting configs too
Change-Id: Ie5943ebe1dc2a168322c490d20fe871b52d84718
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:04:24 +09:00
SamarV-121
432d542a71
universal7885: overlay: Enable samplerate support for bluetooth headsets
...
* Fixes distorted audio in bluetooth calls
Change-Id: I19363dd11b2e218574fed75588f312466ec0ca48
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
2022-03-22 19:03:26 +09:00
Kevios12
1754b5f5bc
universal7885: remove useless overlay
...
* Generating useless rros
2022-03-22 19:03:24 +09:00
Kevios12
4b82cc4307
Revert "devices: disable burnin protection due to battery drain"
...
This reverts commit 82e7acbb8f76514d2c7a4ae879f7043e304e3ee1.
2022-03-22 19:03:24 +09:00
roynatech2544
4a7980b5cc
universal7885: just use stock padding (8dp)
2022-03-22 19:03:23 +09:00
roynatech2544
4e1c30920a
universal7885: Set status bar padding to 9dp (Stock for A20e)
...
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:23 +09:00
roynatech2544
1dd8cd50b3
a20, a20e: import padding from com.lucazzz.developer.* rros
...
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:22 +09:00
roynatech2544
0daeb5075c
devices: disable burnin protection due to battery drain
...
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:22 +09:00
roynatech2544
780a7b8ab8
Revert "universal7885: rework on padding"
...
This reverts commit 65b729c8ae4fbf1b0b51620f89dc71ff370815e1.
2022-03-22 19:03:22 +09:00
roynatech2544
4a4bef9d4c
universal7885: rework on padding
...
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:22 +09:00
roynatech2544
dffab3bb92
universal7885: tidy up tree
...
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:02:50 +09:00
kubersharma001
569649d2ec
universal7885: overlay: Allow to be rotated in all 4 rotations
...
Change-Id: I6cfb702d55b1d1cc79aada6fc9eed32f1a79c497
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:02:49 +09:00