summaryrefslogtreecommitdiffstats
path: root/gui/devices/1080x1920/res/images/indeterminate005.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-18gui: remove old unmaintained 2.x themethat1-0/+0
Change-Id: I1181307989c7478ac6b84bf77732ee5dcff52ed1
2016-08-04Optimize and reduce size of PNG filesJames Christopher Adduono1-0/+0
Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
2013-03-30Add partition list GUI elementDees_Troy1-0/+0
Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+0
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