Merge branch 'master' into 'master'

Update SatStat to version 2.0

So here's it all squashed into one commit.

Unfortunately the whole operation created a conflict in an unrelated file, hence I had to introduce another commit – sorry, didn't know how to get rid of that. Lesson learned: I won't commit half-baked changes in the future, or at least do so in a branch and apply a clean commit to master which you can merge :-)

See merge request !275
This commit is contained in:
Boris Kraut 2014-09-23 22:49:06 +00:00
commit 73831066b1
2 changed files with 25 additions and 5 deletions

View file

@ -10,13 +10,14 @@ Summary:GPS, sensor and network status
Description:
A diagnostic tool that displays data reported by sensors in the phone.
GPS:
* Refresh AGPS data (if supported by phone)
GPS and other location providers:
* Refresh AGPS data (if supported by phone) either manually, or when a new data connection is detected
* Status notification whenever an app accesses GPS (configurable)
* Location, speed, bearing and error
* Satellites in view and satellites used
* Signal-to-noise ration (SNR) for each satellite
* Time to first fix and time of last fix
* Map view for comparison of different location providers
Sensors (as supported by your phone):
* Accelerometer (acceleration and gravity)
@ -30,11 +31,12 @@ Sensors (as supported by your phone):
* Proximity
Networks:
* GSM/CDMA cells in range with network type and signal strength
* GSM/CDMA/LTE cells in range with network type and signal strength
* WiFi networks in range, with encryption type, channel and signal strength
Known limitations:
* Some phones will report only the network cell with which they are currently registered. On such phones you will only see one cell under "GSM" or "CDMA". This is a limitation of the phone's radio firmware, and SatStat has no way of getting more information from the device.
* Some devices ignore the command to refresh AGPS data. This is a limitation of the GPS driver (which varies from device to device and is usually proprietary). Starting with version 2.0, SatStat has a workaround in place for automatic AGPS updates.
[https://github.com/mvglasow/satstat/releases Change history]
.
@ -70,8 +72,22 @@ Build:1.8,80
commit=satstat-1.8
init=./setbuild.sh
Build:2.0,2000
commit=satstat-2.0
init=./setbuild.sh
rm=libs/*jar
gradle=yes
Maintainer Notes:
Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server
if called in an ant or maven project (or when called multiple times). See
https://gitlab.com/fdroid/fdroiddata/issues/58 for details.
Upstream uses ant but maintains build.gradle for F-Droid.
.
Auto Update Mode:Version satstat-%v
Update Check Mode:Tags
Current Version:1.8
Current Version Code:80
Current Version:2.0
Current Version Code:2000

View file

@ -100,6 +100,10 @@ to build using srclibs=GNUPG
external/data/data/info.guardianproject.gpg/app_opt/bin/gpg2-static :
mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv
Beta: 0.5.x builds are currently beta and there might be other 0.4.x updates.
Use "Archive Policy" to ensure we always have at least one working 0.4 release
ready.
.
Auto Update Mode:Version %v