Add partition list GUI element

Add partition list GUI element and update backup, restore, mount,
storage selection, and wipe sections of GUI and partition manager
code to reflect the new GUI element. Update ORS engine to handle
new backup and restore setup.

Fix a bug with decrypt.
Add 1080x1920 layout.

Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
79 files changed
tree: 74654a9fae5e24e346842da733d68a70c5bfb716
  1. applypatch/
  2. bmlutils/
  3. crypto/
  4. digest/
  5. dosfstools/
  6. edify/
  7. etc/
  8. exfat/
  9. flashutils/
  10. fuse/
  11. gui/
  12. htcdumlock/
  13. injecttwrp/
  14. libblkid/
  15. libcrecovery/
  16. libjpegtwrp/
  17. libtar/
  18. minadbd/
  19. minelf/
  20. minui/
  21. minuitwrp/
  22. minzip/
  23. mmcutils/
  24. mtdutils/
  25. pigz/
  26. prebuilt/
  27. res/
  28. testdata/
  29. tools/
  30. twmincrypt/
  31. updater/
  32. .gitignore
  33. adb_install.cpp
  34. adb_install.h
  35. Android.mk
  36. bootloader.cpp
  37. bootloader.h
  38. CleanSpec.mk
  39. common.h
  40. data.cpp
  41. data.h
  42. data.hpp
  43. default_device.cpp
  44. device.h
  45. fixPermissions.cpp
  46. fixPermissions.hpp
  47. install.cpp
  48. install.h
  49. make-overlay.py
  50. mounts.c
  51. mounts.h
  52. NOTICE
  53. openrecoveryscript.cpp
  54. openrecoveryscript.hpp
  55. partition.cpp
  56. partitionmanager.cpp
  57. partitions.hpp
  58. README.md
  59. recovery.cpp
  60. recovery_ui.h
  61. roots.cpp
  62. roots.h
  63. screen_ui.cpp
  64. screen_ui.h
  65. tarWrite.c
  66. tarWrite.h
  67. twbootloader.cpp
  68. twinstall.cpp
  69. twinstall.h
  70. twrp-functions.cpp
  71. twrp-functions.hpp
  72. twrpDigest.cpp
  73. twrpDigest.hpp
  74. twrpTar.cpp
  75. twrpTar.h
  76. twrpTar.hpp
  77. ui.cpp
  78. ui.h
  79. variables.h
  80. verifier.cpp
  81. verifier.h
  82. verifier_test.cpp
  83. verifier_test.sh
README.md

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.