summaryrefslogtreecommitdiffstats
path: root/res/images/icon_installing.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13eclair snapshotJean-Baptiste Queru1-0/+0
2009-10-03replace generic recovery iconsDoug Zongker1-0/+0
2009-07-23fix compile warnings in recovery, change imagesDoug Zongker1-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-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-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 Zongker1-0/+0
about 60k from the recovery and system images. Automated import of CL 143128