summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-12Drop -Wno-unused-parameter.Tao Bao1-2/+1
2017-09-09ui: Remove text_top_.Tao Bao1-1/+1
2017-09-09ui: Manage menu_ with std::vector.Tao Bao1-7/+6
2017-09-08wear_ui: Remove Print()/ShowFile()/PutChar().Tao Bao1-113/+1
2017-09-08ui: Manage menu_ with std::vector.Tao Bao1-7/+6
2017-09-01wear_ui: Remove PrintOnScreenOnly() and PrintV().Tao Bao1-33/+1
2017-08-31wear_ui: Remove backgroundIcon.Tao Bao1-34/+6
2017-08-29Turn on -Wall for recovery modulesTianjie Xu1-8/+0
2017-08-26wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_.Tao Bao1-15/+1
2017-08-26wear_ui: Remove dead 'self' and 'progress_t'.Tao Bao1-7/+1
2017-08-13wear_ui: Expose menu_unusable_rows via Makefile var.Tao Bao1-3/+4
2017-08-13Allow customizing WearRecoveryUI via Makefile variables.Tao Bao1-8/+13
2017-08-11wear_ui: Expose menu_unusable_rows via Makefile var.Tao Bao1-3/+4
2017-08-10Allow customizing WearRecoveryUI via Makefile variables.Tao Bao1-8/+13
2017-07-02Update ScreenRecoveryUI::Draw* function signatures.Tao Bao1-5/+5
2017-06-29wear_ui: Remove dead/duplicate codes.Tao Bao1-11/+0
2017-06-24Add override specifier and member constness to RecoveryUI classes.Tao Bao1-1/+1
2017-06-24Formatting RecoveryUI related files.Tao Bao1-256/+247
2017-01-17minui: Export minui/minui.h.Tao Bao1-3/+5
2017-01-04recovery: Fix the broken UI text.Tao Bao1-36/+35
2017-01-04Remove outdated reference to icon_installing.pngTim Kryger1-2/+4
2016-12-13Add a stub recovery UI.Sen Jiang1-4/+10
2016-11-29Remove outdated reference to icon_installing.pngTim Kryger1-2/+3
2016-11-15Support use of custom fonts in miniuiDamien Bargiacchi1-6/+6
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes1-3/+3
2016-09-24Switch to <android-base/properties.h>.Elliott Hughes1-3/+3
2016-09-09Remove duplicate thread loopDamien Bargiacchi1-52/+4
2016-09-07Remove duplicate methods and variables from WearRecoveryUIDamien Bargiacchi1-236/+77
2016-08-19Support use of custom fonts in miniuiDamien Bargiacchi1-6/+6
2016-06-07recovery: Make wear recovery more customizable.Alain Vongsouvanh1-1/+1
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-5/+5
2016-03-12recovery: Remove SetColor, and other refactoring for WearUIPrashant Malani1-47/+9
2016-03-11recovery: Remove duplicate variables and functionsPrashant Malani1-9/+0
2016-03-10Revert "recovery: More refactoring of WearUI"Prashant Malani1-0/+69
2016-03-09recovery: More refactoring of WearUIPrashant Malani1-69/+0
2016-03-08recovery: Begin refactor of WearUI to use ScreenRecoveryUIPrashant Malani1-27/+0
2016-02-27Fixes to wear recovery for NPrashant Malani1-0/+33
2015-12-16res: Embed FPS into icon_installing.png.Tao Bao1-1/+1
2015-12-05Track rename from base/ to android-base/.Elliott Hughes1-1/+1
2015-09-02recovery: Fix the bug that truncates menu entries.Tao Bao1-1/+6
2015-08-25recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.Tao Bao1-0/+650