Update WhereYouGo to 2022.01.14

This commit is contained in:
Lineflyer 2022-01-15 13:54:32 +01:00
parent a572dd8961
commit 0c06017873
No known key found for this signature in database
GPG key ID: 50BAC5EE6D24E755

View file

@ -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.
<b>Functions:</b>
* 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
<b>Main features:</b>
* 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