File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.27] — 2026-02-24
9+
10+ ### Fixed
11+ - Updated Android phone app wearable listener manifest registration to replace deprecated ` com.google.android.gms.wearable.BIND_LISTENER ` with filtered ` MESSAGE_RECEIVED ` intent handling for live-location Data Layer messages.
12+ - Resolved release build failure in CI caused by ` WearableBindListener ` lint fatal error during ` :app:lintVitalRelease ` .
13+
14+ ### Changed
15+ - Bumped ` apps/mobile ` version to ` 1.1.27 ` .
16+
817## [ 1.1.26] — 2026-02-24
918
1019### Added
Original file line number Diff line number Diff line change 3434 </activity >
3535 <service android : name =" .wearable.WearDataLayerListenerService" android : exported =" true" >
3636 <intent-filter >
37- <action android : name =" com.google.android.gms.wearable.BIND_LISTENER" />
37+ <action android : name =" com.google.android.gms.wearable.MESSAGE_RECEIVED" />
38+ <data android : scheme =" wear" android : host =" *" android : pathPrefix =" /wear/live/location" />
3839 </intent-filter >
3940 </service >
4041 <uses-library android : name =" org.apache.http.legacy" android : required =" false" />
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-timer/mobile" ,
3- "version" : " 1.1.26 " ,
3+ "version" : " 1.1.27 " ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments