MWM-for-Android icon indicating copy to clipboard operation
MWM-for-Android copied to clipboard

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 e...

Results 30 MWM-for-Android issues
Sort by recently updated
recently updated
newest added

hello, can you add Protocol.ledChange "led" - int (optional // 0 = off, 1 = on, default from options unless forced by this command) to ApiIntentReceiver.java org.metawatch.manager.NOTIFICATION and org.metawatch.manager.VIBRATE cheers,

The notification volumes (all of them: ring tone, SMS tone, alarm tone, etc) are significantly lower and difficult to hear once the MWM Service is started. On stopping the Service...

Commit af81c586c5d7e0cfb0067e2cc2790793cac01465 adds an option to automatically set the date/time formats on connect. This calls the same function as the option in Tests However this seems to confuse the firmware...

It really should use the user's date settings. Need to make sure this will fit on the smaller widgets. code: https://github.com/benjymous/MWM-for-Android/blob/master/src/org/metawatch/manager/Utils.java#L325

It would be good to move everything into strings.xml so that we can have a push to getting the app localised into different languages. Anyone know if there's any tool...

Sometimes the Wunderground location name can be somewhat inaccurate - It would be worth investigating if there's a different key in the json data that would be better to use...

Thread.sleep() is not guaranteed to wake up after the given time. It sleeps _at least_ the amount of time given, but, depending on different factors, may not wake up for...

The Watch's time can often be a few seconds behind the time on the phone - this is caused by the messaging queue that MWM uses - the time is...