summaryrefslogtreecommitdiffstats
path: root/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-20change recovery images to match blue holo themeDoug Zongker17-0/+0
Change-Id: I912d3ab32973c5c5e7b6b1749698f8a71d884fa3
2011-03-04convert recovery images to palettized PNGsDoug Zongker9-0/+0
Cuts the byte size of the recovery images in half, roughly. Change-Id: I3c45b5e58423b57faca83fc67b4e24e8d643c5b1
2011-03-03convert recovery images to palettized PNGsDoug Zongker9-0/+0
Cuts the byte size of the recovery images in half, roughly. Change-Id: I453a499e9937163c545dab3c552201882766e218
2011-03-02change the default recovery assets to be in holograph styleDoug Zongker23-0/+0
Also remove the weird backwards compatibility thing for animations with fewer than 10 frames. Frames are always named "name01.png", "name02.png", ..., no matter how many there are. Change-Id: I7af64fdec1bfcdb0464998b735ec8d6c626ffe9d
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker2-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
2009-11-13eclair snapshotJean-Baptiste Queru3-0/+0
2009-10-09simplify construction of the recovery progress barDoug Zongker14-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.
2009-10-03replace generic recovery iconsDoug Zongker3-0/+0
2009-07-23fix compile warnings in recovery, change imagesDoug Zongker3-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.
2009-04-02AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon.Doug Zongker1-0/+0
Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144105
2009-04-01AI 144082: Remove the unused "unpacking" recovery icon.Doug Zongker1-0/+0
Automated import of CL 144082
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker34-0/+0
about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker34-0/+0
about 60k from the recovery and system images. Automated import of CL 143128
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project17-0/+0
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project17-0/+0
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project2-0/+0