From 0d50eea91485207ad682978606f01b44f1d03d26 Mon Sep 17 00:00:00 2001 From: Felipe Erias Date: Sun, 10 Dec 2023 23:33:35 +0900 Subject: [PATCH] Set default density to 1.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lower the default density to avoid ugly visual artifacts. On Pico and Quest 2, pages and images with very thin lines cause distortions and Moiré patterns when the density is too high. Lowering the density eliminates these effects. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d81fbd9ec1..856fad3ac7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -122,7 +122,7 @@ android { buildConfigField "Boolean", "FXA_USE_CHINA_SERVER", "false" buildConfigField "String[]", "SPEECH_SERVICES", "{ com.igalia.wolvic.speech.SpeechServices.MEETKAI }" buildConfigField "Boolean", "SUPPORTS_SYSTEM_NOTIFICATIONS", "false" - buildConfigField "Float", "DEFAULT_DENSITY", "1.5f" + buildConfigField "Float", "DEFAULT_DENSITY", "1.25f" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue 'string', 'HOMEPAGE_URL', "https://wolvic.com/start" externalNativeBuild {