benjymous / MWM-for-Android

Meta Watch Manager Android SDK project for watch wrangling, remote protocol handling and notification routing for the Meta Watch wearable development systems. Includes an Intents based API for quick experiments.
www.metawatch.org
Apache License 2.0
59 stars 30 forks source link

Improved location updates #74

Closed DiogoNeves closed 11 years ago

DiogoNeves commented 11 years ago

Instead of requesting updates every half-hour, any component that requires an up-to-date location can simply get the last best known location. If this location isn't good enough it'll request a single update from the system and use as little power as possible.

This should fix issue #65