diff options
| author | Matej Drobnič | 2025-05-22 23:54:13 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-22 23:54:13 +0200 |
| commit | 97355881a855c5d2503f7e518c1e30fc03f88d4e (patch) | |
| tree | f9abbdb522c1d4dfc478b6716430ef5afdceee0d /res/values-cs/strings.xml | |
| parent | a7312054b56ad3bdbc62d03c774b5942db9852e9 (diff) | |
| download | unexpected-keyboard-97355881a855c5d2503f7e518c1e30fc03f88d4e.tar.gz unexpected-keyboard-97355881a855c5d2503f7e518c1e30fc03f88d4e.zip | |
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
Diffstat (limited to 'res/values-cs/strings.xml')
| -rw-r--r-- | res/values-cs/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 0617298..96b2447 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -5,7 +5,9 @@ <string name="short_description">Nenáročná virtuální klávesnice pro vývojáře.</string> <string name="store_description">Hlavní funkcí je možnost psát více znaků posunutím kláves směrem k rohům.\n\nTato aplikace byla původně navržena pro programátory používající Termux.\nNyní je ideální pro každodenní použití.\n\nTato aplikace neobsahuje žádné reklamy, nevyužívá připojení k síti a je Open Source.</string> <string name="pref_portrait">V režimu na výšku</string> + <!-- <string name="pref_portrait_unfolded">In portrait mode unfolded</string> --> <string name="pref_landscape">V režimu na šířku</string> + <!-- <string name="pref_landscape_unfolded">In landscape mode unfolded</string> --> <string name="pref_category_layout">Rozvržení</string> <string name="pref_label_brightness">Upravit jas nápisu</string> <string name="pref_keyboard_opacity">Upravit průhlednost pozadí klávesnice</string> |
