summaryrefslogtreecommitdiffstats
path: root/res/images (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-032-0/+0
| | | | | | | | | Remove support for the HTC-specific "firmware" update command and the corresponding edify function write_firmware_update(). This functionality is now done by an edify extension library that lives in vendor/htc. Change-Id: I80858951ff10ed8dfff98aefb796bef009e05efb
* simplify construction of the recovery progress barDoug Zongker2009-10-0914-0/+0
| | | | | | | | | | | Instead of six separate images for the left end, right end, and tiled center portion of the full and empty progress bars, just use two images: a full bar and an empty bar. Draw the left side of the full bar and the right side of the empty one, moving the boundary rightward to "fill" the bar. This makes recovery trivially smaller, and allows fancier images to be used as progress bars. Support paletted PNG images as resources.
* replace generic recovery iconsDoug Zongker2009-10-033-0/+0
|
* fix compile warnings in recovery, change imagesDoug Zongker2009-07-233-0/+0
| | | | | | | | | gcc 4.4 complains about some of the recovery ui functions not being declared. To include the header, we have to fix the 'volatile' declaration (otherwise there's a compiler error). Move the dream-specific images to vendor/htc/dream, make the default images a generic phone.
* AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon.Doug Zongker2009-04-021-0/+0
| | | | | | | Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144105
* AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-2834-0/+0
| | | | | | | | about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0417-0/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0417-0/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-182-0/+0
|
* Initial ContributionThe Android Open Source Project2008-10-2117-0/+0