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
Fix Wear OS install/launch bugs; release 1.0.1 (versionCode 16)
Three issues found testing on real watches, shipped as 1.0.1 to the
wear:internal track:
- Launch crash on Wear OS 5 (Xiaomi Watch 2): Wear Compose 1.4.0 reads
the reduce_motion global setting, which is unreadable for targetSdk 35
on API 35+ and throws SecurityException. Upgrade Wear Compose to 1.5.6,
which guards the read.
- "Device not compatible" on Play (Galaxy Watch 6): the activity's
portrait screenOrientation made Play imply a required
android.hardware.screen.portrait feature that round watches lack.
Declare screen.portrait/landscape and wifi as required=false.
- Sentry release mapping upload failed (401 / "Failed to get region
URL"): the fredapps org is in Sentry's EU region. Point the Gradle
plugin at https://de.sentry.io in both modules.
Bump versionName to 1.0.1 / versionCode to 16 (shared pool with the
utility app at 14) and add a user-facing changelog entry.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments