cyb3rko / flashdim

Modern flashlight app with dim functionality on Android 13+
Apache License 2.0
413 stars 17 forks source link

Create 4/5 part dimming button #22

Closed piebaker closed 11 months ago

piebaker commented 1 year ago

Would be awesome to get a quick-access buttion that either cycles between pre-set brightness levels, ie

Or the reverse order as set by the user. It could also swap between user-set brightness levels rather than pre-set ones

cyb3rko commented 1 year ago

Do you think the best way would just be adding a second quick settings tile with these cycles or adding this functionality to the current quick settings tile?

I personally prefer adding a seperate tile.

piebaker commented 1 year ago

Definitely a second/seperate tile, better to have more options than less for users.

cyb3rko commented 11 months ago

Implemented in Version 2.1.0

I've used a 4-step dimmer now: Off -> Min -> Half -> Max
to have the same steps like on the main FlashDim screen.

Please check if it works for you.