add option: always show all sensitive content without warning

This commit is contained in:
Len Chan 2017-09-19 23:19:18 +08:00
commit c0a5e55f47
4 changed files with 10 additions and 3 deletions

View file

@ -213,6 +213,7 @@
<string name="abbreviated_seconds_ago">%ds</string>
<string name="follows_you">Follows you</string>
<string name="pref_title_alway_show_sensitive_media">Always show all nsfw content</string>
</resources>

View file

@ -19,6 +19,11 @@
android:title="@string/pref_title_show_media_preview"
android:defaultValue="true" />
<CheckBoxPreference
android:key="alwayShowSensitiveMedia"
android:title="@string/pref_title_alway_show_sensitive_media"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_title_browser_settings">
<CheckBoxPreference