Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor ui functions into a class | Doug Zongker | 2011-10-31 | 1 | -2/+4 |
| | | | | | | | | | | | Move all the functions in ui.c to be members of a ScreenRecoveryUI class, which is a subclass of an abstract RecoveryUI class. Recovery then creates a global singleton instance of this class and then invoke the methods to drive the UI. We use this to allow substitution of a different RecoveryUI implementation for devices with radically different form factors (eg, that don't have a screen). Change-Id: I76bdd34eca506149f4cc07685df6a4890473f3d9 | ||||
* | turn recovery into a C++ binary | Doug Zongker | 2011-10-31 | 1 | -0/+185 |
Change-Id: I423a23581048d451d53eef46e5f5eac485b77555 |