finnmglas / Launcher

:rocket: A distraction-free minimal homescreen for Android.
https://play.google.com/store/apps/details?id=com.finnmglas.launcher
MIT License
152 stars 42 forks source link

More sensitivity for 'slide' function #73

Closed ghost closed 4 years ago

ghost commented 4 years ago

The launcher's swiping function works when drawn perpendicularly only,for every time when you try to open the app using the swipe function, you will have to draw it perpendicularly .So it should have more flexibility for daily use.

finnmglas commented 4 years ago

(As @nalinalini an me discussed earlier on Twitter)


In launchers source there actually is a sensitivity value - however, it has been set to a constant value that worked well with devices I used for testing.

The already implemented sensitivity value describes at which maximal angle swipe gestures will be recognized as such.

I feel like implementing a slider option in settings to control this sensitivity value would be an appropriate solution to this issue.

finnmglas commented 4 years ago

I solved this issue by implementing a slider that may adjust the apps sensitivity for swipe gestures:

screenshot

Changes will be included in the next release, either v1.6.0 or v1.5.1!