summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
android-14.0recovery: remove most of the loopXXXX.png files to reduce ramdisk sizemaxwen8 months
android-11Snap for 6732510 from f81364cd8c9bd2e7d39e0a794e00c09746c32e43 to rvc-d1-b-releaseandroid-build-team Robot4 years
android-9.0otautil: Android.bp libziparchive addedArmin Mehdilou4 years
android-8.1language: italian: Fix rename_stock typoDavid6 years
android-8.0Fix build error in AOSP 8.1.0 r1 treeEthan Yonker6 years
android-7.1Remove duplicate entries & Improve Chinese translationkaneawk7 years
android-4.4Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add.Michael Runge7 years
android-7.0Merge "MD5 verification sanity" into android-7.0big biff8 years
android-6.0Fix image flashing: attempt 2James Christopher Adduono8 years
android-5.1minuitwrp: pixelflinger no longer has VectorImplmaxwen9 years
[...]
 
 
AgeCommit messageAuthorFilesLines
2015-03-11toolbox: Cleanup Makefileandroid-5.0Matt Mower1-295/+168
2015-03-11Mount pstore filesystem while in recoveryVojtech Bocek1-0/+2
2015-03-11Implement gr_line() and gr_render_circle()Vojtech Bocek2-0/+47
2015-03-11Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek2-2/+9
2015-03-11gui: support string resourcesthat5-60/+39
2015-03-11gui: allow specifying resource type in element namethat1-8/+8
2015-03-11gui: type safe resources part 2that4-59/+69
2015-03-06gui: make scroll bars smaller and transparentthat19-76/+76
2015-03-05gui: kinetic scrolling for consolethat7-234/+156
2015-03-05gui: introduce virtual RenderItem method in ScrollListthat5-80/+83
2015-03-05minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu2-22/+34
2015-03-05GUI: Terminal command: minor improvementsMatt Mower4-0/+7
2015-03-05GUI: Use valid XML syntaxMatt Mower22-128/+128
2015-03-05Address a few compiler warningsMatt Mower7-8/+9
2015-02-27Properly initialize Archive_Current_Size to 0 in twrpTarEthan Yonker1-0/+1
2015-02-25GUI: Restore text input field for restore decryptMatt Mower1-0/+1
2015-02-23gui: fix missing icons in fileselectorthat1-6/+6
2015-02-23Theme: Add ability to disable size checking before backupbigbiff15-9/+80
2015-02-23gui: don't truncate values to 0 after scalingthat3-4/+8
2015-02-23Fix reboot system on watch themeEthan Yonker1-1/+1
2015-02-21Fix fsck_msdos symlinkMatt Mower1-1/+1
2015-02-21gui: proportional scrollbarsthat2-53/+63
2015-02-21Replace Auto_Generated name spaces with underscores.bigbiff1-1/+3
2015-02-21GUI: Support styles in xml to reduce xml file sizeEthan Yonker25-2977/+1055
2015-02-15gui: make kinetic scrolling deceleration more awesomethat1-8/+10
2015-02-15gui: support scrollable lists without headersthat4-175/+93
2015-02-15gui: make resources type safethat21-407/+254
2015-02-15Retain and display previous selection for image flashingEthan Yonker2-7/+7
2015-02-13gui: fix condition handling for liststhat3-6/+6
2015-02-13minuitwrp: fix file descriptor leak in open_pngthat1-2/+5
2015-02-122.8.5.0Ethan Yonker1-1/+1
2015-02-11Fix handling of mapped zip files for OTA updatesEthan Yonker1-24/+33
2015-02-11Fix handling of GGLContext in res_scale_surfaceEthan Yonker1-4/+5
2015-02-10Scale the GUI to fit the screenEthan Yonker34-150/+399
2015-02-10Remove deletes for images from scroll list GUI ElementsEthan Yonker6-12/+0
2015-02-09gui: avoid high CPU usage while waiting for inputthat4-15/+28
2015-02-09Reset data manager variables before running runPagesEthan Yonker1-1/+3
2015-02-09Fix erroneous infinite loop in MTP inotify_tEthan Yonker1-1/+1
2015-02-06gui: fix console lockup when scrollingthat2-17/+17
2015-02-06gui: make kinetic scrolling more naturalthat1-2/+2
2015-02-05Unify scrollable list codeEthan Yonker6-2434/+1173
2015-02-02Disable stock recovery replacing TWRP during ORSEthan Yonker4-7/+18
2015-02-02Allow wiping f2fs to reserve space for a crypto footerdhacker291-1/+12
2015-02-02MTP: make MTP work even if unplugged and repluggedEthan Yonker6-66/+61
2015-02-01gui: simplify code in GUIKeyboardthat2-131/+73
2015-02-01gui: fix potential invalid memory accessthat1-5/+1
2015-02-01gui: fix hardware keyboardthat3-73/+64
2015-02-01gui: fix lag (and event logging)that2-19/+20
2015-01-30gui: run cancel action in another threadthat2-52/+79
2015-01-30gui: move input handling into a classthat2-221/+244
2015-01-30Move input handling into the main threadEthan Yonker4-208/+575
2015-01-30Fixed screen flipping for devices where xres_virtual > xresBogdan Seniuc1-8/+6
2015-01-29gui: fix IsInRegionthat2-5/+5
2015-01-29Use macro to add actions to the action mapVojtech Bocek1-56/+58
2015-01-27Use TWAtomicInt in MTPStorageEthan Yonker3-74/+7
2015-01-27Use TWAtomicInt in gui.cpp to make it thread safeEthan Yonker1-35/+23
2015-01-27Add cancel backup capability.bigbiff15-35/+293
2015-01-22Use /twres instead of /res for theme resourcesDees Troy11-38/+49
2015-01-22Hide some non critical error messagesEthan Yonker4-11/+11
2015-01-22Merge "Include libpcre if present" into android-5.0Dees Troy1-0/+3
2015-01-22Include libpcre if presentDees Troy1-0/+3
2015-01-22Remove fibmap.f2fs from relinkingDees Troy1-2/+0
2015-01-22Move ORS command line into main threadEthan Yonker4-143/+114
2015-01-18gui: clean up error handling in resource managerthat1-61/+24
2015-01-132.8.4.0Ethan Yonker1-1/+1
2015-01-13Fix handling of custom themes after decryptEthan Yonker4-34/+44
2015-01-12Fix some crashes during theme (re)loadingVojtech Bocek3-15/+29
2015-01-12Fix some actions being incorrectly threadedVojtech Bocek1-1/+1
2015-01-11gui: simplify blanktimerthat8-145/+76
2015-01-09Fix restore of images for mtd and bml nandEthan Yonker1-3/+1
2015-01-09Allow for X and Y offsets in GUIEthan Yonker6-5/+37
2015-01-09Add locking to DataManager, remove unused C partsVojtech Bocek3-167/+33
2015-01-09Merge "Use power button to go back in watch themes" into android-5.0Dees Troy3-3/+3
2015-01-09Use power button to go back in watch themesVojtech Bocek3-3/+3
2015-01-09Improve GUI handling of zip flashingEthan Yonker2-12/+10
2015-01-09Allow flashing of images via the GUIEthan Yonker28-57/+713
2015-01-09gui: fix action threading if background thread is busythat2-11/+16
2015-01-09Run some actions in a separate threadthat2-158/+217
2015-01-06Include libnetd_client in recoveryVojtech Bocek1-0/+2
2015-01-05Remove mtdutils source from libaosprecoveryEthan Yonker1-1/+1
2015-01-05Stop building unneeded libs for libblkidEthan Yonker2-9/+6
2015-01-05Build more needed libs for mke2fsEthan Yonker1-0/+6
2015-01-05Update blkid to 2.25.0bigbiff416-27971/+55168
2015-01-05crypto: remove unused libs and clean up makefilethat2-44/+2
2015-01-05Fix adb sideload during ORSEthan Yonker1-22/+28
2015-01-05Thread openrecoveryscript action to properly display action pageEthan Yonker2-22/+39
2015-01-04fix adb sideloadthat6-116/+117
2015-01-03Fix GUIAction::operation_startEthan Yonker1-1/+1
2015-01-02Do not toggle USB ID during MTP startup if not neededEthan Yonker3-36/+40
2015-01-01gui: remove dead build flag TWRP_SIMULATE_ACTIONSthat1-6/+0
2014-12-30gui: Move action functions to function pointer map.that2-1060/+1149
2014-12-29twrp-functions: remove unused functionsthat2-126/+0
2014-12-29mtp: get rid of string streams, reduces binary size a bitthat3-10/+5
2014-12-29Move sleep during MTP startup to MTP threadEthan Yonker2-1/+5
2014-12-29gui: fix DEVICE_RESOLUTION warnings in Android.mkthat1-12/+12
2014-12-29Check for valid MTP_Storage_ID before adding or removingEthan Yonker2-5/+11
2014-12-29Ingore SIGPIPE errorsEthan Yonker1-0/+3
2014-12-29Improve MTPServer logging of read errorsEthan Yonker1-4/+8
2014-12-29Add TW_IGNORE_MT_POSITION_0 touch flagEthan Yonker2-0/+16
2014-12-22toolbox_recovery should always include setenforceEthan Yonker1-1/+5
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/android_bootable_recovery
https://ni.xn--ijanec-9jb.eu/anonymous/android_bootable_recovery