commit | c01391c12399081eb3c418142c59885f76011145 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Thu Jul 09 00:19:58 2015 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Jul 14 16:07:11 2015 +0200 |
tree | c394a5d11f5d12a0284b11b0839e5102c7f9ca60 | |
parent | f6b2066ff3b5dbe469424ecffdc024082b7d7395 [diff] |
gui: allow listbox to be used as menu and as read-only list Also enable string insertion for list items. Example how to make a menu item: <listitem name="Lights on!"> <action> <action function="setbrightness">255</action> </action> </listitem> If no <data> element and no actions on any items exist, the list is read only and no item selection is possible. Change-Id: Ib2668a982df2514484d44faa0396dd17550f39f3
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.