Timothy
Timothy
**Description of problem, include YAML if issue is related to notifications:** If a user open the app and start the onboarding flow and press back he ends up into a...
The Wear Settings screen is made of simple XML views we should migrate the UI to Jetpack compose to align with the rest of the application. **Requirements** The screens should...
## Summary ## 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 project's...
Today `retrofit` is an `api` dependency of `:common`. It should be an internal dependency there is no reason to expose it. The only usage is about an exception catching in...
We should migrate our theme to use Material 3 from Google. Once it's done we should enable back `UsingMaterialAndMaterial3Libraries` lint rules.
## Summary Unfortunately I did not manage to properly handle the change of server since I have to enable edge to edge at the beginning of the activity. Furthermore API...
## Summary This PR enable edge-edge support at the BaseActivity level. It removes the indivual calls that were made in some other Base classes like for configure widget. ## Checklist...
Starting with API 35 Google is changing what we can do with DND. > Apps that target Android 15 (API level 35) and higher can no longer change the global...
Starting with API 35 all the foreground service has the implement onTimeout and properly react to this callback. This is important now that Google is enforcing a timeout of 6h...
## Summary Since Android 15, we need to opt-in to be able to start an activity in background. Even if we are not actually starting a new activity when pinning...