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-ja/strings.xml | 2 ++
1 file changed, 2 insertions(+)
(limited to 'res/values-ja/strings.xml')
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 420bf87..6ab7511 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -5,7 +5,9 @@
軽量でプライバシーに配慮したAndroid用仮想キーボード
このキーボードは、キーの角をスワイプすることで様々なキーを入力できます。\n\nこのアプリは元々はTermuxでのプログラミング用に設計されました。\nしかし、今では普段の入力にも適しています。\nPCキーボードでの半角入力を再現しています。日本語入力、変換は出来ません。\n\nこのアプリは広告を含まず、インターネットに接続せず、そしてオープンソースです。
縦向き
+
横向き
+
レイアウト
文字の明るさ
背景の不透明度
--
cgit v1.2.3