a dedicated option to customize the gestures to do different kinds of operations would be really good.
I second that
What kind of options are you thinking about?
like swipe right to bring up the app drawer, swiper left to bring up recents app list. also option to completely turn off the gestures would be good too.
I like this idea. The most interesting gesture alternative to me would be showing all app (perhaps with swipe up) rather than keyboard. The search bar is easier to hit than the little green circle. And I don't always want to type something
I'd like to be able to disable them independently too, I like the swipe up for the keyboard but I don't want the swipe down for notifications as I trigger it by accident all the time.
Somewhat similar, yet different - I would like to be able to swipe away apps from the history. (If done a certain number of times, KISS Launcher could ask you if you would like to exclude it from history.)
You can also use swipe to execute installed apps. I used to swipe down to lock screen (instead of appear notifications), using lock app from f-droid. Really useful.
Hello! I've added a feature to disable the gestures.
Ideally, we should probably have four options to control what each gesture should do.... maybe in the future?
Looks like the possible options would be:
Any other idea?
Thanks for working on this.
Another option could be to gesture:
1) to open a url
2) search app tag (like gesture up to see all apps labeled as games)
I would love to just be able to launch an app, though. Swipe up to turn on my flashlight would be so cool.
edit: I assume you mean "launch app" and not just "display app"?
Hey everyone,
I would like to work on this, any tips on where to start?
thanks ;)
Nice :) Sure!
Most of the code handling gestures is here: https://github.com/Neamar/KISS/blob/f61c16415f2071f3069be7e78de57e1c415706fc/app/src/main/java/fr/neamar/kiss/forwarder/ExperienceTweaks.java#L91-L109
I assume what you'd want to build is a list of available actions when you do a gesture.
Then in the settings, you can add two new settings "When swiping up" and "When swiping down", and display a list of all the actions that you want to support :)
Preference file is here: https://github.com/Neamar/KISS/blob/f61c16415f2071f3069be7e78de57e1c415706fc/app/src/main/res/xml/preferences.xml it's an XML file. If you want the list of action to be fixed, you can use an XML array and a ListPreference.
That's a pretty high level overview, if you need more details feel free to ask!
Wouldn't it be nice to have a back button and home button gesture? If we are in minimalistic mode and turned on Show history on touch then the first back button and home button press will quit the history. Then press again for the gesture action. I would like to have a full screen widget on the screen. But currently it interferes with the gestures. I can't see the history then. So the idea is that i can assign a back button gesture to show history and a home button gesture for search.
Anything on the gesture navigation of Android 10?
@abhijithvijayan do you have something in mind?
@Neamar New updates enable using gesture navigation with 3rd party apps as well.
I tested the current version of KISS with that feature and it said the feature was not supported by KISS Launcher.
@abhijithvijayan gestures are system wide they just work, you actually mean something else like the recents thing where you have icons too?
The Android 10 gesture navbar works with KISS on my Pixel device but not on my Galaxy S10. It works with One UI launcher, just on kiss. Any ideas?
--Jensen
From: Licaon_Kter notifications@github.com
Sent: Thursday, January 9, 2020 12:57:46 PM
To: Neamar/KISS KISS@noreply.github.com
Cc: mayorjcio jensencarlsen@outlook.com; Comment comment@noreply.github.com
Subject: Re: [Neamar/KISS] Gestures customization (#1009)
@abhijithvijayanhttps://github.com/abhijithvijayan gesturesmare system wide they just worj, you actually mean something else like the recents thing where you have icons too?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com/Neamar/KISS/issues/1009?email_source=notifications&email_token=ADNHJI3BISAOSZYBVZ3HM5TQ45XSVA5CNFSM4FC3IZ52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIRMLIQ#issuecomment-572704162, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADNHJIZNNI65FUI7S2DLNG3Q45XSVANCNFSM4FC3IZ5Q.
I am sticking with default launcher until KISS is able to use the gesture navigation provided by Android 10 on Android One devices.
For what it's worth it also works on my Pixel 3XL. It's buggy as fuck, but it works. I guess it's just a higher android version (https://help.teslacoilapps.com/faq/gesture-navigation)
If anyone has a link with some documentation on the feature? Might just be a flag to enable in the manifest.
It may not be that simple.
Google has launched an update in the security update of December 2019.
This post talks about another launcher implementing this feature.
Let's move the discussion about Android 10 gesture to #1360 and focus this thread back to the original issue, gestures customisation.
Hello! I've added a feature to disable the gestures.
Ideally, we should probably have four options to control what each gesture should do.... maybe in the future?
Looks like the possible options would be:
* display keyboard * display notification * display app * display history * lock screen [can't be done for now, but should be doable in Android Q]Any other idea?
I would like the ability to swipe up the app drawer instead of tapping on the KISS circle.
Alright I'm going to work on this one today
Most helpful comment
I'd like to be able to disable them independently too, I like the swipe up for the keyboard but I don't want the swipe down for notifications as I trigger it by accident all the time.