Hi clever persons.
I would really like to be able to toggle the app dock as part of one of my flows.
This seems to be a feature on many launchers and can be associated with a gesture but I have not been able to find a simple way to do it from an action.
show/hide app dock
Moderator: Martin
Re: show/hide app dock
Hi,
What exactly do you mean by app dock? The app drawer used to start apps or the recents screen to switch between recently used apps or something else?
Depending on launcher you could open the app drawer with action Control UI and a script like home();sleep(1000);click("Apps"); (the script only works for the default Android launcher on a Nexus 5). You can open the recents screen with action Control UI: recents(); or Execute Root Command: input keyevent APP_SWITCH.
Regards,
Martin
What exactly do you mean by app dock? The app drawer used to start apps or the recents screen to switch between recently used apps or something else?
Depending on launcher you could open the app drawer with action Control UI and a script like home();sleep(1000);click("Apps"); (the script only works for the default Android launcher on a Nexus 5). You can open the recents screen with action Control UI: recents(); or Execute Root Command: input keyevent APP_SWITCH.
Regards,
Martin
Re: show/hide app dock
Nova launcher allows toggling the dock from Automagic with action "start shortcut", with shortcut selected from "Nova Action" -> "Toggle Dock". Same could be true for Apex, given that these are rather similar.
Lightning launcher (possibly only in its LLX incarnation) acts as tasker plugin, thereby being rather controllable through Automagic. Toggling dock should be quite possible with that one too, as consequence. I found, again under "start shortcut": "Lightning Action" -> "Show/Hide app menu", and also under "Plugin" -> "Lightning Launcher" -> "Toggle app menu". I suppose the Lightning Launcher plugin action is preferable here.
Lightning launcher (possibly only in its LLX incarnation) acts as tasker plugin, thereby being rather controllable through Automagic. Toggling dock should be quite possible with that one too, as consequence. I found, again under "start shortcut": "Lightning Action" -> "Show/Hide app menu", and also under "Plugin" -> "Lightning Launcher" -> "Toggle app menu". I suppose the Lightning Launcher plugin action is preferable here.
-
- Posts: 13
- Joined: 28 Oct 2014 09:20
Re: show/hide app dock
Yes, this was one of the problems I had while trying to find the solution.Martin wrote:
What exactly do you mean by app dock?
I am referring to the icons (generally 5) at the bottom of the launcher home screens. The left most is generally the dialer app, the middle, accesses the app draw.
-
- Posts: 13
- Joined: 28 Oct 2014 09:20
Re: show/hide app dock
Thanks for the suggestions. I was hoping to do this with the default Google Launcher. I am using the Xposed GEL settings module and can toggle the dock from there but would really like to automate it within a flow.Bushmills wrote:Nova launcher allows toggling the dock from Automagic with action "start shortcut", with shortcut selected from "Nova Action" -> "Toggle Dock". Same could be true for Apex, given that these are rather similar.
Lightning launcher (possibly only in its LLX incarnation) acts as tasker plugin, thereby being rather controllable through Automagic. Toggling dock should be quite possible with that one too, as consequence. I found, again under "start shortcut": "Lightning Action" -> "Show/Hide app menu", and also under "Plugin" -> "Lightning Launcher" -> "Toggle app menu". I suppose the Lightning Launcher plugin action is preferable here.
Re: show/hide app dock
If your reason for sticking to GEL is the "Ok Google" voice integration from home screen, Nova does that too. Other than that, I can't really think of anything in favour of GEL (other that it comes with your device). Needing an Xposed module just for toggling the dock isn't something what gives me a different idea about that neither
-
- Posts: 13
- Joined: 28 Oct 2014 09:20
Re: show/hide app dock
Yep, I have used Nova before, currently trying epic launcher. When I found Xposed GEL settings i realized could do most of the customization I wanted just running the Google Now Launcher. Just needed modify an existing flow to show/hide the app dock.Bushmills wrote:If your reason for sticking to GEL is the "Ok Google" voice integration from home screen, Nova does that too. Other than that, I can't really think of anything in favour of GEL (other that it comes with your device). Needing an Xposed module just for toggling the dock isn't something what gives me a different idea about that neither