commit | f6b2066ff3b5dbe469424ecffdc024082b7d7395 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Thu Jun 25 21:51:37 2015 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Jul 14 16:00:35 2015 +0200 |
tree | f2400a223290378c692e11b6d1535725853ef57c | |
parent | 983be2a3fbce31a058c04eb73f0caccff51dd1a9 [diff] |
gui: keyboard: support longpress label offset, code cleanup To position the longpress label: <longpress font="..." textcolor="..." x="5" y="0"/> x and y is the distance from the upper right corner. - extract method GUIKeyboard::DrawKey - clean up handling of currently pressed key - integrate key highlighting into main key drawing loops Change-Id: I80ccf2975d30cffa2a48627a74ab3693c84e4fa4
Team Win Recovery Project (TWRP)
The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.
If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.
This branch is under final testing and will be used shortly for public builds, but has not officially been released.
You can find a compiling guide here.
More information about the project.
If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.