Merge branch 'master' into 'master'
Update Radiobeacon client to 0.8.0 See merge request !245
This commit is contained in:
commit
8d3cf5344f
|
@ -1,21 +1,16 @@
|
|||
Categories:Internet
|
||||
License:AGPLv3
|
||||
Web Site:http://openbmap.org
|
||||
Source Code:https://code.google.com/p/openbmap/source
|
||||
Issue Tracker:https://code.google.com/p/openbmap/issues
|
||||
Source Code:https://code.google.com/p/openbmap
|
||||
Issue Tracker:http://code.google.com/p/openbmap/issues/list
|
||||
|
||||
Auto Name:Radiobeacon
|
||||
Summary:Contribute to coverage maps
|
||||
Description:
|
||||
Map wireless networks and cell towers for the
|
||||
[http://openbmap.org openbmap.org] database.
|
||||
Map wireless networks and cell towers for the [http://openbmap.org openbmap.org] database.
|
||||
|
||||
openBmap is a free and open map of wireless communicating objects.
|
||||
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
|
||||
maps.
|
||||
|
||||
Hint: Use long-press on a session to upload it to the server.
|
||||
openBmap is a free and open wifi and cells database. 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 maps.
|
||||
|
||||
Status: Testing
|
||||
.
|
||||
|
@ -30,7 +25,8 @@ Build:1.0,1
|
|||
Build:0.7.1,2
|
||||
commit=858b0d926c14
|
||||
subdir=android
|
||||
init=sed -i '/proguard/d' project.properties
|
||||
init=rm -rf bin/ && \
|
||||
sed -i '/proguard/d' project.properties
|
||||
srclibs=Mapsforge@0f71a427bd50
|
||||
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/
|
||||
|
@ -45,19 +41,20 @@ Build:0.7.7,6
|
|||
subdir=android
|
||||
prebuild=sed -i '/proguard/d' project.properties
|
||||
|
||||
Build:0.7.7,7
|
||||
commit=v0.7.7
|
||||
Build:0.7.8,7
|
||||
commit=v0.7.8
|
||||
subdir=android
|
||||
prebuild=sed -i '/proguard/d' project.properties
|
||||
|
||||
Build:0.7.9,8
|
||||
disable=no such tag
|
||||
commit=v0.7.9
|
||||
Build:0.8.0,8
|
||||
commit=v0.8.0
|
||||
subdir=android
|
||||
prebuild=sed -i '/proguard/d' project.properties
|
||||
srclibs=Mapsforge@560eaa8725d1,GraphView@72976fb5b2
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.7.9
|
||||
Current Version:0.8.0
|
||||
Current Version Code:8
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue