summaryrefslogtreecommitdiffstats
path: root/minuitwrp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-24Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy2-16/+17
This reverts commit 70e1129612765b14e5aace0155d4683c91cde951. No longer needed after http://review.teamw.in/#/c/655/
2013-08-11Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy2-17/+16
Change-Id: Id5ce607a181110118ebc647fc07d387a7a3dc660
2013-08-11Remove libjpegtwrp and use CM provided libjpegDees_Troy2-5/+6
2013-07-08Remove unneeded touch code changesDees_Troy1-15/+0
2013-07-03graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode1-4/+8
Change-Id: I93391596eece6b08ecf2e54f443e9821573cb871
2013-07-01Fix touch on some Samsung devicesDees_Troy1-11/+41
Change-Id: I3e2a67979c60a8e9f37f46f4fb0b0682c56ec95b
2013-05-03Allow for more input devicesDees_Troy1-1/+1
2013-04-05Tweak libsDees_Troy1-3/+2
2013-04-04Move all AOSP code out of recovery binaryDees_Troy4-41/+47
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-03-01Add 2 second pre-dim and bugfix blank timerDees_Troy2-2/+3
2 second predim code courtesy of bigbiff Change-Id: I052ac422f78dc82c05f58c188587534b800b935a
2013-01-15Add build flag for custom graphicsDees_Troy1-1/+7
2012-12-11Ignore bma150 in event handlerDees_Troy1-1/+1
2012-11-21minuitwrp: fix screen update issueHiemanshu Sharma1-2/+4
2012-11-21graphics: add support for "single buffering"Hiemanshu Sharma1-2/+10
2012-11-19Add 23x41 roboto fontDees_Troy1-0/+461
2012-09-28Fix compiler warningsDees_Troy2-2/+8
2012-09-05TWRP-ify AOSP codeDees_Troy10-0/+2530
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