Generate Nearby list using Wikidata Query

Plus,
* remove duplicate location service manager
* add option to switch data sources of Nearby
* faster sorting of places
* minor coding style improvents
This commit is contained in:
Yusuke Matsubara 2017-04-13 18:40:36 +09:00
parent eb99350caf
commit 8731987385
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>