summaryrefslogtreecommitdiffstats
path: root/minui/resources.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-23minui: fix mem leakage issuelijiazi1-1/+1
2019-12-13minui: add ARGB_8888 formatAdrian Salido1-3/+3
2019-04-23matches_locale no longer accept empty locales in the png filexunchang1-0/+4
2019-04-22Fall back to en-US if localized bitmap is missing for a localexunchang1-4/+10
2018-11-27minui: GRSurface::Create() computes data_size on its own.Tao Bao1-10/+12
2018-11-27minui: Fix a wrong arg in calling GRSurface::Create().Tao Bao1-1/+1
2018-11-07minui: GRSurface manages data with std::unique_ptr.Tao Bao1-10/+5
2018-11-01minui: Add GRSurface::Clone().Tao Bao1-2/+8
2018-10-31minui: Add a protected GRSurface ctor.Tao Bao1-81/+56
2018-10-23minui: Move GRSurface into a class.Tao Bao1-32/+38
2018-08-02minui: Use runtime properties instead of build time vars.Tao Bao1-9/+11
2018-05-09tests: Add tests for ScreenRecoveryUI.Tao Bao1-2/+7
2018-04-14Expose PngHandler via resources.h.Tao Bao1-58/+13
2017-12-20StartsWith allows a std::string prefix now.Elliott Hughes1-1/+1
2017-09-29Move the png open and destroy functions into a classTianjie Xu1-286/+279
2017-09-27Add a new option in recovery menu to test the background textsTianjie Xu1-0/+35
2017-07-19Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu1-1/+1
2017-03-29Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9Tianjie Xu1-10/+23
2017-03-25Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu1-10/+23
2017-01-23minui: Move callback functions to std::function.Tao Bao1-8/+6
2017-01-19Add checkers and tests for empty locale in PNG fileTianjie Xu1-1/+3
2017-01-17minui: Export minui/minui.h.Tao Bao1-1/+1
2016-11-16Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry1-2/+2
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-4/+4
2016-11-11Fix "ordered comparison between pointer and zero".MinSeong Kim1-1/+1
2016-11-09Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-4/+4
2016-04-20Fix matches_locale functionTianjie Xu1-13/+8
2016-04-15Update the system update animation.Elliott Hughes1-2/+0
2016-02-19Fix minui cleanup path on error.Elliott Hughes1-3/+3
2016-02-11Fix some memory leaks.Yabin Cui1-13/+9
2015-12-16res: Embed FPS into icon_installing.png.Tao Bao1-6/+15
2015-04-15Don't use typedefs that hide *s.Elliott Hughes1-19/+17
2015-04-10Switch minui over to C++.Elliott Hughes1-12/+17
2015-02-12Fix Droid and animation color in recovery modeTony Kuo1-0/+12
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2014-03-20restore minui support for paletted images with < 8 bitsDoug Zongker1-1/+1
2014-03-18fix error log statementDoug Zongker1-1/+1
2014-03-17refactor image resource loading code in minuiDoug Zongker1-233/+207
2014-03-14Recovery 64-bit compile issuesMark Salyzyn1-1/+1
2014-03-11remove pixelflinger from recoveryDoug Zongker1-64/+33
2014-03-11change how recovery animation is implementedDoug Zongker1-3/+179
2014-03-11remove pixelflinger from recoveryDoug Zongker1-71/+32
2014-03-07change how recovery animation is implementedDoug Zongker1-3/+179
2013-09-26fix use of RGBA images in minuiDoug Zongker1-3/+11
2013-08-27Update libpng API usageJohn Reck1-12/+12
2013-08-13Fix libpng API usageJohn Reck1-12/+12
2013-03-05recovery: change font for menus to be an imageDoug Zongker1-8/+12
2012-09-04minor recovery fixesDoug Zongker1-5/+2
2012-08-30recovery locale handling fixesDoug Zongker1-8/+0
2012-08-23add simple text to recovery UIDoug Zongker1-0/+150
2012-08-21Fixing trivial warnings for libminuiEdwin Vane1-2/+2
2011-03-05allow paletted RGB images in recoveryDoug Zongker1-2/+7
2011-03-01make recovery UI images more general; allow for installation animationDoug Zongker1-0/+2
2009-10-09simplify construction of the recovery progress barDoug Zongker1-3/+8
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-100/+67
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-100/+67
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+202
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-202/+0