Hyperion-Android
Hyperion-Android copied to clipboard
Add support for disabling the default shake to open
Some applications may already have shake gesture reserved for a feature, so this would be useful in cases where the host application wants to open the Hyperion menu exclusively via Hyperion.open(Activity)
It would also be great to offer an alternative easy way to open it, like an edge swipe, that works when an overlay is active. Using shake for something else shouldn't mean that you have to go into the notification shade to open/close the drawer, IMO
@ryanmoelter does Hyperion.open(Activity activity) in conjunction with some manual button/swipe detector not work?
Is there any work-around for this?