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

User can choose weather provider NONE. App crashes. #50

Closed dedee closed 11 years ago

dedee commented 11 years ago

If NONE is configured the whole weather thing should be ignored. The easiest way would be to implement a "dummy" provider.

dedee commented 11 years ago

I am working on this one

benjymous commented 11 years ago

I've added an empty DummyWeatherEngine for the time being, to take care of the crash - feel free to provide a better fix :)