summaryrefslogtreecommitdiffstats
path: root/data.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix output of version numberDees_Troy2012-10-011-1/+29
|
* Port reboot functions to C++Dees_Troy2012-09-271-8/+4
|
* Unify portrait layouts againDees_Troy2012-09-261-9/+12
|
* Fix special partition handlingDees_Troy2012-09-211-0/+9
|
* Fix ext storage and zip pathsDees_Troy2012-09-191-1/+5
| | | | | | Fix a bug with handling external storage during boot. Check zip root path when switching storage and ensure that the path is in the new storage path to prevent user confusion.
* Cleanup extra-functionsDees_Troy2012-09-181-8/+12
|
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-3/+29
| | | | | | | | Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging
* Move device ID code to data managerDees_Troy2012-09-111-9/+130
|
* Improve storage size code, mount, unmountDees_Troy2012-09-101-6/+0
| | | | Add flag parsing from recovery.fstab
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-7/+7
|
* Hax to make it bootDees_Troy2012-09-061-2/+3
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+918
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