From 0c06017873e38566fd85ef656eca8016f89c5d7c Mon Sep 17 00:00:00 2001
From: Lineflyer <2799565-Lineflyer@users.noreply.gitlab.com>
Date: Sat, 15 Jan 2022 13:54:32 +0100
Subject: [PATCH] Update WhereYouGo to 2022.01.14
---
metadata/menion.android.whereyougo.yml | 47 ++++++++++++++++----------
1 file changed, 30 insertions(+), 17 deletions(-)
diff --git a/metadata/menion.android.whereyougo.yml b/metadata/menion.android.whereyougo.yml
index 3400929984..0fedca213d 100644
--- a/metadata/menion.android.whereyougo.yml
+++ b/metadata/menion.android.whereyougo.yml
@@ -8,22 +8,21 @@ Changelog: https://github.com/cgeo/WhereYouGo/releases
AutoName: WhereYouGo
Description: |-
- WhereYouGo is an unofficial client for Wherigo Geocaching. It displays online
- and offline vector maps using Mapsforge library, alternatively Locus can be used
- to display maps.
+ WhereYouGo is an unofficial client for Wherigo Geocaching.
+ It supports playing Wherigo cartridges, which is an interactive location based geocaching game.
+ You can load, play and save the current state of your Wherigo game. Compass and online or offline maps can be used to navigate, alternatively Locus can be used to display maps.
+ Cartridges for usage with WhereYouGo can be downloaded from https://www.wherigo.com and other services.
- Functions:
-
- * Wherigo client
- * Download cartridges (user needs to fill login credentials in Settings, browse to desired wherigo via Web Browser and select open in WhereYouGo)
- * Savegame slots
- * Automatic game saving when user switches to another application
- * Online maps
- * Offline vector maps (downloadable e.g. here http://download.mapsforge.org/ or http://osm.paws.cz/ or http://www.openandromaps.org/)
- * Alternatively Locus can be used to display maps http://play.google.com/store/apps/details?id=menion.android.locus
- * Displays objects on map, including labels and zone borders
- * Vector maps display moving objects (Locus does not)
- * Compass
+ Main features:
+ * Automatic download of cartridges from wherigo.com (can be triggered from your browser by opening a listing page on wherigo.com or from other geocaching apps like c:geo)
+ * Use compass to navigate to the next game zone or location
+ * View game zones and locations on a map
+ * Uses online maps from various sources
+ * Supports offline map files (only Mapsforge v0.3 format at this moment)
+ * Seamless interworking with Locus to display maps (alternatively to internal maps)
+ * Several save game slots per cartridge
+ * Automatic game saving when switching to another app
+ * Integrated QR-code reader
RepoType: git
Repo: https://github.com/cgeo/WhereYouGo
@@ -31,6 +30,7 @@ Repo: https://github.com/cgeo/WhereYouGo
Builds:
- versionName: 2020.04.07
versionCode: 20200407
+ disable: old failing build
commit: 2020.04.07
gradle:
- yes
@@ -57,6 +57,7 @@ Builds:
- versionName: 2022.01.02
versionCode: 20220102
+ disable: outdated beta release with major issues
commit: 2022.01.02
gradle:
- yes
@@ -67,9 +68,21 @@ Builds:
- sed -i -e 's/versionCode .*/versionCode = '"$APP_CODE"'/g' build.gradle
ndk: r21
+ - versionName: 2022.01.14
+ versionCode: 20220114
+ commit: 2022.01.14
+ gradle:
+ - yes
+ prebuild:
+ - sed -i -e 's/versionName .*/versionName = "$$VERSION$$"/g' build.gradle
+ - export APP_VERSION="$$VERSION$$"
+ - export APP_CODE=${APP_VERSION//./}
+ - sed -i -e 's/versionCode .*/versionCode = '"$APP_CODE"'/g' build.gradle
+ ndk: r21
+
MaintainerNotes: Cannot use AUM/UCM because version code and version name are dynamic.
AutoUpdateMode: None
UpdateCheckMode: None
-CurrentVersion: 2022.01.02
-CurrentVersionCode: 20220102
+CurrentVersion: 2022.01.14
+CurrentVersionCode: 20220114