CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS
GNU General Public License v3.0
73 stars 15 forks source link

Broken WearOS Icon #49

Closed Daninator1 closed 4 years ago

Daninator1 commented 4 years ago

App Version: 1.5.5

After updating to the new version, the wear os icon looks broken, maybe some kind of anti aliasing problem? Also affects ambient mode.

screenshot

davwheat commented 4 years ago

Can't reproduce on internal testing branch.

CorvetteCole commented 4 years ago

@Daninator1 What watch do you have? For some reason I am only getting reports from those with a Ticwatch C2. This appears to be a canvas scaling bug with the new hardware acceleration I introduced in this update, I'm looking in to a fix

Daninator1 commented 4 years ago

I own a Ticwatch E2 so this may be the reason. I can also test builds on my watch if needed for a fix.

jpwinnerjr commented 4 years ago

Icon issue is also present on TicWatch Pro 4G/LTE

CorvetteCole commented 4 years ago

This issue appears to only present itself on TicWatch devices so far... I may disable hardware acceleration on those devices. Or maybe globally, it doesn't have a huge performance impact. Working on a fix....

On Thu, Jun 11, 2020 at 1:10 AM jpwinnerjr notifications@github.com wrote:

Icon issue is also present on TicWatch Pro 4G/LTE

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CorvetteCole/PixelWatchFace/issues/49#issuecomment-642410729, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESS5DITOPIWBHVU6AXM5C3RWBRMBANCNFSM4N2LAIRQ .

CorvetteCole commented 4 years ago

@Daninator1 is this issue still present in the current beta? Thanks

Daninator1 commented 4 years ago

Just joined the beta as I didn't know there was one available but haven't received a new build yet. Problem on Google's side or didn't the beta deployment work correctly?

davwheat commented 4 years ago

After joining, it should appear as an app update on your phone and/or watch. :)

Daninator1 commented 4 years ago

Yeah I know, however after a couple of hours there's still no new version available. Do you have the version number of the beta so I can recheck?

davwheat commented 4 years ago

On my watch, the version is 1.5.5.2, and on my phone it's 1.5.5.1 (strangely).

I'm also an internal tester, not a beta tester so it might be a version behind or something.

Daninator1 commented 4 years ago

Thanks, I got 1.5.5.1 on both of them so the beta version on Google Play hasn't been deployed yet it seems 🤔

CorvetteCole commented 4 years ago

@davwheat the phone is still on 1.5.5.1 because there is no update for it. I can update the apps individually which can lead to somewhat confusing versioning. I try to keep them roughly the same

Daninator1 commented 4 years ago

Okay I got it, as the update only concerned the wear app it also only showed up on the Play Store on my watch, not my phone. Regarding the bug, it's fixed now!

CorvetteCole commented 4 years ago

Hardware acceleration disabled for now to resolve this bug