Commit Graph

20 Commits

Author SHA1 Message Date
Damillora 1d8311df96 disable sms and voice because i'm building this for my wifi-only device 2022-06-23 16:00:25 +00:00
Pierre-Hugues Husson 29480cdbb8 Declare all color modes available, they dont seem to depend much on hardware capabilities 2021-03-21 22:56:46 +01:00
Pierre-Hugues Husson 7435a2a66e Mark fingerprint sensor as a secure biometric auth, so that fingerprint sensor can be used in apps 2020-10-02 11:56:34 +02:00
Daniel Roschka 29ce153a16
Re-enable multi user for all devices
This commit re-enables multiple users for all devices. That's possible
as the system image is too large for Android Go nowadays anyway,
therefore no Android Go builds are available anymore.

This commit also increases the maximum number of users from 4 to 5 as
that's what several hardware already overlays set.
2020-03-19 21:02:42 +01:00
Daniel Roschka 66a9c57853
Enable links to cell broadcast app
This enables links from the settings to the cell broadcast app for
configuring the behavior for received cell broadcasts.

While most hardware overlays already enabled this setting, it's nothing
hardware related, so it makes sense to set here globally for any device.

I'll also open a PR in `vendor_hardware_overlay` to remove the setting
from all overlays there.
2020-03-15 21:19:52 +01:00
Tadi 17c3643d02 Dehardcode status_bar_height in NoCutout overlay 2019-02-05 00:46:07 +01:00
Tadi d398e2bb43
Fix the qs glitch on displays under sw372dp 2018-12-19 23:47:13 +01:00
Tadi 7f4c2d2a2a
Use 28dp statusbar in NoCutout overlay
All other cutout emulation overlays use this value and all of the known devices with notch are of 2:1 ratio or higher, so it makes ergonomical sense. Also helps with rounded corners.
2018-12-19 21:35:39 +01:00
Tadi 56ebc198e8 Fix everything about NoCutout overlay 2018-11-19 19:49:00 +01:00
Tadi 1d3bc574ef Add universal NoCutoutOverlay 2018-11-08 21:00:11 +01:00
James Muir 0874fd8bc3 Add missing "="
Fix the base64 encoded of the x509 cert for Google Webview.

You can check this by doing a base64-decode and then using openssl:

  openssl x509 -in gwv.der -inform DER -text -noout
2018-10-10 10:31:21 +02:00
Pierre-Hugues Husson 20d38353ee Some P goodies 2018-08-19 16:42:45 +02:00
Pierre-Hugues Husson b2586b17f6 Enable swipe up gesture (disabled by default) 2018-08-16 13:57:01 +02:00
Pierre-Hugues Husson eb2b482ac2 Enable ambiant display for everyone 2018-08-01 00:40:28 +02:00
Pierre-Hugues Husson f099635304 Add config_webview_packages including both AOSP webview and gapps webview 2018-06-15 13:01:16 +02:00
Pierre-Hugues Husson 401eb2215a Add various framework-res values overlay 2018-06-11 22:44:10 +02:00
Pierre-Hugues Husson 77157661cb Prefer round icon 2018-05-26 00:20:27 +02:00
Pierre-Hugues Husson 6db5159dda Let user decide whether he wants to disable LED 2018-05-20 01:20:23 +02:00
Pierre-Hugues Husson 5125a91128 Enable AutoPowerModes
The doc says that this should be enabled only if you a GCM or something
alike. So possibly we don't want this on FOSS/Vanilla variant

Fixes https://github.com/phhusson/treble_experimentations/issues/40
2018-05-19 19:09:46 +02:00
Pierre-Hugues Husson 1cbdf550d8 Initial commit 2017-12-17 17:46:37 +01:00