commit | 8a594594798f8f98bf4ede876001117d10670d12 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Tue Dec 09 13:30:31 2014 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Tue Dec 09 13:30:48 2014 -0600 |
tree | 9730bbef39b643a73fe17c050f2ff6cb860ecb10 | |
parent | c56ab4c72d0875f159063cdb23d98ce3d13a459c [diff] |
Update minui to work properly minui is not used by TWRP but it is included in AOSP recovery source and healthd (formerly charger) uses minui for displaying the battery charging animation during off-mode charging. This patch fixes / updates minui to use updated code to load png files into memory. Change-Id: I706d10d66de95886396d866e80615b1fb905d201
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.