summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05vr_ui: drawing changesLuke Song1-22/+42
2017-09-29screen_ui: stage marker positioningLuke Song1-1/+1
2017-09-27Add a new option in recovery menu to test the background textsTianjie Xu1-0/+77
2017-09-11ui: Move locale and friends into ScreenRecoveryUI class.Tao Bao1-2/+29
2017-09-10ui: Refactor the declaration orders.Tao Bao1-2/+2
2017-09-09ui: Remove text_top_.Tao Bao1-10/+2
2017-09-09ui: Manage menu_ with std::vector.Tao Bao1-9/+7
2017-09-08ui: Manage menu_ with std::vector.Tao Bao1-9/+7
2017-08-17screen_ui: Fix a case that may truncate the last char.Tao Bao1-1/+2
2017-08-16screen_ui: Fix a case that may truncate the last char.Tao Bao1-1/+2
2017-08-16screen_ui: Word-wrap menu headers.Tao Bao1-1/+29
2017-08-16screen_ui: Word-wrap menu headers.Tao Bao1-1/+29
2017-08-13Allow customizing WearRecoveryUI via Makefile variables.Tao Bao1-2/+2
2017-08-10Allow customizing WearRecoveryUI via Makefile variables.Tao Bao1-2/+2
2017-07-13Fix the missing char when showing recovery logs.Tao Bao1-5/+5
2017-07-07Restructure vr_uiLuke Song1-2/+1
2017-07-06Introduce VR recovery uiLuke Song1-7/+11
2017-07-02Update ScreenRecoveryUI::Draw* function signatures.Tao Bao1-24/+21
2017-06-30screen_ui: Compute the top and bottom gaps.Tao Bao1-11/+14
2017-06-29screen_ui: Compute the top and bottom gaps.Tao Bao1-11/+14
2017-06-24Add override specifier and member constness to RecoveryUI classes.Tao Bao1-7/+7
2017-06-24Formatting RecoveryUI related files.Tao Bao1-377/+381
2017-06-24Restructure vr_uiLuke Song1-2/+1
2017-06-23Restructure vr_uiLuke Song1-2/+1
2017-06-23Use Makefile variables to specify margin settings.Tao Bao1-8/+8
2017-06-23screen_ui: Allow setting screen margin space.Tao Bao1-68/+68
2017-06-23Use Makefile variables to specify margin settings.Tao Bao1-8/+8
2017-06-22Use Makefile variables to specify margin settings.Tao Bao1-8/+8
2017-06-21screen_ui: Allow setting screen margin space.Tao Bao1-69/+69
2017-06-20screen_ui: Allow setting screen margin space.Tao Bao1-69/+69
2017-06-17Introduce VR recovery uiLuke Song1-6/+11
2017-06-15Introduce VR recovery uiLuke Song1-6/+11
2017-03-23Const modifiersMikhail Lappo1-3/+3
2017-01-04recovery: Fix the broken UI text.Tao Bao1-131/+103
2016-12-13Add a stub recovery UI.Sen Jiang1-4/+11
2016-11-15Support use of custom fonts in miniuiDamien Bargiacchi1-5/+5
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes1-4/+4
2016-09-24Switch to <android-base/properties.h>.Elliott Hughes1-4/+4
2016-09-08Remove debug log statement; fix buildDamien Bargiacchi1-2/+0
2016-09-07Remove duplicate methods and variables from WearRecoveryUIDamien Bargiacchi1-20/+32
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-08-19Support use of custom fonts in miniuiDamien Bargiacchi1-5/+5
2016-07-09Support landscape layouts.Elliott Hughes1-13/+29
2016-04-29Add ability to show "installing security update"Tianjie Xu1-1/+14
2016-04-28Improve the layout-related comments.Elliott Hughes1-8/+10
2016-04-27Update recovery UI.Elliott Hughes1-47/+69
2016-04-22Go back to the old ear-wiggling Android animation.Elliott Hughes1-1/+0
2016-04-21Go back to the old ear-wiggling Android animation.Elliott Hughes1-1/+0
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-5/+5
2016-04-15Update the system update animation.Elliott Hughes1-51/+92
2016-03-12recovery: Remove SetColor, and other refactoring for WearUIPrashant Malani1-18/+18
2016-03-11recovery: Remove duplicate variables and functionsPrashant Malani1-2/+2
2016-03-10Revert "recovery: More refactoring of WearUI"Prashant Malani1-2/+2
2016-03-09recovery: More refactoring of WearUIPrashant Malani1-2/+2
2015-12-16res: Embed FPS into icon_installing.png.Tao Bao1-4/+5
2015-12-05Track rename from base/ to android-base/.Elliott Hughes1-2/+2
2015-09-10recovery: Remove redirect_stdio() when calling ShowFile().Tao Bao1-1/+1
2015-06-03Log update outputs in orderTao Bao1-10/+25
2015-05-07Add an alternate screen for viewing recovery logs.Elliott Hughes1-46/+64
2015-05-07Add an alternate screen for viewing recovery logs.Elliott Hughes1-46/+64
2015-04-15Don't use typedefs that hide *s.Elliott Hughes1-6/+6
2015-04-14Move the menu header out of the menu.Elliott Hughes1-28/+58
2015-04-13Remove unnecessary globals.Elliott Hughes1-11/+5
2015-04-13Treat KEY_ENTER the same as KEY_POWER in the pager.Elliott Hughes1-1/+1
2015-04-11Rewritten file pager.Elliott Hughes1-64/+82
2015-04-10Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes1-1/+10
2015-04-09Move file paging into ScreenRecoveryUI.Elliott Hughes1-33/+86
2015-04-09Remove the fixed screen size assumptions.Elliott Hughes1-23/+33
2015-03-24Fix recovery image text rendering.Elliott Hughes1-7/+3
2015-03-23Make the recovery menus wrap.Elliott Hughes1-2/+5
2014-06-06restore holo UI in recoveryDoug Zongker1-13/+16
2014-06-03restore holo UI in recovery -- DO NOT MERGEDoug Zongker1-13/+16
2014-04-04make density-specific recovery assetsDoug Zongker1-16/+13
2014-03-17refactor image resource loading code in minuiDoug Zongker1-5/+9
2014-03-11remove pixelflinger from recoveryDoug Zongker1-7/+7
2014-03-11change how recovery animation is implementedDoug Zongker1-88/+19
2014-03-11remove pixelflinger from recoveryDoug Zongker1-7/+7
2014-03-07change how recovery animation is implementedDoug Zongker1-91/+18
2013-11-27add the functions for multi-stage packages to updaterDoug Zongker1-4/+32
2013-11-18Fix rare crash seen when dereferencing backgroundIcon[NONE].Alistair Strachan1-0/+1
2013-09-30screen_ui: Initialize text bufferBjorn Andersson1-0/+2
2013-08-21recovery: install packages in a known mount environmentDoug Zongker1-1/+2
2013-07-31notify about pending long pressDoug Zongker1-10/+38
2013-07-02recovery: init backgroundIcon properly to avoid recovery mode crashyetta_wu1-0/+4
2013-06-25recovery: init backgroundIcon properly to avoid recovery mode crashyetta_wu1-0/+4
2013-03-07more font improvements and cleanupDoug Zongker1-17/+31
2013-03-05recovery: change font for menus to be an imageDoug Zongker1-9/+11
2012-10-08revert to tacky 3D recovery animationDoug Zongker1-4/+4
2012-09-19tweak recovery text imagesDoug Zongker1-1/+2
2012-09-19localization for recovery messagesDoug Zongker1-6/+46
2012-09-18tweak recovery text imagesDoug Zongker1-1/+2
2012-09-18localization for recovery messagesDoug Zongker1-6/+46
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-1/+11
2012-09-05TWRP-ify AOSP codeDees_Troy1-1/+5
2012-09-04minor recovery fixesDoug Zongker1-4/+7
2012-08-23change recovery images to android with spinnerDoug Zongker1-4/+4
2012-08-23add simple text to recovery UIDoug Zongker1-15/+46
2012-04-26fix timed progress bars in recoveryDoug Zongker1-4/+8
2011-11-04move key processing to RecoveryUIDoug Zongker1-214/+40
2011-11-01move key processing to RecoveryUIDoug Zongker1-214/+40
2011-10-31C++ class for device-specific codeDoug Zongker1-38/+67
2011-10-31refactor ui functions into a classDoug Zongker1-213/+180
2011-10-31turn recovery into a C++ binaryDoug Zongker1-5/+7
2011-10-28turn recovery into a C++ binaryDoug Zongker1-664/+0
2011-09-20update recovery with new 3D imagesDoug Zongker1-1/+1
2011-09-02minui: events: refactor event acquisitionDima Zavin1-60/+72
2011-08-20change recovery images to match blue holo themeDoug Zongker1-1/+1
2011-07-12Update usb_connected() to support new gadget driverBenoit Goby1-4/+5
2011-03-11Have recovery reboot using the new android_reboot() function.Ken Sumrall1-2/+2
2011-03-09don't reboot for inactivity if USB is connectedDoug Zongker1-13/+38
2011-03-08don't reboot for inactivity if USB is connectedDoug Zongker1-13/+38
2011-03-02change the default recovery assets to be in holograph styleDoug Zongker1-11/+9
2011-03-01make recovery UI images more general; allow for installation animationDoug Zongker1-50/+136
2011-01-25make recovery reboot after 2 minutes of no activityDoug Zongker1-4/+31
2010-09-15(cherry-pick) EMMC support in applypatchDoug Zongker1-1/+1
2010-09-15support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+1
2010-09-15(cherry-pick) support installing any .zip file on the sdcardDoug Zongker1-2/+2
2010-09-03add --show_text option to recoveryDoug Zongker1-0/+8
2010-09-01Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3Ying Wang1-1/+1
2010-08-31Fix for crespo.Ying Wang1-1/+1
2010-07-08EMMC support in applypatchDoug Zongker1-1/+1
2010-07-02support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+1
2010-04-08support installing any .zip file on the sdcardDoug Zongker1-2/+2
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-21/+0
2009-11-13eclair snapshotJean-Baptiste Queru1-9/+8
2009-10-09simplify construction of the recovery progress barDoug Zongker1-23/+11
2009-09-15don't complain if recovery icon is shortDoug Zongker1-1/+5
2009-07-23fix compile warnings in recovery, change imagesDoug Zongker1-0/+1
2009-06-11split out device-specific recovery UI code into vendor directoriesDoug Zongker1-8/+2
2009-04-02AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon.Doug Zongker1-1/+0
2009-04-01AI 144082: Remove the unused "unpacking" recovery icon.Doug Zongker1-1/+0
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+542
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-542/+0
2009-02-11auto import from //branches/cupcake/...@130745The Android Open Source Project1-9/+131