commit | 73a5295f6934065cd43e37e298609ad03f14b878 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Wed Jan 28 23:07:34 2015 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Fri Jan 30 16:12:21 2015 +0100 |
tree | f8e75adde69de88c37f7faf010c6cbdec410a756 | |
parent | 9fa5153aede8bd480104f86a362276ee6d767e54 [diff] |
gui: run cancel action in another thread Some actions did not have an operation_end where needed especially when dealing with cancel actions. Cancel actions now do not run operation_start or operation_end and let the original action handle the operation_end so that the GUI waits until the original action acutally cancels. Change-Id: I28e6260abb058acb982cecd108c09fc89e0ffeed
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.