Merge pull request #497 from whym/wikidata-query

Switch Nearby to Wikidata Query
This commit is contained in:
Josephine Lim 2017-04-15 00:15:02 +10:00 committed by GitHub
commit 08f300ef65
11 changed files with 302 additions and 82 deletions

View file

@ -165,4 +165,6 @@ Tap this message (or hit back) to skip this step.</string>
<string name="become_a_tester_title">Become a Beta Tester</string>
<string name="become_a_tester_description">Opt-in to our beta channel on Google Play and get early access to new features and bug fixes</string>
<string name="beta_opt_in_link">https://play.google.com/apps/testing/fr.free.nrw.commons</string>
<string name="use_wikidata">Use Wikidata</string>
<string name="use_wikidata_summary">(Warning: disabling this may cause large mobile data consumption)</string>
</resources>

View file

@ -31,4 +31,11 @@
android:key="theme"
/>
<CheckBoxPreference
android:key="useWikidata"
android:title="@string/use_wikidata"
android:defaultValue="true"
android:summary="@string/use_wikidata_summary"
/>
</PreferenceScreen>