summaryrefslogtreecommitdiffstats
path: root/minui/events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minui: Don't include errno.h twiceAndreas Schneider2018-11-141-1/+0
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-0/+1
|\
| * Add missing includes.Dan Albert2017-10-111-0/+1
| * ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-021-11/+36
* | Merge up to android-8.1.0_r1 and fix conflictsEthan Yonker2017-12-151-9/+42
|\ \
| * | ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-031-11/+36
| |/
* | Update to AOSP 8.0 baseEthan Yonker2017-09-081-107/+138
|\|
| * Add the missing #include of <functional>.Tao Bao2017-03-171-0/+2
| * Add a missing #include for openat(2).Elliott Hughes2017-02-231-0/+1
| * minui: Move callback functions to std::function.Tao Bao2017-01-231-107/+102
| * minui: Export minui/minui.h.Tao Bao2017-01-171-1/+1
| * Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
| * Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-6/+9
| * Check all lseek calls succeed.Elliott Hughes2015-04-301-1/+2
* | Check all lseek calls succeed.Elliott Hughes2015-04-301-1/+2
|/
* Switch minui over to C++.Elliott Hughes2015-04-101-6/+6
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-2/+2
* Add ev_iterate_available_keys to minui.Elliott Hughes2015-04-101-0/+231