Add smart auto stop indicator to Quick Settings Tile - #9
Conversation
Add visual indicator on the tile icon when VPN is stopped by smart auto stop feature. This allows users to easily identify the smart stopped state directly from the control center. - Add ic_tile_smart_stopped.xml drawable with a dot indicator - Add night mode variant for dark theme support - Update BettboxTileService to switch icon based on isSmartStopped state
|
I remember this being buggy on most Chinese Android brands Has it been tested on those? |
|
No. I only tested this on my vivo phone. Could you test this in your TG group? If there's too many compitable issues, we can remove this feature, or add a switch for it. Anyway this is only a display enhancement, not any thing important. |
|
I'm worried this feature could be a bit problematic, some customOS are known to cache the icons, and they only update after a reboot |
|
Yeah, if that's the case, there must be too many feedbacks. But at least I think FairEmail, which is a popular open source email client, is doing this. Instead of simply deleting this feature, which solution do you think is better?
|
|
But I think you are worried too much about this. A cached icon won't do much harm. If there is no switch for it, users can hardly notice this. In fact nearly every rom has a tile called portait lock, which often has 2 different icons for locked and unlocked states. If portrait lock is doing well, I think we'll be fine too. Because we are also only changing icon when changing state. Of course some test will be good. Just don't worry too much. This won't cause any service degradation. |
|
OK,I'll give it a try later |
b9361df to
c9593e0
Compare
7fc30ae to
d12a095
Compare
9fa80ff to
9ecb877
Compare
6280e0f to
d05cf43
Compare
bb605a0 to
570c649
Compare
95bde57 to
c0bb574
Compare
Add visual indicator on the tile icon when VPN is stopped by smart auto stop feature. This allows users to easily identify the smart stopped state directly from the control center.