fdroiddata/metadata/freemap.opentrail.yml

92 lines
2.9 KiB
YAML
Raw Permalink Normal View History

2020-04-27 11:04:26 +00:00
AntiFeatures:
- NonFreeNet
2019-03-10 13:56:51 +00:00
Categories:
- Navigation
License: GPL-2.0-only
2019-10-19 10:26:29 +00:00
AuthorName: Nick Whitelegg
AuthorEmail: nickw4426@gmail.com
2019-03-10 13:56:51 +00:00
WebSite: http://www.free-map.org.uk/common/opentrail.html
SourceCode: https://gitlab.com/nickw1/opentrail
IssueTracker: https://gitlab.com/nickw1/opentrail/issues
Changelog: https://gitlab.com/nickw1/opentrail/tags
AutoName: OpenTrail
Description: |-
OpenStreetMap-based Android app for UK walkers and other countryside users,
highlighting rights of way and showing contours from OS OpenData. Allows
both online and offline use. In addition to navigation, walkers may share
and download footpath issues (blockages, directions etc) and walking
routes.
2020-04-27 11:04:26 +00:00
Antifeatures:
* NonFreeNet: The map data is OpenStreetMap-derived but it is downloaded
from the Freemap server. OpenTrail does not currently send any personal
information (such as your Google login) to the Freemap server. All data sent
is completely anonymous. Location tracking (GPS) is used to find your
location and to download nearby points of interest from the server. Server
requests (to find all points of interest close to a given GPS location) are
logged using standard server (Apache) logging; however they are not
associated with a username or name.
2019-03-10 13:56:51 +00:00
RepoType: git
Repo: https://gitlab.com/nickw1/opentrail.git
2019-03-10 13:56:51 +00:00
Builds:
- versionName: '0.4'
versionCode: 4
commit: 0.4-fdroid
subdir: app
gradle:
- yes
srclibs:
- andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003
- freemaplib@20170509
- freemaplibProj@20131013
- JCoord@328e75a8d44d9f6a13205994d3b9d3fd50f68867
- javaproj@b2167fa5aa64dce82867f7d96ac1462a4212c9df
prebuild: echo -e "\nproject(':andromaps').projectDir = new File('./app/$$andromaps$$/app/')"
>> ../settings.gradle
build:
- pushd $$freemaplib$$
- $$MVN3$$ install
- popd
- pushd $$JCoord$$
- $$MVN3$$ install -DskipTests
- popd
- pushd $$javaproj$$
- $$MVN3$$ install -DskipTests
- popd
- pushd $$freemaplibProj$$
- $$MVN3$$ install
2020-04-05 11:54:36 +00:00
- versionName: 0.5-final
versionCode: 6
2020-05-11 10:47:21 +00:00
disable: fails to build, missing srclib deps
2020-04-05 11:54:36 +00:00
commit: 0.5-final
subdir: app
gradle:
- yes
srclibs:
- andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003
2020-04-27 11:04:26 +00:00
- freemaplib@d409e3db4b84509108e4e406f8b4e721d9223d1b
- freemaplibProj@a15388343b5cd0498efe70586c2c863a4870959f
- JCoord@aa4c5aa25fee1179c57817bbb2c7f61aa1c5328d
- javaproj@fecb0f3a6b52a4eb4e44889f10c07183cc592a3d
2020-04-05 11:54:36 +00:00
build:
- pushd $$freemaplib$$
- $$MVN3$$ install
- popd
- pushd $$JCoord$$
- $$MVN3$$ install -DskipTests
- popd
- pushd $$javaproj$$
- $$MVN3$$ install -DskipTests
- popd
- pushd $$freemaplibProj$$
- $$MVN3$$ install
2019-03-10 13:56:51 +00:00
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
2020-04-05 11:54:36 +00:00
CurrentVersion: 0.5-final
CurrentVersionCode: 6