Add new SliderValue GUI widget

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>

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