home-assistant-android/wear
Joris Pelgröm 7d6f11af4f
Add support for Assist pipeline, update Wear implementation (#3526)
* Group incoming messages by subscription to prevent out-of-order delivery

 - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription.

* Implement Assist pipeline API

 - Add basic support for the Assist pipeline API
 - Update conversation function to use the Assist pipeline when on the minimum required version
 - Update UI to refer to Assist pipeline requirement
2023-05-12 22:51:47 -04:00
..
src Add support for Assist pipeline, update Wear implementation (#3526) 2023-05-12 22:51:47 -04:00
build.gradle.kts Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 (#3490) 2023-04-24 21:09:24 -04:00
proguard-rules.pro Feature/wear publishing (#1264) 2020-12-27 22:04:37 -05:00