stratumauth / app

📱 Two-Factor Authentication (2FA) client for Android + Wear OS
https://stratumauth.com
GNU General Public License v3.0
3.04k stars 199 forks source link

WearOS: Tile: accessing non-favorites once a favorite is picked #1034

Closed DeividasJackus closed 10 months ago

DeividasJackus commented 10 months ago

@jamie-mh I love the app and the WearOS companion, thank you for your work!

On WearOS, I exclusively use the tile for quick access, and prefer to have a favorite entry set. However, once a favorite is set, I am forced look for the app whenever I need something else.

I wish I could see the favorite on the tile whenever I open it, but also have an easy way to access the rest of the list.

I'm not sure if tiles allow swiping or scrolling, and it's likely not worth the effort. Would you perhaps be open to the idea that when a favorite is selected and displayed, clicking on it opens up the full list, so you can access non-favorites?

jamie-mh commented 10 months ago

Same as #839.

Hi @DeividasJackus ,

Wear OS tiles are quite primitive, so swiping and scrolling is not really possible. In fb83e0e I've made a change, tapping the tile now opens the full app.

Cheers