Timothy

Results 73 issues of Timothy

We've introduced `Add to` feature in https://github.com/home-assistant/android/pull/5622 and it would be nice to extend it to `Watch favorite`. The UI for selecting an action is available starting from HA core...

enhancement
good first issue

### Description Most of our `BroadcastReceiver` are using coroutines and all of them are creating a new scope not tight to any lifecycle. According to the documentation of `BroadcastReceiver` the...

enhancement

We've introduced `Add to` feature in https://github.com/home-assistant/android/pull/5622 and it would be nice to extend it to `Shortcut`. The UI for selecting an action is available starting from HA core 2025.12.0...

enhancement
good first issue

We've introduced `Add to` feature in https://github.com/home-assistant/android/pull/5622 and it would be nice to extend it to `Tile`. The UI for selecting an action is available starting from HA core 2025.12.0...

enhancement
good first issue

Based on the request made https://github.com/orgs/home-assistant/discussions/1588. We should add a new page in the troubleshooting section of the settings. The screen should be made using our best practices described in...

good first issue

### Description The current implementation of the server manager in the app `ServerManagerImpl` is not thread safe and has multiple potential race conditions. - `mutableServers` is used to store temporary...

### Description In the app we have a common pattern of creating `ioScope` that are basically a simple scope without lifecycle. This is nothing more than a `GlobalScope` in the...

### Description Today we are asking for Bluetooth permission when we want to enable the LocationSensors. Without this we are disabling the sensor. Bluetooth in location tracking is only used...

### Description mDNS exposes informations that could be quite useful for us we should parse them and use them. See iOS https://github.com/home-assistant/iOS/blob/master/Sources/Shared/API/Responses/DiscoveredHomeAssistant.swift We can get internal/external URL for instance. ###...

On iOS most of the devices are named like `iPhone of ....` it is not the case on Android. To help users having insightful names we could retrieve the current...

enhancement