Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -57/+0 |
| | |||||
* | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 1 | -48/+0 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -93/+0 |
| | |||||
* | Allow spaces in backup names | Dees_Troy | 2012-09-26 | 1 | -2/+2 |
| | |||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -353/+26 |
| | |||||
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -146/+0 |
| | | | | | | | | 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 | ||||
* | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 1 | -481/+0 |
| | | | | | | | Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. | ||||
* | Clean up extra-functions | Dees_Troy | 2012-09-11 | 1 | -32/+0 |
| | |||||
* | Move device ID code to data manager | Dees_Troy | 2012-09-11 | 1 | -118/+0 |
| | |||||
* | Zip install works again | Dees_Troy | 2012-09-11 | 1 | -172/+387 |
| | |||||
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 1 | -0/+131 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+956 |
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 |