mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-18 12:01:07 +02:00
Compare commits
3 Commits
1.32.0
...
set-window
Author | SHA1 | Date | |
---|---|---|---|
|
b50647f622 | ||
|
cd1b4beb10 | ||
|
957dbdc7fe |
@@ -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
|
||||
|
@@ -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);
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user