commit | 2e9cb01bdad53b328799e57c9e8612758db006cd | [log] [tgz] |
---|---|---|
author | Ibrahim Awwal <ibrahim.awwal@gmail.com> | Sat Jan 04 12:38:26 2014 -0800 |
committer | Ibrahim Awwal <ibrahim.awwal@gmail.com> | Sat Jan 04 12:38:26 2014 -0800 |
tree | 8ed385ce2bd7b2013f44f920805c66f54aeeb4d7 | |
parent | 84a3f1ac2476346c0af1bfc87549d6b841fcd302 [diff] |
Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release On n8013 at least, this event is sometimes/often sent on touch start which causes touches to be randomly rejected and throws you back to the start screen. Touch releases still work fine for me, since it sends ABS_MT_TRACKING_ID == -1 for that purpose. Adds a flag TW_IGNORE_MAJOR_AXIS_0 to configure this behavior. Change-Id: I14bb036a2c2d4ee676b642c3ab297c55bb6c2084
Team Win Recovery Project (TWRP)
The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.
If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.
This branch is under final testing and will be used shortly for public builds, but has not officially been released.
You can find a compiling guide here.
More information about the project.
If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.