commit | 3f7b1aced8fd10d24a9850c6fd65fc819e744ddd | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Tue Dec 30 11:30:13 2014 +0100 |
committer | that <github@that.at> | Tue Dec 30 11:30:13 2014 +0100 |
tree | 6f54c044e8aa0ef3ae4751646cc5f55d284e433c | |
parent | fcdb76dd057918d147cf3b1307a7ee18f65299f5 [diff] |
gui: Move action functions to function pointer map. This allows the functions to be more readable and make doActions readable. Patch set 5: gui: remove threading in GUIAction Multiple actions were started in another thread that was joined immediately after starting it, so the input thread was blocked anyway. Selected single actions were started in their own thread, but this caused bugs like being able to install the same package twice in parallel by quickly swiping the slider twice. Change-Id: I28adadaedd032efc7bff3aaa48e659627aa3a3b3
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.