RedAuburn / NeoStumbler

New stumbler application for contributing data to Mozilla Location Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get it on F-Droid

Build status License Latest release

NeoStumbler

NeoStumbler is an Android application for collecting locations of cell towers, Wi-Fi access points and Bluetooth beacons to geolocation services, which have an API compatible with Ichnaea (i.e. Mozilla Location Services).

Downloads

There are two variants available:

  • full - includes all features
  • fdroid - does not include closed components (i.e. Google Play Services)
    • Features missing: fused location provider and automatic scanning

APKs of the application can be downloaded from Releases page.

The fdroid variant is also available from F-Droid or alternatively from IzzyOnDroid. Reproducible builds are used for building NeoStumbler on F-Droid, which means that it's possible to upgrade an existing installation to a newer version from an alternative source.

Updates for the full variant have to be manually checked and downloaded from the Releases page. The fdroid variant can be automatically updated by the F-Droid application

Features

  • Supports latest Android versions
  • Collect data for cell towers, Wi-Fi access points and Bluetooth beacons
  • Service for collecting data
    • Can be started automatically while moving (if using the full variant and Google Play Services are available)
  • Map showing the areas where data has been collected
  • Exporting scan data as a .zip

Development

The application has two product flavors:

  • full - includes all features
  • fdroid - features dependent on closed-source components (i.e. Google Play Services) are removed

Building

  • Build debug APK: ./gradlew buildFull or ./gradlew buildFdroid
  • Build unsigned release APK: ./gradlew buildFullRelease or ./gradlew buildFdroidRelease

About

New stumbler application for contributing data to Mozilla Location Services

License:MIT License


Languages

Language:Kotlin 100.0%