-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase flexibility in choosing icon size #326
Comments
Hello, Thank you for the suggestions, I'm glad you like the launcher! Unfortunately, I made a mistake when designing the icon size setting which make it difficult to change now without breaking backwards compatibility (= transparently for users having already changed the setting). Copy-paste from ticket #281:
Thinking about it again, maybe the best solution would be to hide the current setting, create a new one, and implement a migration process between the two. In order to avoid further mistakes, could you detail a bit more which granularity you would like? Since we need to retrieve the current sizes for backwards compatibility, here are the options available:
To have a more complete view of the final granularity, we would need to compute the icon size corresponding to each position in each scenario (*2, *3, *4 and *6) but I don't have the time to do it right now. Sorry points b) and c) will not be implemented, more details in ticket #314. And sorry again for the late answer... in addition to my announce in ticket #314, I now also have repetitive strain injuries in both wrists and had to reduce a lot my computer activities, especially programming. Best regards. |
@falzonv Thank you so much for having found the time to answer my message! You still look quite active for this project. :-) |
I would like to have maximum flexibility. Because on different screen sizes different size would be optimal for me. On my current phone 36 is too small 60 is kind of big, 48 is also big but workable. My mom phone is on 60 but that's understandable on her age. I can see younger ppl with finer motor control and sight to go even under 36. Can we have digits as input or scrolling menu with digits like I've seen when entering date?
Get better. Have you tried split, vertically staggered keyboard? It's hard to adapt in the begging nut much better for wrists. Or so I've heard |
Hello @antodc, @Yasen6275, Thank you very much for your feedbacks and kind words :-) From technical point of view, using a dropdown menu instead of a slider is a much better idea than my plan from the above message, thank you @antodc for the suggestion! Thank you @Yasen6275 for the real life examples, I will think about it to see which intermediary values would be most relevant (probably something like 32 36 40 44 48 52 56 60 64 68 72 would be good to start with). Regarding the digit input/scroll, this may also be an interesting option but I have to check what is available and how it would work (I try to use only the official Android preference library for better compatibility ; the only exception so far is the color picker but it is reused 8 times in the launcher so it worths the additional maintenance effort). I never tried a vertical keyboard as they seemed quite expensive with mixed user feedbacks. Best regards |
Hello, Thank you for your patience, this has been implemented in new release v7.6.0! As you will see I went with the drop-down menu option and increments of 2dp (instead of 12dp increments in v7.5.0 and 4dp increments that I mentioned in my last message). Best regards. |
Thanks infinitely for this wonderful launcher!! It is almost perfect for me. It would be 100% fine if you could add the following three features (in order of importance in my opinion).
a) the possibility to choose among a more granular set of icon sizes
b) the possibility to set different sizes for the icons of the preferred apps and the apps in the drawer
c) the possibility to choose the number of columns in the app drawer
Thanks a lot again for your efforts!
The text was updated successfully, but these errors were encountered: