mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-17 11:12:17 +01:00
DroidFish: Better handling of gestures on the chess board.
This commit is contained in:
@@ -302,8 +302,6 @@ you are not actively using the program.\
|
||||
<string name="prefs_discardVariations_summary">Discard non-mainline moves from move list</string>
|
||||
<string name="prefs_leftHanded_title">Left-handed mode</string>
|
||||
<string name="prefs_leftHanded_summary">Controls on left side in landscape mode</string>
|
||||
<string name="prefs_boardGestures_title">Board Gestures</string>
|
||||
<string name="prefs_boardGestures_summary">Long press board for tools menu. Swipe horizontally to undo/redo moves. Swipe vertically to go to previous/next variation.</string>
|
||||
<string name="prefs_squareSelectType_title">Square selection</string>
|
||||
<string name="prefs_squareSelectType_summary">Control how selecting squares on the chess board behaves</string>
|
||||
<string name="prefs_fontSize_title">Text Size</string>
|
||||
|
||||
@@ -495,15 +495,8 @@
|
||||
android:entries="@array/squareSelectType_texts"
|
||||
android:defaultValue="@string/squareSelectType_default">
|
||||
</ListPreference>
|
||||
<CheckBoxPreference
|
||||
android:key="boardGestures"
|
||||
android:title="@string/prefs_boardGestures_title"
|
||||
android:summary="@string/prefs_boardGestures_summary"
|
||||
android:defaultValue="true">
|
||||
</CheckBoxPreference>
|
||||
<ListPreference
|
||||
android:key="scrollSensitivity"
|
||||
android:dependency="boardGestures"
|
||||
android:title="@string/prefs_scrollSensitivity_title"
|
||||
android:summary="@string/prefs_scrollSensitivity_summary"
|
||||
android:entryValues="@array/scroll_sensitivity_values"
|
||||
@@ -512,7 +505,6 @@
|
||||
</ListPreference>
|
||||
<CheckBoxPreference
|
||||
android:key="invertScrollDirection"
|
||||
android:dependency="boardGestures"
|
||||
android:title="@string/prefs_invertScrollDirection_title"
|
||||
android:summary="@string/prefs_invertScrollDirection_summary"
|
||||
android:defaultValue="false">
|
||||
|
||||
Reference in New Issue
Block a user