6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: Apache-2.0
|
|
WebSite: http://maps.me
|
|
|
|
AutoName: MAPS.ME
|
|
Summary: Fast, detailed and completely offline maps
|
|
Description: |-
|
|
Offline maps using OpenStreetMap data with routing and walking directions.
|
|
Features:
|
|
|
|
* Bookmarks of places. Create and import/export from other maps for easy access anytime. KML/KMZ files are supported.
|
|
|
|
* Offline search. Locate everything you need on the maps and use it as a travel guide!
|
|
|
|
* Location-sharing. Let your friends and family know where you are! Send a pin of any place on the map via email or SMS.
|
|
|
|
* Auto-follow mode. When enabled, the map automatically orients itself to the direction you are moving.
|
|
|
|
This is an unofficial fork without proprietary dependencies and user tracking.
|
|
|
|
Builds:
|
|
- versionName: 5.1.8_r1
|
|
versionCode: 51801
|
|
disable: broken on x86 32-bit buildserver VM
|
|
commit: v5.1.8_r1
|
|
subdir: android
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- data/*.bin
|
|
scandelete:
|
|
- 3party
|
|
- iphone
|
|
- data/shaders_compiler
|
|
|
|
- versionName: 5.1.8_r2
|
|
versionCode: 51802
|
|
commit: v5.1.8_r2
|
|
subdir: android
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- data/*.bin
|
|
scandelete:
|
|
- 3party
|
|
- iphone
|
|
- data/shaders_compiler
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 5.1.8_r2
|
|
CurrentVersionCode: 51802
|
|
|
|
NoSourceSince: 5.1.9
|