diff --git a/apps/agpsdata/README.md b/apps/agpsdata/README.md index 93cc94259..c445ae754 100644 --- a/apps/agpsdata/README.md +++ b/apps/agpsdata/README.md @@ -1,18 +1,17 @@ # A-GPS Data -Load assisted GPS data directly to the watch using the new http requests on Android GadgetBridge. +Load assisted GPS (AGPS) data directly to the watch using the new http requests on Android GadgetBridge. + +Will download AGPS data in background (if enabled in settings). Make sure: * your GadgetBridge version supports http requests * turn on internet access in GadgetBridge settings -Currently proof of concept on Bangle2 only. Will eventually add a widget for automatic download. - -![](screenshot.png) -![](screenshot2.png) -![](screenshot3.png) -![](screenshot4.png) -![](screenshot5.png) +Currently proof of concept on Bangle2 only. ## Creator [@pidajo](https://github.com/pidajo) + +## Contributor +[@myxor](https://github.com/myxor) diff --git a/apps/agpsdata/metadata.json b/apps/agpsdata/metadata.json index fd0985c90..79f551033 100644 --- a/apps/agpsdata/metadata.json +++ b/apps/agpsdata/metadata.json @@ -8,7 +8,7 @@ "allow_emulator":true, "supports": ["BANGLEJS2"], "readme":"README.md", - "screenshots" : [ { "url":"screenshot.png" }, { "url":"screenshot2.png" }, { "url":"screenshot3.png" }, { "url":"screenshot4.png" }, { "url":"screenshot5.png" } ], + "screenshots" : [ { "url":"screenshot.png" }, { "url":"screenshot2.png" } ], "storage": [ {"name":"agpsdata.app.js","url":"app.js"}, {"name":"agpsdata.img","url":"agpsdata-icon.js","evaluate":true}, diff --git a/apps/agpsdata/screenshot.png b/apps/agpsdata/screenshot.png index fae53ba85..1fcb2d8ee 100644 Binary files a/apps/agpsdata/screenshot.png and b/apps/agpsdata/screenshot.png differ diff --git a/apps/agpsdata/screenshot2.png b/apps/agpsdata/screenshot2.png index 7cdba1487..7c546e4b5 100644 Binary files a/apps/agpsdata/screenshot2.png and b/apps/agpsdata/screenshot2.png differ diff --git a/apps/agpsdata/screenshot3.png b/apps/agpsdata/screenshot3.png deleted file mode 100644 index be152ba28..000000000 Binary files a/apps/agpsdata/screenshot3.png and /dev/null differ diff --git a/apps/agpsdata/screenshot4.png b/apps/agpsdata/screenshot4.png deleted file mode 100644 index 305a166d0..000000000 Binary files a/apps/agpsdata/screenshot4.png and /dev/null differ diff --git a/apps/agpsdata/screenshot5.png b/apps/agpsdata/screenshot5.png deleted file mode 100644 index 6468a1872..000000000 Binary files a/apps/agpsdata/screenshot5.png and /dev/null differ