android
android copied to clipboard
:iphone: Home Assistant Companion for Android
**Home Assistant Android version:** 2022.6.0-full **Android version:** 12 **Phone model:** Pixel 3 XL **Home Assistant version:** 2022.7.3 **Last working Home Assistant release (if known):** ? **Description of problem:** App stops...
## Summary Noticed quickly when setting up the app for the first time, and wanted to fix the typo myself. ## Screenshots N/A ## Link to pull request in Documentation...
**Home Assistant Android version:** beta-2556-a6341251-full **Android version:** 12 **Phone model:** Pixel 6 Pro **Home Assistant version:** 2022.8.1 **Description of problem:** While the screen is turned off, I'm seeing state change...
Save the last response so we can properly unsubscribe from events when the response ID has changed
## Summary This PR attempts to fix #2774 by keeping track of the `lastResponse` so we can unsubscribe with the correct response ID. ## Screenshots ## Link to pull request...
**Home Assistant Android version:** Home Assistant/beta-2534-90a9a27e-2534 **Android version:** 12 **Phone model:** Redmi Note 7 **Home Assistant version:** 2022.8.2 **Last working Home Assistant release (if known):** N/A **Description of problem:** -...
## Summary Fixes the following error, by passing in the `sensorDao` variable instead of relying on the lateinit modifier. I was able to reproduce the error by force stopping the...
## Summary This PR fixes downloading notification videos from servers that have enabled TLS client certificate authentication, [a bug reported in a comment on a related bug here](https://github.com/home-assistant/android/issues/2706#issuecomment-1207245382). The app...
## Summary Fix #2778 by going back to the default webview instead of the app's version. my.home-assistant.io doesn't need certificate authentication so instead of adding `@AndroidEntryPoint`, it is better to...
## Summary Fixes the following sentry errors: ``` java.lang.NullPointerException: Can't toast on a thread that has not called Looper.prepare() at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:167) at android.widget.Toast.getLooper(Toast.java:265) at android.widget.Toast.(Toast.java:250) at android.widget.Toast.makeText(Toast.java:865) at android.widget.Toast.makeText(Toast.java:853) at...
## Summary Fixes the following sentry crash that is reproduced by sending `channel: ""` as part of a notification. We now default to `General` if the string is not provided...