| Commit message (Expand) | Author | Age | Files | Lines |
* | GUI: Add monospace TTF | Matt Mower | 2015-03-13 | 6 | -0/+5 |
* | Reduce themes to 5 and rely on scaling | Ethan Yonker | 2015-03-13 | 534 | -6147/+225 |
* | Handle sdk version 22 as lollipop | mar-v-in | 2015-03-11 | 1 | -2/+2 |
* | toolbox: Cleanup Makefile | Matt Mower | 2015-03-11 | 1 | -295/+168 |
* | Mount pstore filesystem while in recovery | Vojtech Bocek | 2015-03-11 | 1 | -0/+2 |
* | Properly disable GGL_TEXTURE_2D after using it in minuitwrp | Vojtech Bocek | 2015-03-11 | 2 | -2/+9 |
* | Implement gr_line() and gr_render_circle() | Vojtech Bocek | 2015-03-11 | 2 | -0/+47 |
* | gui: support string resources | that | 2015-03-11 | 5 | -60/+39 |
* | gui: allow specifying resource type in element name | that | 2015-03-11 | 1 | -8/+8 |
* | gui: type safe resources part 2 | that | 2015-03-11 | 4 | -59/+69 |
* | gui: make scroll bars smaller and transparent | that | 2015-03-06 | 19 | -76/+76 |
* | gui: kinetic scrolling for console | that | 2015-03-05 | 7 | -234/+156 |
* | gui: introduce virtual RenderItem method in ScrollList | that | 2015-03-05 | 5 | -80/+83 |
* | minuitwrp: fix crash issue, when the console use TTF font to display unicode font. | xiaolu | 2015-03-05 | 2 | -22/+34 |
* | GUI: Terminal command: minor improvements | Matt Mower | 2015-03-05 | 4 | -0/+7 |
* | GUI: Use valid XML syntax | Matt Mower | 2015-03-05 | 22 | -128/+128 |
* | Address a few compiler warnings | Matt Mower | 2015-03-05 | 7 | -8/+9 |
* | Properly initialize Archive_Current_Size to 0 in twrpTar | Ethan Yonker | 2015-02-27 | 1 | -0/+1 |
* | GUI: Restore text input field for restore decrypt | Matt Mower | 2015-02-25 | 1 | -0/+1 |
* | gui: fix missing icons in fileselector | that | 2015-02-23 | 1 | -6/+6 |
* | Theme: Add ability to disable size checking before backup | bigbiff | 2015-02-23 | 15 | -9/+80 |
* | gui: don't truncate values to 0 after scaling | that | 2015-02-23 | 3 | -4/+8 |
* | Fix reboot system on watch theme | Ethan Yonker | 2015-02-23 | 1 | -1/+1 |
* | Fix fsck_msdos symlink | Matt Mower | 2015-02-21 | 1 | -1/+1 |
* | gui: proportional scrollbars | that | 2015-02-21 | 2 | -53/+63 |
* | Replace Auto_Generated name spaces with underscores. | bigbiff | 2015-02-21 | 1 | -1/+3 |
* | GUI: Support styles in xml to reduce xml file size | Ethan Yonker | 2015-02-21 | 25 | -2977/+1055 |
* | gui: make kinetic scrolling deceleration more awesome | that | 2015-02-15 | 1 | -8/+10 |
* | gui: support scrollable lists without headers | that | 2015-02-15 | 4 | -175/+93 |
* | gui: make resources type safe | that | 2015-02-15 | 21 | -407/+254 |
* | Retain and display previous selection for image flashing | Ethan Yonker | 2015-02-15 | 2 | -7/+7 |
* | gui: fix condition handling for lists | that | 2015-02-13 | 3 | -6/+6 |
* | minuitwrp: fix file descriptor leak in open_png | that | 2015-02-13 | 1 | -2/+5 |
* | 2.8.5.0 | Ethan Yonker | 2015-02-12 | 1 | -1/+1 |
* | Fix handling of mapped zip files for OTA updates | Ethan Yonker | 2015-02-11 | 1 | -24/+33 |
* | Fix handling of GGLContext in res_scale_surface | Ethan Yonker | 2015-02-11 | 1 | -4/+5 |
* | Scale the GUI to fit the screen | Ethan Yonker | 2015-02-10 | 34 | -150/+399 |
* | Remove deletes for images from scroll list GUI Elements | Ethan Yonker | 2015-02-10 | 6 | -12/+0 |
* | gui: avoid high CPU usage while waiting for input | that | 2015-02-09 | 4 | -15/+28 |
* | Reset data manager variables before running runPages | Ethan Yonker | 2015-02-09 | 1 | -1/+3 |
* | Fix erroneous infinite loop in MTP inotify_t | Ethan Yonker | 2015-02-09 | 1 | -1/+1 |
* | gui: fix console lockup when scrolling | that | 2015-02-06 | 2 | -17/+17 |
* | gui: make kinetic scrolling more natural | that | 2015-02-06 | 1 | -2/+2 |
* | Unify scrollable list code | Ethan Yonker | 2015-02-05 | 6 | -2434/+1173 |
* | Disable stock recovery replacing TWRP during ORS | Ethan Yonker | 2015-02-02 | 4 | -7/+18 |
* | Allow wiping f2fs to reserve space for a crypto footer | dhacker29 | 2015-02-02 | 1 | -1/+12 |
* | MTP: make MTP work even if unplugged and replugged | Ethan Yonker | 2015-02-02 | 6 | -66/+61 |
* | gui: simplify code in GUIKeyboard | that | 2015-02-01 | 2 | -131/+73 |
* | gui: fix potential invalid memory access | that | 2015-02-01 | 1 | -5/+1 |
* | gui: fix hardware keyboard | that | 2015-02-01 | 3 | -73/+64 |
* | gui: fix lag (and event logging) | that | 2015-02-01 | 2 | -19/+20 |
* | gui: run cancel action in another thread | that | 2015-01-30 | 2 | -52/+79 |
* | gui: move input handling into a class | that | 2015-01-30 | 2 | -221/+244 |
* | Move input handling into the main thread | Ethan Yonker | 2015-01-30 | 4 | -208/+575 |
* | Fixed screen flipping for devices where xres_virtual > xres | Bogdan Seniuc | 2015-01-30 | 1 | -8/+6 |
* | gui: fix IsInRegion | that | 2015-01-29 | 2 | -5/+5 |
* | Use macro to add actions to the action map | Vojtech Bocek | 2015-01-29 | 1 | -56/+58 |
* | Use TWAtomicInt in MTPStorage | Ethan Yonker | 2015-01-27 | 3 | -74/+7 |
* | Use TWAtomicInt in gui.cpp to make it thread safe | Ethan Yonker | 2015-01-27 | 1 | -35/+23 |
* | Add cancel backup capability. | bigbiff | 2015-01-27 | 15 | -35/+293 |
* | Use /twres instead of /res for theme resources | Dees Troy | 2015-01-22 | 11 | -38/+49 |
* | Hide some non critical error messages | Ethan Yonker | 2015-01-22 | 4 | -11/+11 |
* | Merge "Include libpcre if present" into android-5.0 | Dees Troy | 2015-01-22 | 1 | -0/+3 |
|\ |
|
| * | Include libpcre if present | Dees Troy | 2015-01-22 | 1 | -0/+3 |
* | | Remove fibmap.f2fs from relinking | Dees Troy | 2015-01-22 | 1 | -2/+0 |
* | | Move ORS command line into main thread | Ethan Yonker | 2015-01-22 | 4 | -143/+114 |
* | | gui: clean up error handling in resource manager | that | 2015-01-18 | 1 | -61/+24 |
|/ |
|
* | 2.8.4.0 | Ethan Yonker | 2015-01-13 | 1 | -1/+1 |
* | Fix handling of custom themes after decrypt | Ethan Yonker | 2015-01-13 | 4 | -34/+44 |
* | Fix some crashes during theme (re)loading | Vojtech Bocek | 2015-01-12 | 3 | -15/+29 |
* | Fix some actions being incorrectly threaded | Vojtech Bocek | 2015-01-12 | 1 | -1/+1 |
* | gui: simplify blanktimer | that | 2015-01-11 | 8 | -145/+76 |
* | Fix restore of images for mtd and bml nand | Ethan Yonker | 2015-01-09 | 1 | -3/+1 |
* | Allow for X and Y offsets in GUI | Ethan Yonker | 2015-01-09 | 6 | -5/+37 |
* | Add locking to DataManager, remove unused C parts | Vojtech Bocek | 2015-01-09 | 3 | -167/+33 |
* | Merge "Use power button to go back in watch themes" into android-5.0 | Dees Troy | 2015-01-09 | 3 | -3/+3 |
|\ |
|
| * | Use power button to go back in watch themes | Vojtech Bocek | 2015-01-09 | 3 | -3/+3 |
* | | Improve GUI handling of zip flashing | Ethan Yonker | 2015-01-09 | 2 | -12/+10 |
* | | Allow flashing of images via the GUI | Ethan Yonker | 2015-01-09 | 28 | -57/+713 |
* | | gui: fix action threading if background thread is busy | that | 2015-01-09 | 2 | -11/+16 |
|/ |
|
* | Run some actions in a separate thread | that | 2015-01-09 | 2 | -158/+217 |
* | Include libnetd_client in recovery | Vojtech Bocek | 2015-01-06 | 1 | -0/+2 |
* | Remove mtdutils source from libaosprecovery | Ethan Yonker | 2015-01-05 | 1 | -1/+1 |
* | Stop building unneeded libs for libblkid | Ethan Yonker | 2015-01-05 | 2 | -9/+6 |
* | Build more needed libs for mke2fs | Ethan Yonker | 2015-01-05 | 1 | -0/+6 |
* | Update blkid to 2.25.0 | bigbiff | 2015-01-05 | 416 | -27971/+55168 |
* | crypto: remove unused libs and clean up makefile | that | 2015-01-05 | 2 | -44/+2 |
* | Fix adb sideload during ORS | Ethan Yonker | 2015-01-05 | 1 | -22/+28 |
* | Thread openrecoveryscript action to properly display action page | Ethan Yonker | 2015-01-05 | 2 | -22/+39 |
* | fix adb sideload | that | 2015-01-04 | 6 | -116/+117 |
* | Fix GUIAction::operation_start | Ethan Yonker | 2015-01-03 | 1 | -1/+1 |
* | Do not toggle USB ID during MTP startup if not needed | Ethan Yonker | 2015-01-02 | 3 | -36/+40 |
* | gui: remove dead build flag TWRP_SIMULATE_ACTIONS | that | 2015-01-01 | 1 | -6/+0 |
* | gui: Move action functions to function pointer map. | that | 2014-12-30 | 2 | -1060/+1149 |
* | twrp-functions: remove unused functions | that | 2014-12-29 | 2 | -126/+0 |
* | mtp: get rid of string streams, reduces binary size a bit | that | 2014-12-29 | 3 | -10/+5 |
* | Move sleep during MTP startup to MTP thread | Ethan Yonker | 2014-12-29 | 2 | -1/+5 |
* | gui: fix DEVICE_RESOLUTION warnings in Android.mk | that | 2014-12-29 | 1 | -12/+12 |
* | Check for valid MTP_Storage_ID before adding or removing | Ethan Yonker | 2014-12-29 | 2 | -5/+11 |
* | Ingore SIGPIPE errors | Ethan Yonker | 2014-12-29 | 1 | -0/+3 |
* | Improve MTPServer logging of read errors | Ethan Yonker | 2014-12-29 | 1 | -4/+8 |
* | Add TW_IGNORE_MT_POSITION_0 touch flag | Ethan Yonker | 2014-12-29 | 2 | -0/+16 |
* | toolbox_recovery should always include setenforce | Ethan Yonker | 2014-12-22 | 1 | -1/+5 |
* | 2.8.3.0 | Ethan Yonker | 2014-12-22 | 1 | -1/+1 |
* | Fix twrpTar building | Ethan Yonker | 2014-12-22 | 2 | -2/+7 |
* | Fix else if and maxFileSize initializer. | bigbiff | 2014-12-22 | 4 | -15/+15 |
* | fixPermissions: simplify code, fix bugs | that | 2014-12-22 | 7 | -337/+376 |
* | Allow non datamedia devices to wipe encryption | Ethan Yonker | 2014-12-21 | 6 | -13/+87 |
* | MTP add/remove storage instead of disabling MTP | Ethan Yonker | 2014-12-19 | 18 | -44/+420 |
* | Recovery init.rc setenforce 0 to make SELinux permissive | Ethan Yonker | 2014-12-19 | 1 | -0/+4 |
* | Fix include paths in crypto | Ethan Yonker | 2014-12-18 | 2 | -3/+3 |
* | Toggle MTP during ADB sideload | Ethan Yonker | 2014-12-18 | 1 | -0/+2 |
* | Update SuperSU to 2.40 | Ethan Yonker | 2014-12-18 | 14 | -170/+481 |
* | Fix adb sideload page on 1440x2560 layout | Ethan Yonker | 2014-12-18 | 1 | -2/+2 |
* | Add support for custom kernel headers | Kra1o5 | 2014-12-17 | 2 | -3/+15 |
* | Fixes for compiling crypto in older trees | Dees Troy | 2014-12-12 | 3 | -18/+3 |
* | Fix compiling of dosfstools for arm64 | Ethan Yonker | 2014-12-12 | 3 | -21/+14 |
* | Improve resource error logging | Ethan Yonker | 2014-12-12 | 1 | -10/+21 |
* | Attempt to set the proper uid/gid/contexts on new files and dirs | Ethan Yonker | 2014-12-12 | 15 | -9/+179 |
* | Fix loading of png images in custom themes | Ethan Yonker | 2014-12-12 | 1 | -2/+5 |
* | Revert "Fix USB Mass Storage on some devices" | Matt Mower | 2014-12-12 | 1 | -3/+1 |
* | Fix generating symlinks for older trees | Dees Troy | 2014-12-12 | 3 | -0/+21 |
* | EPOLLWAKEUP handling in minui/events.c | Ethan Yonker | 2014-12-12 | 1 | -0/+8 |
* | This fixes kernel panic on find7 when disabling MTP before flashing zips. | bigbiff | 2014-12-12 | 1 | -0/+1 |
* | make header layout more readable for 1440x2560 | bigbiff | 2014-12-10 | 1 | -2/+2 |
* | Fix occasional MTP kernel panic | Ethan Yonker | 2014-12-10 | 1 | -0/+1 |
* | Use one mizip for all | Ethan Yonker | 2014-12-10 | 28 | -3742/+20 |
* | crypto: fix build in < 5.0 tree | that | 2014-12-10 | 2 | -1/+3 |
* | Fix mkexfatfs exclusion when TW_NO_EXFAT enabled | Matt Mower | 2014-12-10 | 1 | -1/+3 |
* | add support unicode font not only ascii | soyu | 2014-12-09 | 1 | -7/+55 |
* | Include libext2_quota.so if present for e2fsprogs utilities | Ethan Yonker | 2014-12-09 | 1 | -0/+3 |
* | Update minui to work properly | Ethan Yonker | 2014-12-09 | 1 | -143/+132 |
* | Fix slidervalue not showing up in some cases | Ethan Yonker | 2014-12-09 | 1 | -1/+1 |
* | Fix png graphics load / display on AArch64 | Ethan Yonker | 2014-12-09 | 2 | -84/+156 |
* | Remove new images from AOSP | Ethan Yonker | 2014-12-09 | 55 | -0/+0 |
* | Use linker64 on AArch64 | Ethan Yonker | 2014-12-09 | 3 | -3/+7 |
* | add function to partition.cpp to return max file size to mtp responder | bigbiff | 2014-12-04 | 8 | -6/+36 |
* | Reduce libs needed for decrypt and clean up old decypt files | Ethan Yonker | 2014-12-04 | 39 | -8512/+96 |
* | bootable recovery: we upgraded to 5.0.1 | erikcas | 2014-12-03 | 4 | -7/+7 |
* | Make the android-5.0 branch compile in 4.4 to 4.1 | Ethan Yonker | 2014-12-02 | 21 | -52/+1225 |
* | TWRP MTP: make sure inotify_fd is set | Ethan Yonker | 2014-11-25 | 1 | -9/+14 |
* | Properly set tw_settings_path after decrypt on data media devices | Ethan Yonker | 2014-11-20 | 1 | -0/+1 |
* | Fix process to disable stock recovery flashing | Dees Troy | 2014-11-20 | 1 | -1/+1 |
* | Add /firmware to the mount list for L decrypt | Ethan Yonker | 2014-11-19 | 1 | -0/+1 |
* | Add flag for including additional files built from source in TWRP | Ethan Yonker | 2014-11-18 | 1 | -0/+3 |
* | Tweak 5.0 L decrypt | Ethan Yonker | 2014-11-18 | 3 | -22/+28 |
* | Make libmincrypttwrp a shared library | Ethan Yonker | 2014-11-17 | 4 | -8/+13 |
* | Clean up make flash utility make files | Ethan Yonker | 2014-11-17 | 2 | -11/+6 |
* | Thanks to _that, return null if vector is empty | bigbiff | 2014-11-16 | 2 | -3/+2 |
* | Add lollipop decrypt support | Ethan Yonker | 2014-11-12 | 7 | -3/+3948 |
* | Make TWRP compile for arm64 | Ethan Yonker | 2014-11-12 | 13 | -156/+175 |
* | update theme thanks to Alexey71 on xda. | bigbiff | 2014-11-12 | 1 | -30/+30 |
* | Fix openaes | Ethan Yonker | 2014-11-08 | 4 | -4/+92 |
* | Make custom themes work again | Ethan Yonker | 2014-11-08 | 2 | -4/+25 |
* | Release map after zip install | Ethan Yonker | 2014-11-08 | 1 | -1/+5 |
* | Fix potential tree conflicts with scrypt | Ethan Yonker | 2014-11-08 | 2 | -2/+2 |
* | Update adb sideload feature | Ethan Yonker | 2014-11-08 | 5 | -52/+79 |
* | Fix zip install | Ethan Yonker | 2014-11-07 | 1 | -26/+1 |
* | Disable custom theme and fix png loading | Ethan Yonker | 2014-11-07 | 3 | -5/+5 |
* | Add new needed libs for 5.0 recovery | Ethan Yonker | 2014-11-07 | 1 | -0/+6 |
* | Fix up install functions | Ethan Yonker | 2014-11-07 | 1 | -2/+9 |
* | Fix up tw_reboot function | Ethan Yonker | 2014-11-07 | 1 | -3/+10 |
* | Fix merge derp in main Android.mk file | Ethan Yonker | 2014-11-07 | 1 | -14/+0 |
* | Fix up libminadbd make file | Ethan Yonker | 2014-11-07 | 1 | -2/+1 |
* | Fix up old libminui to compile | Ethan Yonker | 2014-11-07 | 7 | -35/+255 |
* | Revert "Make libminuitwrp compile" | Dees Troy | 2014-11-06 | 4 | -396/+4 |
* | Recovery: Fix my-dir must be called before including any other makefile | Rob | 2014-11-06 | 1 | -2/+1 |
* | Revert to old libminui and fix up | Ethan Yonker | 2014-11-06 | 9 | -1141/+292 |
* | Make libminuitwrp compile | Ethan Yonker | 2014-11-06 | 4 | -4/+396 |
* | Fix up libaosprecovery | Ethan Yonker | 2014-11-06 | 4 | -11/+7 |
* | Fix some includes that are not longer present | Ethan Yonker | 2014-11-06 | 2 | -3/+4 |
* | More make file tweaks | Ethan Yonker | 2014-11-06 | 2 | -4/+4 |
* | Remove libcorkscrew | Ethan Yonker | 2014-11-06 | 1 | -1/+2 |
* | Update libmincrypttwrp | Ethan Yonker | 2014-11-06 | 12 | -27/+2188 |
* | Fix some make file duplicates | Ethan Yonker | 2014-11-06 | 1 | -3/+0 |
* | Merge in lollipop and attempt to fix merge conflicts | Ethan Yonker | 2014-11-06 | 134 | -1746/+5629 |
|\ |
|
| * | Use more aggressive sync writing to applypatch. | Michael Runge | 2014-10-29 | 1 | -8/+36 |
| * | Force sync files written by minzip. | Michael Runge | 2014-10-29 | 1 | -2/+8 |
| * | Log mount/unmount errors to UI | Michael Runge | 2014-10-25 | 1 | -5/+9 |
| * | unconditionally apply SELinux labels to symlinks | Nick Kralevich | 2014-10-25 | 1 | -10/+9 |
| * | Allow passing of mount args to mountFn | Michael Runge | 2014-10-24 | 1 | -5/+18 |
| * | Log to UI any metadata setting errors | Michael Runge | 2014-10-24 | 1 | -34/+50 |
| * | Make /cache/recovery/last_log available in recovery | Nick Kralevich | 2014-10-24 | 3 | -5/+76 |
| * | Treat already-renamed files as having no problems. | Michael Runge | 2014-10-23 | 1 | -0/+3 |
| * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-22 | 0 | -0/+0 |
| |\ |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-21 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-20 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-16 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-15 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-14 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-13 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-12 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-09 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-08 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-07 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-06 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-05 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-10-01 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-09-30 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-09-29 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-09-28 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to a6e13ae01bff5109361868f565187f16d045c82d | The Android Automerger | 2014-09-25 | 0 | -0/+0 |
| |/| |
|
| | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-24 | 0 | -0/+0 |
| | |\ |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-23 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-22 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-21 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 6241a16695486469b2da9d32373fa91a96f44959 | The Android Automerger | 2014-09-21 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-20 | 0 | -0/+0 |
| | | |/|
| | |/|/ |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-18 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-17 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-16 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-15 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-14 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 5e238a997176e0b6751dc27bf6eb09f2961d98f9 | The Android Automerger | 2014-09-13 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-13 | 0 | -0/+0 |
| | | |/|
| | |/|/ |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-11 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-10 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-09 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-08 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-07 | 0 | -0/+0 |
| | |/| |
|
| | | * | merge in lmp-release history after reset to f9bc2a544d5189ef9279edb8b5d67913eec53855 | The Android Automerger | 2014-09-06 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | merge in lmp-release history after reset to 574443d8956802f35347cac7fae7eb16240e3c16 | The Android Automerger | 2014-09-06 | 0 | -0/+0 |
| | | |/|
| | |/|/ |
|
| | | * | create block map for all update packages on /data | Doug Zongker | 2014-09-05 | 1 | -12/+9 |
| | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-09-04 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-09-03 | 0 | -0/+0 |
| | | |/| |
|
| | | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-09-02 | 0 | -0/+0 |
| | | |/| |
|
| | | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-09-01 | 0 | -0/+0 |
| | | |/| |
|
| | | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-08-31 | 0 | -0/+0 |
| | | |/| |
|
| | | | * | merge in lmp-release history after reset to 5f875bf57739bf0b5c2d182173513233bdb71ab8 | The Android Automerger | 2014-08-27 | 0 | -0/+0 |
| | | |/| |
|
| | | | * | merge in lmp-release history after reset to lmp-dev | The Android Automerger | 2014-08-26 | 0 | -0/+0 |
| | | | |\ |
|
| | | | | * | merge in lmp-release history after reset to 1d5d6098f4a470bc8e56ae8914180041815e6e22 | The Android Automerger | 2014-08-26 | 0 | -0/+0 |
| | | | | |\ |
|
| | | | | | * | merge in lmp-release history after reset to 1d5d6098f4a470bc8e56ae8914180041815e6e22 | The Android Automerger | 2014-08-25 | 0 | -0/+0 |
| | | | | |/| |
|
| | | | | | * | merge in lmp-release history after reset to 1d5d6098f4a470bc8e56ae8914180041815e6e22 | The Android Automerger | 2014-08-24 | 0 | -0/+0 |
| | | | | |/| |
|
| | | | | | * | merge in lmp-release history after reset to 1d5d6098f4a470bc8e56ae8914180041815e6e22 | The Android Automerger | 2014-08-23 | 0 | -0/+0 |
| | | | | |/| |
|
| | | | | | * | fix two bugs in block image updater | Doug Zongker | 2014-08-21 | 1 | -18/+32 |
| | | | | | * | merge in lmp-release history after reset to bc7ffeda98a861e346c30c771d3258030f7fcf21 | The Android Automerger | 2014-08-21 | 0 | -0/+0 |
| | | | | | |\ |
|
| | | | | | | * | merge in lmp-release history after reset to bc7ffeda98a861e346c30c771d3258030f7fcf21 | The Android Automerger | 2014-08-20 | 0 | -0/+0 |
| | | | | | |/| |
|
| | | | | | | * | merge in lmp-release history after reset to 2efc9d994ce59f9ebfc2290c2adc5d760e8939c2 | The Android Automerger | 2014-08-19 | 0 | -0/+0 |
| | | | | | | |\ |
|
| | | | | | | | * | merge in lmp-release history after reset to 1a35a586904cd429fd3a6a6c2de64a16ccdf693d | The Android Automerger | 2014-08-18 | 0 | -0/+0 |
| | | | | | | | |\ |
|
| | | | | | | | | * | merge in lmp-release history after reset to 1a35a586904cd429fd3a6a6c2de64a16ccdf693d | The Android Automerger | 2014-08-17 | 0 | -0/+0 |
| | | | | | | | |/| |
|
| | | | | | | | | * | change uncrypt to static linking | Doug Zongker | 2014-08-14 | 1 | -0/+2 |
| * | | | | | | | | | Include reason when wiping data. | Jeff Sharkey | 2014-09-24 | 1 | -0/+4 |
| |/ / / / / / / / |
|
| * | | | | | | | | create block map for all update packages on /data | Doug Zongker | 2014-09-05 | 1 | -12/+9 |
| * | | | | | | | | Merge "fix comment in blockimg updater code" into lmp-dev | Doug Zongker | 2014-09-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | fix comment in blockimg updater code | Doug Zongker | 2014-09-04 | 1 | -3/+3 |
| | |/ / / / / / / |
|
| * / / / / / / / | use lseek64 instead of lseek | Andrew Boie | 2014-09-04 | 1 | -11/+11 |
| |/ / / / / / / |
|
| * / / / / / / | remove code for original block OTA mechanism | Doug Zongker | 2014-08-26 | 2 | -209/+6 |
| |/ / / / / / |
|
| * / / / / / | open misc device in write-only mode | Doug Zongker | 2014-08-26 | 2 | -19/+27 |
| |/ / / / / |
|
| * / / / / | fix two bugs in block image updater | Doug Zongker | 2014-08-21 | 1 | -18/+32 |
| |/ / / / |
|
| * / / / | installer for new block OTA system | Doug Zongker | 2014-08-20 | 10 | -10/+669 |
| |/ / / |
|
| * / / | clear BCB in misc partition before rebooting | Doug Zongker | 2014-08-19 | 1 | -3/+43 |
| |/ / |
|
| * | | revert uncrypt back to dynamic linking, fix libs | Doug Zongker | 2014-08-14 | 1 | -6/+1 |
| * | | change uncrypt to static linking | Doug Zongker | 2014-08-14 | 1 | -0/+2 |
| |/ |
|
| * | Merge "Erase PST partition if its marked to be erased." into lmp-dev | Andres Morales | 2014-08-05 | 3 | -0/+44 |
| |\ |
|
| | * | Erase PST partition if its marked to be erased. | Andres Morales | 2014-08-06 | 3 | -0/+44 |
| * | | remove spurious parens from error message | Doug Zongker | 2014-08-06 | 1 | -4/+3 |
| * | | Fix length printing + formats | JP Abgrall | 2014-08-05 | 1 | -3/+3 |
| * | | only do uncryption on packages in /data | Doug Zongker | 2014-08-01 | 1 | -1/+1 |
| |/ |
|
| * | Auto create parent directories for rename support | Michael Runge | 2014-07-22 | 2 | -3/+7 |
| * | do sdcard sideloading through the fuse filesystem | Doug Zongker | 2014-07-10 | 4 | -102/+175 |
| * | refactor fuse sideloading code | Doug Zongker | 2014-07-10 | 9 | -43/+152 |
| * | drop APPLY_CACHE and refactor APPLY_EXT | Doug Zongker | 2014-07-08 | 2 | -64/+47 |
| * | sideload without holding the whole package in RAM | Doug Zongker | 2014-07-02 | 11 | -71/+618 |
| * | am 3e0fc39e: am 974fe112: Merge "Fix recovery mode." | Riley Andrews | 2014-06-25 | 1 | -1/+19 |
| |\ |
|
| | * | am 974fe112: Merge "Fix recovery mode." | Riley Andrews | 2014-06-25 | 1 | -1/+19 |
| | |\ |
|
| | | * | Merge "Fix recovery mode." | Riley Andrews | 2014-06-24 | 1 | -1/+19 |
| | | |\ |
|
| | | | * | Fix recovery mode. | Riley Andrews | 2014-06-25 | 1 | -1/+19 |
| | | |/ |
|
| * | | | recovery: enable panic_on_oops | Colin Cross | 2014-06-24 | 1 | -0/+2 |
| * | | | Use LOCAL_REQUIRED_MODULES for mkfs.f2fs | Ji-Hwan Lee | 2014-06-18 | 1 | -5/+3 |
| * | | | Support F2FS for the data partition | JP Abgrall | 2014-06-17 | 3 | -15/+90 |
| * | | | minui: avoid random screen frame at startup | Joey Pan | 2014-06-12 | 1 | -0/+2 |
| * | | | advance progress bar during block OTA installations | Doug Zongker | 2014-06-09 | 1 | -2/+23 |
| * | | | am dff8afe1: (-s ours) restore holo UI in recovery -- DO NOT MERGE | Doug Zongker | 2014-06-06 | 0 | -0/+0 |
| |\ \ \ |
|
| | * | | | restore holo UI in recovery -- DO NOT MERGE | Doug Zongker | 2014-06-03 | 12 | -16/+16 |
| * | | | | Merge "restore holo UI in recovery" | Doug Zongker | 2014-06-06 | 12 | -16/+16 |
| |\ \ \ \ |
|
| | * | | | | restore holo UI in recovery | Doug Zongker | 2014-06-06 | 12 | -16/+16 |
| * | | | | | am 54a61179: am cfd4b286: Merge "recovery: initialize keys press tracking status" | Doug Zongker | 2014-06-06 | 1 | -0/+1 |
| |\ \ \ \ \
| | |/ / / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | am cfd4b286: Merge "recovery: initialize keys press tracking status" | Doug Zongker | 2014-06-06 | 1 | -0/+1 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Merge "recovery: initialize keys press tracking status" | Doug Zongker | 2014-06-06 | 1 | -0/+1 |
| | | |\ \ |
|
| | | | * | | recovery: initialize keys press tracking status | Mihai Serban | 2014-06-06 | 1 | -0/+1 |
| | | |/ / |
|
| * | | / | disable async reboot during package installation | Doug Zongker | 2014-05-23 | 4 | -4/+47 |
| | |_|/
| |/| | |
|
| * | | | am 502e4595: am d1c64060: am 5fbb729f: Merge "exit instead of return if sideload file creation fails" | Doug Zongker | 2014-05-16 | 1 | -1/+1 |
| |\| | |
|
| | * | | am d1c64060: am 5fbb729f: Merge "exit instead of return if sideload file creation fails" | Doug Zongker | 2014-05-16 | 1 | -1/+1 |
| | |\| |
|
| | | * | am 5fbb729f: Merge "exit instead of return if sideload file creation fails" | Doug Zongker | 2014-05-16 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Merge "exit instead of return if sideload file creation fails" | Doug Zongker | 2014-05-16 | 1 | -1/+1 |
| | | | |\ |
|
| | | | | * | exit instead of return if sideload file creation fails | Ethan Yonker | 2013-01-09 | 1 | -1/+1 |
| * | | | | | am c4804e9b: am d4592694: am 3ca99f6c: Merge "fix vulnerability in bspatch" | Doug Zongker | 2014-05-16 | 1 | -0/+5 |
| |\| | | | |
|
| | * | | | | am d4592694: am 3ca99f6c: Merge "fix vulnerability in bspatch" | Doug Zongker | 2014-05-16 | 1 | -0/+5 |
| | |\| | | |
|
| | | * | | | am 3ca99f6c: Merge "fix vulnerability in bspatch" | Doug Zongker | 2014-05-16 | 1 | -0/+5 |
| | | |\| | |
|
| | | | * | | Merge "fix vulnerability in bspatch" | Doug Zongker | 2014-05-16 | 1 | -0/+5 |
| | | | |\ \ |
|
| | | | | * | | fix vulnerability in bspatch | Doug Zongker | 2014-05-13 | 1 | -0/+5 |
| * | | | | | | am 0766cdf4: am d2fb4ed5: am d27aa76a: Merge "Support BGRA framebuffer" | Doug Zongker | 2014-05-14 | 1 | -0/+13 |
| |\| | | | | |
|
| | * | | | | | am d2fb4ed5: am d27aa76a: Merge "Support BGRA framebuffer" | Doug Zongker | 2014-05-14 | 1 | -0/+13 |
| | |\| | | | |
|
| | | * | | | | am d27aa76a: Merge "Support BGRA framebuffer" | Doug Zongker | 2014-05-14 | 1 | -0/+13 |
| | | |\| | | |
|
| | | | * | | | Merge "Support BGRA framebuffer" | Doug Zongker | 2014-05-14 | 1 | -0/+13 |
| | | | |\ \ \ |
|
| | | | | * | | | Support BGRA framebuffer | Daniel Leung | 2014-05-14 | 1 | -0/+13 |
| | | | |/ / / |
|
| * | | | | | | am 48abd574: am 34ff5fe3: am 74b90b30: Merge "screen_ui: Initialize text buffer" | Doug Zongker | 2014-05-13 | 1 | -0/+2 |
| |\| | | | | |
|
| | * | | | | | am 34ff5fe3: am 74b90b30: Merge "screen_ui: Initialize text buffer" | Doug Zongker | 2014-05-13 | 1 | -0/+2 |
| | |\| | | | |
|
| | | * | | | | am 74b90b30: Merge "screen_ui: Initialize text buffer" | Doug Zongker | 2014-05-13 | 1 | -0/+2 |
| | | |\| | | |
|
| | | | * | | | Merge "screen_ui: Initialize text buffer" | Doug Zongker | 2014-05-13 | 1 | -0/+2 |
| | | | |\ \ \
| | | | | |/ /
| | | | |/| | |
|
| | | | | * | | screen_ui: Initialize text buffer | Bjorn Andersson | 2013-09-30 | 1 | -0/+2 |
| * | | | | | | Allow 0-byte files in full OTAs. | Michael Runge | 2014-05-09 | 1 | -1/+3 |
| * | | | | | | am e9f9238a: am 1cd52423: am 1c2cf1db: Merge "recovery: minui: add adf backend" | Greg Hackmann | 2014-05-03 | 5 | -5/+267 |
| |\| | | | | |
|
| | * | | | | | am 1cd52423: am 1c2cf1db: Merge "recovery: minui: add adf backend" | Greg Hackmann | 2014-05-03 | 5 | -5/+267 |
| | |\| | | | |
|
| | | * | | | | am 1c2cf1db: Merge "recovery: minui: add adf backend" | Greg Hackmann | 2014-05-03 | 5 | -5/+267 |
| | | |\| | | |
|
| | | | * | | | Merge "recovery: minui: add adf backend" | Greg Hackmann | 2014-05-03 | 5 | -5/+267 |
| | | | |\ \ \ |
|
| | | | | * | | | recovery: minui: add adf backend | Greg Hackmann | 2014-04-26 | 5 | -5/+267 |
| | | | |/ / / |
|
| * | | | | | | Allow lines without = signs. | Michael Runge | 2014-05-02 | 1 | -5/+3 |
| * | | | | | | am ddaaccb3: am 29759e9d: Merge commit \'25c2b2f670a3b11f7ce78eccde10c1a79188c9a8\' into HEAD | Bill Yi | 2014-04-30 | 1 | -1/+0 |
| |\| | | | | |
|
| | * | | | | | am 29759e9d: Merge commit \'25c2b2f670a3b11f7ce78eccde10c1a79188c9a8\' into HEAD | Bill Yi | 2014-04-30 | 1 | -1/+0 |
| | |\| | | | |
|
| | | * | | | | Merge commit '25c2b2f670a3b11f7ce78eccde10c1a79188c9a8' into HEAD | Bill Yi | 2014-04-29 | 9 | -29/+180 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | | * | | | am aa4545b5: Merge "restore minui support for paletted images with < 8 bits" | Doug Zongker | 2014-03-20 | 1 | -1/+1 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | resolved conflicts for merge of 708aa238 to klp-dev-plus-aosp | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| | | | |\ \ \ \ |
|
| | | | * \ \ \ \ | am 130a7985: Merge "fix error log statement" | Doug Zongker | 2014-03-18 | 1 | -1/+1 |
| | | | |\ \ \ \ \ |
|
| | | | * \ \ \ \ \ | resolved conflicts for merge of d90da130 to klp-dev-plus-aosp | Doug Zongker | 2014-03-18 | 6 | -244/+253 |
| | | | |\ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ | am 026ebe02: Merge "Recovery 64-bit compile issues" | Mark Salyzyn | 2014-03-14 | 11 | -30/+33 |
| | | | |\ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ | am a7266ef0: Merge "separate fbdev-specific code out from minui" | Doug Zongker | 2014-03-13 | 5 | -152/+268 |
| | | | |\ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ | am c91612d4: Merge "remove pixelflinger from recovery" | Doug Zongker | 2014-03-13 | 6 | -274/+358 |
| | | | |\ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ | am 8f087d02: Merge "update tools for making recovery images" | Doug Zongker | 2014-03-13 | 2 | -102/+53 |
| | | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ | am 59508993: Merge "allow CheckKey to request mounting /system" | Doug Zongker | 2014-03-13 | 3 | -3/+52 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'ea868b38' into manualmerge | Doug Zongker | 2014-03-13 | 18 | -103/+204 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ | am 2f173bde: Merge "ADB sideload command not work" | Doug Zongker | 2014-03-11 | 3 | -11/+358 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | am ac189bf6: Merge "recovery: Fix adb with linux 3.10" | Benoit Goby | 2014-03-08 | 1 | -0/+6 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | am a5d105e2: Merge "recovery: fix building with pointer-to-int errors turned on" | Colin Cross | 2014-03-07 | 3 | -5/+5 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | am 9e8d81ba: am 0e22af65: recovery: Fix adb with linux 3.10 | Benoit Goby | 2014-04-18 | 0 | -0/+0 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | am 0e22af65: recovery: Fix adb with linux 3.10 | Benoit Goby | 2014-04-18 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | recovery: Fix adb with linux 3.10 | Benoit Goby | 2014-04-18 | 1 | -0/+6 |
| * | | | | | | | | | | | | | | | | | | | | am ecf1f6c9: am 558f2700: Merge "Change filesystem add entry API call." | Sasha Levitskiy | 2014-04-12 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | am 558f2700: Merge "Change filesystem add entry API call." | Sasha Levitskiy | 2014-04-12 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | Merge "Change filesystem add entry API call." | Sasha Levitskiy | 2014-04-12 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | Change filesystem add entry API call. | Sasha Levitskiy | 2014-04-11 | 1 | -1/+1 |
| | | |/ / / / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | | | | make density-specific recovery assets | Doug Zongker | 2014-04-04 | 58 | -16/+16 |
| * | | | | | | | | | | | | | | | | | | | add reboot-to-bootloader and power down options to recovery menu | Doug Zongker | 2014-04-01 | 3 | -18/+44 |
| * | | | | | | | | | | | | | | | | | | | remove DefaultDevice's UI subclass | Doug Zongker | 2014-04-01 | 2 | -12/+3 |
| * | | | | | | | | | | | | | | | | | | | Merge "Fix build break caused by vold change" | Paul Lawrence | 2014-03-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | Fix build break caused by vold change | Paul Lawrence | 2014-03-03 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | | | am 03008bc1: am aa4545b5: Merge "restore minui support for paletted images with < 8 bits" | Doug Zongker | 2014-03-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | am aa4545b5: Merge "restore minui support for paletted images with < 8 bits" | Doug Zongker | 2014-03-20 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | Merge "restore minui support for paletted images with < 8 bits" | Doug Zongker | 2014-03-20 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | restore minui support for paletted images with < 8 bits | Doug Zongker | 2014-03-20 | 1 | -1/+1 |
| | | |/ / / / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | | | | recovery: 64 bit build issues | Mark Salyzyn | 2014-03-19 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | | | | am 03002477: am bacf9b45: add --shutdown_after option to recovery | Doug Zongker | 2014-03-18 | 0 | -0/+0 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | am bacf9b45: add --shutdown_after option to recovery | Doug Zongker | 2014-03-18 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | add --shutdown_after option to recovery | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| | | | |_|/ / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | am b4bbf887: resolved conflicts for merge of 708aa238 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| |\| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | resolved conflicts for merge of 708aa238 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | Merge "add --shutdown_after option to recovery" | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | add --shutdown_after option to recovery | Doug Zongker | 2014-03-18 | 1 | -4/+10 |
| | | |/ / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | | am 47c7e365: am 130a7985: Merge "fix error log statement" | Doug Zongker | 2014-03-18 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | am 130a7985: Merge "fix error log statement" | Doug Zongker | 2014-03-18 | 1 | -1/+1 |
| | |\| | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | Merge "fix error log statement" | Doug Zongker | 2014-03-18 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | fix error log statement | Doug Zongker | 2014-03-18 | 1 | -1/+1 |
| | | |/ / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | am 80c1a386: resolved conflicts for merge of d90da130 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-18 | 6 | -244/+253 |
| |\| | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | resolved conflicts for merge of d90da130 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-18 | 6 | -244/+253 |
| | |\| | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | Merge "refactor image resource loading code in minui" | Doug Zongker | 2014-03-17 | 6 | -244/+253 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | refactor image resource loading code in minui | Doug Zongker | 2014-03-17 | 6 | -244/+253 |
| | | |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | minzip: 64 bit build issue | Mark Salyzyn | 2014-03-18 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues" | Mark Salyzyn | 2014-03-14 | 11 | -30/+33 |
| |\| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | am 026ebe02: Merge "Recovery 64-bit compile issues" | Mark Salyzyn | 2014-03-14 | 11 | -30/+33 |
| | |\| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | Merge "Recovery 64-bit compile issues" | Mark Salyzyn | 2014-03-14 | 11 | -30/+33 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Recovery 64-bit compile issues | Mark Salyzyn | 2014-03-14 | 11 | -30/+33 |
| | | |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | am 239fb930: am a7266ef0: Merge "separate fbdev-specific code out from minui" | Doug Zongker | 2014-03-12 | 0 | -0/+0 |
| |\| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | am a7266ef0: Merge "separate fbdev-specific code out from minui" | Doug Zongker | 2014-03-12 | 5 | -152/+268 |
| | |\| | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | Merge "separate fbdev-specific code out from minui" | Doug Zongker | 2014-03-12 | 5 | -152/+268 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | separate fbdev-specific code out from minui | Doug Zongker | 2014-03-11 | 5 | -152/+268 |
| | | |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | | | am cb1bdc9e: (-s ours) am c91612d4: Merge "remove pixelflinger from recovery" | Doug Zongker | 2014-03-12 | 0 | -0/+0 |
| |\| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | am c91612d4: Merge "remove pixelflinger from recovery" | Doug Zongker | 2014-03-12 | 6 | -274/+358 |
| | |\| | | | | | | | | | | |
|
| | | * | | | | | | | | | | | Merge "remove pixelflinger from recovery" | Doug Zongker | 2014-03-11 | 6 | -274/+358 |
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | |
|
| | | | * | | | | | | | | | | remove pixelflinger from recovery | Doug Zongker | 2014-03-11 | 6 | -274/+358 |
| | | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | | am 7003ff3b: am 8f087d02: Merge "update tools for making recovery images" | Doug Zongker | 2014-03-12 | 0 | -0/+0 |
| |\| | | | | | | | | | | |
|
| | * | | | | | | | | | | | am 8f087d02: Merge "update tools for making recovery images" | Doug Zongker | 2014-03-12 | 2 | -102/+53 |
| | |\| | | | | | | | | | |
|
| | | * | | | | | | | | | | Merge "update tools for making recovery images" | Doug Zongker | 2014-03-11 | 2 | -102/+53 |
| | | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | |
|
| | | | * | | | | | | | | | update tools for making recovery images | Doug Zongker | 2014-03-11 | 2 | -102/+53 |
| | | |/ / / / / / / / / |
|
| * | | | | | | | | | | | am aa6b8026: (-s ours) am 59508993: Merge "allow CheckKey to request mounting /system" | Doug Zongker | 2014-03-12 | 0 | -0/+0 |
| |\| | | | | | | | | | |
|
| | * | | | | | | | | | | am 59508993: Merge "allow CheckKey to request mounting /system" | Doug Zongker | 2014-03-12 | 3 | -3/+52 |
| | |\| | | | | | | | | |
|
| | | * | | | | | | | | | Merge "allow CheckKey to request mounting /system" | Doug Zongker | 2014-03-11 | 3 | -3/+52 |
| | | |\ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/ / /
| | | |/| | | | | | | | |
|
| | | | * | | | | | | | | allow CheckKey to request mounting /system | Doug Zongker | 2014-03-11 | 3 | -3/+52 |
| | | |/ / / / / / / / |
|
| * | | | | | | | | | | am c15b7865: (-s ours) resolved conflicts for merge of ea868b38 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-12 | 0 | -0/+0 |
| |\| | | | | | | | | |
|
| | * | | | | | | | | | resolved conflicts for merge of ea868b38 to klp-modular-dev-plus-aosp | Doug Zongker | 2014-03-12 | 18 | -102/+204 |
| | |\| | | | | | | | |
|
| | | * | | | | | | | | Merge "change how recovery animation is implemented" | Doug Zongker | 2014-03-11 | 18 | -95/+203 |
| | | |\ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ / /
| | | |/| | | | | | | |
|
| | | | * | | | | | | | change how recovery animation is implemented | Doug Zongker | 2014-03-11 | 18 | -95/+203 |
| | | |/ / / / / / / |
|
| * | | | | | | | | | Merge "separate fbdev-specific code out from minui" | Doug Zongker | 2014-03-11 | 5 | -152/+268 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | separate fbdev-specific code out from minui | Doug Zongker | 2014-03-11 | 5 | -152/+268 |
| * | | | | | | | | | | update tools for making recovery images | Doug Zongker | 2014-03-11 | 2 | -102/+53 |
| |/ / / / / / / / / |
|
| * | | | | | | | | | remove pixelflinger from recovery | Doug Zongker | 2014-03-11 | 6 | -281/+357 |
| * | | | | | | | | | change how recovery animation is implemented | Doug Zongker | 2014-03-07 | 18 | -99/+202 |
| * | | | | | | | | | Merge "support don't-care maps when writing the system image" | Doug Zongker | 2014-03-04 | 1 | -62/+172 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | support don't-care maps when writing the system image | Doug Zongker | 2014-02-25 | 1 | -62/+172 |
| * | | | | | | | | | am 49968f09: am 2f173bde: Merge "ADB sideload command not work" | Doug Zongker | 2014-02-26 | 3 | -11/+358 |
| |\ \ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | | | | | |
|
| | * | | | | | | | | am 2f173bde: Merge "ADB sideload command not work" | Doug Zongker | 2014-02-26 | 3 | -11/+358 |
| | |\ \ \ \ \ \ \ \
| | | | |/ / / / / /
| | | |/| | | | | | |
|
| | | * | | | | | | | Merge "ADB sideload command not work" | Doug Zongker | 2014-02-26 | 3 | -11/+358 |
| | | |\ \ \ \ \ \ \
| | | | |_|_|_|/ / /
| | | |/| | | | | | |
|
| | | | * | | | | | | ADB sideload command not work | Da Zhou | 2014-01-17 | 3 | -11/+358 |
| * | | | | | | | | | am ed75be6d: am ac189bf6: Merge "recovery: Fix adb with linux 3.10" | Benoit Goby | 2014-02-21 | 1 | -0/+6 |
| |\| | | | | | | |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
| | * | | | | | | | am ac189bf6: Merge "recovery: Fix adb with linux 3.10" | Benoit Goby | 2014-02-20 | 1 | -0/+6 |
| | |\| | | | | | |
|
| | | * | | | | | | Merge "recovery: Fix adb with linux 3.10" | Benoit Goby | 2014-02-20 | 1 | -0/+6 |
| | | |\ \ \ \ \ \
| | | | |_|_|/ / /
| | | |/| | | | | |
|
| | | | * | | | | | recovery: Fix adb with linux 3.10 | Benoit Goby | 2014-02-20 | 1 | -0/+6 |
| | | |/ / / / / |
|
| * | | | | | | | add flag for GPL license | Doug Zongker | 2014-02-20 | 2 | -0/+339 |
| * | | | | | | | Merge "clean up some warnings when building recovery" | Doug Zongker | 2014-02-18 | 10 | -13/+23 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | clean up some warnings when building recovery | Doug Zongker | 2014-02-14 | 10 | -13/+23 |
| * | | | | | | | | Merge "Fix a crash when going into recovery mode." | Maxim Siniavine | 2014-02-14 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Fix a crash when going into recovery mode. | Maxim Siniavine | 2014-02-14 | 1 | -1/+6 |
| * | | | | | | | | | remove remaining libminelf references | Doug Zongker | 2014-02-14 | 2 | -3/+2 |
| | |/ / / / / / /
| |/| | | | | | | |
|
| * | | | | | | | | remove 'retouch' ASLR support | Doug Zongker | 2014-02-14 | 8 | -302/+12 |
| * | | | | | | | | add syspatch support to updater | Doug Zongker | 2014-02-13 | 2 | -14/+115 |
| * | | | | | | | | add mzGetStoredEntry function | Doug Zongker | 2014-02-13 | 2 | -2/+30 |
| |/ / / / / / / |
|
| * | | | | | | | am 2739ed96: am a5d105e2: Merge "recovery: fix building with pointer-to-int errors turned on" | Colin Cross | 2014-02-06 | 3 | -5/+5 |
| |\| | | | | | |
|
| | * | | | | | | am a5d105e2: Merge "recovery: fix building with pointer-to-int errors turned on" | Colin Cross | 2014-02-06 | 3 | -5/+5 |
| | |\| | | | |
| | | |_|/ / /
| | |/| | | | |
|
| | | * | | | | Merge "recovery: fix building with pointer-to-int errors turned on" | Colin Cross | 2014-02-06 | 3 | -5/+5 |
| | | |\ \ \ \ |
|
| | | | * | | | | recovery: fix building with pointer-to-int errors turned on | Colin Cross | 2014-02-06 | 3 | -5/+5 |
| | | |/ / / / |
|
| * | | | | | | am fd84f65d: am f3532072: Merge "minadbd: remove dead code" | Colin Cross | 2014-01-27 | 2 | -25/+0 |
| |\| | | | | |
|
| | * | | | | | am f3532072: Merge "minadbd: remove dead code" | Colin Cross | 2014-01-27 | 2 | -25/+0 |
| | |\| | | | |
|
| | | * | | | | Merge "minadbd: remove dead code" | Colin Cross | 2014-01-27 | 2 | -25/+0 |
| | | |\ \ \ \ |
|
| | | | * | | | | minadbd: remove dead code | Colin Cross | 2014-01-24 | 2 | -25/+0 |
| | | |/ / / / |
|
| * | | | | | | am f4641299: am 295e74aa: Merge "adbd: switch to su domain when running as root" | Nick Kralevich | 2014-01-24 | 1 | -1/+1 |
| |\| | | | | |
|
| | * | | | | | am 295e74aa: Merge "adbd: switch to su domain when running as root" | Nick Kralevich | 2014-01-24 | 1 | -1/+1 |
| | |\| | | | |
|
| | | * | | | | Merge "adbd: switch to su domain when running as root" | Nick Kralevich | 2014-01-24 | 1 | -1/+1 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | | * | | | adbd: switch to su domain when running as root | Nick Kralevich | 2014-01-18 | 1 | -1/+1 |
| | | |/ / / |
|
| * | | | | | log extra info for debugging | Doug Zongker | 2014-01-21 | 2 | -1/+3 |
| * | | | | | program to store unencrypted files in an encrypted filesystem | Doug Zongker | 2014-01-16 | 3 | -0/+406 |
| * | | | | | do verification and extraction on memory, not files | Doug Zongker | 2014-01-16 | 11 | -209/+261 |
| * | | | | | am a01b6467: am 772f6e2a: Merge "correctly mount tmpfs as /tmp in recovery" | Doug Zongker | 2014-01-14 | 1 | -2/+2 |
| |\| | | | |
|
| | * | | | | am 772f6e2a: Merge "correctly mount tmpfs as /tmp in recovery" | Doug Zongker | 2014-01-14 | 1 | -2/+2 |
| | |\| | | |
|
| | | * | | | Merge "correctly mount tmpfs as /tmp in recovery" | Doug Zongker | 2014-01-14 | 1 | -2/+2 |
| | | |\ \ \ |
|
| | | | * | | | correctly mount tmpfs as /tmp in recovery | Doug Zongker | 2014-01-14 | 1 | -2/+2 |
| | | |/ / / |
|
| * | | | | | am 7e0d3066: am fc729512: Merge "Set SELinux security contexts correctly for init and services." | Nick Kralevich | 2014-01-13 | 1 | -0/+11 |
| |\| | | | |
|
| | * | | | | am fc729512: Merge "Set SELinux security contexts correctly for init and services." | Nick Kralevich | 2014-01-13 | 1 | -0/+11 |
| | |\| | | |
|
| | | * | | | Merge "Set SELinux security contexts correctly for init and services." | Nick Kralevich | 2014-01-13 | 1 | -0/+11 |
| | | |\ \ \ |
|
| | | | * | | | Set SELinux security contexts correctly for init and services. | Stephen Smalley | 2014-01-13 | 1 | -0/+11 |
| | | |/ / / |
|
| * | | | | | remove dead code from minzip | Doug Zongker | 2014-01-13 | 2 | -134/+0 |
| * | | | | | am 27efc8f9: am 617d1cad: Merge "minui: do not use flexible array initialization" | Nick Kralevich | 2014-01-04 | 1 | -1/+1 |
| |\| | | | |
|
| | * | | | | am 617d1cad: Merge "minui: do not use flexible array initialization" | Nick Kralevich | 2014-01-04 | 1 | -1/+1 |
| | |\| | | |
|
| | | * | | | Merge "minui: do not use flexible array initialization" | Nick Kralevich | 2014-01-04 | 1 | -1/+1 |
| | | |\ \ \ |
|
| | | | * | | | minui: do not use flexible array initialization | synergy dev | 2013-11-26 | 1 | -1/+1 |
| * | | | | | | am 15f5fe1b: am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev | Michael Runge | 2013-12-27 | 1 | -5/+3 |
| |\| | | | | |
|
| | * | | | | | am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev | Michael Runge | 2013-12-27 | 1 | -5/+3 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge "Don't abort on read_file if the file is missing." into klp-dev | Michael Runge | 2013-12-20 | 1 | -5/+3 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Don't abort on read_file if the file is missing. | Michael Runge | 2013-12-14 | 1 | -5/+3 |
| * | | | | | | | | am e1bb2733: am 168724c3: fix unnecessarily slow writing of EMMC partitions | Doug Zongker | 2013-12-20 | 1 | -15/+3 |
| |\| | | | | | | |
|
| | * | | | | | | | am 168724c3: fix unnecessarily slow writing of EMMC partitions | Doug Zongker | 2013-12-20 | 1 | -15/+3 |
| | |\| | | | | | |
|
| | | * | | | | | | fix unnecessarily slow writing of EMMC partitions | Doug Zongker | 2013-12-20 | 1 | -15/+3 |
| | | |/ / / / / |
|
| * | | | | | | | recovery: wipe encryption metadata along with data partition | Doug Zongker | 2013-12-13 | 2 | -2/+27 |
| * | | | | | | | am d327c63a: am c87bab10: add the functions for multi-stage packages to updater | Doug Zongker | 2013-12-03 | 8 | -9/+181 |
| |\| | | | | | |
|
| | * | | | | | | am c87bab10: add the functions for multi-stage packages to updater | Doug Zongker | 2013-11-27 | 8 | -9/+181 |
| | |\| | | | |
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | add the functions for multi-stage packages to updater | Doug Zongker | 2013-11-27 | 8 | -9/+181 |
| * | | | | | | Merge "Fix rare crash seen when dereferencing backgroundIcon[NONE]." | Doug Zongker | 2013-11-18 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix rare crash seen when dereferencing backgroundIcon[NONE]. | Alistair Strachan | 2013-11-18 | 1 | -0/+1 |
| * | | | | | | | Restore default umask after forking for update-binary. | Alistair Strachan | 2013-11-18 | 1 | -0/+1 |
| |/ / / / / / |
|
| * | | | | | | am 40dfc474: am c64e76c7: Merge "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." into klp-dev | Michael Runge | 2013-11-08 | 1 | -0/+35 |
| |\| | | | | |
|
| | * | | | | | am c64e76c7: Merge "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." into klp-dev | Michael Runge | 2013-11-08 | 1 | -0/+35 |
| | |\| | | |
| | | |/ / /
| | |/| | | |
|
| | | * | | | Merge "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." into klp-dev | Michael Runge | 2013-11-07 | 1 | -0/+35 |
| | | |\ \ \ |
|
| | | | * | | | Enable incremental builder to find files that moved, and | Michael Runge | 2013-11-07 | 1 | -0/+35 |
| * | | | | | | am a370c0f7: am 3966c571: merge in klp-release (no-op) | Ed Heyl | 2013-10-17 | 0 | -0/+0 |
| |\| | | | | |
|
| | * | | | | | am 3966c571: merge in klp-release (no-op) | Ed Heyl | 2013-10-17 | 0 | -0/+0 |
| | |\| | | | |
|
| | | * | | | | merge in klp-release (no-op) | Ed Heyl | 2013-10-17 | 0 | -0/+0 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| * | | | | | | am fc7eab96: am f4a6ab27: Merge "Add support for ECDSA signatures" | Kenny Root | 2013-10-14 | 12 | -60/+822 |
| |\| | | | | |
|
| | * | | | | | am f4a6ab27: Merge "Add support for ECDSA signatures" | Kenny Root | 2013-10-14 | 12 | -60/+822 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge "Add support for ECDSA signatures" | Kenny Root | 2013-10-14 | 12 | -60/+822 |
| | | |\ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | | |
|
| | | | * | | | | Add support for ECDSA signatures | Kenny Root | 2013-10-10 | 12 | -60/+822 |
| | | |/ / / / |
|
| * | | | | | | am 053c1c5e: am 7fdeb1f9: merge in KQS81M | Ed Heyl | 2013-10-09 | 0 | -0/+0 |
| |\| | | | | |
|
| | * | | | | | am 7fdeb1f9: merge in KQS81M | Ed Heyl | 2013-10-09 | 0 | -0/+0 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | merge in KQS81M | Ed Heyl | 2013-10-09 | 0 | -0/+0 |
| | | |\ \ \ \ |
|
| * | | | | | | | am efef45ed: am a2a1ce82: Allow child classes to override the overlay location for the update image. | Michael Runge | 2013-10-03 | 1 | -1/+3 |
| |\| | | | | | |
|
| | * | | | | | | am a2a1ce82: Allow child classes to override the overlay location for the update image. | Michael Runge | 2013-10-03 | 1 | -1/+3 |
| | |\| | | | | |
|
| * | | | | | | | fix use of RGBA images in minui | Doug Zongker | 2013-09-26 | 1 | -3/+11 |
| * | | | | | | | am dd92a4d6: am 58c60900: Merge "verifier: update to support certificates using SHA-256" | Kenny Root | 2013-09-25 | 0 | -0/+0 |
| |\| | | | | | |
|
| | * | | | | | | am 58c60900: Merge "verifier: update to support certificates using SHA-256" | Kenny Root | 2013-09-25 | 0 | -0/+0 |
| | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
| | | * | | | | | Merge "verifier: update to support certificates using SHA-256" | Kenny Root | 2013-09-25 | 13 | -109/+254 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | verifier: update to support certificates using SHA-256 | Doug Zongker | 2013-09-25 | 13 | -109/+254 |
| | | |/ / / / / |
|
| * | | | | | | | am 46ab1b61: updater: Delete dead code | Nick Kralevich | 2013-09-18 | 0 | -0/+0 |
| |\| | | | | | |
|
| | * | | | | | | updater: Delete dead code | Nick Kralevich | 2013-09-17 | 3 | -153/+0 |
| * | | | | | | | recovery: fix epoll events type to uint32_t | Todd Poynor | 2013-09-17 | 4 | -5/+5 |
| * | | | | | | | start healthd in recovery mode | Todd Poynor | 2013-09-14 | 1 | -1/+1 |
| * | | | | | | | minui: add ev_get_epollfd() to retrieve epoll file descriptor | Todd Poynor | 2013-09-12 | 2 | -0/+6 |
| * | | | | | | | recovery: ui changes for ev_*() switch to epoll | Todd Poynor | 2013-09-12 | 2 | -3/+3 |
| * | | | | | | | minui: convert ev_*() event interface to epoll | Todd Poynor | 2013-09-12 | 2 | -27/+58 |
| * | | | | | | | am 1306a7ef: am cc2958fd: fix secure adb in recovery | Doug Zongker | 2013-09-12 | 1 | -0/+1 |
| |\| | | | | | |
|
| | * | | | | | | am cc2958fd: fix secure adb in recovery | Doug Zongker | 2013-09-11 | 1 | -0/+1 |
| | |\ \ \ \ \ \ |
|
| * | | | | | | | | updater: Delete dead code | Nick Kralevich | 2013-09-11 | 3 | -153/+0 |
| * | | | | | | | | am af677d78: am e461251e: Don\'t apply permission changes to symlink. | Nick Kralevich | 2013-09-11 | 1 | -0/+5 |
| |\| | | | | | | |
|
| | * | | | | | | | am e461251e: Don\'t apply permission changes to symlink. | Nick Kralevich | 2013-09-11 | 1 | -0/+5 |
| | |\ \ \ \ \ \ \ |
|
| * | | | | | | | | | am cc421662: am 5dbdef0e: updater: introduce and set_metadata and set_metadata_recursive | Nick Kralevich | 2013-09-10 | 1 | -0/+274 |
| |\| | | | | | | | |
|
| | * | | | | | | | | am 5dbdef0e: updater: introduce and set_metadata and set_metadata_recursive | Nick Kralevich | 2013-09-10 | 1 | -0/+274 |
| | |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | am 5ae88e89: am 3328e3bc: Revert "Update OTA installer to understand SELinux filesystem labels" | Nick Kralevich | 2013-09-10 | 3 | -32/+8 |
| |\| | | | | | | | | |
|
| | * | | | | | | | | | am 3328e3bc: Revert "Update OTA installer to understand SELinux filesystem labels" | Nick Kralevich | 2013-09-10 | 3 | -32/+8 |
| | |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | allow CheckKey to request mounting /system | Doug Zongker | 2013-09-05 | 3 | -3/+52 |
| * | | | | | | | | | | | am f187a543: am 3b5a987c: recovery: fix use of init reboot method | Doug Zongker | 2013-09-03 | 1 | -1/+1 |
| |\| | | | | | | | | | |
|
| | * | | | | | | | | | | am 3b5a987c: recovery: fix use of init reboot method | Doug Zongker | 2013-09-03 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | am 366f78a9: am 77ea71d6: recovery: fix rebooting | Doug Zongker | 2013-08-30 | 2 | -1/+4 |
| |\| | | | | | | | | | | |
|
| | * | | | | | | | | | | | am 77ea71d6: recovery: fix rebooting | Doug Zongker | 2013-08-30 | 2 | -1/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | am 19877de5: am 5c4e1dac: Merge "Update libpng API usage" | John Reck | 2013-08-27 | 0 | -0/+0 |
| |\| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | am 5c4e1dac: Merge "Update libpng API usage" | John Reck | 2013-08-27 | 1 | -12/+12 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/ / / / /
| | | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | | am 239ac6ab: recovery: install packages in a known mount environment | Doug Zongker | 2013-08-22 | 5 | -11/+35 |
| |\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Fix libpng API usage | John Reck | 2013-08-13 | 1 | -12/+12 |
* | | | | | | | | | | | | | | 2.8.2.0 | Ethan Yonker | 2014-11-06 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix some module tags | Matt Mower | 2014-11-04 | 5 | -17/+11 |
* | | | | | | | | | | | | | | Fix USB Mass Storage on some devices | Ethan Yonker | 2014-11-04 | 1 | -1/+3 |
* | | | | | | | | | | | | | | This patchset causes issues with backups. | bigbiff | 2014-11-04 | 36 | -438/+636 |
* | | | | | | | | | | | | | | add "done" after "Updating partition details..." | that | 2014-11-04 | 1 | -0/+1 |
* | | | | | | | | | | | | | | gitignore: ignore tags file | that | 2014-11-04 | 1 | -0/+1 |
* | | | | | | | | | | | | | | fix some compiler warnings | that | 2014-11-04 | 2 | -4/+4 |
* | | | | | | | | | | | | | | partitionmanager: remove unused By_Block and By_Name methods | that | 2014-11-04 | 2 | -268/+0 |
* | | | | | | | | | | | | | | Remove dependence on build hax in makefiles | Matt Mower | 2014-11-03 | 10 | -62/+89 |
* | | | | | | | | | | | | | | 2.8.1.0 | Ethan Yonker | 2014-10-22 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix crash when rapid firing command line commands | Ethan Yonker | 2014-10-22 | 1 | -0/+4 |
* | | | | | | | | | | | | | | Add support for temperatures in tenths of a degree Celsius | HandyMenny | 2014-10-21 | 1 | -1/+3 |
* | | | | | | | | | | | | | | gui: Disable unnecessary checks if TW_CUSTOM_THEME is defined | HandyMenny | 2014-10-20 | 1 | -6/+8 |
* | | | | | | | | | | | | | | Do not set contexts during a factory reset | Ethan Yonker | 2014-10-20 | 1 | -6/+2 |
* | | | | | | | | | | | | | | Fix placement of Android Secure and SD-EXT on wipe page | Captain Throwback | 2014-10-20 | 3 | -31/+31 |
* | | | | | | | | | | | | | | Fix wiping crash when block device is not present | Ethan Yonker | 2014-10-14 | 1 | -0/+5 |
* | | | | | | | | | | | | | | mtp: fix log spam: findNode not finding a node is not an error | that | 2014-10-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Update reference to 24-hour clock | Captain Throwback | 2014-10-14 | 3 | -3/+3 |
* | | | | | | | | | | | | | | display cpu temperature in twrp | Jenkins | 2014-10-14 | 23 | -23/+255 |
* | | | | | | | | | | | | | | Add support for TrueType fonts | Vojtech Bocek | 2014-10-14 | 35 | -122/+938 |
* | | | | | | | | | | | | | | Fix exfat-fuse handling | Dees Troy | 2014-10-09 | 1 | -0/+1 |
* | | | | | | | | | | | | | | performance profile support | Tom Hite | 2014-10-08 | 4 | -5/+38 |
* | | | | | | | | | | | | | | mtp: cleanup, fixes and performance improvements | that | 2014-10-08 | 9 | -1103/+702 |
* | | | | | | | | | | | | | | Update RECOVERY_VARIANT blocking to use project-path-for | Matt Mower | 2014-10-08 | 1 | -5/+9 |
* | | | | | | | | | | | | | | Attempt to fix md5 issue with backups | Captain Throwback | 2014-10-08 | 1 | -0/+2 |
* | | | | | | | | | | | | | | applypatch: add support for BML partitions | Conn O'Griofa | 2014-10-07 | 4 | -13/+57 |
* | | | | | | | | | | | | | | atime is access time, let's just use mtime | Jenkins | 2014-10-07 | 1 | -3/+1 |
* | | | | | | | | | | | | | | Remove extra slashes from zip path in openrecovery | Matt Mower | 2014-10-07 | 1 | -3/+3 |
* | | | | | | | | | | | | | | Fixes for exfat-fuse | Captain Throwback | 2014-10-07 | 2 | -3/+8 |
* | | | | | | | | | | | | | | recovery: Fix adb with linux 3.10 | Benoit Goby | 2014-10-07 | 1 | -1/+7 |
* | | | | | | | | | | | | | | ADB sideload command not work | Da Zhou | 2014-10-07 | 3 | -11/+358 |
* | | | | | | | | | | | | | | Check sehandle before fixing permissions | Dees Troy | 2014-10-07 | 1 | -1/+8 |
* | | | | | | | | | | | | | | Attempt to automatically identify data/media devices | Ethan Yonker | 2014-09-20 | 7 | -231/+73 |
* | | | | | | | | | | | | | | Additional checks to prevent partitioning internal storage | Ethan Yonker | 2014-09-15 | 2 | -2/+4 |
* | | | | | | | | | | | | | | Include no strict aliasing for MTP | Motorhead1991 | 2014-09-13 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix handling of MTP fork/child process | Ethan Yonker | 2014-09-11 | 2 | -1/+8 |
* | | | | | | | | | | | | | | MTP: Build flag for setting custom MTP device/path | Ethan Yonker | 2014-09-11 | 2 | -2/+9 |
* | | | | | | | | | | | | | | MTP: fix some code paths | bigbiff bigbiff | 2014-09-09 | 2 | -33/+34 |
* | | | | | | | | | | | | | | mktime_tz is blocking, don't use it | bigbiff bigbiff | 2014-09-07 | 1 | -3/+8 |
* | | | | | | | | | | | | | | update exfat from current head | bigbiff bigbiff | 2014-09-05 | 36 | -636/+438 |
* | | | | | | | | | | | | | | MTP: Use fork instead of pthread | Ethan Yonker | 2014-09-05 | 4 | -10/+31 |
* | | | | | | | | | | | | | | Fix reporting of folder size on exfat-fuse | Ethan Yonker | 2014-09-04 | 1 | -4/+10 |
* | | | | | | | | | | | | | | MTP: Better handling of stat | Ethan Yonker | 2014-09-04 | 3 | -26/+47 |
* | | | | | | | | | | | | | | MTP Fix rename in Windows | Dees Troy | 2014-09-04 | 3 | -1/+8 |
* | | | | | | | | | | | | | | MTP Fix property list for multiple storage devices | Dees Troy | 2014-09-04 | 1 | -1/+2 |
* | | | | | | | | | | | | | | Properly set mtp enable variable if disabled during boot | Ethan Yonker | 2014-09-04 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Prevent MTP enable on startup if crash detected | Ethan Yonker | 2014-09-04 | 2 | -9/+19 |
* | | | | | | | | | | | | | | Allow MTP debug setting to stick through a reboot | Ethan Yonker | 2014-09-04 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Improve MtpStorage handling when more than one storage is present | Ethan Yonker | 2014-09-03 | 2 | -7/+11 |
* | | | | | | | | | | | | | | Allow toggle of MTP debug | Ethan Yonker | 2014-09-03 | 5 | -12/+23 |
* | | | | | | | | | | | | | | Improve error handling during MTP startup | Ethan Yonker | 2014-09-03 | 2 | -6/+9 |
* | | | | | | | | | | | | | | Ensure that MTP is enabled by default | Ethan Yonker | 2014-09-03 | 1 | -0/+7 |
* | | | | | | | | | | | | | | Only use SELinux tools from toolbox if not in busybox | Matt Mower | 2014-09-03 | 2 | -4/+13 |
* | | | | | | | | | | | | | | Build block TWRP with RECOVERY_VARIANT | Matt Mower | 2014-09-03 | 17 | -35/+55 |
* | | | | | | | | | | | | | | Refresh partition details after changing file system | Dees Troy | 2014-09-03 | 3 | -18/+78 |
* | | | | | | | | | | | | | | add mtp responder to TWRP. | bigbiff bigbiff | 2014-09-03 | 59 | -28/+9663 |
* | | | | | | | | | | | | | | Fix derp | Ethan Yonker | 2014-08-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Allow blacklisting input devices by build flag | Ethan Yonker | 2014-08-14 | 2 | -1/+20 |
* | | | | | | | | | | | | | | Support reading since_epoch and secondary brightness files | xNUTx | 2014-08-10 | 10 | -44/+110 |
* | | | | | | | | | | | | | | TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver. | xNUTx | 2014-08-10 | 2 | -2/+8 |
* | | | | | | | | | | | | | | Add command line capabilities | Ethan Yonker | 2014-08-09 | 13 | -5/+288 |
* | | | | | | | | | | | | | | Set font based on resolution if not set already | Ethan Yonker | 2014-08-07 | 1 | -0/+14 |
* | | | | | | | | | | | | | | removing logging test file | Adam Outler | 2014-08-07 | 2 | -73/+1 |
* | | | | | | | | | | | | | | remove stray test file | Adam Outler | 2014-08-07 | 1 | -0/+0 |
* | | | | | | | | | | | | | | Add possibility to use images as background or handle of slidevalue | Vojtech Bocek | 2014-08-07 | 2 | -21/+67 |
* | | | | | | | | | | | | | | update 1440x2560 keyboard mapping | bigbiff bigbiff | 2014-08-07 | 1 | -16/+16 |
* | | | | | | | | | | | | | | Allow using variables and addition/subtraction in variables | Ethan Yonker | 2014-08-07 | 2 | -18/+44 |
* | | | | | | | | | | | | | | Stop memory management on blanking overlay graphics | Dees Troy | 2014-08-07 | 1 | -5/+5 |
* | | | | | | | | | | | | | | Add 280x280 theme | Ethan Yonker | 2014-08-04 | 35 | -1/+407 |
* | | | | | | | | | | | | | | Minor tweaks to watch ui.xml files | Ethan Yonker | 2014-07-30 | 2 | -8/+5 |
* | | | | | | | | | | | | | | Add 320x320 theme and split out watch.xml for square watch layout | Ethan Yonker | 2014-07-30 | 37 | -3836/+4252 |
* | | | | | | | | | | | | | | Update 240x240 theme | Ethan Yonker | 2014-07-29 | 2 | -243/+647 |
* | | | | | | | | | | | | | | add 1440x2560 theme to TWRP | big biff | 2014-07-29 | 37 | -3/+422 |
* | | | | | | | | | | | | | | Revert "add 1440x2560 theme to TWRP" | Dees Troy | 2014-07-29 | 38 | -422/+3 |
* | | | | | | | | | | | | | | add 1440x2560 theme to TWRP | bigbiff bigbiff | 2014-07-28 | 38 | -3/+422 |
* | | | | | | | | | | | | | | Allow ui.xml to include additional xml files to read | Ethan Yonker | 2014-07-28 | 22 | -58184/+7988 |
* | | | | | | | | | | | | | | Only disable recovery flash if it is truly "stock" recovery | dhacker29 | 2014-07-25 | 2 | -2/+2 |
* | | | | | | | | | | | | | | Allow custom bootloader msg offset in block misc | Matt Mower | 2014-07-16 | 2 | -0/+16 |
* | | | | | | | | | | | | | | Do not wipe block misc on bootloader msg update | Matt Mower | 2014-07-16 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Remove unused twbootloader.cpp | Matt Mower | 2014-07-16 | 1 | -213/+0 |
* | | | | | | | | | | | | | | Implement "take a screenshot" feature | Vojtech Bocek | 2014-07-09 | 22 | -3/+284 |
* | | | | | | | | | | | | | | Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot() | Vojtech Bocek | 2014-07-09 | 2 | -11/+2 |
* | | | | | | | | | | | | | | Change ro.twrp.boot boolean to twrp.crash_counter | Vojtech Bocek | 2014-07-09 | 1 | -4/+11 |
* | | | | | | | | | | | | | | Fix setting of brightness during startup | Ethan Yonker | 2014-07-09 | 1 | -7/+9 |
* | | | | | | | | | | | | | | Track backup and restore progress | Ethan Yonker | 2014-07-09 | 29 | -72/+1005 |
* | | | | | | | | | | | | | | Color in the console | Ethan Yonker | 2014-07-09 | 22 | -20/+104 |
* | | | | | | | | | | | | | | Refresh after partition changes | jrior001 | 2014-07-07 | 1 | -2/+2 |
* | | | | | | | | | | | | | | mtdutils: fix rk3xhack filter | Humberto Borba | 2014-07-05 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Changes in rk30hack | Kra1o5 | 2014-06-30 | 5 | -20/+20 |
* | | | | | | | | | | | | | | on stock android, pthread_cancel and phtread_setcancelstate doesn't exist | Flemmard | 2014-06-30 | 2 | -0/+13 |
* | | | | | | | | | | | | | | libdl should also be linked to binary | Flemmard | 2014-06-30 | 1 | -0/+3 |
* | | | | | | | | | | | | | | minuitwrp: use a whitelist for the input device instead of a hardcoded ignore list | Flemmard | 2014-06-30 | 2 | -0/+12 |
* | | | | | | | | | | | | | | Add "include $(CLEAR_VARS)" for 4.4 ROMS (clears LOCAL_BUILT/LOCAL_INSTALLED error) | Motorhead1991 | 2014-06-30 | 1 | -0/+2 |
* | | | | | | | | | | | | | | GUI: Add -fno-strict-aliasing to GUI for Vanir | Motorhead1991 | 2014-06-30 | 1 | -0/+2 |
* | | | | | | | | | | | | | | Fuse: add -fno-strict-aliasing to fuse for Vanir. | Motorhead1991 | 2014-06-30 | 1 | -1/+2 |
* | | | | | | | | | | | | | | minui: Do not return true from target_has_overlay() if MSM_BSP is not set | Andrew Dodd | 2014-06-30 | 2 | -7/+13 |
* | | | | | | | | | | | | | | Do not restore file system on data/media devices | Ethan Yonker | 2014-06-13 | 2 | -3/+21 |
* | | | | | | | | | | | | | | libtar: don't set parent dir's context when extracting a file | Vojtech Bocek | 2014-06-06 | 1 | -3/+0 |
* | | | | | | | | | | | | | | 2.7.1.0 | Dees Troy | 2014-06-04 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Whitespace and minor code cleanup | Matt Mower | 2014-06-04 | 66 | -2157/+205 |
* | | | | | | | | | | | | | | Add options to repair or change file system | Ethan Yonker | 2014-06-04 | 19 | -42/+5452 |
* | | | | | | | | | | | | | | Fix crash while loading config due to incorrect tw_storage_path | Vojtech Bocek | 2014-05-31 | 3 | -2/+26 |
* | | | | | | | | | | | | | | Fix multiple lun file USB mounting | Matt Mower | 2014-05-31 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Fix missing closedir() in Find_File::Find_Internal() | Vojtech Bocek | 2014-05-31 | 1 | -1/+2 |
* | | | | | | | | | | | | | | Add script to convert TrueTypeFonts to TWRP's .dat format | Vojtech Bocek | 2014-05-31 | 1 | -0/+198 |
* | | | | | | | | | | | | | | Add /system/priv-app to fix permissions code. New in jellybean. | bigbiff bigbiff | 2014-05-31 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Update minui to support overlay graphics | Dees Troy | 2014-05-02 | 10 | -38/+1616 |
* | | | | | | | | | | | | | | recovery: Compatibility with upstream minui change | Steve Kondik | 2014-04-30 | 1 | -0/+3 |
* | | | | | | | | | | | | | | Only setup settings,andsec partitions if available | Matt Mower | 2014-04-16 | 1 | -4/+7 |
* | | | | | | | | | | | | | | More MD5 verification error handling | Matt Mower | 2014-04-16 | 2 | -12/+24 |
* | | | | | | | | | | | | | | Make blank timer read brightness path from data manager | Ethan Yonker | 2014-04-16 | 2 | -10/+4 |
* | | | | | | | | | | | | | | Fix handling of storage with data/media vs data/media/0 | Ethan Yonker | 2014-04-16 | 1 | -3/+4 |
* | | | | | | | | | | | | | | Add support for actions triggered by key combination | Vojtech Bocek | 2014-04-16 | 9 | -48/+145 |
* | | | | | | | | | | | | | | Add additional search path for brightness | Ethan Yonker | 2014-04-16 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Support alternative .android_secure location | Matt Mower | 2014-04-16 | 20 | -21/+92 |
* | | | | | | | | | | | | | | Support .md5sum extension for package verification | Matt Mower | 2014-04-15 | 2 | -10/+23 |
* | | | | | | | | | | | | | | Simplify twrpTar skip dir checks, DU code cleanup | Matt Mower | 2014-04-15 | 3 | -33/+14 |
* | | | | | | | | | | | | | | Enable rk30xx hack | J. Carlos Romero | 2014-04-15 | 2 | -6/+2 |
* | | | | | | | | | | | | | | Allow device files to specify a custom theme | Ethan Yonker | 2014-04-15 | 1 | -3/+8 |
* | | | | | | | | | | | | | | Improve handling of shell symlink in recovery ramdisk | Ethan Yonker | 2014-04-15 | 1 | -11/+6 |
* | | | | | | | | | | | | | | Force zip verification in OEM builds | Ethan Yonker | 2014-04-15 | 1 | -1/+3 |
* | | | | | | | | | | | | | | Add find file class to search for files | Ethan Yonker | 2014-04-15 | 4 | -4/+146 |
* | | | | | | | | | | | | | | Fix touch on Sprint HTC One m8 | Dees Troy | 2014-04-15 | 1 | -8/+10 |
* | | | | | | | | | | | | | | Only split archives when split_archives is set | Dees Troy | 2014-04-07 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Rearrange opening of output and input files for error handling | Dees Troy | 2014-04-07 | 1 | -38/+64 |
* | | | | | | | | | | | | | | Tweak OEM mode | Ethan Yonker | 2014-04-04 | 2 | -24/+7 |
* | | | | | | | | | | | | | | Add option to build TWRP with toolbox instead of busybox | Ethan Yonker | 2014-04-04 | 4 | -1/+80 |
* | | | | | | | | | | | | | | Allow building of an OEM friendly TWRP | Ethan Yonker | 2014-04-04 | 6 | -4/+24 |
* | | | | | | | | | | | | | | Stop printing Unable to mount to console if storage is removable. We will still print to | bigbiff bigbiff | 2014-04-03 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix overlay graphics detection | Dees Troy | 2014-04-03 | 1 | -1/+3 |
* | | | | | | | | | | | | | | Fix backup and restore of encrypted backups | Ethan Yonker | 2014-04-02 | 1 | -0/+2 |
* | | | | | | | | | | | | | | Merge "Refresh page after updating partition sizes" into android-4.4 | Dees Troy | 2014-04-02 | 16 | -16/+64 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Refresh page after updating partition sizes | Matt Mower | 2014-04-02 | 16 | -16/+64 |
* | | | | | | | | | | | | | | | Merge "Convert 1600x2560 ui.xml to unix line endings" into android-4.4 | Dees Troy | 2014-04-02 | 1 | -3928/+3929 |
|\| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Convert 1600x2560 ui.xml to unix line endings | Matt Mower | 2014-04-02 | 1 | -3928/+3929 |
* | | | | | | | | | | | | | | | Merge "Fix display of .android_secure size in Backup" into android-4.4 | Dees Troy | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Fix display of .android_secure size in Backup | Matt Mower | 2014-04-02 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge changes Ia75c34ab,I5743d9b9 into android-4.4 | Ethan Yonker | 2014-04-02 | 8 | -62/+1818 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Support Qualcomm overlay graphics in recovery | Ethan Yonker | 2014-04-01 | 6 | -32/+1756 |
| * | | | | | | | | | | | | | | Improve USB Storage handling | Ethan Yonker | 2014-04-01 | 2 | -30/+62 |
* | | | | | | | | | | | | | | | Merge "Remove deprecated tar exclude functionality" into android-4.4 | Dees Troy | 2014-04-01 | 4 | -29/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Remove deprecated tar exclude functionality | Matt Mower | 2014-03-31 | 4 | -29/+2 |
* | | | | | | | | | | | | | | | | Merge "if md5 check is not selected for subpartitions, don't check it." into android-4.4 | Dees Troy | 2014-04-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | if md5 check is not selected for subpartitions, don't check it. | bigbiff bigbiff | 2014-03-30 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge "Fix /data backup size if contains media subdirs" into android-4.4 | Dees Troy | 2014-04-01 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Fix /data backup size if contains media subdirs | Matt Mower | 2014-03-30 | 2 | -2/+3 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge "Allow disabling legacy properties" into android-4.4 | Dees Troy | 2014-04-01 | 2 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Allow disabling legacy properties | Matt Mower | 2014-03-27 | 2 | -0/+7 |
* | | | | | | | | | | | | | | | | Merge "Cleanup DU Get_Folder_Size function" into android-4.4 | Dees Troy | 2014-04-01 | 1 | -11/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Cleanup DU Get_Folder_Size function | Matt Mower | 2014-03-27 | 1 | -11/+4 |
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge "correctly mount tmpfs as /tmp in recovery" into android-4.4 | Dees Troy | 2014-04-01 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | correctly mount tmpfs as /tmp in recovery | Doug Zongker | 2014-03-27 | 1 | -2/+2 |
| |/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge "Add basic error checking to legacy property init" into android-4.4 | Dees Troy | 2014-04-01 | 4 | -23/+59 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Add basic error checking to legacy property init | Matt Mower | 2014-03-27 | 4 | -23/+59 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | add 1600x2560 to TWRP. Thanks to nrage123 and Gunthermic for creating | bigbiff bigbiff | 2014-03-24 | 35 | -0/+3928 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Re-arrange handling of settings storage partition | Dees Troy | 2014-03-19 | 1 | -7/+7 |
* | | | | | | | | | | | | | | Change to lstat so we don't count the target of symbolic links as part | bigbiff bigbiff | 2014-03-17 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Improve handling of settings storage and android secure | Ethan Yonker | 2014-03-13 | 2 | -13/+13 |
* | | | | | | | | | | | | | | Merge "Fix skipping of relative paths and lost+found in twrpDU" into android-4.4 | Dees Troy | 2014-03-13 | 5 | -39/+62 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Fix skipping of relative paths and lost+found in twrpDU | Vojtech Bocek | 2014-03-13 | 5 | -39/+62 |
* | | | | | | | | | | | | | | | Run TWFunc::Fixup_Time_On_Boot() before OpenRecoveryScript | Vojtech Bocek | 2014-03-11 | 1 | -2/+4 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Check to ensure that selinux_handle is populated before using | Dees Troy | 2014-03-10 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Merge "Fix incorrect alignment of Restore Defaults button in some themes" into android-4.4 | Dees Troy | 2014-03-10 | 8 | -64/+64 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Fix incorrect alignment of Restore Defaults button in some themes | Kra1o5 | 2014-03-10 | 8 | -64/+64 |
* | | | | | | | | | | | | | | | Support pre-KitKat properties for update-binary | that | 2014-03-09 | 5 | -2/+372 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Fix error handling in createList | Ethan Yonker | 2014-03-07 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Remove size parameter from substr call | Ethan Yonker | 2014-03-07 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix "\n\n" string in gui_print(), remove unused gui_print_overwrite() | Vojtech Bocek | 2014-03-06 | 2 | -47/+8 |
* | | | | | | | | | | | | | | 2.7.0.0 | Dees Troy | 2014-03-06 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Change qcom time error messages to info | Dees Troy | 2014-03-06 | 1 | -3/+3 |
* | | | | | | | | | | | | | | Merge "Restore capabilities to run-as binary" into android-4.4 | Dees Troy | 2014-03-06 | 3 | -3/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Restore capabilities to run-as binary | Dees Troy | 2014-02-28 | 3 | -3/+33 |
* | | | | | | | | | | | | | | | Merge "Tweak 240x240 theme" into android-4.4 | Dees Troy | 2014-03-06 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Tweak 240x240 theme | Dees Troy | 2014-03-06 | 1 | -4/+6 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | Fix wordwrap in console eating last char if str.size() == max_line_len | Vojtech Bocek | 2014-03-04 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge "Check crypto footer before offering to decrypt" into android-4.4 | Ethan Yonker | 2014-02-26 | 6 | -13/+88 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Check crypto footer before offering to decrypt | Ethan Yonker | 2014-02-26 | 6 | -13/+88 |
* | | | | | | | | | | | | | | | Merge "Check auto generated backup names for invalid characters" into android-4.4 | Ethan Yonker | 2014-02-26 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Check auto generated backup names for invalid characters | Ethan Yonker | 2014-02-26 | 1 | -0/+4 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge "Allow sideloading from /tmp" into android-4.4 | Ethan Yonker | 2014-02-26 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Allow sideloading from /tmp | Ethan Yonker | 2014-02-26 | 1 | -4/+5 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | Add word wrap to console output and fix scrolling in console | Dees Troy | 2014-02-26 | 4 | -42/+77 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Remove unneeded logging | Ethan Yonker | 2014-02-25 | 1 | -1/+0 |
* | | | | | | | | | | | | | | Merge "Remove some unneeded code" into android-4.4 | Ethan Yonker | 2014-02-25 | 2 | -83/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Remove some unneeded code | Ethan Yonker | 2014-02-16 | 2 | -83/+8 |
* | | | | | | | | | | | | | | | Merge "Add capslock support to keyboard" into android-4.4 | Ethan Yonker | 2014-02-25 | 16 | -17/+112 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Add capslock support to keyboard | Ethan Yonker | 2014-02-17 | 16 | -17/+112 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge "Look also for buttons when checking if input device is mouse" into android-4.4 | Dees Troy | 2014-02-25 | 1 | -3/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Look also for buttons when checking if input device is mouse | Vojtech Bocek | 2014-02-20 | 1 | -3/+12 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | fix slash between directories | bigbiff bigbiff | 2014-02-23 | 3 | -34/+53 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge "Improve ORS scanning of storage locations" into android-4.4 | Ethan Yonker | 2014-02-16 | 1 | -46/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Improve ORS scanning of storage locations | Ethan Yonker | 2014-02-15 | 1 | -46/+29 |
* | | | | | | | | | | | | | | | Cache results of GUIObject::isConditionTrue() | Vojtech Bocek | 2014-02-12 | 11 | -44/+65 |
* | | | | | | | | | | | | | | | Properly delete all GUIObjects and pages on theme reload | Vojtech Bocek | 2014-02-12 | 4 | -7/+31 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Conditional -> GUIObject and make all gui objects children of GUIObject | Vojtech Bocek | 2014-02-12 | 19 | -42/+119 |
* | | | | | | | | | | | | | | Allow recovery to be restored if backup=1 flag is present in recovery.fstab | bigbiff bigbiff | 2014-02-12 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Merge "Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist" into android-4.4 | Dees Troy | 2014-02-12 | 4 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist | Vojtech Bocek | 2014-02-08 | 4 | -0/+10 |
* | | | | | | | | | | | | | | | Add fix permissions to OpenRecoveryScript | Ethan Yonker | 2014-02-12 | 1 | -0/+4 |
* | | | | | | | | | | | | | | | Add twrpTar binary | Ethan Yonker | 2014-02-12 | 5 | -1/+246 |
* | | | | | | | | | | | | | | | Add rule to make libopenaes_static | Ethan Yonker | 2014-02-12 | 1 | -0/+13 |
* | | | | | | | | | | | | | | | Add rule to make libtar_static | Ethan Yonker | 2014-02-12 | 1 | -0/+20 |
* | | | | | | | | | | | | | | | Remove unused functions | Ethan Yonker | 2014-02-12 | 3 | -35/+0 |
* | | | | | | | | | | | | | | | ifdef some functions that depend on other TWRP parts | Ethan Yonker | 2014-02-12 | 2 | -194/+181 |
* | | | | | | | | | | | | | | | Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 | Ethan Yonker | 2014-02-12 | 3 | -45/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Move DataManager functions out of twrpTar.cpp | Ethan Yonker | 2014-02-10 | 3 | -45/+27 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Fix ext4 wiping when no SELinux contexts are defined | Ethan Yonker | 2014-02-09 | 1 | -3/+12 |
* | | | | | | | | | | | | | | | Update SuperSU | Ethan Yonker | 2014-02-08 | 3 | -10/+16 |
* | | | | | | | | | | | | | | | Separate out function for reading /system/build.prop values | Ethan Yonker | 2014-02-08 | 2 | -25/+32 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge "Additional mount function call without mount options" into android-4.4 | Dees Troy | 2014-02-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Additional mount function call without mount options | Dees Troy | 2014-02-07 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | Merge "Add option to print render time of each frame to log file" into android-4.4 | Dees Troy | 2014-02-07 | 3 | -0/+34 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Add option to print render time of each frame to log file | Vojtech Bocek | 2014-02-06 | 3 | -0/+34 |
* | | | | | | | | | | | | | | | | Merge "Restore contexts when doing mkdierhier in libtar Do a restore of loaded file contexts to /data/media directory. This will help denials to be prevented when internal storage is wiped." into android-4.4 | Dees Troy | 2014-02-07 | 5 | -10/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Restore contexts when doing mkdierhier in libtar | bigbiff bigbiff | 2014-02-07 | 5 | -10/+54 |
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge "Implement mouse cursor" into android-4.4 | Dees Troy | 2014-02-07 | 36 | -12/+455 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Implement mouse cursor | Vojtech Bocek | 2014-02-07 | 36 | -12/+455 |
* | | | | | | | | | | | | | | | | | Merge "Expansion of vibrate options" into android-4.4 | Ethan Yonker | 2014-02-07 | 19 | -52/+786 |
|\| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Expansion of vibrate options | Ethan Yonker | 2014-02-07 | 19 | -52/+786 |
* | | | | | | | | | | | | | | | | | Merge "Add haptic feedback" into android-4.4 | Dees Troy | 2014-02-07 | 10 | -2/+70 |
|\| | | | | | | | | | | | | | | |
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Add haptic feedback | Samer Diab (S.a.M.e.R_d) | 2014-02-06 | 10 | -2/+70 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | Disable alpha blending for non-transparent bitmaps | Vojtech Bocek | 2014-02-06 | 1 | -1/+9 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge "Load RTC offset on Qualcomm Krait chips, fixes the broken time & date" into android-4.4 | Dees Troy | 2014-02-06 | 4 | -0/+104 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Load RTC offset on Qualcomm Krait chips, fixes the broken time & date | Vojtech Bocek | 2014-02-04 | 4 | -0/+104 |
* | | | | | | | | | | | | | | | Merge "minui: adapt backlight blanking commit to TWRP" into android-4.4 | Dees Troy | 2014-02-06 | 2 | -5/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | minui: adapt backlight blanking commit to TWRP | Matt Mower | 2014-02-06 | 2 | -5/+15 |
* | | | | | | | | | | | | | | | | Merge "Don't switch between fast and normal scroll during drag in listviews" into android-4.4 | Dees Troy | 2014-02-06 | 2 | -4/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Don't switch between fast and normal scroll during drag in listviews | Vojtech Bocek | 2014-01-29 | 2 | -4/+12 |
* | | | | | | | | | | | | | | | | | Merge "Improve android secure handling" into android-4.4 | Ethan Yonker | 2014-02-06 | 2 | -12/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Improve android secure handling | Ethan Yonker | 2014-02-03 | 2 | -12/+4 |
| | |_|/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | Disable alpha blending for fully opaque rectangles | Vojtech Bocek | 2014-02-06 | 1 | -0/+10 |
| |_|/ / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Fix error message on split backups | Ethan Yonker | 2014-02-05 | 1 | -6/+0 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Refactor twrpTar to use TarList | Dees Troy | 2014-02-03 | 3 | -331/+86 |
* | | | | | | | | | | | | | | | minui: Allow devices to blank/unblank using LCD backlight | Ethan Chen | 2014-02-03 | 2 | -0/+16 |
* | | | | | | | | | | | | | | | Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc | bigbiff bigbiff | 2014-02-03 | 3 | -4/+16 |
* | | | | | | | | | | | | | | | Add option to set flag for storage=0 | Ethan Yonker | 2014-02-03 | 1 | -2/+14 |
* | | | | | | | | | | | | | | | Merge "ifdef some file system options that are not available in older trees" into android-4.4 | Dees Troy | 2014-02-03 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | ifdef some file system options that are not available in older trees | Dees Troy | 2014-02-03 | 1 | -0/+8 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | Fix SELinux function compatibility in older trees | Dees Troy | 2014-02-03 | 1 | -2/+4 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Fix make file flag name for minzip | Ethan Yonker | 2014-01-28 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Fix include of cutils | Dees Troy | 2014-01-23 | 1 | -1/+4 |
* | | | | | | | | | | | | | | Merge "Force GUI render after setting brightness" into android-4.4 | Dees Troy | 2014-01-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Force GUI render after setting brightness | Matt Mower | 2014-01-21 | 1 | -0/+1 |
* | | | | | | | | | | | | | | | Merge changes I4c369222,I8a8ad4b3 into android-4.4 | Dees Troy | 2014-01-21 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Enable UMS mounting of storage drives | Jason Riordan | 2014-01-21 | 1 | -0/+10 |
| * | | | | | | | | | | | | | | | Set listener properties for UMS mount/unmount | Matt Mower | 2014-01-21 | 1 | -0/+2 |
| |/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | Fix handling of storage after decryption | Dees Troy | 2014-01-21 | 1 | -2/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Initial 240x240 theme | masteroftime | 2014-01-15 | 34 | -0/+3821 |
* | | | | | | | | | | | | | | Fix white point on top-bar images in some themes | Kra1o5 | 2014-01-14 | 3 | -0/+0 |
* | | | | | | | | | | | | | | Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release | Ibrahim Awwal | 2014-01-04 | 2 | -0/+6 |
* | | | | | | | | | | | | | | add errno.h to fix compile errors on other devices | bigbiff bigbiff | 2014-01-03 | 2 | -0/+2 |
* | | | | | | | | | | | | | | declare dir for non data/media devices | Dees Troy | 2013-12-20 | 1 | -0/+2 |
* | | | | | | | | | | | | | | Improve SELinux support check | Dees Troy | 2013-12-19 | 1 | -1/+11 |
* | | | | | | | | | | | | | | Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. | bigbiff bigbiff | 2013-12-19 | 11 | -72/+220 |
* | | | | | | | | | | | | | | Merge "Add support for persistent variables in theme's <variables> section" into android-4.4 | Dees Troy | 2013-12-19 | 1 | -5/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Add support for persistent variables in theme's <variables> section | Vojtech Bocek | 2013-12-07 | 1 | -5/+10 |
* | | | | | | | | | | | | | | | Merge "add fix /data/data contexts to fixPermissions only compile symbols if selinux is defined Change-Id: I7c8596360cdf2f715c8e1379fc55ea27d9370393" into android-4.4 | Dees Troy | 2013-12-19 | 2 | -1/+61 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | add fix /data/data contexts to fixPermissions | bigbiff bigbiff | 2013-12-07 | 2 | -1/+61 |
* | | | | | | | | | | | | | | | | crypto: Fix crypto dependencies for ICS/Samsung methods | OliverG96 | 2013-12-19 | 5 | -10/+14 |
* | | | | | | | | | | | | | | | | add support for fsflags= option in twrp.fstab file | Hashcode | 2013-12-19 | 3 | -2/+75 |
* | | | | | | | | | | | | | | | | Support custom graphics.c. | Koushik Dutta | 2013-12-12 | 1 | -1/+6 |
| |/ / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Fix render issue when button has conditional | Dees Troy | 2013-11-29 | 1 | -5/+9 |
* | | | | | | | | | | | | | | | Add check during boot for SELinux support | Dees Troy | 2013-11-26 | 1 | -0/+12 |
* | | | | | | | | | | | | | | | Update partition sizes after sideload | Dees Troy | 2013-11-26 | 1 | -0/+1 |
* | | | | | | | | | | | | | | | Merge "Add getfooter tool for crypto debugging" into android-4.4 | Dees Troy | 2013-11-19 | 3 | -0/+235 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Add getfooter tool for crypto debugging | Dees Troy | 2013-11-11 | 3 | -0/+235 |
* | | | | | | | | | | | | | | | | Merge "Update decrypt for 4.4" into android-4.4 | Dees Troy | 2013-11-19 | 40 | -477/+5750 |
|\| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Update decrypt for 4.4 | Dees Troy | 2013-11-10 | 40 | -477/+5750 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Add check for making sure theme exists for device | bigbiff bigbiff | 2013-11-16 | 1 | -1/+9 |
* | | | | | | | | | | | | | | | Add warning if DEVICE_RESOLUTION is not set in BoardConfig.mk | bigbiff bigbiff | 2013-11-16 | 1 | -0/+8 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Add reboot binary if it exists to recovery | Dees Troy | 2013-11-04 | 1 | -0/+3 |
* | | | | | | | | | | | | | | Fix merge conflicts | Dees Troy | 2013-11-04 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Skip the = or \n before grabbing Zip_File.android-4.3 | Kevin Steck | 2013-10-24 | 1 | -0/+3 |
| * | | | | | | | | | | | | | | Ensure root folders get added in split archives | Dees Troy | 2013-10-24 | 1 | -0/+6 |
| * | | | | | | | | | | | | | | Update licenses to all match | Dees Troy | 2013-10-24 | 22 | -215/+304 |
| * | | | | | | | | | | | | | | Fix spelling error | Dees Troy | 2013-10-24 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | Add toolbox_recovery rules | Dees Troy | 2013-10-24 | 3 | -1/+87 |
| * | | | | | | | | | | | | | | Clean up init.rc | Dees Troy | 2013-10-23 | 2 | -73/+0 |
| * | | | | | | | | | | | | | | Merge "fix getting and setting contexts in selinux" into android-4.3 | Dees Troy | 2013-10-23 | 6 | -16/+31 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | fix getting and setting contexts in selinux | bigbiff bigbiff | 2013-10-23 | 6 | -16/+31 |
| |/ / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | Merge "Remove trailing spaces on auto generated backup names" into android-4.3 | Dees Troy | 2013-10-23 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | | | | | Fix building of other utilities | Dees Troy | 2013-11-03 | 3 | -4/+10 |
* | | | | | | | | | | | | | | | | Fix updater makefiles | Dees Troy | 2013-11-03 | 1 | -1/+7 |
* | | | | | | | | | | | | | | | | Fix merge conflicts and update for 4.4 kitkat | Dees Troy | 2013-11-02 | 37 | -258/+1706 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | merge in klp-release history after reset to klp-dev | The Android Automerger | 2013-10-03 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | / /
| | | |_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | merge in klp-release history after reset to klp-dev | The Android Automerger | 2013-09-12 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | Don't apply permission changes to symlink. | Nick Kralevich | 2013-09-11 | 1 | -0/+5 |
| | | * | | | | | | | | | | | | merge in klp-release history after reset to klp-dev | The Android Automerger | 2013-09-10 | 0 | -0/+0 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | recovery: fix use of init reboot method | Doug Zongker | 2013-09-04 | 1 | -1/+1 |
| | | | | |_|_|_|_|/ / / / /
| | | | |/| | | | | | | | | |
|
| * | | / | | | | | | | | | | Allow child classes to override the overlay location for the | Michael Runge | 2013-10-03 | 1 | -1/+3 |
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | / / | fix secure adb in recovery | Doug Zongker | 2013-09-11 | 1 | -0/+1 |
| | |_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | Don't apply permission changes to symlink. | Nick Kralevich | 2013-09-11 | 1 | -0/+5 |
| |/ / / / / / / / / / |
|
| * | | | | | | | / / | updater: introduce and set_metadata and set_metadata_recursive | Nick Kralevich | 2013-09-10 | 1 | -0/+274 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | Revert "Update OTA installer to understand SELinux filesystem labels" | Nick Kralevich | 2013-09-09 | 3 | -32/+8 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| * | | | | | | | | recovery: fix use of init reboot method | Doug Zongker | 2013-09-03 | 1 | -1/+1 |
| |/ / / / / / / |
|
| * | | | / / / | recovery: fix rebooting | Doug Zongker | 2013-08-30 | 2 | -1/+4 |
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | recovery: install packages in a known mount environment | Doug Zongker | 2013-08-21 | 5 | -11/+35 |
| | |_|/ / /
| |/| | | | |
|
| * | | | | | notify about pending long press | Doug Zongker | 2013-07-31 | 5 | -27/+102 |
| * | | | | | Merge "start healthd in recovery" | Todd Poynor | 2013-07-27 | 1 | -0/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | start healthd in recovery | Todd Poynor | 2013-06-19 | 1 | -0/+4 |
| * | | | | | | Update OTA installer to understand SELinux filesystem labels | Nick Kralevich | 2013-07-19 | 3 | -8/+32 |
| * | | | | | | am a69b50c5: am 901b898d: recovery: remove O_DIRECT, use O_SYNC only | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | am 660637f3: am e8d953aa: recovery: more cargo-cult programming | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | am 51ffaf54: (-s ours) Reconcile with jb-mr2-release - do not merge | The Android Open Source Project | 2013-07-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | am fbcfad33: am bf4a69ac: recovery: sleep after writing partition and closing it | Doug Zongker | 2013-07-11 | 1 | -2/+7 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | am e352c88f: (-s ours) Reconcile with jb-mr2-release - do not merge | The Android Open Source Project | 2013-07-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | am 2148133d: am c870a99c: recovery: write partitions more conservatively | Doug Zongker | 2013-07-11 | 1 | -24/+46 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge "recovery: preserve recovery logs across cache wipes" | Doug Zongker | 2013-07-09 | 1 | -2/+76 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | recovery: preserve recovery logs across cache wipes | Doug Zongker | 2013-07-09 | 1 | -2/+76 |
| * | | | | | | | | | | | | | recovery: move log output to stdout | Doug Zongker | 2013-07-09 | 8 | -72/+72 |
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | am 0ccaccf7: am 044a0b4d: recovery: try to write EMMC partitions more reliably | Doug Zongker | 2013-07-08 | 2 | -7/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | am 4d4b233e: am 2f6877a0: recovery: init backgroundIcon properly to avoid recovery mode crash | yetta_wu | 2013-07-08 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | recovery: init backgroundIcon properly to avoid recovery mode crash | yetta_wu | 2013-07-02 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | recovery: copy logs to cache more aggressively | Doug Zongker | 2013-07-02 | 1 | -9/+17 |
| | |_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | am 8cd12112: am d51bfc9b: Merge "Fix the potential segmentation fault" | Doug Zongker | 2013-06-04 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | am da1ebaef: recovery: save logs from the last few invocations of recovery | Doug Zongker | 2013-05-21 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | am 7c3ae45e: recovery: turn on text display for install errors in debug builds | Doug Zongker | 2013-05-21 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | recovery: save logs from the last few invocations of recovery | Doug Zongker | 2013-05-16 | 1 | -1/+19 |
| * | | | | | | | | | | | | | | | | recovery: turn on text display for install errors in debug builds | Doug Zongker | 2013-05-16 | 3 | -8/+47 |
| * | | | | | | | | | | | | | | | | Merge "verifier: update to support certificates using SHA-256" | Doug Zongker | 2013-04-12 | 13 | -109/+254 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | verifier: update to support certificates using SHA-256 | Doug Zongker | 2013-04-10 | 13 | -109/+254 |
| * | | | | | | | | | | | | | | | | | am 4e21482d: Add liblog | Ying Wang | 2013-04-10 | 3 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | am b5bd4fb7: (-s ours) am 2f50df00: am c09444eb: am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | | | | | | | | Update licenses to all match | Dees Troy | 2013-10-22 | 22 | -215/+304 |
* | | | | | | | | | | | | | | | | | | | Skip the = or \n before grabbing Zip_File. | Kevin Steck | 2013-10-22 | 1 | -0/+3 |
* | | | | | | | | | | | | | | | | | | | Fix spelling error | Dees Troy | 2013-10-18 | 1 | -2/+2 |
* | | | | | | | | | | | | | | | | | | | Clean up init.rc | Dees Troy | 2013-10-18 | 2 | -73/+0 |
* | | | | | | | | | | | | | | | | | | | fix getting and setting contexts in selinux | bigbiff bigbiff | 2013-10-17 | 6 | -15/+30 |
* | | | | | | | | | | | | | | | | | | | Merge "Ensure root folders get added in split archives" into twrp2.7 | Dees Troy | 2013-10-17 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | Ensure root folders get added in split archives | Dees Troy | 2013-10-17 | 1 | -1/+7 |
* | | | | | | | | | | | | | | | | | | | | Merge "Add toolbox_recovery rules" into twrp2.7 | Dees Troy | 2013-10-17 | 3 | -1/+87 |
|\| | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | Add toolbox_recovery rules | Dees Troy | 2013-10-16 | 3 | -1/+87 |
* | | | | | | | | | | | | | | | | | | | | Merge "Add conditions support to GUIImage" into twrp2.7 | Dees Troy | 2013-10-17 | 2 | -2/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | | | | | / / /
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Add conditions support to GUIImage | Vojtech Bocek | 2013-10-11 | 2 | -2/+5 |
| |/ / / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / / / | Remove trailing spaces on auto generated backup names | Dees Troy | 2013-10-17 | 1 | -0/+7 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Merge "check for space after = too" into twrp2.7 | Dees Troy | 2013-10-01 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | check for space after = too | bigbiff bigbiff | 2013-09-18 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | | | | Merge "Improvements to Update_Log_File" into twrp2.7 | Dees Troy | 2013-10-01 | 1 | -8/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Improvements to Update_Log_File | Dees Troy | 2013-09-19 | 1 | -8/+19 |
| |/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Merge "Fix checking for file_contexts in updater" into twrp2.7 | Dees Troy | 2013-10-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | Fix checking for file_contexts in updater | Dees Troy | 2013-10-01 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | Merge "Remove unneeded images" into twrp2.7 | Dees Troy | 2013-09-17 | 5 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Remove unneeded images | Dees Troy | 2013-09-17 | 5 | -0/+0 |
| |/ / / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / / / | Never generate empty backup name | Vojtech Bocek | 2013-09-17 | 1 | -1/+2 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | 2.6.3.0 | Dees Troy | 2013-09-12 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | Add 1200x1920 theme | Vojtech Bocek | 2013-09-12 | 34 | -0/+3862 |
* | | | | | | | | | | | | | | | | | Make SELinux automatic if present | Dees Troy | 2013-09-12 | 4 | -6/+8 |
* | | | | | | | | | | | | | | | | | Add TWFunc::Exec_Cmd() with no 'result' agrument | Vojtech Bocek | 2013-09-12 | 8 | -72/+80 |
* | | | | | | | | | | | | | | | | | Make fixing su perms automatic | Dees Troy | 2013-09-12 | 15 | -709/+6 |
* | | | | | | | | | | | | | | | | | Pull ROM info from build.prop for backup names | Dees Troy | 2013-09-12 | 21 | -107/+294 |
* | | | | | | | | | | | | | | | | | Merge "Kang in older minzip for building in CM9 & CM7" into twrp2.7 | Dees Troy | 2013-09-12 | 21 | -2/+3319 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Kang in older minzip for building in CM9 & CM7 | Dees Troy | 2013-09-10 | 21 | -2/+3319 |
* | | | | | | | | | | | | | | | | | | Merge "print out md5s to recovery.log" into twrp2.7 | Dees Troy | 2013-09-12 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | print out md5s to recovery.log | bigbiff bigbiff | 2013-09-10 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | | | | Merge "Hack-fix build with different system/core/charger versions" into twrp2.7 | Dees Troy | 2013-09-10 | 2 | -2/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Hack-fix build with different system/core/charger versions | Vojtech Bocek | 2013-09-06 | 2 | -2/+12 |
| |/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Merge "another fix to ignore space then = sign" into twrp2.7 | Dees Troy | 2013-09-10 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | another fix to ignore space then = sign | bigbiff bigbiff | 2013-09-10 | 1 | -0/+2 |
| |/ / / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / / / | Fix zip folder selection when storage path is similar | Dees Troy | 2013-09-10 | 1 | -2/+1 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Merge "Add more args to make_ext4fs command" into twrp2.7 | Dees_Troy | 2013-09-06 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Add more args to make_ext4fs command | Dees_Troy | 2013-09-06 | 1 | -1/+4 |
* | | | | | | | | | | | | | | | | | | Fix libselinx flags in libtar | Dees_Troy | 2013-09-06 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Merge "libtar: store SELinux file context in tar archives" into twrp2.7 | Dees Troy | 2013-09-05 | 7 | -10/+178 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | libtar: store SELinux file context in tar archives | Vojtech Bocek | 2013-09-05 | 7 | -10/+178 |
* | | | | | | | | | | | | | | | | | | Extract file_contexts from zips if it exists | Dees_Troy | 2013-09-05 | 3 | -5/+65 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Update to latest AOSP master | Dees_Troy | 2013-09-04 | 50 | -553/+1339 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Merge "Update libpng API usage" | John Reck | 2013-08-27 | 1 | -12/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | Update libpng API usage | John Reck | 2013-08-27 | 1 | -12/+12 |
| |/ / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | am 901b898d: recovery: remove O_DIRECT, use O_SYNC only | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | recovery: remove O_DIRECT, use O_SYNC only | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | am e8d953aa: recovery: more cargo-cult programming | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| |\| | | | | | | | | | | | | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | recovery: more cargo-cult programming | Doug Zongker | 2013-07-11 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | Reconcile with jb-mr2-release - do not merge | The Android Open Source Project | 2013-07-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | recovery: sleep after writing partition and closing it | Doug Zongker | 2013-07-11 | 1 | -2/+7 |
| * | | | | | | | | | | | | | | am bf4a69ac: recovery: sleep after writing partition and closing it | Doug Zongker | 2013-07-10 | 1 | -2/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / /
| | |/| | | | | | | | | | / /
| | |_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | recovery: sleep after writing partition and closing it | Doug Zongker | 2013-07-10 | 1 | -2/+7 |
| * | | | | | | | | | | | | | Reconcile with jb-mr2-release - do not merge | The Android Open Source Project | 2013-07-10 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / /
| | |/| | | | | | | | | / /
| | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | recovery: write partitions more conservatively | Doug Zongker | 2013-07-10 | 1 | -24/+46 |
| | * | | | | | | | | | | | recovery: try to write EMMC partitions more reliably | Doug Zongker | 2013-07-10 | 2 | -7/+73 |
| | | |_|_|_|_|/ / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | am c870a99c: recovery: write partitions more conservatively | Doug Zongker | 2013-07-09 | 1 | -24/+46 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | / /
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | recovery: write partitions more conservatively | Doug Zongker | 2013-07-09 | 1 | -24/+46 |
| * | | | | | | | | | | am 044a0b4d: recovery: try to write EMMC partitions more reliably | Doug Zongker | 2013-07-08 | 2 | -7/+73 |
| |\| | | | | | | | |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| | * | | | | | | | | recovery: try to write EMMC partitions more reliably | Doug Zongker | 2013-07-08 | 2 | -7/+73 |
| * | | | | | | | | | am 2f6877a0: recovery: init backgroundIcon properly to avoid recovery mode crash | yetta_wu | 2013-06-25 | 1 | -0/+4 |
| |\| | | | | | | |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| | * | | | | | | | recovery: init backgroundIcon properly to avoid recovery mode crash | yetta_wu | 2013-06-25 | 1 | -0/+4 |
| | |/ / / / / / |
|
| * | | | | | | | am d51bfc9b: Merge "Fix the potential segmentation fault" | Doug Zongker | 2013-06-04 | 1 | -1/+7 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | Merge "Fix the potential segmentation fault" | Doug Zongker | 2013-06-04 | 1 | -1/+7 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | Fix the potential segmentation fault | Jin Feng | 2013-06-04 | 1 | -1/+7 |
| | |/ / / / / / |
|
| * | | | | / / | recovery: save logs from the last few invocations of recovery | Doug Zongker | 2013-05-21 | 1 | -1/+19 |
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | recovery: turn on text display for install errors in debug builds | Doug Zongker | 2013-05-21 | 3 | -8/+47 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Add liblog | Ying Wang | 2013-04-10 | 3 | -2/+3 |
| | |_|/ /
| |/| | | |
|
| * | | | | am 2f50df00: am c09444eb: am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | am c09444eb: am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| | | |\ \ |
|
| | | | * \ | am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| | | | |\ \ |
|
| | | | | * | | am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| | | | |/| | |
|
| | | | | * | | Reconcile with jb-mr1-release - do not merge | Jean-Baptiste Queru | 2013-03-11 | 0 | -0/+0 |
| | | | | |\ \ |
|
| * | | | | | | | more font improvements and cleanup | Doug Zongker | 2013-03-07 | 11 | -33/+378 |
| * | | | | | | | recovery: change font for menus to be an image | Doug Zongker | 2013-03-05 | 5 | -255/+38 |
| * | | | | | | | am ec838b88: Merge "minadbd: remove unnecessary header files." | Nick Kralevich | 2013-03-01 | 1 | -2/+0 |
| |\| | | | | | |
|
| | * | | | | | | Merge "minadbd: remove unnecessary header files." | Nick Kralevich | 2013-03-01 | 1 | -2/+0 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | minadbd: remove unnecessary header files. | Nick Kralevich | 2013-03-01 | 1 | -2/+0 |
| | |/ / / / / / |
|
| * | | | | | | | Add a CleanSpec for bootable/recovery | Ben Murdoch | 2013-02-22 | 1 | -0/+1 |
| * | | | | | | | Move to using the new unified fstab in recovery. | Ken Sumrall | 2013-02-20 | 4 | -149/+55 |
| * | | | | | | | am f7d42340: am c560a67b: add optional overscan compensation to recovery graphics | Doug Zongker | 2013-01-03 | 3 | -5/+32 |
| |\| | | | | | |
|
| | * | | | | | | am c560a67b: add optional overscan compensation to recovery graphics | Doug Zongker | 2013-01-03 | 3 | -5/+32 |
| | |\| | | | | |
|
| | | * | | | | | add optional overscan compensation to recovery graphics | Doug Zongker | 2012-12-19 | 3 | -5/+32 |
| * | | | | | | | am 6a1d21a0: am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods | Doug Zongker | 2012-12-18 | 2 | -9/+35 |
| |\| | | | | | |
|
| | * | | | | | | am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods | Doug Zongker | 2012-12-18 | 2 | -9/+35 |
| | |\| | | | |
| | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | add NextCheckKeyIsLong() and EnqueueKey() methods | Doug Zongker | 2012-12-17 | 2 | -9/+35 |
| | | |/ / / |
|
| * | | | | | am 9028fb4d: Merge "Pass the correct pointer to munmap on failure." | Elliott Hughes | 2012-12-17 | 1 | -4/+4 |
| |\| | | | |
|
| | * | | | | Merge "Pass the correct pointer to munmap on failure." | Elliott Hughes | 2012-12-17 | 1 | -4/+4 |
| | |\ \ \ \ |
|
| | | * | | | | Pass the correct pointer to munmap on failure. | Elliott Hughes | 2012-12-17 | 1 | -4/+4 |
| | |/ / / / |
|
| * | | | | | am 27f31606: (-s ours) am aa0dbb25: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge | The Android Open Source Project | 2012-11-06 | 0 | -0/+0 |
| |\| | | | |
|
| | * | | | | am aa0dbb25: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge | The Android Open Source Project | 2012-11-06 | 0 | -0/+0 |
| | |\| | | |
|
| | | | \ \ | |
| | | | \ \ | |
| | | *-. \ \ | Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge | The Android Open Source Project | 2012-11-06 | 0 | -0/+0 |
| | | |\ \ \ \
| | | | |_|/ /
| | | |/| | /
| | | | | |/ |
|
| * | | | | | move key loading to verifier code | Doug Zongker | 2012-11-02 | 4 | -103/+112 |
| * | | | | | reduce some recovery logging | Doug Zongker | 2012-10-19 | 2 | -7/+26 |
| * | | | | | am cd74108c: resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp | Kenny Root | 2012-10-17 | 11 | -53/+4 |
| |\| | | | |
|
| | * | | | | resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp | Kenny Root | 2012-10-17 | 11 | -53/+4 |
| | |\ \ \ \ |
|
| | | * \ \ \ | Merge "Remove HAVE_SELINUX guards" | Kenny Root | 2012-10-17 | 11 | -53/+4 |
| | | |\ \ \ \ |
|
| | | | * | | | | Remove HAVE_SELINUX guards | Kenny Root | 2012-10-16 | 11 | -53/+4 |
| | | |/ / / / |
|
| * | | | | | | am d0d4d44d: (-s ours) Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge | The Android Open Source Project | 2012-10-10 | 0 | -0/+0 |
| |\| | | | | |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge | The Android Open Source Project | 2012-10-10 | 0 | -0/+0 |
| | |\ \ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | /
| | | | | |_|/
| | | | |/| | |
|
| | | | * | | | merge in jb-mr1-release history after reset to jb-mr1-dev | The Android Automerger | 2012-10-10 | 0 | -0/+0 |
| | | | |\ \ \
| | | | | |_|/
| | | | |/| | |
|
| | | * | | | | merge in jb-mr1-factory-release history after reset to jb-mr1-dev | The Android Automerger | 2012-10-10 | 0 | -0/+0 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| / /
| | | | |/ / |
|
| * | | | | | am 4b57f8f2: am 6016d08b: recovery: fix failure to unmount "/cache" | Devin Kim | 2012-10-10 | 1 | -0/+1 |
| |\| | | | |
|
| | * | | | | am 6016d08b: recovery: fix failure to unmount "/cache" | Devin Kim | 2012-10-10 | 1 | -0/+1 |
| | |\| | | |
|
| | | * | | | recovery: fix failure to unmount "/cache" | Devin Kim | 2012-10-09 | 1 | -0/+1 |
| * | | | | | am 2c3d1d83: (-s ours) Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-10-09 | 0 | -0/+0 |
| |\| | | | |
|
| | * | | | | Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-10-09 | 0 | -0/+0 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | merge in jb-mr1-release history after reset to jb-mr1-dev | The Android Automerger | 2012-10-09 | 0 | -0/+0 |
| | | |\ \ \
| | | | |/ /
| | | |/| | |
|
| * | | | | | am 80fb6818: am 8347cb2d: revert to tacky 3D recovery animation | Doug Zongker | 2012-10-08 | 67 | -4/+4 |
| |\| | | | |
|
| | * | | | | am 8347cb2d: revert to tacky 3D recovery animation | Doug Zongker | 2012-10-08 | 67 | -4/+4 |
| | |\| | | |
|
| | | * | | | revert to tacky 3D recovery animation | Doug Zongker | 2012-10-08 | 67 | -4/+4 |
| * | | | | | am 6cc3ded2: (-s ours) Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-26 | 0 | -0/+0 |
| |\| | | | |
|
| | * | | | | Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-26 | 0 | -0/+0 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | merge in jb-mr1-release history after reset to jb-mr1-dev | The Android Automerger | 2012-09-25 | 0 | -0/+0 |
| | | |\ \ \
| | | | |/ /
| | | |/| | |
|
| * | | | | | am a8db3764: am 6c8553dd: display error state on OTA failure | Doug Zongker | 2012-09-24 | 1 | -4/+13 |
| |\| | | | |
|
| | * | | | | am 6c8553dd: display error state on OTA failure | Doug Zongker | 2012-09-24 | 1 | -4/+13 |
| | |\| | | |
|
| | | * | | | display error state on OTA failure | Doug Zongker | 2012-09-24 | 1 | -4/+13 |
| * | | | | | am 15eaee40: (-s ours) Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-20 | 0 | -0/+0 |
| |\| | | | |
|
| | * | | | | Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-20 | 0 | -0/+0 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | tweak recovery text images | Doug Zongker | 2012-09-19 | 5 | -1/+2 |
| | | * | | | localization for recovery messages | Doug Zongker | 2012-09-19 | 8 | -7/+53 |
| * | | | | | am 42afb545: am b66cb69e: tweak recovery text images | Doug Zongker | 2012-09-19 | 5 | -1/+2 |
| |\| | | | |
|
| | * | | | | am b66cb69e: tweak recovery text images | Doug Zongker | 2012-09-19 | 5 | -1/+2 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | tweak recovery text images | Doug Zongker | 2012-09-18 | 5 | -1/+2 |
| * | | | | | am ed3bc11e: am 5fa8c239: localization for recovery messages | Doug Zongker | 2012-09-18 | 8 | -7/+53 |
| |\| | | | |
|
| | * | | | | am 5fa8c239: localization for recovery messages | Doug Zongker | 2012-09-18 | 8 | -7/+53 |
| | |\| | | |
|
| | | * | | | localization for recovery messages | Doug Zongker | 2012-09-18 | 8 | -7/+53 |
| * | | | | | am 74a806e5: (-s ours) Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-06 | 0 | -0/+0 |
| |\| | | | |
|
| | * | | | | Reconcile with jb-mr1-release - do not merge | The Android Open Source Project | 2012-09-06 | 0 | -0/+0 |
| | |\ \ \ \
| | | |/ / /
| | |/| / /
| | | |/ / |
|
| | | * | | merge in jb-mr1-release history after reset to jb-mr1-dev | The Android Automerger | 2012-09-05 | 0 | -0/+0 |
| | |/| | |
|
| | | * | | fix format of installing_text | Doug Zongker | 2012-08-31 | 1 | -0/+0 |
| * | | | | am 52eeea4f: minor recovery fixes | Doug Zongker | 2012-09-05 | 3 | -10/+13 |
| |\| | | |
|
| | * | | | minor recovery fixes | Doug Zongker | 2012-09-04 | 3 | -10/+13 |
| * | | | | am f4c6ec84: fix format of installing_text | Doug Zongker | 2012-08-30 | 1 | -0/+0 |
| |\| | | |
|
| | * | | | fix format of installing_text | Doug Zongker | 2012-08-30 | 1 | -0/+0 |
| | |/ / |
|
| * | | | am aff4dbb0: Merge "recovery locale handling fixes" into jb-mr1-dev | Doug Zongker | 2012-08-30 | 6 | -9/+1 |
| |\| | |
|
| | * | | Merge "recovery locale handling fixes" into jb-mr1-dev | Doug Zongker | 2012-08-30 | 6 | -9/+1 |
| | |\ \ |
|
| | | * | | recovery locale handling fixes | Doug Zongker | 2012-08-30 | 6 | -9/+1 |
| * | | | | am d52ef348: am bddbb5b3: Merge "Fixing trivial warnings for libminui" | Jean-Baptiste Queru | 2012-08-24 | 1 | -2/+2 |
| |\| | | |
|
| | * | | | am bddbb5b3: Merge "Fixing trivial warnings for libminui" | Jean-Baptiste Queru | 2012-08-24 | 1 | -2/+2 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| * | | | | am 3474ab28: Merge "Add libm due to libpng dependency." into jb-mr1-dev | Stephen Hines | 2012-08-24 | 1 | -0/+1 |
| |\| | | |
|
| | * | | | Merge "Add libm due to libpng dependency." into jb-mr1-dev | Stephen Hines | 2012-08-24 | 1 | -0/+1 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | Add libm due to libpng dependency. | Stephen Hines | 2012-08-24 | 1 | -0/+1 |
| * | | | | am e630d945: am 6a693d57: Merge "Fixed warnings in libmtdutils" | Jean-Baptiste Queru | 2012-08-24 | 1 | -4/+4 |
| |\| | | |
|
| | * | | | am 6a693d57: Merge "Fixed warnings in libmtdutils" | Jean-Baptiste Queru | 2012-08-24 | 1 | -4/+4 |
| | |\ \ \ |
|
| * | | | | | am 8876725f: am 0254d573: Merge "Fix multiple defined symbol errors" | Jean-Baptiste Queru | 2012-08-24 | 1 | -1/+1 |
| |\| | | | |
|
| | * | | | | am 0254d573: Merge "Fix multiple defined symbol errors" | Jean-Baptiste Queru | 2012-08-24 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| * | | | | | | am 7b827d04: am 481e03e3: Merge "Fixed unused param warnings for check-lost+found" | Jean-Baptiste Queru | 2012-08-24 | 1 | -1/+1 |
| |\| | | | | |
|
| | * | | | | | am 481e03e3: Merge "Fixed unused param warnings for check-lost+found" | Jean-Baptiste Queru | 2012-08-24 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| * | | | | | | | am 4f33e55d: change recovery images to android with spinner | Doug Zongker | 2012-08-23 | 68 | -13/+16 |
| |\| | | | | | |
|
| | * | | | | | | change recovery images to android with spinner | Doug Zongker | 2012-08-23 | 68 | -13/+16 |
| * | | | | | | | am 02ec6b88: add simple text to recovery UI | Doug Zongker | 2012-08-23 | 13 | -30/+274 |
| |\| | | | | | |
|
| | * | | | | | | add simple text to recovery UI | Doug Zongker | 2012-08-23 | 13 | -30/+274 |
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | am a3ccba6d: add bonus data feature to imgdiff/imgpatch/applypatch | Doug Zongker | 2012-08-21 | 6 | -22/+100 |
| |\| | | | | |
|
| | * | | | | | add bonus data feature to imgdiff/imgpatch/applypatch | Doug Zongker | 2012-08-21 | 6 | -22/+100 |
| * | | | | | | am 55850258: am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90f | Joe Onorato | 2012-08-17 | 1 | -0/+2 |
| |\| | | | | |
|
| | * | | | | | am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90f | Joe Onorato | 2012-08-17 | 3 | -37/+63 |
| | |\ \ \ \ \ |
|
| | * | | | | | | recovery: import init.recovery.${ro.hardware}.rc | Colin Cross | 2012-08-08 | 1 | -0/+2 |
| * | | | | | | | Use the static version of libsparse | Joe Onorato | 2012-08-14 | 2 | -2/+2 |
| * | | | | | | | Multiple modules with the same name are going away. | Joe Onorato | 2012-08-14 | 2 | -36/+63 |
| * | | | | | | | host modules don't need LOCAL_MODULE_TAGS | Joe Onorato | 2012-08-14 | 1 | -1/+0 |
| |/ / / / / / |
|
| * | | | | | | fix the symlink() command to create directories if needed | Doug Zongker | 2012-08-07 | 1 | -3/+29 |
| * | | | | | | fix conflicts with merge of jb-dev-mako | Ed Heyl | 2012-07-26 | 1 | -2/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | minui: fix screen update issue | Devin Kim | 2012-07-20 | 1 | -2/+4 |
| * | | | | | | | support version 2 (2048-bit e=65537) keys in recovery | Doug Zongker | 2012-07-25 | 6 | -5/+114 |
| * | | | | | | | am dd6cd4fc: Merge "graphics: add support for "single buffering"" | Doug Zongker | 2012-07-21 | 1 | -2/+10 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | am 989a2859: Merge "Link against libsparse" | Colin Cross | 2012-07-18 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMAT | Doug Zongker | 2012-07-11 | 1 | -2/+6 |
| * | | | | | | | | | Add mode when open(O_CREAT) is used. | Nick Kralevich | 2012-06-27 | 1 | -2/+2 |
* | | | | | | | | | | Initialize TWPartition::User_Rm_Rf to false in constructor | Vojtech Bocek | 2013-08-30 | 1 | -0/+1 |
* | | | | | | | | | | implement "usermrf" fstab flag to force rm -rf * deletion on specific partitions | Hashcode | 2013-08-30 | 3 | -1/+6 |
* | | | | | | | | | | Better compatibility by fixing up ext4 & selinux flags | Dees_Troy | 2013-08-30 | 1 | -5/+1 |
* | | | | | | | | | | Really fix TWFunc::tw_chmod() for 3-character mode string | Vojtech Bocek | 2013-08-30 | 2 | -33/+42 |
* | | | | | | | | | | ignore extra = on install cmd | bigbiff bigbiff | 2013-08-30 | 1 | -0/+2 |
* | | | | | | | | | | Fix backup list height on 1080x1920 | Dees_Troy | 2013-08-30 | 1 | -1/+1 |
* | | | | | | | | | | Update SuperSU for 4.3 SELinux, 2.6.1.0 | Dees_Troy | 2013-08-30 | 7 | -1/+102 |
* | | | | | | | | | | Change to use HAVE_SELINUX build flag | Dees_Troy | 2013-08-29 | 2 | -2/+5 |
* | | | | | | | | | | Initial f2fs support | Dees_Troy | 2013-08-29 | 3 | -0/+35 |
* | | | | | | | | | | Use twrp.fstab if present | Dees_Troy | 2013-08-29 | 1 | -0/+8 |
* | | | | | | | | | | skip checking size on links | bigbiff bigbiff | 2013-08-28 | 4 | -48/+72 |
* | | | | | | | | | | Merge "update exfat to latest commits for io issues" into twrp2.5 | Dees Troy | 2013-08-28 | 35 | -244/+994 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | update exfat to latest commits for io issues | bigbiff bigbiff | 2013-08-08 | 35 | -244/+994 |
* | | | | | | | | | | | ignore lost+found in all the places | bigbiff bigbiff | 2013-08-28 | 2 | -7/+7 |
* | | | | | | | | | | | Add a TW_NO_TIMEOUT option | Ricardo Gomez | 2013-08-25 | 20 | -8/+109 |
* | | | | | | | | | | | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 2013-08-24 | 37 | -3947/+4002 |
* | | | | | | | | | | | Clean-up in partitions.hpp | Vojtech Bocek | 2013-08-24 | 1 | -90/+88 |
* | | | | | | | | | | | Fix TWFunc::tw_chmod() for 3-character mode string | Vojtech Bocek | 2013-08-24 | 1 | -1/+2 |
* | | | | | | | | | | | Add ability to run scripts after screen timeout/wake | Dees_Troy | 2013-08-24 | 1 | -0/+2 |
* | | | | | | | | | | | Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" | Dees_Troy | 2013-08-24 | 3 | -19/+18 |
* | | | | | | | | | | | Revert "Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()" | Dees_Troy | 2013-08-24 | 1 | -43/+12 |
* | | | | | | | | | | | Add SELinux support | Dees_Troy | 2013-08-24 | 4 | -6/+47 |
* | | | | | | | | | | | Merge "Fix AOSP decrypt when TouchWiz code is present" into twrp2.5 | Dees_Troy | 2013-08-24 | 4 | -8/+15 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix AOSP decrypt when TouchWiz code is present | Dees_Troy | 2013-08-23 | 4 | -8/+15 |
* | | | | | | | | | | | | Merge "graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp" into twrp2.5 | Dees Troy | 2013-08-24 | 1 | -4/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp | Hashcode | 2013-07-03 | 1 | -4/+8 |
* | | | | | | | | | | | | Remove graphics.c from libguitwrp | Dees_Troy | 2013-08-22 | 1 | -2/+2 |
* | | | | | | | | | | | | Fix problem with not waiting for pigz to exit | Dees_Troy | 2013-08-14 | 2 | -1/+3 |
* | | | | | | | | | | | | Fix touch not working due to gr_fb_width returning 0 in some cases | Dees_Troy | 2013-08-11 | 3 | -18/+19 |
* | | | | | | | | | | | | Fix conflict with getline in 4.3 tree | Dees_Troy | 2013-08-11 | 1 | -3/+3 |
* | | | | | | | | | | | | Add libselinux for CM10.2 tree | Dees_Troy | 2013-08-11 | 2 | -0/+8 |
* | | | | | | | | | | | | Merge "Remove libjpegtwrp and use CM provided libjpeg" into twrp2.5 | Dees_Troy | 2013-08-11 | 163 | -63230/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Remove libjpegtwrp and use CM provided libjpeg | Dees_Troy | 2013-08-11 | 163 | -63230/+8 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge "Rename libfuse to prevent conflicts with newer CM trees" into twrp2.5 | Dees_Troy | 2013-08-11 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Rename libfuse to prevent conflicts with newer CM trees | Dees_Troy | 2013-08-11 | 3 | -4/+4 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge "Fix permissions on backup files" into twrp2.5 | Dees_Troy | 2013-08-11 | 1 | -14/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix permissions on backup files | Dees_Troy | 2013-07-24 | 1 | -14/+13 |
| |/ / / / / / / / / / / |
|
* / / / / / / / / / / / | Fixed spelling errors | grimsrud | 2013-07-29 | 1 | -2/+2 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Remove unneeded touch code changes | Dees_Troy | 2013-07-08 | 1 | -15/+0 |
* | | | | | | | | | | | Fix background image for 1920x1200 | Dees_Troy | 2013-07-06 | 1 | -0/+0 |
* | | | | | | | | | | | Update themes | Dees_Troy | 2013-07-05 | 44 | -162/+180 |
* | | | | | | | | | | | 2.6.0.0 | Dees_Troy | 2013-07-03 | 4 | -2/+27 |
* | | | | | | | | | | | update to newest exfat changes | bigbiff bigbiff | 2013-07-03 | 12 | -116/+127 |
* | | | | | | | | | | | Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen() | Vojtech Bocek | 2013-07-03 | 1 | -12/+43 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Add additional build variable checks to Android.mk files | Trevor Drake | 2013-07-03 | 5 | -6/+11 |
* | | | | | | | | | | Properly free blkid_probe in TWPartition::Check_FS_Type() | Vojtech Bocek | 2013-07-01 | 1 | -1/+3 |
* | | | | | | | | | | Update SuperSU binary | Dees_Troy | 2013-07-01 | 1 | -0/+0 |
* | | | | | | | | | | Fix saving of backup list | Dees_Troy | 2013-07-01 | 1 | -2/+2 |
* | | | | | | | | | | Fix issue with save/load of zip location | Dees_Troy | 2013-07-01 | 1 | -6/+4 |
* | | | | | | | | | | Fix backup of datadata | Dees_Troy | 2013-07-01 | 2 | -13/+19 |
* | | | | | | | | | | Fix MTD Mounting | Dees_Troy | 2013-07-01 | 2 | -16/+37 |
* | | | | | | | | | | Merge "Update init.rc to fix sideload" into twrp2.5 | Dees_Troy | 2013-07-01 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Update init.rc to fix sideload | Dees_Troy | 2013-06-09 | 1 | -2/+2 |
* | | | | | | | | | | | Merge changes I0d9133d6,I10355093 into twrp2.5 | Dees Troy | 2013-07-01 | 4 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Do not render the GUI when the blanktimer turns off the display. | gordon1337 | 2013-06-08 | 3 | -0/+14 |
| * | | | | | | | | | | | Console Render Bug caused by touch drag event | gordon1337 | 2013-06-08 | 1 | -0/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "verifier_test : fix the call to verify_file" into twrp2.5 | Dees Troy | 2013-07-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | verifier_test : fix the call to verify_file | Trevor Drake | 2013-05-16 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Fix touch on some Samsung devices | Dees_Troy | 2013-07-01 | 1 | -11/+41 |
* | | | | | | | | | | | Merge "Allow for more input devices" into twrp2.5 | Dees_Troy | 2013-07-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Allow for more input devices | Dees_Troy | 2013-05-03 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Fix write_raw_image to work with mmc" into twrp2.5 | Dees_Troy | 2013-07-01 | 2 | -56/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix write_raw_image to work with mmc | Dees_Troy | 2013-04-20 | 2 | -56/+5 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "Fix CFLAGS for Samsung decrypt" into twrp2.5 | Dees_Troy | 2013-07-01 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix CFLAGS for Samsung decrypt | Dees_Troy | 2013-04-18 | 1 | -0/+12 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | FB2PNG: Add fb2png source to TWRP | Talustus | 2013-07-01 | 24 | -0/+5424 |
* | | | | | | | | | | | Fix some issues with wipe partition list | Dees_Troy | 2013-07-01 | 3 | -1/+22 |
* | | | | | | | | | | | Support encrypted backup files | Dees_Troy | 2013-06-22 | 46 | -468/+9008 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Fix building of updater binary | Dees_Troy | 2013-04-11 | 1 | -0/+27 |
* | | | | | | | | | | Improve backup list results | Dees_Troy | 2013-04-08 | 2 | -4/+13 |
* | | | | | | | | | | Improve automated handlidling of partitions | Dees_Troy | 2013-04-08 | 1 | -3/+5 |
* | | | | | | | | | | Fix handling of AOSP recovery commands | Dees_Troy | 2013-04-08 | 3 | -241/+326 |
* | | | | | | | | | | Tweak libs | Dees_Troy | 2013-04-05 | 2 | -9/+2 |
* | | | | | | | | | | Improve handling of XML errors for fix permissions | Dees_Troy | 2013-04-05 | 3 | -12/+35 |
* | | | | | | | | | | Fix handling of subpartitions | Dees_Troy | 2013-04-05 | 2 | -9/+9 |
* | | | | | | | | | | Add new SliderValue GUI widget | Vojtech Bocek | 2013-04-04 | 22 | -1043/+1002 |
* | | | | | | | | | | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 59 | -1195/+1483 |
* | | | | | | | | | | Add partition list GUI element | Dees_Troy | 2013-03-30 | 79 | -8846/+9063 |
* | | | | | | | | | | Add search function to libtar | n0d3 | 2013-03-18 | 4 | -14/+76 |
* | | | | | | | | | | Merge "trying to fix md5 Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36" into twrp2.4 | Dees Troy | 2013-03-18 | 4 | -12/+23 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | trying to fix md5 | bigbiff bigbiff | 2013-03-17 | 4 | -12/+23 |
* | | | | | | | | | | | Fix backup of initial directory with split archives | Dees_Troy | 2013-03-16 | 1 | -22/+23 |
* | | | | | | | | | | | Updates to libtar logging | Dees_Troy | 2013-03-15 | 2 | -23/+21 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | 2.4.4.0 | Dees_Troy | 2013-03-12 | 1 | -1/+1 |
* | | | | | | | | | | Merge "add no fb blanking Change-Id: Iaf771257d8f904807ca6f6c1a6c3d7993abadb85" into twrp2.4 | Dees Troy | 2013-03-12 | 3 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | add no fb blanking | bigbiff bigbiff | 2013-03-11 | 3 | -0/+10 |
* | | | | | | | | | | | Merge "Remove unused fonts from 320x480" into twrp2.4 | Dees_Troy | 2013-03-11 | 3 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Remove unused fonts from 320x480 | Dees_Troy | 2013-03-11 | 3 | -0/+0 |
* | | | | | | | | | | | | Merge "Remove mutex from file seselector" into twrp2.4 | Dees_Troy | 2013-03-11 | 2 | -13/+4 |
|\| | | | | | | | | | | |
|
| * | | | | | | | | | | | Remove mutex from file seselector | Dees_Troy | 2013-03-11 | 2 | -13/+4 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | Update exfat to newest commits | bigbiff bigbiff | 2013-03-08 | 5 | -99/+75 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | use md5.c for computation of md5sums | bigbiff bigbiff | 2013-03-07 | 10 | -64/+488 |
* | | | | | | | | | | Merge "Fix capturing exit status to properly display libtar results" into twrp2.4 | Dees Troy | 2013-03-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix capturing exit status to properly display libtar results | Dees_Troy | 2013-03-02 | 1 | -2/+2 |
* | | | | | | | | | | | Merge "Another libtar hardlink workaround" into twrp2.4 | Dees_Troy | 2013-03-04 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Another libtar hardlink workaround | Dees_Troy | 2013-03-01 | 1 | -1/+2 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | More file selector fixes | Dees_Troy | 2013-03-04 | 2 | -12/+31 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Change version to 2.4.3.0 | Dees_Troy | 2013-03-01 | 1 | -1/+1 |
* | | | | | | | | | | Merge "Add option for custom battery path" into twrp2.4 | Dees_Troy | 2013-03-01 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add option for custom battery path | Dees_Troy | 2013-03-01 | 2 | -0/+15 |
* | | | | | | | | | | | Merge "Add 2 second pre-dim and bugfix blank timer" into twrp2.4 | Dees_Troy | 2013-03-01 | 4 | -29/+36 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Add 2 second pre-dim and bugfix blank timer | Dees_Troy | 2013-03-01 | 4 | -29/+36 |
* | | | | | | | | | | | Fix file selector crash | Dees_Troy | 2013-02-28 | 2 | -13/+19 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Load user saved setting for blank timer on recovery startup | bigbiff bigbiff | 2013-02-28 | 3 | -3/+9 |
* | | | | | | | | | | Copy fast scroll feature to listbox | Dees_Troy | 2013-02-27 | 2 | -2/+101 |
* | | | | | | | | | | Add fast scroll bar to fileselector | Vojtech Bocek | 2013-02-27 | 19 | -10/+269 |
* | | | | | | | | | | fixes for fakeflash zips | jt1134 | 2013-02-27 | 3 | -6/+6 |
* | | | | | | | | | | Merge "use libblkid to get filesystem type we can now use libblkid to detect exfat" into twrp2.4 | Dees Troy | 2013-02-27 | 169 | -60/+31042 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | use libblkid to get filesystem type | bigbiff bigbiff | 2013-02-25 | 169 | -60/+31042 |
* | | | | | | | | | | | libtar - Fix extraction of hardlinks to use the prefix | Dees_Troy | 2013-02-27 | 4 | -10/+11 |
* | | | | | | | | | | | fix restore on mknod | bigbiff bigbiff | 2013-02-27 | 2 | -10/+14 |
* | | | | | | | | | | | Change version to 2.4.2.0 | Dees_Troy | 2013-02-25 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Fix building of updater for 4.2 environment | Dees_Troy | 2013-02-22 | 1 | -0/+6 |
* | | | | | | | | | | Merge "mtdutils: add bml_over_mtd target for aries/p1 builds" into twrp2.4 | Dees Troy | 2013-02-22 | 1 | -0/+23 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | mtdutils: add bml_over_mtd target for aries/p1 builds | jt1134 | 2013-02-22 | 1 | -0/+23 |
* | | | | | | | | | | | Fix compiling on CM7 | Dees_Troy | 2013-02-22 | 1 | -1/+5 |
* | | | | | | | | | | | using __popen segfaults, switch back to popen | bigbiff bigbiff | 2013-02-22 | 1 | -3/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Remove ignore image size setting | Dees_Troy | 2013-02-21 | 14 | -305/+356 |
* | | | | | | | | | | Move removal of stock recovery to shutdown sequence | Dees_Troy | 2013-02-21 | 1 | -20/+22 |
* | | | | | | | | | | Check for root and root perms and offer to install/fix | Dees_Troy | 2013-02-21 | 21 | -147/+2040 |
* | | | | | | | | | | add military time option | bigbiff bigbiff | 2013-02-21 | 14 | -8/+114 |
* | | | | | | | | | | Configurable timeout and brightness settings | Dees_Troy | 2013-02-20 | 16 | -315/+1708 |
* | | | | | | | | | | support devices without bootpartition | ChampionSwimmer | 2013-02-19 | 2 | -0/+7 |
* | | | | | | | | | | convert file_bps to be unsigned long long | bigbiff bigbiff | 2013-02-19 | 3 | -6/+31 |
* | | | | | | | | | | Add MTK6575/6577 EMMC partitions backup support | igoriok | 2013-02-19 | 1 | -3/+29 |
* | | | | | | | | | | Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identification | Anatoly Smaznov | 2013-02-19 | 2 | -2/+32 |
* | | | | | | | | | | Minor fix for listbox code | Dees_Troy | 2013-02-19 | 1 | -1/+1 |
* | | | | | | | | | | Merge "Allow init.rc inheritance and bring init.rc closer to CM recovery source" into twrp2.4 | Dees Troy | 2013-02-19 | 1 | -10/+24 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Allow init.rc inheritance and bring init.rc closer to CM recovery source | Matt Mower | 2013-02-17 | 1 | -10/+24 |
* | | | | | | | | | | | Merge "change libtar to fork instead of pthread" into twrp2.4 | Dees Troy | 2013-02-19 | 3 | -39/+126 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | change libtar to fork instead of pthread | bigbiff bigbiff | 2013-02-18 | 3 | -39/+126 |
* | | | | | | | | | | | | Merge "Fix keyboard layout on 800x1280" into twrp2.4 | Dees Troy | 2013-02-19 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix keyboard layout on 800x1280 | Dees_Troy | 2013-02-15 | 1 | -6/+6 |
* | | | | | | | | | | | | | Merge "Update listbox code" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -297/+656 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Update listbox code | Dees_Troy | 2013-02-15 | 14 | -297/+656 |
* | | | | | | | | | | | | | Merge "Add highlight to file selector" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -80/+236 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Add highlight to file selector | Dees_Troy | 2013-02-15 | 14 | -80/+236 |
* | | | | | | | | | | | | | Merge "Add button highlight" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -13/+1040 |
|\| | | | | | | | | | | |
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Add button highlight | Dees_Troy | 2013-02-15 | 14 | -13/+1040 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 2013-02-13 | 10 | -708/+1040 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Change popen in twrpTar to __popen | Dees_Troy | 2013-02-12 | 1 | -6/+7 |
* | | | | | | | | | | Add write buffer for tar writes | Dees_Troy | 2013-02-07 | 32 | -679/+3954 |
* | | | | | | | | | | Merge "Fix misspelling and white space on fix perms" into twrp2.4 | Dees_Troy | 2013-02-02 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix misspelling and white space on fix perms | Dees_Troy | 2013-02-02 | 1 | -2/+2 |
* | | | | | | | | | | | Merge "fix wrong debuging output of used BUILD FLAGS in data.cpp" into twrp2.4 | Dees Troy | 2013-02-02 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | fix wrong debuging output of used BUILD FLAGS in data.cpp | Talustus | 2013-02-02 | 1 | -2/+2 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | Use only std::string in TWFunc::Get_Folder_Size | Vojtech Bocek | 2013-02-02 | 2 | -15/+6 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge "2.4.1.0" into twrp2.4 | Dees_Troy | 2013-02-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | 2.4.1.0 | Dees_Troy | 2013-02-01 | 1 | -1/+1 |
* | | | | | | | | | | | Merge "Fix fail over to vfat from exfat" into twrp2.4 | Dees_Troy | 2013-02-01 | 4 | -40/+69 |
|\| | | | | | | | | | |
|
| * | | | | | | | | | | Fix fail over to vfat from exfat | Dees_Troy | 2013-02-01 | 4 | -40/+69 |
* | | | | | | | | | | | Merge "Disable the forced MD5 check" into twrp2.4 | Dees_Troy | 2013-01-31 | 1 | -8/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Disable the forced MD5 check | Dees_Troy | 2013-01-30 | 1 | -8/+2 |
* | | | | | | | | | | | Fix mkdosfs 2GB barrier | Dees_Troy | 2013-01-31 | 1 | -1/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Change version to 2.4.0.0 | Dees_Troy | 2013-01-28 | 1 | -1/+1 |
* | | | | | | | | | | exFAT improvements, fixes | Dees_Troy | 2013-01-28 | 4 | -16/+32 |
* | | | | | | | | | | Fix subpartitionof flag | Dees_Troy | 2013-01-28 | 1 | -1/+1 |
* | | | | | | | | | | Update exFAT to 1.0 | bigbiff bigbiff | 2013-01-28 | 34 | -1506/+84 |
* | | | | | | | | | | Merge "Pull fix for exFAT from original source" into twrp2.4 | Dees_Troy | 2013-01-28 | 2 | -7/+13 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Pull fix for exFAT from original source | Dees_Troy | 2013-01-28 | 2 | -7/+13 |
* | | | | | | | | | | | Reset progress bar in ORS | Dees_Troy | 2013-01-28 | 1 | -1/+2 |
* | | | | | | | | | | | file manager updates for exFAT | Dees_Troy | 2013-01-28 | 3 | -2/+31 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Remove thread logging from actions.cpp | Dees_Troy | 2013-01-28 | 1 | -3/+0 |
* | | | | | | | | | | Merge "Fix file manager displays empty list when folder is deleted" into twrp2.4 | Dees_Troy | 2013-01-28 | 1 | -14/+14 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix file manager displays empty list when folder is deleted | Dees_Troy | 2013-01-25 | 1 | -14/+14 |
* | | | | | | | | | | | adding sideload page with wipe cache and dalvik | bigbiff bigbiff | 2013-01-25 | 14 | -136/+744 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Use GUI for ORS instead of console only | Dees_Troy | 2013-01-25 | 17 | -335/+233 |
* | | | | | | | | | | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 2013-01-24 | 5 | -21/+76 |
* | | | | | | | | | | Output most build flags to log | Dees_Troy | 2013-01-24 | 1 | -5/+24 |
* | | | | | | | | | | Disable USB Mass Storage if the USB lun file does not exist. | Dees_Troy | 2013-01-24 | 3 | -5/+19 |
* | | | | | | | | | | change tar create to pthread | bigbiff bigbiff | 2013-01-24 | 5 | -90/+166 |
* | | | | | | | | | | move libexfat and fuse to be compiled with mkexfatfs | bigbiff bigbiff | 2013-01-22 | 1 | -3/+3 |
* | | | | | | | | | | Merge "Remove sockets and FIFOS when removing files" into twrp2.4 | bigbiff bigbiff | 2013-01-21 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Remove sockets and FIFOS when removing files | bigbiff bigbiff | 2013-01-20 | 2 | -2/+2 |
* | | | | | | | | | | | change fuse to be compiled with TW_INCLUDE_FUSE_EXFAT | bigbiff bigbiff | 2013-01-19 | 6 | -35/+1571 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Fix handling of blkid output | Dees_Troy | 2013-01-18 | 1 | -15/+14 |
* | | | | | | | | | | Move backup folder creation to after free space calc | Dees_Troy | 2013-01-18 | 1 | -8/+8 |
* | | | | | | | | | | Improve ORS sideload to display GUI with cancel button | Dees_Troy | 2013-01-18 | 4 | -33/+106 |
* | | | | | | | | | | Save version to cache | Dees_Troy | 2013-01-17 | 2 | -4/+13 |
* | | | | | | | | | | Add sideload command for ORS | Dees_Troy | 2013-01-17 | 1 | -0/+31 |
* | | | | | | | | | | Fix problem with AOSP wipe_cache command | Dees_Troy | 2013-01-17 | 1 | -0/+1 |
* | | | | | | | | | | ORS engine fixes | Dees_Troy | 2013-01-17 | 3 | -40/+40 |
* | | | | | | | | | | Fix problems with thread creation on some devices | Dees_Troy | 2013-01-16 | 1 | -1/+35 |
* | | | | | | | | | | Add build flag for custom graphics | Dees_Troy | 2013-01-15 | 1 | -1/+7 |
* | | | | | | | | | | Add flag for retaining layout version | Dees_Troy | 2013-01-15 | 3 | -38/+53 |
* | | | | | | | | | | Check to ensure that external is encrypted | Dees_Troy | 2013-01-14 | 2 | -1/+10 |
* | | | | | | | | | | remove relink files for samsung encryption libraries. | bigbiff bigbiff | 2013-01-12 | 1 | -5/+0 |
* | | | | | | | | | | More Samsung sdcard crypto fixes | Dees_Troy | 2013-01-10 | 4 | -21/+34 |
* | | | | | | | | | | Increase char array sizes to allow for null char for strcpy | Dees_Troy | 2013-01-10 | 1 | -1/+1 |
* | | | | | | | | | | Add libsparse if it exists | Dees_Troy | 2013-01-10 | 2 | -0/+7 |
* | | | | | | | | | | Fix ifdefs for Samsung encryption | Dees_Troy | 2013-01-10 | 1 | -0/+4 |
* | | | | | | | | | | Fix wiping problems and save ecrypt key | Dees_Troy | 2013-01-09 | 2 | -28/+56 |
* | | | | | | | | | | Improve remounting sdcard with ecryptfs | Dees_Troy | 2013-01-09 | 4 | -16/+42 |
* | | | | | | | | | | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 178 | -788/+39527 |
* | | | | | | | | | | Add Samsung TouchWiz decryption | a3955269 | 2013-01-08 | 10 | -661/+613 |
* | | | | | | | | | | Merge "Fix up libmincrypt rules for Android 4.2" into jb-wip | Dees_Troy | 2013-01-07 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix up libmincrypt rules for Android 4.2 | Dees_Troy | 2013-01-07 | 1 | -0/+5 |
* | | | | | | | | | | | Merge "Work around MEMERASE ioctl for rk3066 compatibility" into jb-wip | Dees Troy | 2013-01-07 | 6 | -0/+140 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Work around MEMERASE ioctl for rk3066 compatibility | Sergey 'Jin' Bostandzhyan | 2013-01-05 | 6 | -0/+140 |
* | | | | | | | | | | | Add mode when open(O_CREAT) is used. | Nick Kralevich | 2013-01-07 | 1 | -2/+2 |
* | | | | | | | | | | | Merge "Improve handling of undecrypted encrypted /data" into jb-wip | Dees Troy | 2013-01-07 | 2 | -4/+18 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Improve handling of undecrypted encrypted /data | Gary Peck | 2012-12-21 | 2 | -4/+18 |
* | | | | | | | | | | | | Merge "Reset partition flags when the partition is wiped" into jb-wip | Dees Troy | 2013-01-07 | 1 | -21/+34 |
|\| | | | | | | | | | |
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Reset partition flags when the partition is wiped | Gary Peck | 2012-12-21 | 1 | -21/+34 |
* | | | | | | | | | | | Increase array size to fix crashes on some devices | Dees_Troy | 2012-12-20 | 1 | -1/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Update version to 2.3.3.0 | Dees_Troy | 2012-12-18 | 1 | -1/+1 |
* | | | | | | | | | | check backup image size before restoring | Gary Peck | 2012-12-18 | 1 | -1/+14 |
* | | | | | | | | | | Fix keyboard layout on 800x1280 layout | Dees_Troy | 2012-12-18 | 1 | -1/+1 |
* | | | | | | | | | | Fix defines on pages.hpp to not collide with pages.h | Dees_Troy | 2012-12-18 | 1 | -4/+3 |
* | | | | | | | | | | Fix handling of MTD partitions during mount | Dees_Troy | 2012-12-18 | 1 | -1/+19 |
* | | | | | | | | | | Merge "Ignore bma150 in event handler" into jb-wip | Dees_Troy | 2012-12-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Ignore bma150 in event handler | Dees_Troy | 2012-12-11 | 1 | -1/+1 |
* | | | | | | | | | | | Add ignore blkid flag for Transformers | Dees_Troy | 2012-12-12 | 3 | -2/+9 |
* | | | | | | | | | | | Restore text display during restore | Dees_Troy | 2012-12-12 | 1 | -0/+2 |
* | | | | | | | | | | | Merge "restore based on backup type, not destination type" into jb-wip | Dees Troy | 2012-12-12 | 2 | -42/+52 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | restore based on backup type, not destination type | Gary Peck | 2012-11-22 | 2 | -42/+52 |
* | | | | | | | | | | | | Merge "add Decrypt Data button" into jb-wip | Dees Troy | 2012-12-12 | 12 | -0/+144 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | add Decrypt Data button | Gary Peck | 2012-11-22 | 12 | -0/+144 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge "print partition details independent of whether its mountable" into jb-wip | Dees Troy | 2012-12-12 | 1 | -61/+61 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | print partition details independent of whether its mountable | Gary Peck | 2012-11-22 | 1 | -61/+61 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge "minuitwrp: fix screen update issue" into jb-wip | Dees Troy | 2012-12-11 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | minuitwrp: fix screen update issue | Hiemanshu Sharma | 2012-11-21 | 1 | -2/+4 |
* | | | | | | | | | | | | | Merge "graphics: add support for "single buffering"" into jb-wip | Dees Troy | 2012-12-11 | 1 | -2/+10 |
|\| | | | | | | | | | | |
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | graphics: add support for "single buffering" | Hiemanshu Sharma | 2012-11-21 | 1 | -2/+10 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge "fix SP variable names" into jb-wip | bigbiff bigbiff | 2012-12-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | fix SP variable names | bigbiff bigbiff | 2012-11-24 | 1 | -2/+2 |
* | | | | | | | | | | | Fix compiling for x86 targets | Hiemanshu Sharma | 2012-11-21 | 4 | -8/+0 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Add 23x41 roboto font | Dees_Troy | 2012-11-19 | 1 | -0/+461 |
* | | | | | | | | | | Fix renaming of backups with spaces, 2.3.2.3 | Dees_Troy | 2012-11-19 | 12 | -12/+12 |
* | | | | | | | | | | Workaround for crypto quirk on Nexus 10 | Dees_Troy | 2012-11-19 | 1 | -1/+1 |
* | | | | | | | | | | Finish 2560x1600 theme | Dees_Troy | 2012-11-19 | 41 | -120/+120 |
* | | | | | | | | | | Fix fix permissions | Dees_Troy | 2012-11-16 | 3 | -38/+100 |
* | | | | | | | | | | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 56 | -45/+3681 |
* | | | | | | | | | | add exfat to partitions.cpp | bigbiff bigbiff | 2012-11-14 | 2 | -1/+2 |
* | | | | | | | | | | Unmount main partitions after fixing permissions | Dees_Troy | 2012-10-20 | 1 | -0/+1 |
* | | | | | | | | | | Add keyboard key highlight | Dees_Troy | 2012-10-20 | 14 | -15/+117 |
* | | | | | | | | | | Add ability for buttons to have highlights on touch | Dees_Troy | 2012-10-19 | 4 | -4/+66 |
* | | | | | | | | | | Initial BML support (ext4 only) | Dees_Troy | 2012-10-16 | 1 | -4/+11 |
* | | | | | | | | | | Update injecttwrp for Epic 4G Touch | Dees_Troy | 2012-10-16 | 5 | -33/+86 |
* | | | | | | | | | | Fix weird keyboard problem | Dees_Troy | 2012-10-15 | 2 | -4/+4 |
* | | | | | | | | | | Bump version to 2.3.1.0 | Dees_Troy | 2012-10-15 | 1 | -1/+1 |
* | | | | | | | | | | Update and improve USB storage code | Dees_Troy | 2012-10-15 | 2 | -82/+40 |
* | | | | | | | | | | Handle single lun file for USB storage | Dees_Troy | 2012-10-14 | 2 | -35/+61 |
* | | | | | | | | | | Handle storage devices that are slow to mount | Dees_Troy | 2012-10-14 | 2 | -0/+16 |
* | | | | | | | | | | Remove unneeded duplicate code | Dees_Troy | 2012-10-13 | 1 | -41/+0 |
* | | | | | | | | | | Bump version to 2.3.0.3 | Dees_Troy | 2012-10-13 | 1 | -1/+1 |
* | | | | | | | | | | Fix problem with sizes of images after reset default | Dees_Troy | 2012-10-13 | 1 | -0/+37 |
* | | | | | | | | | | Track whether a partition is mounted during refresh sizes | Dees_Troy | 2012-10-13 | 1 | -5/+18 |
* | | | | | | | | | | Unmount main partitions after USB storage disable | Dees_Troy | 2012-10-12 | 1 | -0/+1 |
* | | | | | | | | | | Change backup size check for dd | Dees_Troy | 2012-10-12 | 1 | -2/+2 |
* | | | | | | | | | | Fix restore of multiple archives | Dees_Troy | 2012-10-12 | 1 | -1/+1 |
* | | | | | | | | | | Bump version number | Dees_Troy | 2012-10-12 | 1 | -1/+1 |
* | | | | | | | | | | Unmount system after boot, backup, and restore | Dees_Troy | 2012-10-12 | 3 | -0/+21 |
* | | | | | | | | | | Fix updater binary compile | Dees_Troy | 2012-10-11 | 1 | -2/+1 |
* | | | | | | | | | | Remove text about fix perms taking a few mins | Dees_Troy | 2012-10-10 | 11 | -22/+0 |
* | | | | | | | | | | Finalize 2.3.0.0 | Dees_Troy | 2012-10-10 | 3 | -17/+7 |
* | | | | | | | | | | redo fix permissions in c++ for faster changes | bigbiff bigbiff | 2012-10-10 | 5 | -1/+602 |
* | | | | | | | | | | Add reboot system button after sideload, backup, and restore | Dees_Troy | 2012-10-08 | 11 | -341/+385 |
* | | | | | | | | | | Fix exclamation point on 720x1280 theme | Dees_Troy | 2012-10-08 | 1 | -2/+4 |
* | | | | | | | | | | Fix derp with ORS during startup | Dees_Troy | 2012-10-08 | 1 | -1/+0 |
* | | | | | | | | | | Fix derp with alternate storage | Dees_Troy | 2012-10-08 | 1 | -1/+1 |
* | | | | | | | | | | Rename stock recovery file | Dees_Troy | 2012-10-03 | 1 | -0/+4 |
* | | | | | | | | | | Remove extra call for ORS | Dees_Troy | 2012-10-02 | 1 | -0/+280 |
* | | | | | | | | | | Merge "Create busybox symlinks during compile" into jb-wip | Dees_Troy | 2012-10-02 | 4 | -26/+15 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Create busybox symlinks during compile | Dees_Troy | 2012-10-02 | 4 | -26/+15 |
* | | | | | | | | | | | Merge "Ensure that actions are not simulated in ORS" into jb-wip | Dees_Troy | 2012-10-02 | 1 | -0/+1 |
|\| | | | | | | | | | |
|
| * | | | | | | | | | | Ensure that actions are not simulated in ORS | Dees_Troy | 2012-10-02 | 1 | -0/+1 |
* | | | | | | | | | | | Fix error message on encrypted devices | Dees_Troy | 2012-10-01 | 1 | -1/+8 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Update ORS and recovery commands | Dees_Troy | 2012-10-01 | 3 | -121/+161 |
* | | | | | | | | | | Fix output of version number | Dees_Troy | 2012-10-01 | 6 | -29/+30 |
* | | | | | | | | | | Fix some derps | Dees_Troy | 2012-09-28 | 2 | -0/+1 |
* | | | | | | | | | | Fix compiler warnings | Dees_Troy | 2012-09-28 | 3 | -3/+9 |
* | | | | | | | | | | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 27 | -35/+200 |
* | | | | | | | | | | Save version number to storage | Dees_Troy | 2012-09-27 | 4 | -8/+32 |
* | | | | | | | | | | Create symlinks at compile time for busybox | Dees_Troy | 2012-09-27 | 6 | -81/+18 |
* | | | | | | | | | | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 12 | -820/+150 |
* | | | | | | | | | | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 6 | -54/+60 |
* | | | | | | | | | | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 12 | -236/+166 |
* | | | | | | | | | | Display symlinks and block devices in file manager | Dees_Troy | 2012-09-27 | 1 | -1/+1 |
* | | | | | | | | | | Handle mountable boot partitions | Dees_Troy | 2012-09-27 | 2 | -3/+19 |
* | | | | | | | | | | Add option to wipe android secure | Dees_Troy | 2012-09-26 | 14 | -0/+221 |
* | | | | | | | | | | Fix permissions updates | Dees_Troy | 2012-09-26 | 4 | -374/+377 |
* | | | | | | | | | | Fix SDCard partitioning | Dees_Troy | 2012-09-26 | 12 | -14/+22 |
* | | | | | | | | | | Backup size for special partitions that are images | Dees_Troy | 2012-09-26 | 1 | -0/+24 |
* | | | | | | | | | | Fix problems with MTD devices | Dees_Troy | 2012-09-26 | 4 | -21/+19 |
* | | | | | | | | | | Update version and readme | Dees_Troy | 2012-09-26 | 2 | -2/+2 |
* | | | | | | | | | | Fix a problem with scrolling in the console | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
* | | | | | | | | | | Allow spaces in backup names | Dees_Troy | 2012-09-26 | 12 | -24/+24 |
* | | | | | | | | | | Add backup size checking | Dees_Troy | 2012-09-26 | 7 | -13/+241 |
* | | | | | | | | | | Convert makelist to C++ | Dees_Troy | 2012-09-26 | 5 | -161/+153 |
* | | | | | | | | | | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 12 | -419/+462 |
* | | | | | | | | | | Fix skip MD5 setting during backup | Dees_Troy | 2012-09-24 | 1 | -4/+6 |
* | | | | | | | | | | Change curtain to file and remove curtain raise | Dees_Troy | 2012-09-24 | 23 | -31899/+6 |
* | | | | | | | | | | Update tablet layouts with ADB sideload | Dees_Troy | 2012-09-24 | 7 | -3/+189 |
* | | | | | | | | | | Fix 320x480 theme | Dees_Troy | 2012-09-22 | 1 | -37/+37 |
* | | | | | | | | | | Update pigz to 2.2.5 source code | Dees_Troy | 2012-09-22 | 8 | -291/+879 |
* | | | | | | | | | | Add progress bar support to backup and restore | Dees_Troy | 2012-09-21 | 2 | -27/+91 |
* | | | | | | | | | | Fix special partition handling | Dees_Troy | 2012-09-21 | 5 | -46/+79 |
* | | | | | | | | | | Add android_secure support | Dees_Troy | 2012-09-21 | 3 | -38/+123 |
* | | | | | | | | | | Remove unneeded AOSP images | Dees_Troy | 2012-09-21 | 18 | -0/+0 |
* | | | | | | | | | | Add init.htc.rc and modify ADB sideload messages | Dees_Troy | 2012-09-21 | 2 | -0/+75 |
* | | | | | | | | | | Update portrait themes with ADB sideload | Dees_Troy | 2012-09-20 | 3 | -27/+141 |
* | | | | | | | | | | Various fixes | Dees_Troy | 2012-09-20 | 5 | -4/+60 |
* | | | | | | | | | | Fix fstab and unmount problems | Dees_Troy | 2012-09-20 | 2 | -5/+8 |
* | | | | | | | | | | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 7 | -5/+546 |
* | | | | | | | | | | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 3 | -1/+34 |
* | | | | | | | | | | Improve adb sideload - use storage vs tmp | Dees_Troy | 2012-09-19 | 5 | -32/+23 |
* | | | | | | | | | | Improve adb sideload -- add cancel | Dees_Troy | 2012-09-19 | 4 | -11/+116 |
* | | | | | | | | | | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 15 | -675/+396 |
* | | | | | | | | | | Improve backup and restore | Dees_Troy | 2012-09-18 | 3 | -190/+211 |
* | | | | | | | | | | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 10 | -128/+773 |
* | | | | | | | | | | Move to shared libmincrypt | Dees_Troy | 2012-09-14 | 8 | -791/+19 |
* | | | | | | | | | | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 16 | -426/+766 |
* | | | | | | | | | | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 18 | -499/+1276 |
* | | | | | | | | | | Clean up extra-functions | Dees_Troy | 2012-09-11 | 2 | -35/+0 |
* | | | | | | | | | | Move device ID code to data manager | Dees_Troy | 2012-09-11 | 5 | -131/+137 |
* | | | | | | | | | | Zip install works again | Dees_Troy | 2012-09-11 | 6 | -194/+441 |
* | | | | | | | | | | More Partition Manager functionality | Dees_Troy | 2012-09-10 | 3 | -22/+297 |
* | | | | | | | | | | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 8 | -140/+410 |
* | | | | | | | | | | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 11 | -1011/+798 |
* | | | | | | | | | | Hax to make it boot | Dees_Troy | 2012-09-06 | 13 | -24/+1123 |
* | | | | | | | | | | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 757 | -109/+165707 |
* | | | | | | | | | | Initial stub of partitions.hpp | Dees_Troy | 2012-09-04 | 1 | -0/+141 |
* | | | | | | | | | | Add readme | Dees_Troy | 2012-08-31 | 1 | -0/+11 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Merge "Fixing trivial warnings for libminui" | Jean-Baptiste Queru | 2012-08-24 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | Fixing trivial warnings for libminui | Edwin Vane | 2012-08-21 | 1 | -2/+2 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge "Fixed warnings in libmtdutils" | Jean-Baptiste Queru | 2012-08-23 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | Fixed warnings in libmtdutils | Edwin Vane | 2012-08-21 | 1 | -4/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge "Fix multiple defined symbol errors" | Jean-Baptiste Queru | 2012-08-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Fix multiple defined symbol errors | Edwin Vane | 2012-08-21 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge "Fixed unused param warnings for check-lost+found" | Jean-Baptiste Queru | 2012-08-23 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fixed unused param warnings for check-lost+found | Edwin Vane | 2012-08-21 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge changes I664f8dc7,I4154db06,I5e1df90f | Joe Onorato | 2012-08-17 | 3 | -37/+63 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Use the static version of libsparse | Joe Onorato | 2012-07-24 | 2 | -2/+2 |
| * | | | | Multiple modules with the same name are going away. | Joe Onorato | 2012-07-22 | 2 | -36/+63 |
| * | | | | host modules don't need LOCAL_MODULE_TAGS | Joe Onorato | 2012-07-22 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Merge "graphics: add support for "single buffering"" | Doug Zongker | 2012-07-21 | 1 | -2/+10 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | graphics: add support for "single buffering" | Octavian Purdila | 2012-07-12 | 1 | -2/+10 |
| |/ / |
|
* | | | Merge "Link against libsparse" | Colin Cross | 2012-07-18 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Link against libsparse | Colin Cross | 2012-07-18 | 2 | -3/+3 |
|/ / |
|
* | | am 6d60667d: Merge "Use a dependency file to replace the list file." | Ying Wang | 2012-06-12 | 1 | -10/+14 |
|\ \ |
|
| * \ | Merge "Use a dependency file to replace the list file." | Ying Wang | 2012-06-12 | 1 | -10/+14 |
| |\ \ |
|
| | * | | Use a dependency file to replace the list file. | Ying Wang | 2012-06-11 | 1 | -10/+14 |
| |/ / |
|
| | | | |
| \ \ | |
*-. | | | Reconcile with jb-release nakasi-factoryrom-release | The Android Open Source Project | 2012-05-16 | 0 | -0/+0 |
|\ \| |
| |_|/
|/| | |
|
| * | | merge in jb-release history after reset to jb-dev | The Android Automerger | 2012-04-30 | 0 | -0/+0 |
|/| | |
|
| * | | merge in jb-release history after reset to master | The Android Automerger | 2012-04-16 | 0 | -0/+0 |
| |\ \ |
|
| | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-04-10 | 0 | -0/+0 |
| | |\ \ |
|
| | | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-04-09 | 0 | -0/+0 |
| | | |\ \ |
|
| | | | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-04-02 | 0 | -0/+0 |
| | | | |\ \ |
|
| | | | | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-03-26 | 0 | -0/+0 |
| | | | | |\ \ |
|
| | | | | | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-03-21 | 0 | -0/+0 |
| | | | | | |\ \ |
|
| | | | | | | * \ | merge in jb-release history after reset to master | The Android Automerger | 2012-03-20 | 0 | -0/+0 |
| | | | | | | |\ \ |
|
* | | | | | | | | | | fix timed progress bars in recovery | Doug Zongker | 2012-04-26 | 1 | -4/+8 |
|/ / / / / / / / / |
|
* | | | | | | | | | am e5d5ac76: minor recovery changes | Doug Zongker | 2012-04-12 | 4 | -4/+18 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | minor recovery changes | Doug Zongker | 2012-04-12 | 4 | -4/+18 |
* | | | | | | | | | Merge "Add NOTICE file" | Doug Zongker | 2012-04-09 | 1 | -0/+41 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add NOTICE file | Wei Zhong | 2012-04-06 | 1 | -0/+41 |
* | | | | | | | | | | Update merge for SELinux to compile | Kenny Root | 2012-04-08 | 1 | -1/+1 |
| |_|/ / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | am 78911bdf: am 2a4ab824: Merge "Change the format command to always take the mount point as an argument." | Kenny Root | 2012-04-07 | 1 | -13/+4 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | am 2a4ab824: Merge "Change the format command to always take the mount point as an argument." | Kenny Root | 2012-04-07 | 1 | -13/+4 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| | * | | | | | | | Merge "Change the format command to always take the mount point as an argument." | Kenny Root | 2012-04-06 | 1 | -13/+4 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | Change the format command to always take the mount point as an argument. | Stephen Smalley | 2012-04-03 | 1 | -13/+4 |
| | |/ / / / / / / |
|
* | | | | | | | | | Merge remote-tracking branch 'goog/ics-aah' | Mike Lockwood | 2012-04-03 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | / / / / /
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | run minadbd as shell user, remove unused code | Doug Zongker | 2012-03-20 | 9 | -1171/+40 |
* | | | | | | | | resolved conflicts for merge of 0b1fee1b to master | Kenny Root | 2012-03-31 | 12 | -16/+167 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | / / / /
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | am 155cd3c1: Merge changes Ied379f26,I09fb9d56 | Kenny Root | 2012-03-31 | 12 | -16/+167 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | Merge changes Ied379f26,I09fb9d56 | Kenny Root | 2012-03-31 | 12 | -16/+167 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Extend recovery and updater to support setting file security contexts. | Stephen Smalley | 2012-03-30 | 12 | -18/+153 |
| | | * | | | | | Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. | Stephen Smalley | 2012-01-24 | 2 | -0/+16 |
| | |/ / / / / |
|
* | | | | | | | Merge "fail edify script if set_perm() or symlink() fails" | Doug Zongker | 2012-03-22 | 1 | -0/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fail edify script if set_perm() or symlink() fails | Doug Zongker | 2012-03-22 | 1 | -0/+13 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge remote-tracking branch 'goog/ics-aah-exp' | Mike Lockwood | 2012-03-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | / /
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Merge "allow recovery UI to ignore certain keypresses" into ics-aah | Doug Zongker | 2012-01-18 | 2 | -1/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | allow recovery UI to ignore certain keypresses | Doug Zongker | 2012-01-18 | 2 | -1/+4 |
| * | | | | | | support "sideload over ADB" mode | Doug Zongker | 2012-01-18 | 23 | -16/+5713 |
| |/ / / / / |
|
| * | | | | | fix verifier test | Doug Zongker | 2011-11-01 | 2 | -7/+2 |
| * | | | | | move key processing to RecoveryUI | Doug Zongker | 2011-11-01 | 7 | -264/+296 |
| * | | | | | Merge "verifier_test needs to provide a UI object" into ics-aah | Doug Zongker | 2011-10-31 | 1 | -10/+36 |
| |\ \ \ \ \ |
|
| | * | | | | | verifier_test needs to provide a UI object | Doug Zongker | 2011-10-31 | 1 | -10/+36 |
| * | | | | | | C++ class for device-specific code | Doug Zongker | 2011-10-31 | 10 | -245/+322 |
| * | | | | | | refactor ui functions into a class | Doug Zongker | 2011-10-29 | 7 | -324/+436 |
| |/ / / / / |
|
| * | | | | | turn recovery into a C++ binary | Doug Zongker | 2011-10-28 | 20 | -148/+254 |
* | | | | | | remove unused code from minadbd | Doug Zongker | 2012-03-20 | 6 | -1157/+9 |
| |/ / / /
|/| | | | |
|
* | | | | | run minadbd as shell user | Doug Zongker | 2012-03-20 | 5 | -14/+31 |
| |_|_|/
|/| | | |
|
* | | | | remove retouching code from updater | Doug Zongker | 2012-02-28 | 3 | -334/+0 |
* | | | | fix build | Doug Zongker | 2012-02-28 | 3 | -4/+4 |
* | | | | fix failure to free memory | Doug Zongker | 2012-02-28 | 2 | -19/+45 |
* | | | | am 62947db5: am 37d0f260: Reconcile with ics-mr1-release | The Android Open Source Project | 2012-02-01 | 0 | -0/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | am 37d0f260: Reconcile with ics-mr1-release | The Android Open Source Project | 2012-02-01 | 0 | -0/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Reconcile with ics-mr1-release | The Android Open Source Project | 2012-02-01 | 0 | -0/+0 |
| | |\ \
| | | |/
| | |/| |
|
* | | | | libz is a superset of libunz, so we don't need both. | Elliott Hughes | 2012-01-31 | 1 | -2/+2 |
* | | | | allow recovery UI to ignore certain keypresses | Doug Zongker | 2012-01-19 | 2 | -1/+4 |
* | | | | always initialize usb product, vendor, etc. for adb in recovery | Doug Zongker | 2012-01-10 | 1 | -7/+9 |
* | | | | Merge "support "sideload over ADB" mode" | Doug Zongker | 2012-01-10 | 22 | -9/+5704 |
|\ \ \ \ |
|
| * | | | | support "sideload over ADB" mode | Doug Zongker | 2012-01-10 | 22 | -9/+5704 |
* | | | | | recovery: convert all usages of $prop to ${prop} | Dima Zavin | 2012-01-10 | 1 | -3/+3 |
* | | | | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 1 | -2/+2 |
* | | | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 1 | -2/+2 |
* | | | | mount cache before sideloading from external storage | Doug Zongker | 2011-12-14 | 1 | -0/+4 |
* | | | | am 9fc3e3c8: Reconcile with ics-mr1-release | The Android Open Source Project | 2011-12-09 | 0 | -0/+0 |
|\| | | |
|
| * | | | Reconcile with ics-mr1-release | The Android Open Source Project | 2011-12-08 | 0 | -0/+0 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
* | | | move key processing to RecoveryUI | Doug Zongker | 2011-11-04 | 8 | -271/+298 |
* | | | C++ class for device-specific code | Doug Zongker | 2011-10-31 | 11 | -261/+364 |
* | | | temporarily remove verifier_test binary | Doug Zongker | 2011-10-31 | 1 | -6/+6 |
* | | | refactor ui functions into a class | Doug Zongker | 2011-10-31 | 7 | -324/+436 |
* | | | Reconcile with ics-mr1-release | The Android Open Source Project | 2011-10-31 | 0 | -0/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | merge in ics-release history after reset to master | The Android Automerger | 2011-10-23 | 0 | -0/+0 |
| |\ \
| | |/
| |/| |
|
| | * | merge in ics-release history after reset to master | The Android Automerger | 2011-10-16 | 0 | -0/+0 |
| | |\ |
|
| | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-09-28 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-09-21 | 0 | -0/+0 |
| | | | |\ |
|
| | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-09-05 | 0 | -0/+0 |
| | | | | |\ |
|
| | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-08-22 | 0 | -0/+0 |
| | | | | | |\ |
|
| | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-07-15 | 0 | -0/+0 |
| | | | | | | |\ |
|
| | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-07-14 | 0 | -0/+0 |
| | | | | | | | |\ |
|
| | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-07-13 | 0 | -0/+0 |
| | | | | | | | | |\ |
|
| | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-07-08 | 0 | -0/+0 |
| | | | | | | | | | |\ |
|
| | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-30 | 0 | -0/+0 |
| | | | | | | | | | | |\ |
|
| | | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-27 | 0 | -0/+0 |
| | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-24 | 0 | -0/+0 |
| | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-24 | 0 | -0/+0 |
| | | | | | | | | | | | | |/| |
|
| | | | | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-23 | 0 | -0/+0 |
| | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | * | merge in ics-release history after reset to master | The Android Automerger | 2011-06-21 | 0 | -0/+0 |
| | | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | | * | Fix starting adb in recovery mode | Mike Lockwood | 2011-06-20 | 1 | -3/+27 |
* | | | | | | | | | | | | | | | | | turn recovery into a C++ binary | Doug Zongker | 2011-10-31 | 20 | -148/+254 |
|/ / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / | allow recovery packages to wipe cache | Doug Zongker | 2011-10-19 | 4 | -26/+71 |
|/ / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / | minui: add ability to synchronize current key state | Dima Zavin | 2011-10-13 | 2 | -2/+38 |
|/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / | fix problem where the screen is sometimes all black in recovery | Doug Zongker | 2011-09-27 | 1 | -0/+3 |
|/ / / / / / / / / / / / / |
|
* / / / / / / / / / / / / | update recovery with new 3D images | Doug Zongker | 2011-09-20 | 10 | -1/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | minui: events: only open input devices with EV_KEY and/or EV_REL | Dima Zavin | 2011-09-02 | 1 | -0/+17 |
* | | | | | | | | | | | | minui: events: add ability to poll on non-input fds | Dima Zavin | 2011-09-02 | 2 | -3/+23 |
* | | | | | | | | | | | | minui: events: refactor event acquisition | Dima Zavin | 2011-09-02 | 3 | -75/+121 |
* | | | | | | | | | | | | minui: graphics: add interface for framebuffer blank/unblank | Dima Zavin | 2011-08-30 | 2 | -0/+13 |
* | | | | | | | | | | | | minui: graphics: add ability to query font size | Dima Zavin | 2011-08-30 | 2 | -0/+7 |
|/ / / / / / / / / / / |
|
* / / / / / / / / / / | change recovery images to match blue holo theme | Doug Zongker | 2011-08-20 | 18 | -1/+1 |
|/ / / / / / / / / / |
|
* / / / / / / / / / | Support multiple recovery updater extensions. | Michael Ward | 2011-07-15 | 1 | -2/+2 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge "Check pointer for null before dereferencing" | Doug Zongker | 2011-07-14 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Check pointer for null before dereferencing | Adam Bliss | 2011-07-14 | 1 | -0/+8 |
* | | | | | | | | | Merge "Update usb_connected() to support new gadget driver" | Benoit Goby | 2011-07-13 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Update usb_connected() to support new gadget driver | Benoit Goby | 2011-07-12 | 1 | -4/+5 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* / | | | | | | | | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-12 | 4 | -16/+0 |
|/ / / / / / / / |
|
* | / / / / / / | Add missing commands to recovery init.rc | Michael Ward | 2011-07-07 | 1 | -0/+3 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | init.rc: Simplify logic for starting adbd in recovery | Mike Lockwood | 2011-06-29 | 1 | -25/+6 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Allow applying an OTA package manually from cache. | Michael Ward | 2011-06-24 | 3 | -9/+33 |
* | | | | | | Get the correct line_length. | Michael Ward | 2011-06-24 | 1 | -2/+37 |
| |/ / / /
|/| | | | |
|
* | | | | | fix adb root in recovery | Doug Zongker | 2011-06-24 | 1 | -0/+4 |
| |/ / /
|/| | | |
|
* | | | | Graphics can handle stride != xres, and BGRA support. | Michael Ward | 2011-06-23 | 2 | -12/+18 |
| |/ /
|/| | |
|
* | | | Fix starting adb in recovery mode | Mike Lockwood | 2011-06-19 | 1 | -3/+27 |
| |/
|/| |
|
* | | am f84b2524: am 6ebedf00: am 82da01d6: Merge from gingerbread | Jean-Baptiste Queru | 2011-06-08 | 0 | -0/+0 |
|\ \ |
|
| * \ | am 6ebedf00: am 82da01d6: Merge from gingerbread | Jean-Baptiste Queru | 2011-06-07 | 0 | -0/+0 |
| |\ \ |
|
| | * \ | am 82da01d6: Merge from gingerbread | Jean-Baptiste Queru | 2011-06-01 | 0 | -0/+0 |
| | |\ \ |
|
| | | * \ | Merge from gingerbread | Jean-Baptiste Queru | 2011-06-01 | 1 | -1/+1 |
| | | |\ \ |
|
* | | | | | | am a94d9548: am 1117c69f: am 7172eb7b: Merge "Mute unharmful build warning at the top of the build log:" into gingerbread | Jean-Baptiste Queru | 2011-06-08 | 0 | -0/+0 |
|\| | | | |
| |_|_|_|/
|/| | | | |
|
| * | | | | am 1117c69f: am 7172eb7b: Merge "Mute unharmful build warning at the top of the build log:" into gingerbread | Jean-Baptiste Queru | 2011-06-07 | 0 | -0/+0 |
| |\| | | |
|
| | * | | | am 7172eb7b: Merge "Mute unharmful build warning at the top of the build log:" into gingerbread | Jean-Baptiste Queru | 2011-06-01 | 1 | -1/+1 |
| | |\ \ \
| | | |/ /
| | |/| /
| | | |/ |
|
| | | * | Merge "Mute unharmful build warning at the top of the build log:" into gingerbread | Jean-Baptiste Queru | 2011-05-31 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Mute unharmful build warning at the top of the build log: | Ying Wang | 2011-05-25 | 1 | -1/+1 |
| | | |/ |
|
* | | | | Reconcile with honeycomb-release | The Android Open Source Project | 2011-05-20 | 0 | -0/+0 |
|\ \ \ \ |
|
| * | | | | store partition length in recovery.fstab | Doug Zongker | 2011-02-25 | 2 | -9/+41 |
* | | | | | am c2a158db: Merge remote branch \'goog/honeycomb-mr2\' into honeycomb-LTE | The Android Automerger | 2011-05-09 | 0 | -0/+0 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge remote branch 'goog/honeycomb-mr2' into honeycomb-LTE | The Android Automerger | 2011-05-09 | 0 | -0/+0 |
| |\ \ \ \ |
|
| | * | | | | delay accessing misc partition until its device exists | Doug Zongker | 2011-05-04 | 1 | -0/+21 |
* | | | | | | am 90588820: delay accessing misc partition until its device exists | Doug Zongker | 2011-05-04 | 0 | -0/+0 |
|\| | | | | |
|
| * | | | | | delay accessing misc partition until its device exists | Doug Zongker | 2011-05-04 | 1 | -0/+21 |
| |/ / / / |
|
* | | | | | delay accessing misc partition until its device exists | Doug Zongker | 2011-04-22 | 1 | -0/+21 |
* | | | | | make write_raw_image able to take a blob | Doug Zongker | 2011-04-13 | 1 | -27/+40 |
* | | | | | save a last_install file with the result of the last package install attempt | Doug Zongker | 2011-04-12 | 4 | -6/+30 |
* | | | | | am 4762633c: log which key a package verified against in recovery | Doug Zongker | 2011-03-15 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | log which key a package verified against in recovery | Doug Zongker | 2011-03-15 | 1 | -1/+1 |
* | | | | | recovery: mount /sdcard read-only | Iliyan Malchev | 2011-03-12 | 1 | -2/+3 |
* | | | | | am 6e4472ab: Have recovery reboot using the new android_reboot() function. | Ken Sumrall | 2011-03-11 | 2 | -5/+4 |
|\| | | | |
|
| * | | | | Have recovery reboot using the new android_reboot() function. | Ken Sumrall | 2011-03-11 | 2 | -5/+4 |
* | | | | | am 6ce4a326: don\'t reboot for inactivity if USB is connected | Doug Zongker | 2011-03-09 | 0 | -0/+0 |
|\| | | | |
|
| * | | | | don't reboot for inactivity if USB is connected | Doug Zongker | 2011-03-09 | 1 | -13/+38 |
* | | | | | don't reboot for inactivity if USB is connected | Doug Zongker | 2011-03-08 | 1 | -13/+38 |
* | | | | | am 68189f29: allow paletted RGB images in recovery | Doug Zongker | 2011-03-08 | 1 | -2/+7 |
|\| | | | |
|
| * | | | | allow paletted RGB images in recovery | Doug Zongker | 2011-03-05 | 1 | -2/+7 |
* | | | | | Merge branch 'master' of ssh://android-git:29418/platform/bootable/recovery | Eric Fischer | 2011-03-04 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | convert recovery images to palettized PNGs | Doug Zongker | 2011-03-03 | 9 | -0/+0 |
* | | | | | convert recovery images to palettized PNGs | Doug Zongker | 2011-03-04 | 9 | -0/+0 |
|/ / / / |
|
* | | | | change the default recovery assets to be in holograph style | Doug Zongker | 2011-03-02 | 25 | -11/+111 |
* | | | | make recovery UI images more general; allow for installation animation | Doug Zongker | 2011-03-01 | 6 | -50/+169 |
* | | | | am 8d43d940: am 2c273f00: store partition length in recovery.fstab | Doug Zongker | 2011-02-25 | 0 | -0/+0 |
|\ \ \ \ |
|
| * \ \ \ | am 2c273f00: store partition length in recovery.fstab | Doug Zongker | 2011-02-25 | 2 | -9/+41 |
| |\ \ \ \ |
|
| | * | | | | store partition length in recovery.fstab | Doug Zongker | 2011-02-25 | 2 | -9/+41 |
| | |/ / / |
|
* | | | | | store partition length in recovery.fstab | Doug Zongker | 2011-02-18 | 2 | -9/+41 |
* | | | | | Fix x86 build. | Ying Wang | 2011-02-09 | 3 | -7/+0 |
* | | | | | am 5df22d03: am 5cae445e: make recovery reboot after 2 minutes of no activity | Doug Zongker | 2011-01-25 | 3 | -4/+42 |
|\| | | | |
|
| * | | | | am 5cae445e: make recovery reboot after 2 minutes of no activity | Doug Zongker | 2011-01-25 | 3 | -4/+42 |
| |\| | | |
|
| | * | | | make recovery reboot after 2 minutes of no activity | Doug Zongker | 2011-01-25 | 3 | -4/+42 |
* | | | | | am da993fcf: am 8d58c957: Merge "Free allocated struct after freeing field" | Doug Zongker | 2011-01-22 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | am 8d58c957: Merge "Free allocated struct after freeing field" | Doug Zongker | 2011-01-22 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Merge "Free allocated struct after freeing field" | Doug Zongker | 2011-01-20 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Free allocated struct after freeing field | Christian Lindeberg | 2011-01-19 | 1 | -1/+1 |
| | |/ / |
|
* | | | | Merge "remove encrypted filesystem code from recovery" | Doug Zongker | 2011-01-21 | 4 | -399/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | remove encrypted filesystem code from recovery | Doug Zongker | 2011-01-18 | 4 | -399/+2 |
* | | | | Reserve the last 16 Kbytes of /data for the crypto footer. | Ken Sumrall | 2011-01-20 | 2 | -10/+17 |
|/ / / |
|
* | | | option to allow recovery to use 24-bit graphics in UI | Doug Zongker | 2011-01-14 | 2 | -10/+22 |
* | | | Update make_ext4fs arguments in roots.c | Colin Cross | 2011-01-06 | 1 | -1/+1 |
* | | | Update arguments to make_ext4fs | Colin Cross | 2010-12-29 | 1 | -1/+1 |
* | | | am c5ebf1fb: am 5d6309e7: fix comparison of ECC stats before and after mtd reads | Doug Zongker | 2010-11-04 | 1 | -0/+2 |
|\| | |
|
| * | | am 5d6309e7: fix comparison of ECC stats before and after mtd reads | Doug Zongker | 2010-11-03 | 1 | -0/+2 |
| |\| |
|
| | * | fix comparison of ECC stats before and after mtd reads | Doug Zongker | 2010-11-03 | 1 | -0/+2 |
* | | | am 8521ef59: am 51266d13: clear recovery framebuffers on allocation; display icon right after ui_init | Doug Zongker | 2010-11-01 | 2 | -1/+3 |
|\| | |
|
| * | | am 51266d13: clear recovery framebuffers on allocation; display icon right after ui_init | Doug Zongker | 2010-11-01 | 2 | -1/+3 |
| |\| |
|
| | * | clear recovery framebuffers on allocation; display icon right after ui_init | Doug Zongker | 2010-11-01 | 2 | -1/+3 |
* | | | am 2d87023e: am 2c3539e4: save the log from recovery\'s last run in /cache/recovery/last_log | Doug Zongker | 2010-09-30 | 1 | -17/+40 |
|\| | |
|
| * | | am 2c3539e4: save the log from recovery\'s last run in /cache/recovery/last_log | Doug Zongker | 2010-09-29 | 1 | -17/+40 |
| |\| |
|
| | * | save the log from recovery's last run in /cache/recovery/last_log | Doug Zongker | 2010-09-29 | 1 | -17/+40 |
* | | | am 704fa750: am 9b125b04: handle old-style CACHE: packages | Doug Zongker | 2010-09-22 | 1 | -2/+18 |
|\| | |
|
| * | | am 9b125b04: handle old-style CACHE: packages | Doug Zongker | 2010-09-22 | 1 | -2/+18 |
| |\| |
|
| | * | handle old-style CACHE: packages | Doug Zongker | 2010-09-22 | 1 | -2/+18 |
* | | | am af78591c: am 2c3c5c15: Merge "mount sdcard only on demand; fix sideload installs" into gingerbread | Doug Zongker | 2010-09-22 | 2 | -3/+26 |
|\| | |
|
| * | | am 2c3c5c15: Merge "mount sdcard only on demand; fix sideload installs" into gingerbread | Doug Zongker | 2010-09-22 | 2 | -3/+26 |
| |\| |
|
| | * | Merge "mount sdcard only on demand; fix sideload installs" into gingerbread | Doug Zongker | 2010-09-22 | 2 | -3/+26 |
| | |\ |
|
| | | * | mount sdcard only on demand; fix sideload installs | Doug Zongker | 2010-09-22 | 2 | -3/+26 |
* | | | | am 8147ba85: (-s ours) am 93ca4fc6: use fs_type "emmc" instead of "block" for consistency (do not merge) | Doug Zongker | 2010-09-21 | 0 | -0/+0 |
|\| | | |
|
| * | | | am 93ca4fc6: use fs_type "emmc" instead of "block" for consistency (do not merge) | Doug Zongker | 2010-09-21 | 1 | -2/+2 |
| |\| | |
|
| | * | | use fs_type "emmc" instead of "block" for consistency (do not merge) | Doug Zongker | 2010-09-21 | 1 | -2/+2 |
| | |/ |
|
* | | | remove the notion of "root path"; support mixed flash types | Doug Zongker | 2010-09-21 | 9 | -535/+323 |
* | | | am 3dba40da: (-s ours) am d4208f9f: remove the notion of "root path"; support mixed flash types (do not merge) | Doug Zongker | 2010-09-21 | 0 | -0/+0 |
|\| | |
|
| * | | am d4208f9f: remove the notion of "root path"; support mixed flash types (do not merge) | Doug Zongker | 2010-09-21 | 9 | -471/+340 |
| |\| |
|
| | * | remove the notion of "root path"; support mixed flash types (do not merge) | Doug Zongker | 2010-09-21 | 9 | -471/+340 |
* | | | resolved conflicts for merge of 40f0d3b4 to master | Doug Zongker | 2010-09-18 | 3 | -82/+3 |
|\| | |
|
| * | | am d7d42089: remove unneeded partition roots | Doug Zongker | 2010-09-17 | 3 | -82/+2 |
| |\| |
|
| | * | remove unneeded partition roots | Doug Zongker | 2010-09-17 | 3 | -82/+2 |
* | | | am 1dcd2fd0: (-s ours) am 792b0071: do not merge - update to match ext4utils api | Brian Swetland | 2010-09-16 | 0 | -0/+0 |
|\| | |
|
| * | | am 792b0071: do not merge - update to match ext4utils api | Brian Swetland | 2010-09-16 | 1 | -1/+1 |
| |\| |
|
| | * | do not merge - update to match ext4utils api | Brian Swetland | 2010-09-16 | 1 | -1/+1 |
* | | | add missing sparseness parameter | Doug Zongker | 2010-09-16 | 1 | -1/+1 |
* | | | resolved conflicts for merge of 85bcf776 to master | Doug Zongker | 2010-09-16 | 0 | -0/+0 |
|\| | |
|
| * | | am 8a8e6cc3: (cherry-pick) EMMC support in applypatch | Doug Zongker | 2010-09-15 | 2 | -103/+176 |
| |\| |
|
| | * | (cherry-pick) EMMC support in applypatch | Doug Zongker | 2010-09-15 | 2 | -103/+176 |
* | | | resolved conflicts for merge of 9f89b0e4 to master | Doug Zongker | 2010-09-16 | 1 | -1/+1 |
|\| | |
|
| * | | am 56c5105b: support for ext4/EMMC filesystems in updater binary | Doug Zongker | 2010-09-15 | 6 | -37/+76 |
| |\| |
|
| | * | support for ext4/EMMC filesystems in updater binary | Doug Zongker | 2010-09-15 | 6 | -37/+76 |
* | | | resolved conflicts for merge of 76445f3a to master | Doug Zongker | 2010-09-16 | 1 | -20/+9 |
|\| | |
|
| * | | am 8674a726: (cherry-pick) support installing any .zip file on the sdcard | Doug Zongker | 2010-09-15 | 4 | -29/+144 |
| |\| |
|
| | * | (cherry-pick) support installing any .zip file on the sdcard | Doug Zongker | 2010-09-15 | 4 | -29/+144 |
* | | | am 858f0a76: am 8e5e4dad: close update package before installing; allow remount | Doug Zongker | 2010-09-16 | 5 | -3/+17 |
|\| | |
|
| * | | am 8e5e4dad: close update package before installing; allow remount | Doug Zongker | 2010-09-15 | 5 | -3/+17 |
| |\| |
|
| | * | close update package before installing; allow remount | Doug Zongker | 2010-09-15 | 5 | -3/+17 |
* | | | am bd4bc088: am d12560aa: add the ability to seek to a raw location while reading MTD partition | Doug Zongker | 2010-09-15 | 2 | -0/+8 |
|\| | |
|
| * | | am d12560aa: add the ability to seek to a raw location while reading MTD partition | Doug Zongker | 2010-09-15 | 2 | -0/+8 |
| |\| |
|
| | * | add the ability to seek to a raw location while reading MTD partition | Doug Zongker | 2010-09-15 | 2 | -0/+8 |
* | | | am f94a3575: am 61ba7a83: stop treating all-zero blocks as bad | Doug Zongker | 2010-09-12 | 1 | -8/+1 |
|\| | |
|
| * | | am 61ba7a83: stop treating all-zero blocks as bad | Doug Zongker | 2010-09-12 | 1 | -8/+1 |
| |\| |
|
| | * | stop treating all-zero blocks as bad | Doug Zongker | 2010-09-12 | 1 | -8/+1 |
* | | | am a2c9a1e8: am aaf3f56c: block is bad if ioctl() returns nonzero | Doug Zongker | 2010-09-10 | 1 | -2/+5 |
|\| | |
|
| * | | am aaf3f56c: block is bad if ioctl() returns nonzero | Doug Zongker | 2010-09-10 | 1 | -2/+5 |
| |\| |
|
| | * | block is bad if ioctl() returns nonzero | Doug Zongker | 2010-09-10 | 1 | -2/+5 |
* | | | am 28cae98c: am 4bc98062: add --show_text option to recovery | Doug Zongker | 2010-09-03 | 3 | -0/+11 |
|\| | |
|
| * | | am 4bc98062: add --show_text option to recovery | Doug Zongker | 2010-09-03 | 3 | -0/+11 |
| |\| |
|
| | * | add --show_text option to recovery | Doug Zongker | 2010-09-03 | 3 | -0/+11 |
* | | | am 4c7c2f73: (-s ours) am 532c8600: Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 | Ying Wang | 2010-09-02 | 0 | -0/+0 |
|\| | |
|
| * | | am 532c8600: Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 | Ying Wang | 2010-09-01 | 3 | -6/+5 |
| |\| |
|
| | * | Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 | Ying Wang | 2010-09-01 | 3 | -6/+5 |
* | | | am 17b44ee3: (-s ours) am 21f0f97e: Fix for crespo. | Ying Wang | 2010-09-02 | 0 | -0/+0 |
|\| | |
|
| * | | am 21f0f97e: Fix for crespo. | Ying Wang | 2010-09-01 | 3 | -5/+6 |
| |\| |
|
| | * | Fix for crespo. | Ying Wang | 2010-08-31 | 3 | -5/+6 |
* | | | am 97900287: am 965f9dc4: merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward | Jean-Baptiste Queru | 2010-08-24 | 0 | -0/+0 |
|\| | |
|
| * | | am 965f9dc4: merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward | Jean-Baptiste Queru | 2010-08-24 | 0 | -0/+0 |
| |\| |
|
| | * | merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward | Jean-Baptiste Queru | 2010-08-24 | 0 | -0/+0 |
| | |\ |
|
| | | * | fix bug in applying patches | Doug Zongker | 2010-08-13 | 1 | -1/+1 |
| | | * | remove shadowed variable declaration | Doug Zongker | 2010-08-13 | 1 | -1/+2 |
* | | | | am c080bc54: am fbd7ae7a: am 201cd466: remove shadowed variable declaration | Doug Zongker | 2010-08-16 | 1 | -1/+2 |
|\| | | |
|
| * | | | am fbd7ae7a: am 201cd466: remove shadowed variable declaration | Doug Zongker | 2010-08-13 | 1 | -1/+2 |
| |\| | |
|
| | * | | am 201cd466: remove shadowed variable declaration | Doug Zongker | 2010-08-13 | 1 | -1/+2 |
| | |\ \ |
|
| | | * | | remove shadowed variable declaration | Doug Zongker | 2010-08-13 | 1 | -1/+2 |
* | | | | | Changes to work with updated make_ext4fs tool that supports creating sparse images. | Ken Sumrall | 2010-08-14 | 2 | -2/+2 |
* | | | | | am c4e32005: am 17986e6b: am 8cd9e4f3: fix bug in applying patches | Doug Zongker | 2010-08-13 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | am 17986e6b: am 8cd9e4f3: fix bug in applying patches | Doug Zongker | 2010-08-13 | 1 | -1/+1 |
| |\| | | |
|
| | * | | | am 8cd9e4f3: fix bug in applying patches | Doug Zongker | 2010-08-13 | 1 | -1/+1 |
| | |\| | |
|
| | | * | | fix bug in applying patches | Doug Zongker | 2010-08-13 | 1 | -1/+1 |
| | | |/ |
|
* | | | | support using an EMMC misc partition to store recovery arguments | Doug Zongker | 2010-08-13 | 2 | -3/+56 |
* | | | | Working ASLR implementation | Hristo Bojinov | 2010-08-02 | 10 | -18/+649 |
* | | | | don't go into file select menu when mounting external storage fails | Doug Zongker | 2010-08-02 | 1 | -1/+4 |
* | | | | generalize "install from sdcard" to "install from external storage" | Doug Zongker | 2010-07-30 | 4 | -9/+11 |
* | | | | Mute unwanted error message | Ying Wang | 2010-07-21 | 1 | -1/+1 |
* | | | | resolved conflicts for merge of c02c37a1 to master | Doug Zongker | 2010-07-09 | 2 | -8/+122 |
|\| | | |
|
| * | | | am 23ceeea8: make a copy of sideloaded packages in /tmp before verifying | Doug Zongker | 2010-07-09 | 2 | -4/+117 |
| |\| | |
|
| | * | | make a copy of sideloaded packages in /tmp before verifying | Doug Zongker | 2010-07-09 | 2 | -4/+117 |
* | | | | EMMC support in applypatch | Doug Zongker | 2010-07-08 | 2 | -103/+176 |
* | | | | support for ext4/EMMC filesystems in updater binary | Doug Zongker | 2010-07-02 | 6 | -37/+76 |
* | | | | Merge "support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs" | Doug Zongker | 2010-07-01 | 2 | -5/+40 |
|\ \ \ \ |
|
| * | | | | support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs | Doug Zongker | 2010-06-30 | 2 | -5/+40 |
* | | | | | am 60faafcf: merge from open-source master | The Android Open Source Project | 2010-07-01 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | merge from open-source master | The Android Open Source Project | 2010-07-01 | 0 | -0/+0 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | am ecc76ba5: Set adbd to be disabled by default in recovery | Kenny Root | 2010-06-28 | 1 | -0/+1 |
| | |\| |
|
* | | | | am c78a9698: am ecc76ba5: Set adbd to be disabled by default in recovery | Kenny Root | 2010-06-28 | 1 | -0/+1 |
|\| | | |
|
| * | | | am ecc76ba5: Set adbd to be disabled by default in recovery | Kenny Root | 2010-06-28 | 1 | -0/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Set adbd to be disabled by default in recovery | Kenny Root | 2010-06-28 | 1 | -0/+1 |
* | | | | am 21b97ed5: Add __attribute__((format(printf, a, b))) to printf like functions. | Nick Kralevich | 2010-06-25 | 2 | -2/+2 |
|\| | | |
|
| * | | | Add __attribute__((format(printf, a, b))) to printf like functions. | Nick Kralevich | 2010-06-25 | 2 | -2/+2 |
* | | | | am dd6a0412: recovery: Add ueventd service | Colin Cross | 2010-05-14 | 1 | -0/+4 |
|\| | | |
|
| * | | | recovery: Add ueventd service | Colin Cross | 2010-05-14 | 1 | -0/+4 |
* | | | | am be42930f: am 97ca48e7: generic_x86 support | Bruce Beare | 2010-05-04 | 1 | -0/+2 |
|\| | | |
|
| * | | | am 97ca48e7: generic_x86 support | Bruce Beare | 2010-05-04 | 1 | -0/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | generic_x86 support | Bruce Beare | 2010-05-04 | 1 | -0/+2 |
| | |/ |
|
* | | | support installing any .zip file on the sdcard | Doug Zongker | 2010-04-08 | 4 | -24/+144 |
* | | | am 52219a68: (-s ours) DO NOT MERGE Encrypted File Systems integration. Recovery changes. | Oscar Montemayor | 2010-04-02 | 0 | -0/+0 |
|\| | |
|
| * | | DO NOT MERGE | Oscar Montemayor | 2010-04-02 | 6 | -242/+354 |
* | | | Merge "Encrypted File Systems part 3. Recovery changes." | Oscar Montemayor | 2010-03-31 | 6 | -242/+354 |
|\ \ \ |
|
| * | | | Encrypted File Systems part 3. Recovery changes. | Oscar Montemayor | 2010-03-15 | 6 | -242/+354 |
* | | | | am 51282faa: (-s ours) am 2654f5aa: (-s ours) DO NOT MERGE Removing unused recovey options. Please refer to Bug#2502219 for more info. | Oscar Montemayor | 2010-03-30 | 0 | -0/+0 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | am 2654f5aa: (-s ours) DO NOT MERGE Removing unused recovey options. Please refer to Bug#2502219 for more info. | Oscar Montemayor | 2010-03-30 | 0 | -0/+0 |
|/| |
| |/ |
|
| * | DO NOT MERGE | Oscar Montemayor | 2010-03-27 | 4 | -268/+2 |
|/ |
|
* | Add an empty CleanSpec.mk | Jean-Baptiste Queru | 2010-03-09 | 1 | -0/+49 |
* | make StringValue wrapper okay to call on NULL | Doug Zongker | 2010-02-25 | 1 | -0/+1 |
* | refactor applypatch and friends | Doug Zongker | 2010-02-23 | 12 | -1322/+1296 |
* | add missing includes to fix mac build (maybe) | Doug Zongker | 2010-02-20 | 2 | -0/+4 |
* | relocate applypatch; add type system and new functions to edify | Doug Zongker | 2010-02-18 | 22 | -112/+4239 |
* | Filename check and free allocated strings | Kenny Root | 2010-02-18 | 2 | -0/+7 |
* | am da846fcf: am 4c382b13: reconcile main tree with open-source eclair | The Android Open Source Project | 2010-02-05 | 0 | -0/+0 |
|\ |
|
| * | am 4c382b13: reconcile main tree with open-source eclair | The Android Open Source Project | 2010-02-05 | 0 | -0/+0 |
| |\ |
|
| | * | reconcile main tree with open-source eclair | The Android Open Source Project | 2010-02-05 | 0 | -0/+0 |
| | |\ |
|
| | | * | reconcile android-2.1_r1 snapshot | The Android Open Source Project | 2010-01-29 | 0 | -0/+0 |
| | | |\ |
|
| | | | * | android-2.1_r1 snapshot | The Android Open Source Project | 2010-01-13 | 2 | -6/+13 |
* | | | | | bump updater API version to 3; deprecate firmware update command | Doug Zongker | 2010-02-03 | 14 | -599/+16 |
* | | | | | Merge "change log recovery to generic device_recovery_start function" | Doug Zongker | 2010-02-02 | 4 | -4/+10 |
|\ \ \ \ \ |
|
| * | | | | | change log recovery to generic device_recovery_start function | Doug Zongker | 2010-02-02 | 4 | -4/+10 |
* | | | | | | add a one-argument version of package_extract_file | Doug Zongker | 2010-02-01 | 3 | -24/+113 |
|/ / / / / |
|
* | | | | | fix parsing of dumpkeys output | Doug Zongker | 2010-01-29 | 1 | -4/+4 |
* | | | | | save the recovery log from before HTC firmware updates | Doug Zongker | 2010-01-21 | 5 | -6/+117 |
* | | | | | am 4e9332cb: am 22d79a5c: make offsets in firmware update header not point to bad blocks | Doug Zongker | 2010-01-13 | 0 | -0/+0 |
|\| | | | |
|
| * | | | | am 22d79a5c: make offsets in firmware update header not point to bad blocks | Doug Zongker | 2010-01-13 | 3 | -8/+51 |
| |\| | | |
|
| | * | | | make offsets in firmware update header not point to bad blocks | Doug Zongker | 2010-01-13 | 3 | -8/+51 |
| | |/ / |
|
* | | | | make offsets in firmware update header not point to bad blocks | Doug Zongker | 2010-01-13 | 3 | -8/+51 |
* | | | | am 158657bc: merge from open-source master | Jean-Baptiste Queru | 2009-12-22 | 0 | -0/+0 |
|\| | | |
|
| * | | | merge from open-source master | Jean-Baptiste Queru | 2009-12-22 | 0 | -0/+0 |
| |\ \ \ |
|
| | * | | | Security: Fix typo in recovery EOCD detection. | Steve Kondik | 2009-12-09 | 1 | -1/+1 |
* | | | | | am d36308c2: am 17a47098: use MEMGETBADBLOCK to look for bad blocks when reading MTD partitions | Doug Zongker | 2009-12-16 | 1 | -5/+12 |
|\| | | | |
|
| * | | | | am 17a47098: use MEMGETBADBLOCK to look for bad blocks when reading MTD partitions | Doug Zongker | 2009-12-15 | 1 | -5/+12 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | use MEMGETBADBLOCK to look for bad blocks when reading MTD partitions | Doug Zongker | 2009-12-15 | 1 | -5/+12 |
* | | | | | Merge commit 'goog/eclair-plus-aosp' | Android Git Automerger | 2009-12-15 | 0 | -0/+0 |
|\| | | | |
|
| * | | | | am c652e41d: fix cut-and-paste error in verifier | Doug Zongker | 2009-12-09 | 1 | -1/+1 |
| |\| | | |
|
* | | | | | am 9b430e11: am 73ae31ce: add a simple unit test for the OTA package verifier | Doug Zongker | 2009-12-11 | 11 | -2/+203 |
|\ \ \ \ \ |
|
| * \ \ \ \ | am 73ae31ce: add a simple unit test for the OTA package verifier | Doug Zongker | 2009-12-11 | 11 | -2/+203 |
| |\ \ \ \ \ |
|
| | * | | | | | add a simple unit test for the OTA package verifier | Doug Zongker | 2009-12-10 | 11 | -2/+203 |
* | | | | | | | Merge change I117fdea9 | Android (Google) Code Review | 2009-12-10 | 4 | -22/+303 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Recovery changes for Encrypted File Systems. | Oscar Montemayor | 2009-12-10 | 4 | -22/+303 |
* | | | | | | | | am 2278a04a: am 9acf28a3: am c652e41d: fix cut-and-paste error in verifier | Doug Zongker | 2009-12-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| / / / / / /
| |/ / / / / / |
|
| * | | | | | | am 9acf28a3: am c652e41d: fix cut-and-paste error in verifier | Doug Zongker | 2009-12-10 | 1 | -1/+1 |
| |\| | | | | |
|
| | * | | | | | am c652e41d: fix cut-and-paste error in verifier | Doug Zongker | 2009-12-09 | 1 | -1/+1 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | fix cut-and-paste error in verifier | Doug Zongker | 2009-12-09 | 1 | -1/+1 |
* | | | | | | | am 6e5be9b2: merge from open-source master | Jean-Baptiste Queru | 2009-11-16 | 0 | -0/+0 |
|\| | | | | | |
|
| * | | | | | | merge from open-source master | Jean-Baptiste Queru | 2009-11-15 | 0 | -0/+0 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | * | | | | | merge from open-source master | Jean-Baptiste Queru | 2009-11-15 | 0 | -0/+0 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | * | | | | merge from eclair | Jean-Baptiste Queru | 2009-11-15 | 18 | -458/+582 |
| | | |\ \ \ \
| | | | | |_|/
| | | | |/| | |
|
| | | | * | | | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 18 | -458/+582 |
* | | | | | | | am 4011770f: merge from open-source master | Jean-Baptiste Queru | 2009-10-15 | 0 | -0/+0 |
|\| | | | | | |
|
| * | | | | | | merge from open-source master | Jean-Baptiste Queru | 2009-10-15 | 1 | -3/+6 |
| |\| | | | |
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | am 54ec81fe: Merge change I1c8ca2e4 into eclair | Doug Zongker | 2009-10-08 | 3 | -0/+0 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | * | | | | am 988500b6: add terminator to recovery\'s getopt_long options array | Doug Zongker | 2009-10-07 | 1 | -0/+1 |
| | |\ \ \ \ |
|
* | | | | | | | am d93a2545: simplify construction of the recovery progress bar | Doug Zongker | 2009-10-13 | 16 | -26/+19 |
|\| | | | | | |
|
| * | | | | | | simplify construction of the recovery progress bar | Doug Zongker | 2009-10-09 | 16 | -26/+19 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | am 54ec81fe: Merge change I1c8ca2e4 into eclair | Doug Zongker | 2009-10-12 | 3 | -0/+0 |
|\| | | | | |
|
| * | | | | | Merge change I1c8ca2e4 into eclair | Android (Google) Code Review | 2009-10-08 | 3 | -0/+0 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | replace generic recovery icons | Doug Zongker | 2009-10-03 | 3 | -0/+0 |
* | | | | | | am 988500b6: add terminator to recovery\'s getopt_long options array | Doug Zongker | 2009-10-12 | 1 | -0/+1 |
|\| | | | | |
|
| * | | | | | add terminator to recovery's getopt_long options array | Doug Zongker | 2009-10-06 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | am 8f8bc4cb: am f93d8166: confirm before wiping user data in recovery | Doug Zongker | 2009-09-25 | 1 | -69/+107 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | am f93d8166: confirm before wiping user data in recovery | Doug Zongker | 2009-09-23 | 1 | -69/+107 |
| |\| | | |
|
| | * | | | confirm before wiping user data in recovery | Doug Zongker | 2009-09-23 | 1 | -69/+107 |
* | | | | | am 486aa290: am fd8fb0c4: reduce fraction of progress bar for verification | Doug Zongker | 2009-09-20 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | am fd8fb0c4: reduce fraction of progress bar for verification | Doug Zongker | 2009-09-20 | 1 | -1/+1 |
| |\| | | |
|
| | * | | | reduce fraction of progress bar for verification | Doug Zongker | 2009-09-20 | 1 | -1/+1 |
* | | | | | am d16fb221: am 60babf8b: delete files before symlinking; log error messages | Doug Zongker | 2009-09-19 | 1 | -3/+21 |
|\| | | | |
|
| * | | | | am 60babf8b: delete files before symlinking; log error messages | Doug Zongker | 2009-09-19 | 1 | -3/+21 |
| |\| | | |
|
| | * | | | delete files before symlinking; log error messages | Doug Zongker | 2009-09-19 | 1 | -3/+21 |
* | | | | | am 2f4fc561: am 196c25c7: don\'t complain if recovery icon is short | Doug Zongker | 2009-09-17 | 1 | -1/+5 |
|\| | | | |
|
| * | | | | am 196c25c7: don\'t complain if recovery icon is short | Doug Zongker | 2009-09-15 | 1 | -1/+5 |
| |\| | | |
|
| | * | | | don't complain if recovery icon is short | Doug Zongker | 2009-09-15 | 1 | -1/+5 |
* | | | | | am b5d542cd: am a3f89eab: add a run_program() function to edify | Doug Zongker | 2009-09-10 | 1 | -0/+49 |
|\| | | | |
|
| * | | | | am a3f89eab: add a run_program() function to edify | Doug Zongker | 2009-09-10 | 1 | -0/+49 |
| |\| | | |
|
| | * | | | add a run_program() function to edify | Doug Zongker | 2009-09-10 | 1 | -0/+49 |
* | | | | | am 9a77b613: merge from open-source master | Jean-Baptiste Queru | 2009-09-04 | 0 | -0/+0 |
|\| | | | |
|
| * | | | | merge from open-source master | Jean-Baptiste Queru | 2009-09-04 | 0 | -0/+0 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | merge from donut | Jean-Baptiste Queru | 2009-09-03 | 1 | -0/+1 |
| | |\ \ \
| | | | |/
| | | |/| |
|
* | | | | | am cbf90380: merge from open-source master | Jean-Baptiste Queru | 2009-09-01 | 1 | -3/+6 |
|\| | | | |
|
| * | | | | merge from open-source master | Jean-Baptiste Queru | 2009-09-01 | 1 | -3/+6 |
| |\| | |
| | |_|/
| |/| | |
|
| | * | | Not all failures to fopen_root_path() are serious. | Jay Freeman (saurik) | 2009-08-25 | 1 | -3/+6 |
* | | | | am 34c98df7: (-s ours) do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from master | Doug Zongker | 2009-08-18 | 0 | -0/+0 |
|\| | | |
|
| * | | | do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from master | Doug Zongker | 2009-08-18 | 1 | -0/+10 |
* | | | | Recovery: When updating from SD card, update can't resume automatically | Jared Suttles | 2009-08-18 | 1 | -0/+10 |
* | | | | am 54e2e86c: (-s ours) do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branch | Doug Zongker | 2009-08-17 | 0 | -0/+0 |
|\| | | |
|
| * | | | do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branch | Doug Zongker | 2009-08-17 | 3 | -330/+155 |
* | | | | verify whole-file signature instead of jarsigner signatures | Doug Zongker | 2009-08-15 | 3 | -330/+155 |
|/ / / |
|
* | | | merge from open-source master | Jean-Baptiste Queru | 2009-08-04 | 0 | -0/+0 |
|\| | |
|
| * | | merge from donut | Jean-Baptiste Queru | 2009-07-29 | 71 | -5257/+4 |
| |\ \ |
|
* | \ \ | am 20697b96: only build flash_image for eng | Doug Zongker | 2009-08-04 | 1 | -0/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | only build flash_image for eng | Doug Zongker | 2009-07-24 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | reconcile korg/master into goog/master | Jean-Baptiste Queru | 2009-07-26 | 0 | -0/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge korg/donut into korg/master | Jean-Baptiste Queru | 2009-07-26 | 67 | -1221/+2704 |
| |\ \ |
|
* | | | | fix compile warnings in recovery, change images | Doug Zongker | 2009-07-23 | 6 | -4/+5 |
* | | | | resolved conflicts for merge of 64893ccc to master | Doug Zongker | 2009-07-16 | 71 | -5257/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | remove amend | Doug Zongker | 2009-07-15 | 71 | -5257/+4 |
| | |/
| |/| |
|
* | | | am bec02d57: skip over all-zero blocks when reading MTD partition | Doug Zongker | 2009-07-03 | 1 | -1/+12 |
|\| | |
|
| * | | skip over all-zero blocks when reading MTD partition | Doug Zongker | 2009-07-01 | 1 | -1/+12 |
* | | | am d8f7c9b8: Merge change 5545 into donut | Android (Google) Code Review | 2009-06-30 | 1 | -1/+6 |
|\| | |
|
| * | | Merge change 5545 into donut | Android (Google) Code Review | 2009-06-26 | 1 | -1/+6 |
| |\ \ |
|
| | * | | remove updater from the user system image | Doug Zongker | 2009-06-26 | 1 | -1/+6 |
* | | | | am 0bbfe3d9: fix off-by-one error in set_perm() | Doug Zongker | 2009-06-25 | 1 | -1/+1 |
|\| | | |
|
| * | | | fix off-by-one error in set_perm() | Doug Zongker | 2009-06-25 | 1 | -1/+1 |
| |/ / |
|
* | | | am fbf3c10e: improve updater progress bar | Doug Zongker | 2009-06-25 | 2 | -4/+34 |
|\| | |
|
| * | | improve updater progress bar | Doug Zongker | 2009-06-24 | 2 | -4/+34 |
* | | | add device extension mechanism to updater | Doug Zongker | 2009-06-22 | 2 | -1/+43 |
* | | | add function for device-specific wipe data features | Doug Zongker | 2009-06-19 | 4 | -2/+20 |
* | | | am 47cace98: add file_getprop() to updater | Doug Zongker | 2009-06-18 | 3 | -11/+117 |
|\| | |
|
| * | | add file_getprop() to updater | Doug Zongker | 2009-06-18 | 3 | -11/+117 |
* | | | resolved conflicts for merge of fb2e3af3 to master | Doug Zongker | 2009-06-18 | 5 | -27/+74 |
|\| | |
|
| * | | let the "firmware" command take the file straight from the package | Doug Zongker | 2009-06-18 | 5 | -26/+56 |
* | | | am e3da02e7: add less_than_int, greater_than_int to edify | Doug Zongker | 2009-06-15 | 2 | -0/+63 |
|\| | |
|
| * | | add less_than_int, greater_than_int to edify | Doug Zongker | 2009-06-13 | 2 | -0/+63 |
* | | | am d9c9d10d: fixes to edify and updater script | Doug Zongker | 2009-06-15 | 9 | -509/+674 |
|\| | |
|
| * | | fixes to edify and updater script | Doug Zongker | 2009-06-12 | 9 | -509/+674 |
* | | | am 8edb00c9: edify extensions for OTA package installation, part 2 | Doug Zongker | 2009-06-15 | 7 | -16/+291 |
|\| | |
|
| * | | edify extensions for OTA package installation, part 2 | Doug Zongker | 2009-06-12 | 7 | -16/+291 |
* | | | am 9dbc027b: fix sim build in donut, too | Doug Zongker | 2009-06-12 | 0 | -0/+0 |
|\| | |
|
| * | | fix sim build in donut, too | Doug Zongker | 2009-06-12 | 1 | -4/+4 |
* | | | am 9931f7f3: edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 13 | -13/+694 |
|\| | |
|
| * | | edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 13 | -13/+694 |
* | | | fix simulator build by excluding more of recovery | Doug Zongker | 2009-06-12 | 1 | -3/+4 |
* | | | fix error from change 3606 | Doug Zongker | 2009-06-11 | 1 | -18/+18 |
* | | | split out device-specific recovery UI code into vendor directories | Doug Zongker | 2009-06-11 | 6 | -72/+171 |
* | | | am 9b9c2114: Merge change 3514 into donut | Android (Google) Code Review | 2009-06-10 | 7 | -0/+889 |
|\| | |
|
| * | | Merge change 3514 into donut | Android (Google) Code Review | 2009-06-10 | 7 | -0/+889 |
| |\ \ |
|
| | * | | core of edify, an eventual replacement for amend | Doug Zongker | 2009-06-10 | 7 | -0/+889 |
* | | | | Force the fb into 16 bpp mode in case the hw has some other default. | Rebecca Schultz Zavin | 2009-06-06 | 1 | -0/+1 |
* | | | | am b2ee9201: allow OTA package to provide binary instead of script | Doug Zongker | 2009-06-05 | 1 | -1/+169 |
|\| | | |
|
| * | | | allow OTA package to provide binary instead of script | Doug Zongker | 2009-06-05 | 1 | -1/+169 |
| |/ / |
|
* | | | am f28c916e: remove unused permissions scheme from amend | Doug Zongker | 2009-06-03 | 12 | -1076/+69 |
|\| | |
|
| * | | remove unused permissions scheme from amend | Doug Zongker | 2009-06-03 | 12 | -1076/+69 |
* | | | am 07e1dca7: don\'t say "install complete" when it really isn\'t | Doug Zongker | 2009-06-01 | 4 | -2/+14 |
|\| | |
|
| * | | don't say "install complete" when it really isn't | Doug Zongker | 2009-05-29 | 4 | -2/+14 |
* | | | am 1c4ceae: undo temporary alignment hack | Doug Zongker | 2009-05-08 | 2 | -48/+8 |
|\| | |
|
| * | | undo temporary alignment hack | Doug Zongker | 2009-05-08 | 2 | -48/+8 |
* | | | am 683c462: align data passed to write() on 32k boundaries | Doug Zongker | 2009-05-06 | 2 | -17/+55 |
|\| | |
|
| * | | align data passed to write() on 32k boundaries | Doug Zongker | 2009-05-06 | 2 | -17/+55 |
* | | | am 596271f: handle short writes when unzipping files | Doug Zongker | 2009-04-30 | 1 | -11/+27 |
|\| | |
|
| * | | handle short writes when unzipping files | Doug Zongker | 2009-04-30 | 1 | -11/+27 |
* | | | Merge donut into master | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
|\| | |
|
| * | | merge cupcake into donut | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
| |\ \ |
|
* | | | | Merge donut into master | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
|\| | | |
|
| * | | | AI 144130: Don't build OTA package keys into the recovery binary; read | Doug Zongker | 2009-04-02 | 2 | -21/+88 |
| * | | | AI 144082: Remove the unused "unpacking" recovery icon. | Doug Zongker | 2009-04-01 | 3 | -2/+0 |
| * | | | AI 144070: Add an option to wipe cache (only) to the recovery menu. | Doug Zongker | 2009-04-01 | 1 | -0/+9 |
| * | | | AI 143128: Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-27 | 36 | -101/+68 |
| * | | | Automated import from //branches/donutburger/...@142141,142141 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
| * | | | Automated import from //branches/donutburger/...@140818,140818 | Dianne Hackborn | 2009-03-25 | 1 | -0/+190 |
* | | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 2 | -21/+88 |
|\ \ \ \ |
|
| * | | | | AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read | Doug Zongker | 2009-04-02 | 2 | -21/+88 |
* | | | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 3 | -2/+0 |
|\| | | | |
|
| * | | | | AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. | Doug Zongker | 2009-04-02 | 3 | -2/+0 |
* | | | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 1 | -0/+9 |
|\| | | | |
|
| * | | | | AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu. | Doug Zongker | 2009-04-02 | 1 | -0/+9 |
* | | | | | Merge branch 'open_source_no_contributions' into google_internal | The Android Open Source Project | 2009-03-29 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Merge commit 'korg/cupcake' | The Android Open Source Project | 2009-03-27 | 2 | -4/+199 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Automated import from //branches/cupcake/...@142138,142138 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
| | * | | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-20 | 1 | -0/+190 |
| | |/ |
|
| * | | Merge commit 'remotes/korg/cupcake' into cupcake_to_master | Jean-Baptiste Queru | 2009-03-19 | 4 | -48/+254 |
| |\| |
|
| * | | Remove obsolete OTA tools | Jean-Baptiste Queru | 2009-03-02 | 2 | -343/+0 |
| * | | Merge branch 'cupcake' | The Android Open Source Project | 2009-01-10 | 1 | -24/+79 |
| |\ \ |
|
* | | | | AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-28 | 36 | -101/+68 |
* | | | | Automated import from //branches/master/...@142142,142142 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
* | | | | Automated import from //branches/master/...@140824,140824 | Dianne Hackborn | 2009-03-25 | 1 | -0/+190 |
| |_|/
|/| | |
|
* | | | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 135 | -0/+14368 |
* | | | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 137 | -14711/+0 |
* | | | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 2 | -0/+343 |
* | | | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-03 | 2 | -343/+0 |
* | | | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-11 | 4 | -48/+254 |
| |/
|/| |
|
* | | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-10 | 1 | -24/+79 |
|/ |
|
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-18 | 11 | -35/+341 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 134 | -0/+14144 |