diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd8308f..35a06e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - The space bar now shows the currently selected language ([#62]) - Space bar cursor control now activates immediately on swipe ([#129]) +- Reorganized options on the settings screen ## [1.7.0] - 2025-12-16 ### Added diff --git a/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt b/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt index ead937ca..3d057645 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/activities/SettingsActivity.kt @@ -74,7 +74,9 @@ class SettingsActivity : SimpleActivity() { arrayOf( settingsColorCustomizationSectionLabel, settingsGeneralSettingsLabel, - settingsKeyboardSettingsLabel, + settingsLayoutAppearanceLabel, + settingsKeypressLabel, + settingsTypingInputLabel, settingsClipboardSettingsLabel ).forEach { it.setTextColor(getProperPrimaryColor()) diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 490c7c92..f1706073 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -73,7 +73,7 @@ + android:layout_height="wrap_content" /> + android:text="@string/layout_and_appearance" /> - - - - - - - - + android:text="@string/show_key_borders" /> + android:text="@string/show_numbers_row" /> + android:text="@string/show_emoji_key" /> + android:text="@string/show_language_switch_key" /> - + + + android:layout_below="@+id/settings_keyboard_height_multiplier_label" + tools:text="@string/small" /> + + + + + android:text="@string/show_popup" /> + android:text="@string/vibrate_on_keypress" /> + android:text="@string/sound_on_keypress" /> + + + + + + + + + + + android:text="@string/start_sentences_capitalized" /> @@ -336,10 +358,9 @@ - Enter Spacebar + Layout & appearance + Keypress + Typing & input Show clipboard content if available Show a popup on keypress Vibrate on keypress