You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release build: added ProGuard keep rules for widget data classes (WidgetListData, WidgetSettings, RefreshTokenResponse) that R8 was obfuscating, breaking Gson serialization
Release build: extracted local SimpleState classes to shared model package covered by existing keep rules, fixing HA API state parsing
Release build: added @SerializedName field preservation rule for R8 full mode (default in AGP 8.5+)
Release build: added android:usesCleartextTraffic="true" to allow HTTP connections to local Home Assistant instances
Added ProGuard keep rules for LocalTodoStore inner classes and Gson TypeToken