1
0
Fork 0

restored the Precalculate Navbar Height hack and added it offically to Appearance

This commit is contained in:
sspanak 2025-04-23 11:27:11 +03:00 committed by Dimo Karaivanov
parent 477e0924e1
commit ceec555ae2
28 changed files with 100 additions and 8 deletions

View file

@ -80,6 +80,7 @@
<string name="pref_hack_always_on_top_summary">Prevent other apps from covering %1$s or pushing it off the screen.</string>
<string name="pref_hack_key_pad_debounce_time">Accidental Key Repeat Protection</string>
<string name="pref_hack_key_pad_debounce_off">Off</string>
<string name="pref_hack_precalculate_navbar_height_summary">Prevent blank space under the keys. Disable on Samsung to prevent overlapping with the system navigation bar.</string>
<string name="pref_haptic_feedback">Vibration</string>
<string name="pref_haptic_feedback_summary">Vibrate when a virtual key is pressed. (Not possible on all devices)</string>
<string name="pref_help">Help</string>
@ -254,4 +255,5 @@
<string name="voice_input_error_network_failed">Network connection failed</string>
<string name="voice_input_error_no_network">No Internet connection</string>
<string name="voice_input_error_not_available">Voice input is not available</string>
<string name="pref_hack_precalculate_navbar_height">Recalculate Bottom Padding</string>
</resources>