summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: Read custom recovery UI values via system property.Tao Bao2018-08-011-5/+10
* Updates Wear UI to Display Localized Recovery Text.Karl Shaffer2018-07-201-0/+7
* recovery: c++ify pthread use in UIJerry Zhang2018-05-301-3/+1
* wear_ui: Address a TODO regarding {intro,loop}_frames.Tao Bao2018-05-141-5/+0
* Move menu headers/items to std::vector<std::string>.Tao Bao2018-05-031-3/+3
* screen_ui: Merge Menu::Start() into its ctor.Tao Bao2018-05-031-2/+1
* screen_ui: Use std::string in DrawTextLine() and siblings.Tao Bao2018-05-031-8/+8
* Factor out a menu class for screen uiTianjie Xu2018-03-241-107/+9
* Drop -Wno-unused-parameter.Tao Bao2017-10-121-2/+1
* ui: Remove text_top_.Tao Bao2017-09-091-1/+1
* Merge "wear_ui: Remove Print()/ShowFile()/PutChar()."Tao Bao2017-09-081-113/+1
|\
| * wear_ui: Remove Print()/ShowFile()/PutChar().Tao Bao2017-09-081-113/+1
* | ui: Manage menu_ with std::vector.Tao Bao2017-09-081-7/+6
|/
* wear_ui: Remove PrintOnScreenOnly() and PrintV().Tao Bao2017-09-011-33/+1
* wear_ui: Remove backgroundIcon.Tao Bao2017-08-311-34/+6
* Turn on -Wall for recovery modulesTianjie Xu2017-08-291-8/+0
* Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_."Tao Bao2017-08-281-15/+1
|\
| * wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_.Tao Bao2017-08-261-15/+1
* | wear_ui: Remove dead 'self' and 'progress_t'.Tao Bao2017-08-261-7/+1
|/
* wear_ui: Expose menu_unusable_rows via Makefile var.Tao Bao2017-08-111-3/+4
* Allow customizing WearRecoveryUI via Makefile variables.Tao Bao2017-08-101-8/+13
* Update ScreenRecoveryUI::Draw* function signatures.Tao Bao2017-07-021-5/+5
* wear_ui: Remove dead/duplicate codes.Tao Bao2017-06-291-11/+0
* Add override specifier and member constness to RecoveryUI classes.Tao Bao2017-06-241-1/+1
* Formatting RecoveryUI related files.Tao Bao2017-06-241-256/+247
* minui: Export minui/minui.h.Tao Bao2017-01-171-3/+5
* recovery: Fix the broken UI text.Tao Bao2017-01-041-36/+35
* Remove outdated reference to icon_installing.pngTim Kryger2017-01-041-2/+4
* Add a stub recovery UI.Sen Jiang2016-12-131-4/+10
* resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aospElliott Hughes2016-09-261-3/+3
|\
| * Switch to <android-base/properties.h>.Elliott Hughes2016-09-261-3/+3
* | resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aospElliott Hughes2016-09-091-52/+4
|\ \
| * | Remove duplicate thread loopDamien Bargiacchi2016-09-091-52/+4
* | | Remove duplicate methods and variables from WearRecoveryUIDamien Bargiacchi2016-09-081-236/+77
|\| |
| * | Remove duplicate methods and variables from WearRecoveryUIDamien Bargiacchi2016-09-071-236/+77
* | | Support use of custom fonts in miniuiDamien Bargiacchi2016-08-241-6/+6
|\| | | |/ |/|
| * Support use of custom fonts in miniuiDamien Bargiacchi2016-08-191-6/+6
* | resolve merge conflicts of 6aa6ddb to nyc-devAlain Vongsouvanh2016-06-081-1/+1
|\|
| * resolve merge conflicts of 6aa6ddb to nyc-devAlain Vongsouvanh2016-06-081-1/+1
| |\
| | * recovery: Make wear recovery more customizable.Alain Vongsouvanh2016-06-071-1/+1
* | | Merge "Fix google-runtime-int warnings." am: a1f4a1eChih-hung Hsieh2016-04-191-5/+5
|\ \ \ | |/ / |/| |
| * | Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-5/+5
* | | recovery: Remove SetColor, and other refactoring for WearUIPrashant Malani2016-03-121-47/+9
* | | recovery: Remove duplicate variables and functionsPrashant Malani2016-03-111-9/+0
* | | Revert "recovery: More refactoring of WearUI"Prashant Malani2016-03-101-0/+69
* | | recovery: More refactoring of WearUIPrashant Malani2016-03-091-69/+0
* | | recovery: Begin refactor of WearUI to use ScreenRecoveryUIPrashant Malani2016-03-081-27/+0
* | | Fixes to wear recovery for NPrashant Malani2016-02-271-0/+33
|/ /
* | res: Embed FPS into icon_installing.png.Tao Bao2015-12-161-1/+1
* | Track rename from base/ to android-base/.Elliott Hughes2015-12-051-1/+1
|/
* recovery: Fix the bug that truncates menu entries.Tao Bao2015-09-021-1/+6
* recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.Tao Bao2015-08-251-0/+650