NeoStumbler icon indicating copy to clipboard operation
NeoStumbler copied to clipboard

More settings

Open solonovamax opened this issue 5 months ago • 2 comments

Description

It would be nice if additional settings were offered, past just "send reports automatically" and "ignore wifi scan throttling"

here are some suggestions for settings (some of these were influenced by TowerCollector):

  • keep screen on while collecting
  • begin collecting at app startup
  • begin collecting at device boot (see: #111)
  • stop collecting at low battery
  • map tile cache size (ie. in mb, how many map tiles are cached on-device before pruning old tiles is attempted)
  • scanning intervals (see: #186):
    • location https://github.com/mjaakko/NeoStumbler/blob/26a94cb1b579e93f5faad4d90782a87c3f09ec39/app/src/main/java/xyz/malkki/neostumbler/scanner/ScannerService.kt#L79-L80
    • wifi
    • bluetooth
    • cell towers
  • uploading to multiple sources (see: #124)
  • disable scanning in already scanned areas (see: #11)
  • maximum age for locations/beacons: https://github.com/mjaakko/NeoStumbler/blob/26a94cb1b579e93f5faad4d90782a87c3f09ec39/app/src/main/java/xyz/malkki/neostumbler/scanner/WirelessScanner.kt#L36-L40
  • location accuracy: https://github.com/mjaakko/NeoStumbler/blob/26a94cb1b579e93f5faad4d90782a87c3f09ec39/app/src/main/java/xyz/malkki/neostumbler/scanner/WirelessScanner.kt#L33-L34
  • enabling/disabling the recording of different sources
    • bluetooth
    • wifi
    • cell towers
  • anonymize/fuzz timestamp data (see: #168)
    • fuzz timestamp: add random offsets to the timestamps
    • less accurate timestamp: only send timestamps that are accurate to a day/hour. round timestamps to the nearest day/hour & send that instead
  • max reports to send in one request (see: #130)
  • map source (see: #145)

may think of additional ones later. will update if I do.

Suggested implementation

No response

Additional information

No response

New request

  • [X] I have checked that a similar feature hasn't been requested yet

solonovamax avatar Aug 26 '24 01:08 solonovamax