mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Organic Maps to 2021.06.07-5-gd4d3b46566-FDroid (21060705)
This commit is contained in:
parent
e94ccabd49
commit
d4619745a1
1 changed files with 44 additions and 10 deletions
|
|
@ -6,13 +6,15 @@ SourceCode: https://github.com/organicmaps/organicmaps/tree/HEAD
|
|||
IssueTracker: https://github.com/organicmaps/organicmaps/issues
|
||||
|
||||
Description: |-
|
||||
Organic Maps offers fast offline maps of all the cities, all countries of the world. Travel with full confidence: wherever you are, Organic Maps helps to locate yourself on the map, find the nearest restaurant, hotel, bank, gas station etc. It doesn’t require internet connection.
|
||||
Organic Maps offers fast offline maps app for travelers, tourists, hikers and cyclists based on top of crowd-sourced OpenStreetMap data and curated with love by MAPS.ME founders.
|
||||
|
||||
* Offline maps — Save mobile data; no internet is required.
|
||||
* Navigation — Use driving, walking and cycle navigation anywhere in the world.
|
||||
* Up-to-date — Maps are updated by millions of OpenStreetMap contributors daily.
|
||||
* Fast and reliable — Offline search, GPS navigation along with optimized maps to effectively save memory space.
|
||||
* Bookmarks — Save locations you love and share them with your friends.
|
||||
* Detailed offline maps with places that don't exist on other maps
|
||||
* Cycling routes, hiking trails and walking paths
|
||||
* Contour lines, elevation profiles, peaks and slopes
|
||||
* Turn-by-turn walking, cycling and car navigation with voice guidance
|
||||
* Fast offline search on the map and bookmarks
|
||||
* Dark mode to protect your eyes
|
||||
* No ads, no trackers, no data collection, no crapware, no pesticides
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/organicmaps/organicmaps.git
|
||||
|
|
@ -48,14 +50,46 @@ Builds:
|
|||
- ./b2 headers
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2021.06.07-5-gd4d3b46566-FDroid
|
||||
versionCode: 21060705
|
||||
commit: '2021-06-07'
|
||||
subdir: android
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- iphone
|
||||
- qt
|
||||
- tools/shaders_compiler
|
||||
- xcode
|
||||
prebuild:
|
||||
- sed -i -e '/com.google.firebase/d; /com.google.gms/d; /com.google.android.gms/d'
|
||||
build.gradle
|
||||
- touch secure.properties
|
||||
- echo '<?xml version="1.0" encoding="utf-8"?><network-security-config/>' >
|
||||
res/xml/network_security_config.xml
|
||||
- cp ../private_default.h ../private.h
|
||||
scanignore:
|
||||
- data/*.bin
|
||||
scandelete:
|
||||
- 3party
|
||||
build:
|
||||
- cd ../3party/boost
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
Version name and version code are generated dynamically from the head
|
||||
commit date:
|
||||
|
||||
date --date="@$(git log -1 --format=%ct)" +%Y.%m.%d-%-H-g$(git rev-parse --short HEAD)-FDroid
|
||||
date --date="@$(git log -1 --format=%ct)" +%y%m%d%H
|
||||
TZ=UTC date --date="@$(git log -1 --format=%ct)" +%Y.%m.%d-%-H-g$(git rev-parse --short HEAD)-FDroid
|
||||
TZ=UTC date --date="@$(git log -1 --format=%ct)" +%y%m%d%H
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2021.05.21-6-g6cfa29a770-FDroid
|
||||
CurrentVersionCode: 21052106
|
||||
CurrentVersion: 2021.06.07-5-gd4d3b46566-FDroid
|
||||
CurrentVersionCode: 21060705
|
||||
|
|
|
|||
Loading…
Reference in a new issue