From 77b25099eb2a7ec3f09fa49854304ae72afd1a9a Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Thu, 10 May 2012 18:36:02 +0000 Subject: [PATCH] DroidFish: Optionally vibrate when the computer makes a move. --- DroidFish/AndroidManifest.xml | 1 + DroidFish/res/values/strings.xml | 2 ++ DroidFish/res/xml/preferences.xml | 6 ++++++ DroidFish/src/org/petero/droidfish/DroidFish.java | 9 +++++++++ 4 files changed, 18 insertions(+) diff --git a/DroidFish/AndroidManifest.xml b/DroidFish/AndroidManifest.xml index d0fb7a5..a240af8 100644 --- a/DroidFish/AndroidManifest.xml +++ b/DroidFish/AndroidManifest.xml @@ -8,6 +8,7 @@ android:anyDensity="true" /> + Touching a square that corresponds to one unique move makes that move immediately Enable Sounds Play sound when computer makes a move + Enable Vibration + Vibrate when computer makes a move Fullscreen Mode Fullscreen mode hides the status bar Disable Screen Timeout diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml index 12951ba..3001d2a 100644 --- a/DroidFish/res/xml/preferences.xml +++ b/DroidFish/res/xml/preferences.xml @@ -121,6 +121,12 @@ android:summary="@string/prefs_soundEnabled_summary" android:defaultValue="false"> + +