Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | recovery: New icon type VIEWING_LOG | Tom Marshall | 2015-11-25 | 2 | -2/+4 | |
* | | | | | | | | | sr: Dejank the menus, fix colors | Tom Marshall | 2015-11-25 | 1 | -4/+3 | |
* | | | | | | | | | sr: Fix the progress bar | Steve Kondik | 2015-11-25 | 2 | -19/+16 | |
* | | | | | | | | | sr: Touch UI | Tom Marshall | 2015-11-25 | 28 | -125/+750 | |
* | | | | | | | | | sr: Return to main menu after selection | Tom Marshall | 2015-11-25 | 1 | -28/+26 | |
* | | | | | | | | | recovery: Move icon_info.png to res-specific dirs | Matt Mower | 2015-11-25 | 5 | -0/+0 | |
* | | | | | | | | | recovery: Initial dialog implementation | Tom Marshall | 2015-11-25 | 16 | -8/+389 | |
* | | | | | | | | | recovery: Handle oemunlock command | Tom Marshall | 2015-11-25 | 4 | -7/+66 | |
* | | | | | | | | | recovery: datamedia support | Tom Marshall | 2015-11-25 | 5 | -14/+132 | |
* | | | | | | | | | recovery: Provide caching for sideload files | Tom Marshall | 2015-11-25 | 1 | -1/+107 | |
* | | | | | | | | | recovery: bu: Implement backup/restore | Tom Marshall | 2015-11-25 | 7 | -9/+1144 | |
* | | | | | | | | | recovery: Provide sideload cancellation | Tom Marshall | 2015-11-25 | 9 | -93/+195 | |
* | | | | | | | | | Blank screen during shutdown and reboot | Pat Erley | 2015-11-25 | 1 | -0/+3 | |
* | | | | | | | | | recovery: turn on the backlight in recovery mode | Tom Marshall | 2015-11-25 | 1 | -0/+25 | |
* | | | | | | | | | recovery: Awakening of MiniVold | Tom Marshall | 2015-11-25 | 16 | -112/+961 | |
* | | | | | | | | | sr: Include vendor init trigger | Matt Mower | 2015-11-24 | 1 | -0/+6 | |
* | | | | | | | | | Add back and home key handling. | Steve Kondik | 2015-11-20 | 3 | -1/+26 | |
* | | | | | | | | | sr: Clean up f2fs tools (part of fstools now) | Steve Kondik | 2015-11-20 | 2 | -11/+2 | |
* | | | | | | | | | sr: Add fstools, update build configuration | Steve Kondik | 2015-11-20 | 4 | -9/+157 | |
* | | | | | | | | | OMGRainbows | CEnnis91 | 2015-11-20 | 4 | -4/+76 | |
* | | | | | | | | | sr: Enable zip/unzip commands | Steve Kondik | 2015-11-20 | 2 | -1/+17 | |
* | | | | | | | | | sr: Puke out an /etc/fstab so stuff like Busybox is happy | Steve Kondik | 2015-11-20 | 1 | -0/+26 | |
* | | | | | | | | | sr: Get a proper shell environment in recovery | Steve Kondik | 2015-11-20 | 5 | -8/+316 | |
* | | | | | | | | | recovery: Add timestamps in update logs. | Tao Bao | 2015-11-07 | 2 | -16/+99 | |
* | | | | | | | | | imgdiff: Fix compilation warnings | Steve Kondik | 2015-11-07 | 1 | -15/+17 | |
* | | | | | | | | | uncrypt: remove O_SYNC to avoid time-out failures | Jaegeuk Kim | 2015-11-07 | 1 | -1/+1 | |
* | | | | | | | | | minadbd: use strdup() to create argument for sideload thread. | Yabin Cui | 2015-11-07 | 1 | -2/+4 | |
* | | | | | | | | | Suppress some compiler warnings due to signedness. | Tao Bao | 2015-11-07 | 2 | -5/+5 | |
* | | | | | | | | | recovery: Remove redirect_stdio() when calling ShowFile(). | Tao Bao | 2015-11-07 | 2 | -4/+1 | |
* | | | | | | | | | imgdiff: fix file descriptor leak | Jeremy Compostella | 2015-11-07 | 1 | -1/+9 | |
* | | | | | | | | | recovery: Fix the bug that truncates menu entries. | Tao Bao | 2015-11-07 | 1 | -1/+6 | |
* | | | | | | | | | recovery: Factor out wear_ui.{cpp,h} into bootable/recovery. | Tao Bao | 2015-11-07 | 3 | -0/+788 | |
* | | | | | | | | | Fix potential crash | Jeremy Compostella | 2015-11-07 | 1 | -5/+9 | |
* | | | | | | | | | recovery: Allow "Mount /system" for system_root_image. | Tao Bao | 2015-11-07 | 3 | -19/+39 | |
* | | | | | | | | | updater: Hoist fsync() to outer loop. | Tao Bao | 2015-11-07 | 1 | -6/+5 | |
* | | | | | | | | | recovery: Switch fuse_* to C++. | Tao Bao | 2015-11-07 | 5 | -29/+14 | |
* | | | | | | | | | Clean up LOG functions. | Tao Bao | 2015-11-07 | 3 | -20/+20 | |
* | | | | | | | | | recovery: Use xxhdpi resources for 560dpi devices | Tao Bao | 2015-11-07 | 1 | -0/+1 | |
* | | | | | | | | | Just use fstat in sysMapFile. | Elliott Hughes | 2015-11-07 | 3 | -71/+24 | |
* | | | | | | | | | Unmount sdcard if no package file is selected. | caozhiyuan | 2015-11-07 | 1 | -0/+1 | |
* | | | | | | | | | recovery: Switch to clang | Tao Bao | 2015-11-07 | 13 | -10/+38 | |
* | | | | | | | | | Fix build: fprintf without modifier | Tao Bao | 2015-11-07 | 1 | -2/+1 | |
* | | | | | | | | | Log update outputs in order | Tao Bao | 2015-11-07 | 6 | -13/+44 | |
* | | | | | | | | | recovery: change the way of rebooting when using power key combo | Gaelle Nassiet | 2015-11-07 | 1 | -1/+3 | |
* | | | | | | | | | Stop using libstdc++. | Dan Albert | 2015-11-07 | 3 | -5/+3 | |
* | | | | | | | | | Add error and range checks to parse_range | Sami Tolvanen | 2015-11-07 | 1 | -10/+71 | |
* | | | | | | | | | init sets the default PATH itself, better. | Elliott Hughes | 2015-11-07 | 1 | -1/+0 | |
* | | | | | | | | | sr: Use pathmap for recovery | Tom Marshall | 2015-11-07 | 1 | -1/+4 | |
* | | | | | | | | | mtdutils: Fix mounting partitions by-name | Michael Bestas | 2015-11-07 | 1 | -1/+7 | |
* | | | | | | | | | bootloader: Silence /misc partition error | Matt Mower | 2015-11-07 | 1 | -4/+4 |