google / horologist

Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.
https://google.github.io/horologist/
Apache License 2.0
544 stars 87 forks source link

Improve Tile tracking initialization #2146

Closed kul3r4 closed 3 weeks ago

kul3r4 commented 3 months ago

At the moment we require the watch app at least to start once after code is updated in order to be able to track tile install status. Suggestion from @yschimke in https://github.com/google/horologist/pull/2143#discussion_r1529884767 is to avoid asking apps to do this instead having a RPC call to refresh that data.

yschimke commented 3 weeks ago

Mostly a dupe of https://github.com/google/horologist/issues/2066