android
android copied to clipboard
:iphone: Home Assistant Companion for Android
## Summary Fixes: #2908 by adding the `major` and `minor` for the beacon. Listing as a breaking change since the attribute is changing ## Screenshots ## Link to pull request...
## Summary When using constraints (zones or bluetooth) with high accuracy mode, it makes sense to have the highAccuracyModeSetting _on_, but high accuracy mode is not 'active' (waiting for a...
**Is your feature request related to a problem? Please describe.** The current implementation of the Beacon Monitor only shows the UUID as an attribute. As per the upcoming **i**Beacon [integration](https://github.com/home-assistant/home-assistant.io/pull/24178)...
## Summary I noticed in Android 13 that there is a behavior change in [intents](https://developer.android.com/about/versions/13/behavior-changes-all#intents) which in some cases will cause the app not to receive an intent. This PR...
## Summary Fixes: #2876 by using the [recommended methods](https://developer.android.com/develop/ui/views/layout/immersive) from Google, most likely these were updated after we had this code. Changed the theme to reflect for displays with cutouts...
**Is your feature request related to a problem? Please describe.** I want to use the BLE transmitting feature for presence detection at home. However, I want to turn of the...
Bumps [hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.43.2 to 2.44. Release notes Sourced from hilt-android-gradle-plugin's releases. Dagger 2.44 What’s new In Dagger Potentially breaking changes Fixes #3531: Removed formatting from dagger.android generated source could...
Bumps [hilt-android-compiler](https://github.com/google/dagger) from 2.43.2 to 2.44. Release notes Sourced from hilt-android-compiler's releases. Dagger 2.44 What’s new In Dagger Potentially breaking changes Fixes #3531: Removed formatting from dagger.android generated source could...
## Summary This PR fixes a potential race condition for subscriptions on the websocket, where the first message might be dropped if it is delivered very soon after the subscription...
**Is your feature request related to a problem? Please describe.** Possibly, slightly incorrect behaviour from the app, but its also not documented supported behaviour. See below. **Describe the solution you'd...