fixed links. Added Build Infos
This commit is contained in:
parent
3cb2d0d5a3
commit
b26f3deb1c
|
|
@ -4,6 +4,7 @@ Web Site:https://github.com/k3b/locationMapViewer/wiki
|
||||||
Source Code:https://github.com/k3b/locationMapViewer
|
Source Code:https://github.com/k3b/locationMapViewer
|
||||||
Issue Tracker:https://github.com/k3b/locationMapViewer/issues
|
Issue Tracker:https://github.com/k3b/locationMapViewer/issues
|
||||||
|
|
||||||
|
Name:Location Map Viewer
|
||||||
Auto Name:locationMapViewer
|
Auto Name:locationMapViewer
|
||||||
Summary:Display geografic info in a map.
|
Summary:Display geografic info in a map.
|
||||||
Description:
|
Description:
|
||||||
|
|
@ -14,8 +15,8 @@ once geodata is downloaded and cached.
|
||||||
|
|
||||||
Other Android apps can use LocationMapViewer through an
|
Other Android apps can use LocationMapViewer through an
|
||||||
Intent interface (see
|
Intent interface (see
|
||||||
[GeoIntentDemo.java](https://github.com/k3b/LocationMapViewer/blob/master/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java) )
|
[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:'''
|
||||||
|
|
@ -32,3 +33,18 @@ 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
|
||||||
|
commit=Version0.2.1.150116
|
||||||
|
subdir=LocationMapViewer
|
||||||
|
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
|
||||||
|
Update Check Mode:Tags/master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue