leon49 / SwipeBack

Enable system-wide swipe-to-return gesture. (Xposed)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwipeBack

Build Status

BANNER

LOGO

SwipeBack is an Xposed module which implements a global swipe-to-return gesture inspired by SwipeBackLayout but more than swipe-to-return.

How to build

If you build with gradle - pull branch master
If you build with AIDE - pull branch aide

Contributing

  1. Fork
  2. Create a new branch patch-Xout of branch master
  3. Modify
  4. Send a pull request to branch master here. Do not send pull request to aide.
  5. NOTICE: DO NOT make a commit named "Routine:" or "Merge in xxx after reset to xxx"
  6. NOTICE: DO NOT INCLUDE ANY CHANGE TO BUILD CONFIGS IN REGULAR COMMITS

Why anothor branch 'aide'?

The branch 'aide' is for builds with the AIDE(Android IDE), which lacks support of adding a jar as a reference. So we have to do some hacks that is not compatible with normal gradle. The two branches are synced automatically by a script.

License

See LICENSE

About

Enable system-wide swipe-to-return gesture. (Xposed)

License:GNU General Public License v3.0


Languages

Language:Java 86.2%Language:HTML 13.8%