Timothy

Results 73 issues of Timothy

## Summary We have few ANRs with stack that is not very useful in Sentry. This PR adds two new flags about collecting [threadDump](https://docs.sentry.io/platforms/android/configuration/app-not-respond/#attaching-thread-dump) and [view hierarchy](https://docs.sentry.io/platforms/android/configuration/options/#attachViewHierarchy) to help debug.

cla-signed

## Summary This PR removes TODOs that we don't need anymore and address some of them when it makes sense. ## Checklist - [x] New or updated tests have been...

cla-signed

## Summary WIP ## Checklist - [ ] New or updated tests have been added to cover the changes following the testing [guidelines](https://developers.home-assistant.io/docs/android/testing/introduction). - [ ] The code follows the...

cla-signed

## Summary This PR is going to show the ConnectionSecurityLevelFragment if the current server has a plain text URL in its URLs and the allowInsecure flag is not set yet....

cla-signed

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

enhancement
good first issue

## Summary This PR cleans up the `OnboardApp` class and keep it only for the wear onboarding since it is not needed for the rest while removing all the useless...

cla-signed

**Is your feature request related to a problem? Please describe.** When I listen to speech(audiobook, podcast, news,etc.) on my home sound system, assist can not distinguish between my voice and...

enhancement
good first issue

## Summary This PR has been made mostly using Claude asking it to move the complex logic out of the MainView since it was causing crashes. This is a quick...

cla-signed

## Summary This PR is a PoC to try to address an issue for users using Persistent Connection https://github.com/home-assistant/android/issues/5939 My though on this issue is that the `SensorWorker` might get...

cla-signed

Based on https://github.com/home-assistant/android/pull/5840#issuecomment-3547132097 we should make sure that the initialization of the player happens outside of the main thread, it is easy to spot now. Start the dev playground and...

bug