Merge pull request #386 from lenchan139/master

add option: always show all sensitive content without warning
This commit is contained in:
Konrad Pozniak 2017-10-17 09:44:19 +02:00 committed by GitHub
commit 1297a35e9b
4 changed files with 10 additions and 3 deletions

View file

@ -217,6 +217,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