Gps Icon vs Location Map Viewer

Side-by-side comparison of two open source alternatives

Gps Icon

Before Kitkat, The GPS icon in the status bar reflected whether your device was still searching for satellites or already had acquired a fix. With Kitkat, this no longer was the case – but an XPosed module named GPSNotification fixed that. This module is no longer working with Lollipop – which is where Gps Icon comes into play. Thanks to this little app, you again can see the GPS status in your status bar.The developer of GPS Icon doesn’t want an app which needs less than 50kB to do its job inflated to 500kB or more just because of drawing in the „usual frameworks“ – so it sometimes takes a bit of playing around to have it working on as many Android versions as possible. Version 1.3.0 worked well for a long time – but no longer for Android 8 (Oreo). Attempts to get that working broke it for either Android 6, 7 or both – so after the experiments, we decided to keep 3 versions:v1.3.1: a special old version, actually created after v1.4.3, based on v1.3.0 and made working for Oreov1.4.2: version with new features but before „Oreo hacks“ (i.e. probably not working on Oreo)v1.4.6: version with new features which now hopefully works for all aforementioned platforms (but no longer with Android 10)Should there still be any issues, please report!

Location Map Viewer

The app has support for GPX and KML files, as well as the "geo URI scheme" and popular map services (google-maps, openstreetmap, yandex, ...). It can work offline (without Internet/WiFi) once geodata has been downloaded and cached. Other Android apps can use LocationMapViewer through an Intent-interface. Required Android Permissions: * INTERNET: to download map data from Open Streetmap Server * ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata * WRITE_EXTERNAL_STORAGE (to cache downloaded map data in local file system and to load gpx/kml-Files to be displayed in the map) * ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location in the map

FeatureGps IconLocation Map Viewer
LicenseUnlicenseGPL-3.0-only
Install sources
GitHubIzzyOnDroid
F-DroidGitHub
Categories
ProductivityNavigation
ProductivityNavigation
Features
Ad-FreeOpen SourceNo Tracking
Ad-FreeOpen SourceNo Tracking
Platforms
Android
Android
Website
Source code