Removed acra because the issues wern't sent anyway.
This commit is contained in:
@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<PreferenceCategory android:title="@string/pref_debug_crash_reports">
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="acra.alwaysaccept"
|
||||
android:summaryOff="@string/pref_acra_alwaysaccept_disabled"
|
||||
android:summaryOn="@string/pref_acra_alwaysaccept_enabled"
|
||||
android:title="@string/pref_acra_alwaysaccept" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/pref_debug_debug_logs">
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="acra_should_log"
|
||||
android:title="@string/acra_login" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="should_log_everything"
|
||||
android:dependency="acra_should_log"
|
||||
android:summaryOff="@string/login_everything_off"
|
||||
android:summaryOn="@string/login_everything_on"
|
||||
android:title="@string/login_everything_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="login_debug"
|
||||
android:dependency="acra_should_log"
|
||||
android:summaryOff="@string/login_debug_off"
|
||||
android:summaryOn="@string/login_debug_on"
|
||||
android:title="@string/login_debug_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="read_debug"
|
||||
android:dependency="acra_should_log"
|
||||
android:summaryOff="@string/read_debug_off"
|
||||
android:summaryOn="@string/read_debug_on"
|
||||
android:title="@string/read_debug_title" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
<Preference
|
||||
android:enabled="true"
|
||||
android:key="debug_identifier"
|
||||
android:summary="@string/summary_debug_identifier" />
|
||||
</PreferenceScreen>
|
@ -27,15 +27,6 @@
|
||||
android:value="ic_signal_wifi_off_white_24dp"/>
|
||||
</header>
|
||||
|
||||
<header
|
||||
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$DebugPreferenceFragment"
|
||||
android:icon="@drawable/ic_bug_report_black_24dp"
|
||||
android:title="@string/pref_header_debug">
|
||||
<extra
|
||||
android:name="iconDark"
|
||||
android:value="ic_bug_report_white_24dp"/>
|
||||
</header>
|
||||
|
||||
<header
|
||||
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$ThemePreferenceFragment"
|
||||
android:icon="@drawable/ic_color_lens_black_24dp"
|
||||
|
Reference in New Issue
Block a user