openbmap / radiocells-nlp-android

radiocells.org Unified Network Location Provider
https://radiocells.org
Other
41 stars 13 forks source link

More accuracy-related improvements #22

Closed mvglasow closed 8 years ago

mvglasow commented 8 years ago

Fix a bug preventing geolocation when only cells or only wifis are supplied (cdfc57e) Fix inconsistencies in range estimates (9b49b60) Use all available API calls to scan for cells, providing cell-based API lookup on API < 17, fixes #12 (5e90df4, 6593cec, 9edb5e1, e9ad105) Filter wifis against blacklist to prevent relying on "old" moving wifis, fixes #7 (4ada0f1) Use MCC/MNC supplied with cell data, where available (2938c7e) Prevent DB lookup of bogus cells (952f2bc) Extra debug logging (b6817d2, d499ab0)

wish7code commented 8 years ago

Thanks Michael!