dessalines / thumb-key

A privacy-conscious Android keyboard made for your thumbs
GNU Affero General Public License v3.0
1.02k stars 217 forks source link

Tweak circular drag and drag-and-return gestures (fixes #926) #928

Closed glm4610 closed 5 months ago

glm4610 commented 5 months ago

This simplifies but also makes the circular drag detection algorithm easier to rationalize

Either of these gestures' final coordinate now has a larger tolerance, which hopefully fixes #926

glm4610 commented 5 months ago

Please test these tweaks

dessalines commented 5 months ago

Tested, and the circular drags are a little bit more finicky, especially the top row for some reason.

The slide-drag is much more consistent tho.

glm4610 commented 5 months ago

I've made it more forgiving now, hopefully it's a good trade-off :)

glm4610 commented 5 months ago

Glad to help!