index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
minui
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-25
minui: add hall sensor event
Jack Wu
2
-0
/
+31
2022-01-25
minui: Add support for multiple connectors
Weizhung Ding
7
-76
/
+153
2021-12-06
minui: Add support for ARGB (LSB alpha)
Patrik Torstensson
3
-21
/
+91
2021-11-25
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-21
libminui for vendor
Yifan Hong
1
-0
/
+12
2021-10-12
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-12
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-12
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-12
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-11
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-10-08
Do not write past end of inotify event structure.
Christopher Ferris
1
-3
/
+5
2021-09-23
Add support to use preferred graphics backend
Chihhang Chuang
2
-10
/
+40
2021-07-27
Remove magic code to flash the screen
Kelvin Zhang
1
-2
/
+0
2021-05-17
use create_dumb.size as size of buffer
Kelvin Zhang
1
-2
/
+12
2021-02-14
[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery
Bob Badour
1
-0
/
+9
2021-01-21
minui: remove libadf since it is no longer supported
Marissa Wall
4
-285
/
+1
2020-12-23
minui: fix mem leakage issue
lijiazi
1
-1
/
+1
2020-02-28
minui: remove libadf since it is no longer supported
Marissa Wall
4
-285
/
+1
2020-01-14
Fix ioctl FIONREAD call parameters to use int instead of size_t
Stephane Lee
1
-2
/
+4
2019-12-13
minui: add ARGB_8888 format
Adrian Salido
4
-4
/
+11
2019-08-14
minui: Support input device hotplug in recovery mode.
Xihua Chen
1
-20
/
+104
2019-04-23
matches_locale no longer accept empty locales in the png file
xunchang
1
-0
/
+4
2019-04-22
Fall back to en-US if localized bitmap is missing for a locale
xunchang
1
-4
/
+10
2019-03-11
minui: Managed FDs with smart pointers.
Tao Bao
2
-103
/
+107
2019-03-11
minui: Fix the wrong move of the callback.
Tao Bao
1
-1
/
+1
2019-03-01
Use O_CLOEXEC at a few places.
Tao Bao
4
-4
/
+4
2018-12-17
use epoll_create1
Nick Kralevich
1
-1
/
+1
2018-11-27
minui: GRSurface::Create() computes data_size on its own.
Tao Bao
6
-27
/
+40
2018-11-27
minui: Fix a wrong arg in calling GRSurface::Create().
Tao Bao
1
-1
/
+1
2018-11-07
minui: GRSurface manages data with std::unique_ptr.
Tao Bao
2
-13
/
+16
2018-11-02
minui: Use android::base::unique_fd in MinuiBackendFbdev.
Tao Bao
2
-14
/
+9
2018-11-01
minui: Add GRSurface::Clone().
Tao Bao
2
-2
/
+12
2018-11-01
minui: Remove the default and copy ctors for GRSurface.
Tao Bao
3
-12
/
+10
2018-11-01
minui: Refactor GRSurfaceAdf.
Tao Bao
2
-56
/
+65
2018-11-01
minui: Refactor GRSurfaceFbdev.
Tao Bao
2
-44
/
+53
2018-10-31
minui: Add a protected GRSurface ctor.
Tao Bao
2
-85
/
+65
2018-10-24
minui: Cleanup GRSurfaceDrm and MinuiBackendDrm.
Tao Bao
2
-126
/
+109
2018-10-23
minui: Move GRSurface into a class.
Tao Bao
9
-114
/
+157
2018-09-06
minui: Track the name change to minui related properties.
Tao Bao
1
-3
/
+3
2018-08-08
`recovery` uses more shared libraries.
Tao Bao
1
-0
/
+1
2018-08-07
minui: Track libsync module name change.
Tao Bao
1
-1
/
+1
2018-08-07
Fix the DRM_FORMAT match with corresponding PixelFormat
tangrobin
1
-3
/
+7
2018-08-05
minui: Move to Soong.
Tao Bao
2
-59
/
+46
2018-08-02
minui: Use runtime properties instead of build time vars.
Tao Bao
6
-64
/
+69
2018-08-01
minui: Clean up the use of `rotation`.
Tao Bao
2
-27
/
+50
2018-07-03
minui/drm: wait for page flip completion
Jeremy Compostella
1
-1
/
+38
2018-06-13
minui: Add constness to GRSurface* in gr_get_{width,height}.
Tao Bao
2
-20
/
+31
2018-06-06
minui: Handle the failures from the drm backend in gr_init
Tianjie Xu
3
-7
/
+16
2018-06-01
Let gr_init proceed even if we failed to load a font file
Tianjie Xu
2
-4
/
+15
2018-05-09
tests: Add tests for ScreenRecoveryUI.
Tao Bao
2
-2
/
+10
2018-04-14
Expose PngHandler via resources.h.
Tao Bao
2
-58
/
+97
2018-03-30
Remove the obsolete mkfont.c and font_10x18.h
Tianjie Xu
3
-300
/
+5
2017-12-20
StartsWith allows a std::string prefix now.
Elliott Hughes
1
-1
/
+1
2017-10-20
libdrm_platform is now libdrm
Dan Willemsen
1
-1
/
+1
2017-10-20
Build libminui with BOARD_VNDK_VERSION
Jiyong Park
1
-1
/
+1
2017-10-12
Drop -Wno-unused-parameter.
Tao Bao
1
-0
/
+5
2017-10-11
Add missing includes.
Dan Albert
1
-0
/
+1
2017-09-29
Move the png open and destroy functions into a class
Tianjie Xu
1
-286
/
+279
2017-09-28
graphics: add rotation logic
Luke Song
3
-221
/
+280
2017-09-27
Add a new option in recovery menu to test the background texts
Tianjie Xu
2
-0
/
+39
2017-08-29
Turn on -Wall for recovery modules
Tianjie Xu
1
-2
/
+2
2017-08-03
ui: Move the support for touch inputs into RecoveryUI.
Tao Bao
2
-12
/
+38
2017-08-02
ui: Move the support for touch inputs into RecoveryUI.
Tao Bao
2
-12
/
+38
2017-07-21
Build libminui with BOARD_VNDK_VERSION
Jiyong Park
1
-1
/
+1
2017-07-19
Fix the android-cloexec-* warnings in bootable/recovery
Tianjie Xu
1
-1
/
+1
2017-07-19
Build libminui with BOARD_VNDK_VERSION
Jiyong Park
1
-1
/
+1
2017-04-29
minui: Fix breakage in graphics_adf.
Alistair Strachan
1
-1
/
+2
2017-03-29
Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9
Tianjie Xu
3
-13
/
+33
2017-03-25
Add the missing sr-Latn into png files and rename the png locale header
Tianjie Xu
3
-13
/
+33
2017-03-17
Add the missing #include of <functional>.
Tao Bao
1
-0
/
+2
2017-02-23
Add a missing #include for openat(2).
Elliott Hughes
1
-0
/
+1
2017-02-11
minui: Move graphics_{adf,drm,fbdev} into classes.
Tao Bao
8
-271
/
+333
2017-02-09
minui: Save errno before calling close().
Tao Bao
1
-1
/
+2
2017-02-07
minui: Clean up graphics_drm.cpp.
Tao Bao
1
-351
/
+297
2017-02-07
minui: Clean up graphics_fbdev.cpp.
Tao Bao
1
-139
/
+129
2017-02-07
minui: Clean up graphics_adf.cpp.
Tao Bao
1
-191
/
+156
2017-02-03
minui: Minor clean up to graphics.cpp.
Tao Bao
1
-62
/
+1
2017-01-23
minui: Move callback functions to std::function.
Tao Bao
3
-121
/
+113
2017-01-19
Add checkers and tests for empty locale in PNG file
Tianjie Xu
1
-1
/
+3
2017-01-17
minui: Export minui/minui.h.
Tao Bao
8
-17
/
+32
2016-11-16
Remove unnecessary uses of reinterpret_cast.
Rahul Chaudhry
2
-3
/
+3
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
4
-12
/
+12
2016-11-16
Have gr_init_font alloc memory for the font
Damien Bargiacchi
2
-8
/
+16
2016-11-15
Support use of custom fonts in miniui
Damien Bargiacchi
3
-54
/
+72
2016-11-11
Fix "ordered comparison between pointer and zero".
MinSeong Kim
1
-1
/
+1
2016-11-09
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
4
-13
/
+13
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-0
/
+2
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-0
/
+2
2016-09-09
Have gr_init_font alloc memory for the font
Damien Bargiacchi
2
-8
/
+16
2016-08-19
Support use of custom fonts in miniui
Damien Bargiacchi
3
-54
/
+72
2016-08-06
Recovery mode UI flicker
xinglong.zhu
2
-1
/
+24
2016-07-29
Add docs on regeneration background text image
Tianjie Xu
1
-2
/
+2
2016-07-27
Fix clang-tidy performance warnings.
Chih-Hung Hsieh
2
-2
/
+2
2016-05-17
DO NOT MERGE Use updated libpng API
Matt Sarett
1
-10
/
+10
2016-05-06
Keep ADF device alive for the lifetime of the minui backend
Jonathan Hamilton
1
-6
/
+8
2016-04-20
Fix matches_locale function
Tianjie Xu
2
-13
/
+10
2016-04-18
Fix google-runtime-int warnings.
Chih-Hung Hsieh
1
-6
/
+9
2016-04-15
Update the system update animation.
Elliott Hughes
1
-2
/
+0
2016-02-19
Fix minui cleanup path on error.
Elliott Hughes
1
-3
/
+3
2016-02-11
Fix some memory leaks.
Yabin Cui
1
-13
/
+9
2016-01-08
Revert "Byte swap to support BGRA in recovery mode"
Andriy Naborskyy
1
-12
/
+0
2015-12-16
res: Embed FPS into icon_installing.png.
Tao Bao
2
-8
/
+17
2015-11-16
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-07-02
Add drm support to minui
Stéphane Marchesin
4
-0
/
+484
2015-06-03
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-1
/
+2
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-1
/
+2
2015-04-15
Don't use typedefs that hide *s.
Elliott Hughes
6
-43
/
+38
2015-04-14
Move the menu header out of the menu.
Elliott Hughes
2
-2
/
+2
2015-04-10
Switch minui over to C++.
Elliott Hughes
8
-102
/
+82
2015-04-10
Fix ScreenRecoveryUI to handle devices without power/up/down.
Elliott Hughes
2
-4
/
+9
2015-04-10
Add ev_iterate_available_keys to minui.
Elliott Hughes
3
-94
/
+126
2015-03-24
Remove support for Cupcake kernels.
Elliott Hughes
1
-17
/
+0
2015-03-24
Fix recovery image text rendering.
Elliott Hughes
2
-25
/
+22
2015-02-26
Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk
Trevor Drake
1
-4
/
+1
2015-02-12
Fix Droid and animation color in recovery mode
Tony Kuo
5
-14
/
+25
2015-02-11
recovery: Handle EV_SW events
Ajay Dudani
1
-2
/
+2
2015-02-11
recovery: Generate libminui dynamic library
Ajay Dudani
1
-0
/
+7
2015-01-30
Add missing includes.
Elliott Hughes
5
-0
/
+6
2014-11-14
Byte swap to support BGRA in recovery mode
Heather Lee Wilson
1
-0
/
+12
2014-06-12
minui: avoid random screen frame at startup
Joey Pan
1
-0
/
+2
2014-05-14
Support BGRA framebuffer
Daniel Leung
1
-0
/
+13
2014-04-26
recovery: minui: add adf backend
Greg Hackmann
4
-5
/
+266
2014-03-20
restore minui support for paletted images with < 8 bits
Doug Zongker
1
-1
/
+1
2014-03-18
fix error log statement
Doug Zongker
1
-1
/
+1
2014-03-17
refactor image resource loading code in minui
Doug Zongker
3
-238
/
+242
2014-03-14
Recovery 64-bit compile issues
Mark Salyzyn
2
-4
/
+5
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
5
-152
/
+268
2014-03-11
remove pixelflinger from recovery
Doug Zongker
3
-266
/
+348
2014-03-11
change how recovery animation is implemented
Doug Zongker
2
-3
/
+180
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
5
-152
/
+268
2014-03-11
remove pixelflinger from recovery
Doug Zongker
3
-273
/
+347
2014-03-07
change how recovery animation is implemented
Doug Zongker
2
-3
/
+180
2014-02-06
recovery: fix building with pointer-to-int errors turned on
Colin Cross
1
-1
/
+1
2013-11-26
minui: do not use flexible array initialization
synergy dev
1
-1
/
+1
2013-09-26
fix use of RGBA images in minui
Doug Zongker
1
-3
/
+11
2013-09-17
recovery: fix epoll events type to uint32_t
Todd Poynor
2
-3
/
+3
2013-09-12
minui: add ev_get_epollfd() to retrieve epoll file descriptor
Todd Poynor
2
-0
/
+6
2013-09-12
minui: convert ev_*() event interface to epoll
Todd Poynor
2
-27
/
+58
2013-08-27
Update libpng API usage
John Reck
1
-12
/
+12
2013-08-13
Fix libpng API usage
John Reck
1
-12
/
+12
2013-07-09
recovery: move log output to stdout
Doug Zongker
1
-2
/
+2
2013-03-07
more font improvements and cleanup
Doug Zongker
3
-13
/
+247
2013-03-05
recovery: change font for menus to be an image
Doug Zongker
3
-246
/
+27
2012-12-19
add optional overscan compensation to recovery graphics
Doug Zongker
3
-5
/
+32
2012-09-04
minor recovery fixes
Doug Zongker
2
-6
/
+6
2012-08-30
recovery locale handling fixes
Doug Zongker
1
-8
/
+0
2012-08-23
add simple text to recovery UI
Doug Zongker
3
-0
/
+168
2012-08-21
Fixing trivial warnings for libminui
Edwin Vane
1
-2
/
+2
2012-07-20
minui: fix screen update issue
Devin Kim
1
-2
/
+4
2012-07-12
graphics: add support for "single buffering"
Octavian Purdila
1
-2
/
+10
2012-07-11
allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMAT
Doug Zongker
1
-2
/
+6
2011-10-31
turn recovery into a C++ binary
Doug Zongker
1
-0
/
+8
2011-10-28
turn recovery into a C++ binary
Doug Zongker
1
-0
/
+8
2011-10-13
minui: add ability to synchronize current key state
Dima Zavin
2
-2
/
+38
2011-09-27
fix problem where the screen is sometimes all black in recovery
Doug Zongker
1
-0
/
+3
2011-09-02
minui: events: only open input devices with EV_KEY and/or EV_REL
Dima Zavin
1
-0
/
+17
2011-09-02
minui: events: add ability to poll on non-input fds
Dima Zavin
2
-3
/
+23
2011-09-02
minui: events: refactor event acquisition
Dima Zavin
2
-15
/
+49
2011-08-30
minui: graphics: add interface for framebuffer blank/unblank
Dima Zavin
2
-0
/
+13
2011-08-30
minui: graphics: add ability to query font size
Dima Zavin
2
-0
/
+7
2011-06-24
Get the correct line_length.
Michael Ward
1
-2
/
+37
2011-06-23
Graphics can handle stride != xres, and BGRA support.
Michael Ward
2
-12
/
+18
2011-03-05
allow paletted RGB images in recovery
Doug Zongker
1
-2
/
+7
2011-03-01
make recovery UI images more general; allow for installation animation
Doug Zongker
1
-0
/
+2
2011-01-14
option to allow recovery to use 24-bit graphics in UI
Doug Zongker
2
-10
/
+22
2010-11-01
clear recovery framebuffers on allocation; display icon right after ui_init
Doug Zongker
1
-1
/
+2
2009-11-13
eclair snapshot
Jean-Baptiste Queru
2
-16
/
+1
2009-10-09
simplify construction of the recovery progress bar
Doug Zongker
1
-3
/
+8
2009-06-11
split out device-specific recovery UI code into vendor directories
Doug Zongker
1
-16
/
+0
2009-06-06
Force the fb into 16 bpp mode in case the hw has some other default.
Rebecca Schultz Zavin
1
-0
/
+1
2009-03-28
AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves
Doug Zongker
1
-100
/
+67
2009-03-27
AI 143128: Use PNG instead of BMP for recovery image icons. This saves
Doug Zongker
1
-100
/
+67
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
7
-0
/
+946
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
7
-946
/
+0
2009-02-11
auto import from //branches/cupcake/...@130745
The Android Open Source Project
1
-16
/
+33
2008-12-18
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
1
-33
/
+24