mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Opentrail - fix build, add AF
This commit is contained in:
parent
0c5a2ff4c3
commit
f98a30f4c3
1 changed files with 16 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
Categories:
|
Categories:
|
||||||
- Navigation
|
- Navigation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
|
@ -16,6 +18,16 @@ Description: |-
|
||||||
and download footpath issues (blockages, directions etc) and walking
|
and download footpath issues (blockages, directions etc) and walking
|
||||||
routes.
|
routes.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://gitlab.com/nickw1/opentrail.git
|
Repo: https://gitlab.com/nickw1/opentrail.git
|
||||||
|
|
||||||
|
|
@ -55,12 +67,10 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
srclibs:
|
srclibs:
|
||||||
- andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003
|
- andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003
|
||||||
- freemaplib@20170509
|
- freemaplib@d409e3db4b84509108e4e406f8b4e721d9223d1b
|
||||||
- freemaplibProj@20131013
|
- freemaplibProj@a15388343b5cd0498efe70586c2c863a4870959f
|
||||||
- JCoord@328e75a8d44d9f6a13205994d3b9d3fd50f68867
|
- JCoord@aa4c5aa25fee1179c57817bbb2c7f61aa1c5328d
|
||||||
- javaproj@b2167fa5aa64dce82867f7d96ac1462a4212c9df
|
- javaproj@fecb0f3a6b52a4eb4e44889f10c07183cc592a3d
|
||||||
prebuild: echo -e "\nproject(':andromaps').projectDir = new File('./app/$$andromaps$$/app/')"
|
|
||||||
>> ../settings.gradle
|
|
||||||
build:
|
build:
|
||||||
- pushd $$freemaplib$$
|
- pushd $$freemaplib$$
|
||||||
- $$MVN3$$ install
|
- $$MVN3$$ install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue