Skip to content

Commit

Permalink
add whereyougo to useful apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen committed Jun 14, 2015
1 parent 8ec5465 commit 7d9a566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added main/res/drawable-mdpi/helper_where_you_go.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions main/res/values/strings.xml
Expand Up @@ -1047,6 +1047,8 @@
<string name="helper_google_translate_description">If you download translation packages in the Google Translate app, then you can easily translate cache descriptions in c:geo by a long tap on the cache description text (without an Internet connection).</string>
<string name="helper_wear_title">c:geo Wear</string>
<string name="helper_wear_description">c:geo Wear is a plugin for c:geo that lets you navigate to geocaches using your Android Wear smartwatch.</string>
<string name="helper_where_you_go_title">WhereYouGo</string>
<string name="helper_where_you_go_description">WhereYouGo allows playing and searching geocaches of type Whereigo. c:geo can automatically trigger the download of cartridges within this app.</string>

<!-- add-ons -->
<string name="addon_missing_title">Missing plugin</string>
Expand Down
1 change: 1 addition & 0 deletions main/src/cgeo/geocaching/UsefulAppsActivity.java
Expand Up @@ -58,6 +58,7 @@ public HelperApp(final int title, final int description, final int icon, @NonNul
new HelperApp(R.string.helper_wear_title, R.string.helper_wear_description, R.drawable.helper_wear, "com.javadog.cgeowear"),
new HelperApp(R.string.helper_pocketquery_title, R.string.helper_pocketquery_description, R.drawable.helper_pocketquery, "org.pquery"),
new HelperApp(R.string.helper_google_translate_title, R.string.helper_google_translate_description, R.drawable.helper_google_translate, "com.google.android.apps.translate"),
new HelperApp(R.string.helper_where_you_go_title, R.string.helper_where_you_go_description, R.drawable.helper_where_you_go, "menion.android.whereyougo"),
new HelperApp(R.string.helper_gpsstatus_title, R.string.helper_gpsstatus_description, R.drawable.helper_gpsstatus, "com.eclipsim.gpsstatus2"),
new HelperApp(R.string.helper_bluetoothgps_title, R.string.helper_bluetoothgps_description, R.drawable.helper_bluetoothgps, "googoo.android.btgps"),
new HelperApp(R.string.helper_barcode_title, R.string.helper_barcode_description, R.drawable.helper_barcode, "com.google.zxing.client.android"),
Expand Down

0 comments on commit 7d9a566

Please sign in to comment.