summaryrefslogtreecommitdiffstats
path: root/twmincrypt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add new SliderValue GUI widgetVojtech Bocek2013-04-041-16/+0
| | | | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Ic5d44314f501341140dd7059d1cb753341f5844c
* Fix up libmincrypt rules for Android 4.2Dees_Troy2013-01-071-0/+5
|
* Move to shared libmincryptDees_Troy2012-09-145-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.
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-124-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.