From 661fe67f23fa4dfca39f99173f6c14dbc8f60f70 Mon Sep 17 00:00:00 2001 From: mvglasow Date: Tue, 23 Sep 2014 22:55:12 +0200 Subject: [PATCH] Update SatStat to version 2.0 Signed-off-by: mvglasow --- metadata/com.vonglasow.michael.satstat.txt | 26 +++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/metadata/com.vonglasow.michael.satstat.txt b/metadata/com.vonglasow.michael.satstat.txt index f76ea094bf..c75e75b58c 100644 --- a/metadata/com.vonglasow.michael.satstat.txt +++ b/metadata/com.vonglasow.michael.satstat.txt @@ -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