Compare commits

...

3 Commits

Author SHA1 Message Date
Jules Aguillon
b50647f622 Call Window.setAttributes()
Some checks failed
Make Apk CI / Build-Apk (push) Has been cancelled
Check translations / check-translations (push) Has been cancelled
Check layouts / check_layout.output (push) Has been cancelled
Check layouts / Generated files (push) Has been cancelled
2025-07-02 23:54:53 +02:00
Jules Aguillon
cd1b4beb10 Avoid transparent background below the navigation bar
With some vendors, the navigation bar was transparent and the keyboard
background was not drawn behind it.
2025-07-02 22:51:01 +02:00
Jules Aguillon
957dbdc7fe Fix fastlane metadata
Some checks failed
Check layouts / check_layout.output (push) Has been cancelled
Check layouts / Generated files (push) Has been cancelled
Make Apk CI / Build-Apk (push) Has been cancelled
Check translations / check-translations (push) Has been cancelled
2025-07-02 01:52:43 +02:00
9 changed files with 4 additions and 3 deletions

View File

@@ -4,4 +4,3 @@ Improved selection mode
Bug fixes and many other improvements
Huge thanks to the contributors: @alotbsol555, @bergentroll, @dacc9, @HaleyHalcyon, @Jaoheah, @jorexdeveloper, @malbajun, @matejdro, @Spike-from-NH, @tenextractor
And to the translators: 𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/𝕠𝕠𝕠𝕝), Packss, Joppla, Validbit, Chasm Solacer, Akal!, Edgars Andersons, Mehmet Ali Cuma, 是果宝呐, Giuseppe Barichello, marciozomb13, Bora Atıcı, Péter Czeglédy, Jonatas P

View File

@@ -315,7 +315,9 @@ public class Keyboard2 extends InputMethodService
WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
// Allow to draw behind system bars
wattrs.setFitInsetsTypes(0);
window.setAttributes(wattrs);
window.setDecorFitsSystemWindows(false);
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
}
updateLayoutHeightOf(window, ViewGroup.LayoutParams.MATCH_PARENT);
final View inputArea = window.findViewById(android.R.id.inputArea);

View File

@@ -14,9 +14,9 @@ VALUE_DIR_TO_METADATA = {
"en": "en-US",
"es": "es-ES",
"fa": "fa-IR",
"fil": "fil-PH",
"fil": "fil",
"fr": "fr-FR",
"in": "in-ID",
"in": "id",
"it": "it-IT",
"ja": "ja-JP",
"ko": "ko-KR",