Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-04 | Add new SliderValue GUI widget | Vojtech Bocek | 1 | -16/+0 | |
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Ic5d44314f501341140dd7059d1cb753341f5844c | |||||
2013-01-07 | Fix up libmincrypt rules for Android 4.2 | Dees_Troy | 1 | -0/+5 | |
2012-09-14 | Move to shared libmincrypt | Dees_Troy | 5 | -625/+11 | |
Remove mincrypt source from TWRP and add rule to make libmincrypt as a shared library. No more crashes during zip signature verification and less code to maintain in TWRP. | |||||
2012-09-12 | Make text appear in GUI console, Zip install works. | Dees_Troy | 4 | -0/+625 | |
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. |