summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am f93d8166: confirm before wiping user data in recoveryDoug Zongker2009-09-231-69/+107
|\
| * confirm before wiping user data in recoveryDoug Zongker2009-09-231-69/+107
* | am fd8fb0c4: reduce fraction of progress bar for verificationDoug Zongker2009-09-201-1/+1
|\|
| * reduce fraction of progress bar for verificationDoug Zongker2009-09-201-1/+1
* | am 60babf8b: delete files before symlinking; log error messagesDoug Zongker2009-09-191-3/+21
|\|
| * delete files before symlinking; log error messagesDoug Zongker2009-09-191-3/+21
* | am 196c25c7: don\'t complain if recovery icon is shortDoug Zongker2009-09-151-1/+5
|\|
| * don't complain if recovery icon is shortDoug Zongker2009-09-151-1/+5
* | am a3f89eab: add a run_program() function to edifyDoug Zongker2009-09-101-0/+49
|\|
| * add a run_program() function to edifyDoug Zongker2009-09-101-0/+49
* | merge from open-source masterJean-Baptiste Queru2009-09-040-0/+0
|\ \
| * \ merge from donutJean-Baptiste Queru2009-09-031-0/+1
| |\ \
* | | | merge from open-source masterJean-Baptiste Queru2009-09-011-3/+6
|\| | | | |_|/ |/| |
| * | Not all failures to fopen_root_path() are serious.Jay Freeman (saurik)2009-08-251-3/+6
* | | do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from masterDoug Zongker2009-08-181-0/+10
* | | do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branchDoug Zongker2009-08-173-330/+155
* | | merge from open-source masterJean-Baptiste Queru2009-08-040-0/+0
|\| |
| * | merge from donutJean-Baptiste Queru2009-07-2971-5257/+4
| |\ \
* | \ \ am 20697b96: only build flash_image for engDoug Zongker2009-08-041-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | only build flash_image for engDoug Zongker2009-07-241-0/+1
| | |/ | |/|
* | | reconcile korg/master into goog/masterJean-Baptiste Queru2009-07-260-0/+0
|\ \ \ | | |/ | |/|
| * | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-2667-1221/+2704
| |\ \
* | | | fix compile warnings in recovery, change imagesDoug Zongker2009-07-236-4/+5
* | | | resolved conflicts for merge of 64893ccc to masterDoug Zongker2009-07-1671-5257/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | remove amendDoug Zongker2009-07-1571-5257/+4
| | |/ | |/|
* | | am bec02d57: skip over all-zero blocks when reading MTD partitionDoug Zongker2009-07-031-1/+12
|\| |
| * | skip over all-zero blocks when reading MTD partitionDoug Zongker2009-07-011-1/+12
* | | am d8f7c9b8: Merge change 5545 into donutAndroid (Google) Code Review2009-06-301-1/+6
|\| |
| * | Merge change 5545 into donutAndroid (Google) Code Review2009-06-261-1/+6
| |\ \
| | * | remove updater from the user system imageDoug Zongker2009-06-261-1/+6
* | | | am 0bbfe3d9: fix off-by-one error in set_perm()Doug Zongker2009-06-251-1/+1
|\| | |
| * | | fix off-by-one error in set_perm()Doug Zongker2009-06-251-1/+1
| |/ /
* | | am fbf3c10e: improve updater progress barDoug Zongker2009-06-252-4/+34
|\| |
| * | improve updater progress barDoug Zongker2009-06-242-4/+34
* | | add device extension mechanism to updaterDoug Zongker2009-06-222-1/+43
* | | add function for device-specific wipe data featuresDoug Zongker2009-06-194-2/+20
* | | am 47cace98: add file_getprop() to updaterDoug Zongker2009-06-183-11/+117
|\| |
| * | add file_getprop() to updaterDoug Zongker2009-06-183-11/+117
* | | resolved conflicts for merge of fb2e3af3 to masterDoug Zongker2009-06-185-27/+74
|\| |
| * | let the "firmware" command take the file straight from the packageDoug Zongker2009-06-185-26/+56
* | | am e3da02e7: add less_than_int, greater_than_int to edifyDoug Zongker2009-06-152-0/+63
|\| |
| * | add less_than_int, greater_than_int to edifyDoug Zongker2009-06-132-0/+63
* | | am d9c9d10d: fixes to edify and updater scriptDoug Zongker2009-06-159-509/+674
|\| |
| * | fixes to edify and updater scriptDoug Zongker2009-06-129-509/+674
* | | am 8edb00c9: edify extensions for OTA package installation, part 2Doug Zongker2009-06-157-16/+291
|\| |
| * | edify extensions for OTA package installation, part 2Doug Zongker2009-06-127-16/+291
* | | am 9dbc027b: fix sim build in donut, tooDoug Zongker2009-06-120-0/+0
|\| |
| * | fix sim build in donut, tooDoug Zongker2009-06-121-4/+4
* | | am 9931f7f3: edify extensions for OTA package installation, part 1Doug Zongker2009-06-1213-13/+694
|\| |
| * | edify extensions for OTA package installation, part 1Doug Zongker2009-06-1213-13/+694
* | | fix simulator build by excluding more of recoveryDoug Zongker2009-06-121-3/+4
* | | fix error from change 3606Doug Zongker2009-06-111-18/+18
* | | split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-116-72/+171
* | | am 9b9c2114: Merge change 3514 into donutAndroid (Google) Code Review2009-06-107-0/+889
|\| |
| * | Merge change 3514 into donutAndroid (Google) Code Review2009-06-107-0/+889
| |\ \
| | * | core of edify, an eventual replacement for amendDoug Zongker2009-06-107-0/+889
* | | | Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin2009-06-061-0/+1
* | | | am b2ee9201: allow OTA package to provide binary instead of scriptDoug Zongker2009-06-051-1/+169
|\| | |
| * | | allow OTA package to provide binary instead of scriptDoug Zongker2009-06-051-1/+169
| |/ /
* | | am f28c916e: remove unused permissions scheme from amendDoug Zongker2009-06-0312-1076/+69
|\| |
| * | remove unused permissions scheme from amendDoug Zongker2009-06-0312-1076/+69
* | | am 07e1dca7: don\'t say "install complete" when it really isn\'tDoug Zongker2009-06-014-2/+14
|\| |
| * | don't say "install complete" when it really isn'tDoug Zongker2009-05-294-2/+14
* | | am 1c4ceae: undo temporary alignment hackDoug Zongker2009-05-082-48/+8
|\| |
| * | undo temporary alignment hackDoug Zongker2009-05-082-48/+8
* | | am 683c462: align data passed to write() on 32k boundariesDoug Zongker2009-05-062-17/+55
|\| |
| * | align data passed to write() on 32k boundariesDoug Zongker2009-05-062-17/+55
* | | am 596271f: handle short writes when unzipping filesDoug Zongker2009-04-301-11/+27
|\| |
| * | handle short writes when unzipping filesDoug Zongker2009-04-301-11/+27
* | | Merge donut into masterJean-Baptiste Queru2009-04-230-0/+0
|\| |
| * | merge cupcake into donutJean-Baptiste Queru2009-04-230-0/+0
| |\ \
* | | | Merge donut into masterJean-Baptiste Queru2009-04-230-0/+0
|\| | |
| * | | AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-022-21/+88
| * | | AI 144082: Remove the unused "unpacking" recovery icon.Doug Zongker2009-04-013-2/+0
| * | | AI 144070: Add an option to wipe cache (only) to the recovery menu.Doug Zongker2009-04-011-0/+9
| * | | AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-2736-101/+68
| * | | Automated import from //branches/donutburger/...@142141,142141Doug Zongker2009-03-251-4/+9
| * | | Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-251-0/+190
* | | | Merge branch 'readonly-p4-master'Doug Zongker2009-04-022-21/+88
|\ \ \ \
| * | | | AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-022-21/+88
* | | | | Merge branch 'readonly-p4-master'Doug Zongker2009-04-023-2/+0
|\| | | |
| * | | | AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon.Doug Zongker2009-04-023-2/+0
* | | | | Merge branch 'readonly-p4-master'Doug Zongker2009-04-021-0/+9
|\| | | |
| * | | | AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu.Doug Zongker2009-04-021-0/+9
* | | | | Merge branch 'open_source_no_contributions' into google_internalThe Android Open Source Project2009-03-290-0/+0
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-272-4/+199
| |\ \ \ | | | |/ | | |/|
| | * | Automated import from //branches/cupcake/...@142138,142138Doug Zongker2009-03-251-4/+9
| | * | auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-201-0/+190
| | |/
| * | Merge commit 'remotes/korg/cupcake' into cupcake_to_masterJean-Baptiste Queru2009-03-194-48/+254
| |\|
| * | Remove obsolete OTA toolsJean-Baptiste Queru2009-03-022-343/+0
| * | Merge branch 'cupcake'The Android Open Source Project2009-01-101-24/+79
| |\ \
* | | | AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-2836-101/+68
* | | | Automated import from //branches/master/...@142142,142142Doug Zongker2009-03-251-4/+9
* | | | Automated import from //branches/master/...@140824,140824Dianne Hackborn2009-03-251-0/+190
| |_|/ |/| |
* | | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-04135-0/+14368
* | | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-04137-14711/+0
* | | auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-0/+343
* | | auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-032-343/+0
* | | auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-114-48/+254
| |/ |/|
* | auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-101-24/+79
|/
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1811-35/+341
* Initial ContributionThe Android Open Source Project2008-10-21134-0/+14144