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-zh-rCN/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/values-zh-rCN/strings.xml') diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 62e8e2e..0c7051e 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -5,7 +5,9 @@ 适用于 Android 的轻量级、注重隐私的虚拟键盘。 此应用的主要功能是,通过将按键沿四角滑动,您可以输入更多字符。\n\n此应用最初是为使用 Termux 的程序员而设计的。\n现在对于日常使用来说也很完美。\n\n此应用没有广告,不会发送任何网络请求,而且是开源的。 在竖屏模式下 + 在横屏模式下 + 布局 调整字母亮度 调整键盘背景透明度 -- cgit v1.2.3