Jaakko Malkki
Jaakko Malkki
App ID should be optional prop in `FacebookProvider`. At least `Page` component would be usable without an App ID, but FacebookProvider throws an error if App ID is not specified.
Currently no builds are run with GitHub Actions for pull requests from forks. Think about how to implement this without running duplicate workflows which happens when both `push` and `pull_request`...
Currently data can only be sent to services which implement an API that is compatible with MLS Geosubmit. Investigate adding support for other location services, such as [OpenCellID](https://www.opencellid.org/) for cell...
As MLS is shutting down, it would be useful to be able to automatically export the data to .zip files, which could be imported to a new geolocation service when...
Currently the application collects data only when the data collection service is active (either started manually or automatically when the device is moving). Android supports using passive location provider to...
The application is intended to be published as a downloadable APK file, possibly in GitHub releases of this repository. Investigate how automated updates could be done
Currently scanning can be started automatically when the device is moving in an area where no reports have been created recently. Scanning will continue until the device stops moving. The...
https://developer.android.com/guide/topics/resources/app-languages
[WifiRttManager](https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager) allows estimating the distance to an access point in millimeters. This would increase the data quality, because AP locations could be determined more accurately compared to using signal strength...
For optimal scan results, there are several settings that need to be configured. These include: * Permissions * Location access / GPS * Battery optimisations * Wi-Fi scan throttling Create...