0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Merge branch 'master' of git://github.com/daniel-svard/Anki-Android

This commit is contained in:
Nicolas Raoul 2010-02-23 13:46:24 +09:00
commit d42072b169
2 changed files with 0 additions and 8 deletions

View File

@ -17,11 +17,6 @@
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:title="Spaced repetition (beta)"
android:defaultValue="true"
android:summary="Known cards do not reappear soon"
android:key="spacedRepetition" />
<CheckBoxPreference
android:title="Show timer / whiteboard"
android:defaultValue="true"

View File

@ -156,8 +156,6 @@ public class Ankidroid extends Activity
private boolean timerAndWhiteboard;
private boolean spacedRepetition;
private boolean writeAnswers;
private boolean updateNotifications;
@ -844,7 +842,6 @@ public class Ankidroid extends Activity
corporalPunishments = preferences.getBoolean("corporalPunishments", false);
timerAndWhiteboard = preferences.getBoolean("timerAndWhiteboard", true);
Log.i(TAG, "restorePreferences - timerAndWhiteboard: " + timerAndWhiteboard);
spacedRepetition = preferences.getBoolean("spacedRepetition", true);
writeAnswers = preferences.getBoolean("writeAnswers", false);
updateNotifications = preferences.getBoolean("enabled", true);
deckPath = preferences.getString("deckPath", "/sdcard");