summaryrefslogtreecommitdiffstats
path: root/ui.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-14recovery: Porting screensave mode for new platform.katao1-6/+17
2017-09-11ui: Move locale and friends into ScreenRecoveryUI class.Tao Bao1-27/+2
2017-08-03ui: Check for bootreason=recovery_ui.Tao Bao1-0/+20
2017-08-03ui: Check for bootreason=recovery_ui.Tao Bao1-0/+20
2017-08-03ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-4/+135
2017-08-02ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-4/+135
2017-06-24Formatting RecoveryUI related files.Tao Bao1-165/+165
2017-04-28Adding support for quiescent reboot to recoveryDmitri Plotnikov1-1/+1
2017-04-19Adding support for quiescent reboot to recoveryDmitri Plotnikov1-1/+1
2017-03-23Removed C-style castsMikhail Lappo1-1/+1
2017-03-17Add the missing #include of <functional>.Tao Bao1-0/+1
2017-02-01Fix a log issue in ui.cpp.Tao Bao1-1/+1
2017-01-31recovery: Add screensaver mode.Tao Bao1-24/+105
2017-01-23minui: Move callback functions to std::function.Tao Bao1-6/+2
2017-01-04recovery: Fix the broken UI text.Tao Bao1-20/+47
2016-12-13Add a stub recovery UI.Sen Jiang1-1/+2
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes1-2/+2
2016-09-24Switch to <android-base/properties.h>.Elliott Hughes1-2/+2
2015-05-27Clean up the sleep()'s after poking init servicesTao Bao1-1/+1
2015-05-27recovery: change the way of rebooting when using power key comboGaelle Nassiet1-1/+3
2015-05-27Revert "recovery: change the way of rebooting when using power key combo"Nick Kralevich1-2/+1
2015-05-27recovery: change the way of rebooting when using power key comboGaelle Nassiet1-1/+2
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-13Remove unnecessary globals.Elliott Hughes1-45/+40
2015-04-11Auto-detect whether to use the long-press UI.Elliott Hughes1-1/+5
2015-04-10Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes1-24/+55
2015-04-10Move "Mount /system" to the main menu.Elliott Hughes1-40/+16
2014-06-06recovery: initialize keys press tracking statusMihai Serban1-0/+1
2014-05-23disable async reboot during package installationDoug Zongker1-4/+21
2014-04-01remove DefaultDevice's UI subclassDoug Zongker1-1/+1
2014-03-11allow CheckKey to request mounting /systemDoug Zongker1-2/+46
2013-09-17recovery: fix epoll events type to uint32_tTodd Poynor1-1/+1
2013-09-12recovery: ui changes for ev_*() switch to epollTodd Poynor1-2/+2
2013-09-05allow CheckKey to request mounting /systemDoug Zongker1-2/+46
2013-07-31notify about pending long pressDoug Zongker1-8/+33
2012-12-17add NextCheckKeyIsLong() and EnqueueKey() methodsDoug Zongker1-9/+28
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-0/+4
2012-01-19allow recovery UI to ignore certain keypressesDoug Zongker1-0/+3
2012-01-18allow recovery UI to ignore certain keypressesDoug Zongker1-0/+3
2011-11-04move key processing to RecoveryUIDoug Zongker1-0/+222
2011-11-01move key processing to RecoveryUIDoug Zongker1-0/+222
2011-10-31refactor ui functions into a classDoug Zongker1-666/+0
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