SwipeBack is an Xposed module which implements a global swipe-to-return gesture inspired by SwipeBackLayout but more than swipe-to-return.
If you build with gradle - pull branch master
If you build with AIDE - pull branch aide
- Fork
- Create a new branch
patch-X
out of branchmaster
- Modify
- Send a pull request to branch
master
here. Do not send pull request toaide
. - NOTICE: DO NOT make a commit named "Routine:" or "Merge in xxx after reset to xxx"
- NOTICE: DO NOT INCLUDE ANY CHANGE TO BUILD CONFIGS IN REGULAR COMMITS
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.
See LICENSE