Location Map Viewer: Fix metadata and build
This commit is contained in:
parent
6702993812
commit
9c12b19540
|
@ -6,25 +6,21 @@ Issue Tracker:https://github.com/k3b/locationMapViewer/issues
|
||||||
|
|
||||||
Name:Location Map Viewer
|
Name:Location Map Viewer
|
||||||
Auto Name:locationMapViewer
|
Auto Name:locationMapViewer
|
||||||
Summary:Display geografic info in a map.
|
Summary:Display geografic information on a map
|
||||||
Description:
|
Description:
|
||||||
An app that can display geografic info in a map. It has support
|
Display geografic information in a map. It has support for GPX and
|
||||||
for **gpx** and **kml** files and **geo-uri-s**
|
KML files, as well as the "geo" URI scheme. It can work offline (without
|
||||||
and can work offline (without internet/wifi)
|
Internet/WiFi) once geodata has been downloaded and cached.
|
||||||
once geodata is downloaded and cached.
|
|
||||||
|
|
||||||
Other Android apps can use LocationMapViewer through an
|
Other Android apps can use LocationMapViewer through an [https://github.com/k3b/LocationMapViewer/blob/master/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java Intent interface]
|
||||||
Intent interface (see
|
|
||||||
[https://github.com/k3b/LocationMapViewer/blob/master/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java GeoIntentDemo.java] )
|
|
||||||
or through html links like [geo:0,0?q=53.0,8.0(Hello) geo:0,0?q=53.0,8.0(Hello)]
|
or through html links like [geo:0,0?q=53.0,8.0(Hello) geo:0,0?q=53.0,8.0(Hello)]
|
||||||
(<a href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a>)
|
(<a href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a>)
|
||||||
|
|
||||||
'''Required Android Permissions:'''
|
Required Android Permissions:
|
||||||
|
|
||||||
* INTERNET: to download map data from Open Streetmap Server
|
* INTERNET: to download map data from Open Streetmap Server
|
||||||
* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata
|
* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata
|
||||||
* WRITE_EXTERNAL_STORAGE
|
* WRITE_EXTERNAL_STORAGE (to cache downloaded map data in local file system and to load gpx/kml-Files to be displayed in the map)
|
||||||
* to cache downloaded map data in local file system
|
|
||||||
* to load gpx/kml-Files to be displayed in the map
|
|
||||||
* ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location in the map, too
|
* ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location in the map, too
|
||||||
|
|
||||||
[https://github.com/k3b/locationMapViewer/wiki/History Changelog]
|
[https://github.com/k3b/locationMapViewer/wiki/History Changelog]
|
||||||
|
@ -33,18 +29,13 @@ or through html links like [geo:0,0?q=53.0,8.0(Hello) geo:0,0?q=53.0,8.0(Hello)]
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/k3b/locationMapViewer.git
|
Repo:https://github.com/k3b/locationMapViewer.git
|
||||||
|
|
||||||
Build:0.2.1.150316,1
|
Build:0.2.1.150116,1
|
||||||
commit=Version0.2.1.150116
|
commit=Version0.2.1.150116
|
||||||
subdir=LocationMapViewer
|
subdir=LocationMapViewer
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Note from k3b: the app is in the git-branch "main" in the subfolder "LocationMapViewer"
|
|
||||||
the git-tag is "Version0.2.1.150116"
|
|
||||||
versionName in "./LocationMapViewer/build.gradle" is "0.2.1.150116"
|
|
||||||
versionCode is 1.
|
|
||||||
I hope that i have filled in the these values into the right fields
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags/master
|
Update Check Mode:Tags
|
||||||
|
Current Version:0.2.1.150116
|
||||||
|
Current Version Code:1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue