summaryrefslogtreecommitdiffstats
path: root/data.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-29/+29
| | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-0/+3
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* Add partition list GUI elementDees_Troy2013-03-301-4/+0
| | | | | | | | | | | | Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
* convert file_bps to be unsigned long longbigbiff bigbiff2013-02-191-1/+5
| | | | Change-Id: Ib5d9ca8f9a2a4e27d9798665b312376a7d9c571c
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-0/+1
| | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
* Fix output of version numberDees_Troy2012-10-011-0/+1
|
* Cleanup extra-functionsDees_Troy2012-09-181-0/+1
|
* Move device ID code to data managerDees_Troy2012-09-111-0/+4
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+79
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere