make recovery UI images more general; allow for installation animation
Doug Zongker authored
Change some of the UI parameters (# of indeterminate progress bar
frames, fps, etc.) from #defined constants to variables that can be
set by the device-specific recovery_ui code (via a new function).

Support overlaying different images on top of the base installation
icon to animate it.  Make the FPS control more accurate.

Change-Id: I9268b389b7ea6b3ed9e0c7eae37baf4272e60edd
6809c51f
Name Last commit Last update
applypatch Fix x86 build.
edify make StringValue wrapper okay to call on NULL
etc am ecc76ba5: Set adbd to be disabled by default in recovery
minelf Working ASLR implementation
minui make recovery UI images more general; allow for installation animation
minzip add a one-argument version of package_extract_file
mtdutils Fix x86 build.
res/images bump updater API version to 3; deprecate firmware update command
testdata add a simple unit test for the OTA package verifier
tools remove amend
updater Reserve the last 16 Kbytes of /data for the crypto footer.
Android.mk Fix x86 build.
CleanSpec.mk Add an empty CleanSpec.mk
NOTICE Automated import from //branches/master/...@140824,140824
bootloader.c remove the notion of "root path"; support mixed flash types
bootloader.h bump updater API version to 3; deprecate firmware update command
common.h make recovery UI images more general; allow for installation animation
default_recovery_ui.c make recovery UI images more general; allow for installation animation
install.c remove the notion of "root path"; support mixed flash types
install.h auto import from //depot/cupcake/@135843
recovery.c make recovery UI images more general; allow for installation animation
recovery_ui.h make recovery UI images more general; allow for installation animation
roots.c store partition length in recovery.fstab
roots.h remove the notion of "root path"; support mixed flash types
ui.c make recovery UI images more general; allow for installation animation
verifier.c
verifier.h
verifier_test.c
verifier_test.sh