Radiobeacon: bump to 0.8.0
This commit is contained in:
parent
69e5194769
commit
23b8e961f6
|
@ -1,8 +1,8 @@
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:AGPLv3
|
License:AGPLv3
|
||||||
Web Site:http://openbmap.org
|
Web Site:http://openbmap.org
|
||||||
Source Code:https://code.google.com/p/openbmap/source
|
Source Code:https://code.google.com/p/openbmap
|
||||||
Issue Tracker:https://code.google.com/p/openbmap/issues
|
Issue Tracker:http://code.google.com/p/openbmap/issues/list
|
||||||
|
|
||||||
Auto Name:Radiobeacon
|
Auto Name:Radiobeacon
|
||||||
Summary:Contribute to coverage maps
|
Summary:Contribute to coverage maps
|
||||||
|
@ -10,12 +10,9 @@ Description:
|
||||||
Map wireless networks and cell towers for the
|
Map wireless networks and cell towers for the
|
||||||
[http://openbmap.org openbmap.org] database.
|
[http://openbmap.org openbmap.org] database.
|
||||||
|
|
||||||
openBmap is a free and open map of wireless communicating objects.
|
openBmap is a free and open wifi and cells database.
|
||||||
Collected data can be downloaded from the website and used for many purposes,
|
The website offers a coverage maps of wifis and cells. Collected data can be downloaded from the website and used for many purposes,
|
||||||
such as determining your own location without GPS or creating network coverage
|
such as determining your own location without GPS or creating network coverage maps.
|
||||||
maps.
|
|
||||||
|
|
||||||
Hint: Use long-press on a session to upload it to the server.
|
|
||||||
|
|
||||||
Status: Testing
|
Status: Testing
|
||||||
.
|
.
|
||||||
|
@ -30,7 +27,8 @@ Build:1.0,1
|
||||||
Build:0.7.1,2
|
Build:0.7.1,2
|
||||||
commit=858b0d926c14
|
commit=858b0d926c14
|
||||||
subdir=android
|
subdir=android
|
||||||
init=sed -i '/proguard/d' project.properties
|
init=rm -rf bin/ && \
|
||||||
|
sed -i '/proguard/d' project.properties
|
||||||
srclibs=Mapsforge@0f71a427bd50
|
srclibs=Mapsforge@0f71a427bd50
|
||||||
build=$$MVN3$$ clean package -DskipTests -f $$Mapsforge$$/pom.xml && \
|
build=$$MVN3$$ clean package -DskipTests -f $$Mapsforge$$/pom.xml && \
|
||||||
mv $$Mapsforge$$/mapsforge-map/target/mapsforge-map-0.3.1-SNAPSHOT-jar-with-dependencies.jar libs/
|
mv $$Mapsforge$$/mapsforge-map/target/mapsforge-map-0.3.1-SNAPSHOT-jar-with-dependencies.jar libs/
|
||||||
|
@ -45,19 +43,20 @@ Build:0.7.7,6
|
||||||
subdir=android
|
subdir=android
|
||||||
prebuild=sed -i '/proguard/d' project.properties
|
prebuild=sed -i '/proguard/d' project.properties
|
||||||
|
|
||||||
Build:0.7.7,7
|
Build:0.7.8,7
|
||||||
commit=v0.7.7
|
commit=v0.7.8
|
||||||
subdir=android
|
subdir=android
|
||||||
prebuild=sed -i '/proguard/d' project.properties
|
prebuild=sed -i '/proguard/d' project.properties
|
||||||
|
|
||||||
Build:0.7.9,8
|
Build:0.8.0,8
|
||||||
disable=no such tag
|
commit=v0.8.0
|
||||||
commit=v0.7.9
|
|
||||||
subdir=android
|
subdir=android
|
||||||
prebuild=sed -i '/proguard/d' project.properties
|
prebuild=sed -i '/proguard/d' project.properties
|
||||||
|
srclibs=Mapsforge@560eaa8725d1,GraphView@72976fb5b2
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.7.9
|
Current Version:0.8.0
|
||||||
Current Version Code:8
|
Current Version Code:8
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue