Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release | Ibrahim Awwal | 2014-01-04 | 2 | -0/+6 |
| | | | | | | | | | | | | On n8013 at least, this event is sometimes/often sent on touch start which causes touches to be randomly rejected and throws you back to the start screen. Touch releases still work fine for me, since it sends ABS_MT_TRACKING_ID == -1 for that purpose. Adds a flag TW_IGNORE_MAJOR_AXIS_0 to configure this behavior. Change-Id: I14bb036a2c2d4ee676b642c3ab297c55bb6c2084 | ||||
* | crypto: Fix crypto dependencies for ICS/Samsung methods | OliverG96 | 2013-12-19 | 1 | -3/+0 |
| | | | | | | | | | | | - libmincrypt renamed to libmincrypttwrp that is an static library - libjpegtwrp does not exist - libfs_mgrtwrp is for JB decryption methods This fixes making full builds when TW_INCLUDE_CRYPTO_SAMSUNG := true and TW_INCLUDE_CRYPTO := true are set. Somehow typing make recoveryimage doesnt push the mentioned issue. Change-Id: I7cad5db4f51152a1a8209e619b188ca88d7c74d1 | ||||
* | Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" | Dees_Troy | 2013-08-24 | 2 | -16/+17 |
| | | | | | This reverts commit 70e1129612765b14e5aace0155d4683c91cde951. No longer needed after http://review.teamw.in/#/c/655/ | ||||
* | Merge "graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp" into twrp2.5 | Dees Troy | 2013-08-24 | 1 | -4/+8 |
|\ | |||||
| * | graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp | Hashcode | 2013-07-03 | 1 | -4/+8 |
| | | | | | | | | Change-Id: I93391596eece6b08ecf2e54f443e9821573cb871 | ||||
* | | Fix touch not working due to gr_fb_width returning 0 in some cases | Dees_Troy | 2013-08-11 | 2 | -17/+16 |
| | | | | | | | | Change-Id: Id5ce607a181110118ebc647fc07d387a7a3dc660 | ||||
* | | Remove libjpegtwrp and use CM provided libjpeg | Dees_Troy | 2013-08-11 | 2 | -5/+6 |
| | | |||||
* | | Remove unneeded touch code changes | Dees_Troy | 2013-07-08 | 1 | -15/+0 |
|/ | |||||
* | Fix touch on some Samsung devices | Dees_Troy | 2013-07-01 | 1 | -11/+41 |
| | | | | Change-Id: I3e2a67979c60a8e9f37f46f4fb0b0682c56ec95b | ||||
* | Allow for more input devices | Dees_Troy | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | Tweak libs | Dees_Troy | 2013-04-05 | 1 | -3/+2 |
| | |||||
* | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 4 | -41/+47 |
| | | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 | ||||
* | Add 2 second pre-dim and bugfix blank timer | Dees_Troy | 2013-03-01 | 2 | -2/+3 |
| | | | | | | 2 second predim code courtesy of bigbiff Change-Id: I052ac422f78dc82c05f58c188587534b800b935a | ||||
* | Add build flag for custom graphics | Dees_Troy | 2013-01-15 | 1 | -1/+7 |
| | |||||
* | Merge "Ignore bma150 in event handler" into jb-wip | Dees_Troy | 2012-12-12 | 1 | -1/+1 |
|\ | |||||
| * | Ignore bma150 in event handler | Dees_Troy | 2012-12-11 | 1 | -1/+1 |
| | | |||||
* | | minuitwrp: fix screen update issue | Hiemanshu Sharma | 2012-11-21 | 1 | -2/+4 |
| | | |||||
* | | graphics: add support for "single buffering" | Hiemanshu Sharma | 2012-11-21 | 1 | -2/+10 |
|/ | |||||
* | Add 23x41 roboto font | Dees_Troy | 2012-11-19 | 1 | -0/+461 |
| | |||||
* | Fix compiler warnings | Dees_Troy | 2012-09-28 | 2 | -2/+8 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 10 | -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 |