summaryrefslogtreecommitdiffstats
path: root/gui/devices/1080x1920/res/fonts/Roboto-Condensed-40.dat (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-15Remove support for non-TTF fontsEthan Yonker1-0/+0
This patch set removes support in TWRP for the old .dat file format as well as support for the AOSP style fonts in header files. We need TTF for scaling. Note that the old AOSP style header font is still supported in minui which is not used by TWRP. Change-Id: I6124a3333d479f1fc668138f7e32c4be9b519552
2013-03-30Add partition list GUI elementDees_Troy1-0/+0
Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+0
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