boswelja / WatchConnectionLib

An Android library to provide a shared API for multiple smartwatch platforms
Apache License 2.0
3 stars 0 forks source link

WearOS flow improvements #38

Closed boswelja closed 3 years ago

boswelja commented 3 years ago

Some flows didn't continually emit, instead they terminated after emitting one value. These flows should now repeatedly emit at a fixed interval. Developers can control this interval with a new optional parameter when constructing WearOSDiscoveryPlatform This also resolves the status collection issue as noted in #37