From 97355881a855c5d2503f7e518c1e30fc03f88d4e Mon Sep 17 00:00:00 2001
From: Matej Drobnič
Date: Thu, 22 May 2025 23:54:13 +0200
Subject: Better support for foldable devices (#982)
* Add AndroidX WindowManager
unfortunately, this seems to be the only way to get fold state, native Android APIs are internal. To add this, we need to update some dependencies, raise java version and raise compile SDK.
* adds separate layouts and separate layout settings for folded and unfolded state of the device.
The affected settings are:
+ the margin bottom settings
+ the horizontal margin settings
+ the keyboard height settings
* Update shell.nix
---
res/values-es/strings.xml | 2 ++
1 file changed, 2 insertions(+)
(limited to 'res/values-es/strings.xml')
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 810bb25..a3556da 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -5,7 +5,9 @@
Un teclado virtual ligero para Android consciente de su privacidad.
La característica principal es que hay acceso a más caractéres deslizando hacia las esquinas de las teclas.\n\nEsta aplicación fue originalmente diseñada para programadores que usaran Termux.\nAhora es perfecta para uso cotidiano.\n\nLa misma no contiene ningún anuncio/publicidad, no realiza peticiones de red y es de Fuente Abierta.
En modo vertical
+
En modo horizontal
+
Distribución
Ajustar brillo de etiqueta
Ajustar opacidad del fondo del teclado
--
cgit v1.2.3