summaryrefslogtreecommitdiffstats
path: root/twmincrypt (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-04Add new SliderValue GUI widgetVojtech Bocek1-16/+0
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Ic5d44314f501341140dd7059d1cb753341f5844c
2013-01-07Fix up libmincrypt rules for Android 4.2Dees_Troy1-0/+5
2012-09-14Move to shared libmincryptDees_Troy5-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-12Make text appear in GUI console, Zip install works.Dees_Troy4-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.