VladimirWrites / AnalogWatchFace

⌚ Analog Watch Face for Wear OS
https://vladimirj.dev/analog-watch-face/
Apache License 2.0
125 stars 21 forks source link

"Day and Date" complication doesn't show Day #29

Closed matt-winfield closed 2 years ago

matt-winfield commented 2 years ago

Using Samsung Galaxy Watch 4, the "Day and Date" complication now no longer includes the day, and instead shows a calendar icon.

Not sure if this change was caused by an update to the watch face (perhaps fixing https://github.com/VladimirWrites/AnalogWatchFace/issues/22?) or a Samsung update, it's been like this for a few months (sorry I didn't raise it earlier!).

VladimirWrites commented 2 years ago

Thank you very much for creating the issue, and sorry for the late answer. Samsung introduced the issue with one of their updates. They are controlling which data is being presented in complications, and I am just allowing users to choose data provider for a specific place. Currently, I am migrating to new Google libraries, so maybe when that's done, the integration with Samsung improves a bit. But as it's right now, there is not much that I can do without introducing a lot of code for every update that Samsung provides.