summaryrefslogtreecommitdiffstats
path: root/minuitwrp/resources.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading of png images in custom themesEthan Yonker2014-12-121-2/+5
| | | | Change-Id: I7eebc474c025eda534adb04d061795623ebecdda
* Fix png graphics load / display on AArch64Ethan Yonker2014-12-091-83/+155
| | | | | | | | | This is mostly kang from AOSP resources.c for loading png files into RAM, but for ease of compatibility we retained the older gr_surface data types throughout and ensured that we retain support for alpha blended png files. Change-Id: Ieea552173d3bfe885460407be73088bbad75663f
* Disable custom theme and fix png loadingEthan Yonker2014-11-071-2/+2
| | | | | | | We will have to update the zip handling later. Now at least TWRP boots up to the GUI. Change-Id: I4182896eb095cab52fb0f1c9c20b6605e35677b9
* Fix up old libminui to compileEthan Yonker2014-11-071-5/+7
| | | | | | | | | Implement some needed updates to libminui to make it compile for healthd. Note that res_create_multi_display_surface is not fully implemented so healthd may still have issues with displaying some graphics. Will update later when we are able to test these changes. Change-Id: Ic1095a998f5dfe7e36a08384c86da28e0524a03f
* Remove libjpegtwrp and use CM provided libjpegDees_Troy2013-08-111-1/+1
|
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-1/+1
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+286
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere