summaryrefslogtreecommitdiffstats
path: root/minui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom kernel headersKra1o52014-12-171-2/+10
* EPOLLWAKEUP handling in minui/events.cEthan Yonker2014-12-121-0/+8
* Update minui to work properlyEthan Yonker2014-12-091-143/+132
* Make TWRP compile for arm64Ethan Yonker2014-11-121-1/+1
* Disable custom theme and fix png loadingEthan Yonker2014-11-071-2/+2
* Fix up old libminui to compileEthan Yonker2014-11-075-29/+247
* Revert to old libminui and fix upEthan Yonker2014-11-069-1141/+292
* Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-069-292/+1145
|\
| * minui: avoid random screen frame at startupJoey Pan2014-06-121-0/+2
| * am 0766cdf4: am d2fb4ed5: am d27aa76a: Merge "Support BGRA framebuffer"Doug Zongker2014-05-141-0/+13
| |\
| | * Support BGRA framebufferDaniel Leung2014-05-141-0/+13
| * | am e9f9238a: am 1cd52423: am 1c2cf1db: Merge "recovery: minui: add adf backend"Greg Hackmann2014-05-034-5/+266
| |\|
| | * recovery: minui: add adf backendGreg Hackmann2014-04-264-5/+266
| * | am 03008bc1: am aa4545b5: Merge "restore minui support for paletted images with < 8 bits"Doug Zongker2014-03-201-1/+1
| |\|
| | * restore minui support for paletted images with < 8 bitsDoug Zongker2014-03-201-1/+1
| * | am 47c7e365: am 130a7985: Merge "fix error log statement"Doug Zongker2014-03-181-1/+1
| |\|
| | * fix error log statementDoug Zongker2014-03-181-1/+1
| * | am 80c1a386: resolved conflicts for merge of d90da130 to klp-modular-dev-plus-aospDoug Zongker2014-03-183-238/+242
| |\|
| | * refactor image resource loading code in minuiDoug Zongker2014-03-173-238/+242
| * | am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-142-4/+5
| |\|
| | * Recovery 64-bit compile issuesMark Salyzyn2014-03-142-4/+5
| | * separate fbdev-specific code out from minuiDoug Zongker2014-03-115-152/+268
| | * remove pixelflinger from recoveryDoug Zongker2014-03-113-266/+348
| | * change how recovery animation is implementedDoug Zongker2014-03-112-3/+180
| * | separate fbdev-specific code out from minuiDoug Zongker2014-03-115-152/+268
| * | remove pixelflinger from recoveryDoug Zongker2014-03-113-273/+347
| * | change how recovery animation is implementedDoug Zongker2014-03-072-3/+180
| * | am 2739ed96: am a5d105e2: Merge "recovery: fix building with pointer-to-int errors turned on"Colin Cross2014-02-061-1/+1
| |\|
| | * recovery: fix building with pointer-to-int errors turned onColin Cross2014-02-061-1/+1
| * | am 27efc8f9: am 617d1cad: Merge "minui: do not use flexible array initialization"Nick Kralevich2014-01-041-1/+1
| |\|
| | * minui: do not use flexible array initializationsynergy dev2013-11-261-1/+1
| | * am 5c4e1dac: Merge "Update libpng API usage"John Reck2013-08-271-12/+12
| | |\
| * | | fix use of RGBA images in minuiDoug Zongker2013-09-261-3/+11
| * | | recovery: fix epoll events type to uint32_tTodd Poynor2013-09-172-3/+3
| * | | minui: add ev_get_epollfd() to retrieve epoll file descriptorTodd Poynor2013-09-122-0/+6
| * | | minui: convert ev_*() event interface to epollTodd Poynor2013-09-122-27/+58
| * | | Fix libpng API usageJohn Reck2013-08-131-12/+12
| |/ /
* | | Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-031-4/+4
* | | minui: Do not return true from target_has_overlay() if MSM_BSP is not setAndrew Dodd2014-06-301-3/+4
* | | Update minui to support overlay graphicsDees Troy2014-05-027-36/+1614
* | | recovery: Compatibility with upstream minui changeSteve Kondik2014-04-301-0/+3
* | | minui: adapt backlight blanking commit to TWRPMatt Mower2014-02-062-5/+15
* | | minui: Allow devices to blank/unblank using LCD backlightEthan Chen2014-02-032-0/+16
* | | Support custom graphics.c.Koushik Dutta2013-12-121-1/+6
* | | Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-2/+2
|\| |
| * | recovery: move log output to stdoutDoug Zongker2013-07-091-2/+2
* | | Hack-fix build with different system/core/charger versionsVojtech Bocek2013-09-062-2/+12
* | | Update to latest AOSP masterDees_Troy2013-09-044-47/+255
|\ \ \ | | |/ | |/|
| * | Update libpng API usageJohn Reck2013-08-271-12/+12
| |/
| * more font improvements and cleanupDoug Zongker2013-03-073-13/+247
| * recovery: change font for menus to be an imageDoug Zongker2013-03-053-246/+27
| * add optional overscan compensation to recovery graphicsDoug Zongker2012-12-193-5/+32
| * minor recovery fixesDoug Zongker2012-09-042-6/+6
| * Merge "recovery locale handling fixes" into jb-mr1-devDoug Zongker2012-08-301-8/+0
| |\
| | * recovery locale handling fixesDoug Zongker2012-08-301-8/+0
| * | am bddbb5b3: Merge "Fixing trivial warnings for libminui"Jean-Baptiste Queru2012-08-241-2/+2
| |\ \ | | |/ | |/|
| * | add simple text to recovery UIDoug Zongker2012-08-233-0/+168
| * | fix conflicts with merge of jb-dev-makoEd Heyl2012-07-261-2/+4
| |\ \
| | * | minui: fix screen update issueDevin Kim2012-07-201-2/+4
| * | | am dd6cd4fc: Merge "graphics: add support for "single buffering""Doug Zongker2012-07-211-2/+10
| |\ \ \
| * | | | allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMATDoug Zongker2012-07-111-2/+6
| | |/ / | |/| |
* | | | TWRP-ify AOSP codeDees_Troy2012-09-051-1/+1
| |_|/ |/| |
* | | Fixing trivial warnings for libminuiEdwin Vane2012-08-211-2/+2
| |/ |/|
* | graphics: add support for "single buffering"Octavian Purdila2012-07-121-2/+10
|/
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+8
* minui: add ability to synchronize current key stateDima Zavin2011-10-132-2/+38
* fix problem where the screen is sometimes all black in recoveryDoug Zongker2011-09-271-0/+3
* minui: events: only open input devices with EV_KEY and/or EV_RELDima Zavin2011-09-021-0/+17
* minui: events: add ability to poll on non-input fdsDima Zavin2011-09-022-3/+23
* minui: events: refactor event acquisitionDima Zavin2011-09-022-15/+49
* minui: graphics: add interface for framebuffer blank/unblankDima Zavin2011-08-302-0/+13
* minui: graphics: add ability to query font sizeDima Zavin2011-08-302-0/+7
* Get the correct line_length.Michael Ward2011-06-241-2/+37
* Graphics can handle stride != xres, and BGRA support.Michael Ward2011-06-232-12/+18
* allow paletted RGB images in recoveryDoug Zongker2011-03-051-2/+7
* make recovery UI images more general; allow for installation animationDoug Zongker2011-03-011-0/+2
* option to allow recovery to use 24-bit graphics in UIDoug Zongker2011-01-142-10/+22
* clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker2010-11-011-1/+2
* simplify construction of the recovery progress barDoug Zongker2009-10-091-3/+8
* split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-111-16/+0
* Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin2009-06-061-0/+1
* AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-281-100/+67
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-047-0/+946
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-047-946/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-111-16/+33
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-181-33/+24
* Initial ContributionThe Android Open Source Project2008-10-217-0/+938