Merge pull request #136 from eighthave/tor-support-for-all-except-streaming

Tor support for all except streaming
This commit is contained in:
Christian Schabesberger 2016-01-03 17:40:02 +01:00
commit 0da1aef763
11 changed files with 250 additions and 15 deletions

View file

@ -63,4 +63,6 @@
<string name="detailUploaderThumbnailViewDescription">Uploader thumbnail</string>
<string name="detailThumbsDownImgViewDescription">Dislikes</string>
<string name="detailThumbsUpImgViewDescription">Likes</string>
<string name="useTor">Use Tor</string>
<string name="useTorSummary">Force download traffic through Tor for increased privacy (streaming videos not yet supported)</string>
</resources>

View file

@ -72,5 +72,10 @@
android:summary="@string/autoPlayThroughIntentSummary"
android:defaultValue="false" />
<CheckBoxPreference
android:key="@string/useTor"
android:title="@string/useTor"
android:summary="@string/useTorSummary" />
</PreferenceCategory>
</PreferenceScreen>