From: David A. Velasco Date: Wed, 26 Jun 2013 07:13:28 +0000 (+0200) Subject: Disabled logging options until fixed X-Git-Tag: oc-android-1.4.3~13^2~4 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0f2a7475b1d2b468aae502c3945b670b027994ec?ds=inline;hp=--cc Disabled logging options until fixed --- 0f2a7475b1d2b468aae502c3945b670b027994ec diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 78b89bb6..4f6416ee 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -35,12 +35,13 @@ android:disableDependentsState="true" android:title="@string/instant_upload_on_wifi" android:key="instant_upload_on_wifi"/> - + android:summary="@string/prefs_log_summary_history"/ --> diff --git a/src/com/owncloud/android/ui/activity/Preferences.java b/src/com/owncloud/android/ui/activity/Preferences.java index b49bcb68..15ae7760 100644 --- a/src/com/owncloud/android/ui/activity/Preferences.java +++ b/src/com/owncloud/android/ui/activity/Preferences.java @@ -111,6 +111,7 @@ public class Preferences extends SherlockPreferenceActivity implements OnPrefere } } + /* DISABLED FOR RELEASE UNTIL FIXED pLogging = (CheckBoxPreference) findPreference("log_to_file"); if (pLogging != null) { pLogging.setOnPreferenceChangeListener(new OnPreferenceChangeListener() { @@ -145,6 +146,8 @@ public class Preferences extends SherlockPreferenceActivity implements OnPrefere } }); } + */ + } }