index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gui
/
action.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-07
Refresh after partition changes
jrior001
1
-2
/
+2
2014-06-04
Whitespace and minor code cleanup
Matt Mower
1
-11
/
+11
2014-06-04
Add options to repair or change file system
Ethan Yonker
1
-0
/
+133
2014-04-16
Add support for actions triggered by key combination
Vojtech Bocek
1
-11
/
+43
2014-04-04
Allow building of an OEM friendly TWRP
Ethan Yonker
1
-1
/
+2
2014-02-26
Allow sideloading from /tmp
Ethan Yonker
1
-4
/
+5
2014-02-16
Remove some unneeded code
Ethan Yonker
1
-79
/
+8
2014-02-12
Cache results of GUIObject::isConditionTrue()
Vojtech Bocek
1
-7
/
+4
2014-02-12
Conditional -> GUIObject and make all gui objects children of GUIObject
Vojtech Bocek
1
-1
/
+1
2014-02-07
Expansion of vibrate options
Ethan Yonker
1
-1
/
+1
2014-02-06
Add haptic feedback
Samer Diab (S.a.M.e.R_d)
1
-0
/
+6
2013-11-26
Update partition sizes after sideload
Dees Troy
1
-0
/
+1
2013-09-12
Add TWFunc::Exec_Cmd() with no 'result' agrument
Vojtech Bocek
1
-14
/
+10
2013-09-12
Make fixing su perms automatic
Dees Troy
1
-2
/
+3
2013-09-12
Pull ROM info from build.prop for backup names
Dees Troy
1
-2
/
+23
2013-08-25
Add a TW_NO_TIMEOUT option
Ricardo Gomez
1
-1
/
+6
2013-08-24
Unify indentation and little clean-up in TWRP files
Vojtech Bocek
1
-249
/
+249
2013-07-01
Fix some issues with wipe partition list
Dees_Troy
1
-0
/
+7
2013-06-22
Support encrypted backup files
Dees_Troy
1
-4
/
+33
2013-04-04
Add new SliderValue GUI widget
Vojtech Bocek
1
-0
/
+27
2013-04-04
Move all AOSP code out of recovery binary
Dees_Troy
1
-61
/
+67
2013-03-30
Add partition list GUI element
Dees_Troy
1
-1
/
+62
2013-02-21
Check for root and root perms and offer to install/fix
Dees_Troy
1
-19
/
+39
2013-02-13
This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
bigbiff bigbiff
1
-0
/
+3
2013-01-28
Remove thread logging from actions.cpp
Dees_Troy
1
-3
/
+0
2013-01-25
adding sideload page with wipe cache and dalvik
bigbiff bigbiff
1
-3
/
+9
2013-01-25
Use GUI for ORS instead of console only
Dees_Troy
1
-23
/
+30
2013-01-24
Convert AOSP commands to ORS for encrypted devices
Dees_Troy
1
-0
/
+12
2013-01-24
change tar create to pthread
bigbiff bigbiff
1
-1
/
+2
2013-01-18
Improve ORS sideload to display GUI with cancel button
Dees_Troy
1
-2
/
+4
2013-01-16
Fix problems with thread creation on some devices
Dees_Troy
1
-1
/
+35
2013-01-09
Add libtar to TWRP instead of using busybox tar
bigbiff bigbiff
1
-28
/
+29
2012-10-16
Update injecttwrp for Epic 4G Touch
Dees_Troy
1
-1
/
+23
2012-10-10
Finalize 2.3.0.0
Dees_Troy
1
-14
/
+4
2012-10-01
Fix output of version number
Dees_Troy
1
-1
/
+0
2012-09-27
Save version number to storage
Dees_Troy
1
-0
/
+1
2012-09-27
Update sdcard partitioning to C++
Dees_Troy
1
-68
/
+4
2012-09-27
Port backup name checking to Partition Manager
Dees_Troy
1
-3
/
+2
2012-09-27
Port reboot functions to C++
Dees_Troy
1
-12
/
+11
2012-09-26
Add option to wipe android secure
Dees_Troy
1
-0
/
+2
2012-09-26
Fix permissions updates
Dees_Troy
1
-8
/
+17
2012-09-26
Fix SDCard partitioning
Dees_Troy
1
-3
/
+11
2012-09-20
Add and improve OpenRecoveryScript support
Dees_Troy
1
-3
/
+3
2012-09-19
Fix ext storage and zip paths
Dees_Troy
1
-0
/
+26
2012-09-19
Improve adb sideload - use storage vs tmp
Dees_Troy
1
-11
/
+8
2012-09-19
Improve adb sideload -- add cancel
Dees_Troy
1
-4
/
+30
2012-09-18
Cleanup extra-functions
Dees_Troy
1
-27
/
+13
2012-09-17
Update backup and restore code, adb sideload
Dees_Troy
1
-5
/
+38
2012-09-14
Add wipe functions, compiles in CM7, text shows in UI, zips install
Dees_Troy
1
-39
/
+34
2012-09-12
Make text appear in GUI console, Zip install works.
Dees_Troy
1
-0
/
+3
2012-09-11
Zip install works again
Dees_Troy
1
-9
/
+14
2012-09-10
Improve storage size code, mount, unmount
Dees_Troy
1
-15
/
+7
2012-09-07
Add processing of fstab, mounting, and decrypt
Dees_Troy
1
-20
/
+20
2012-09-06
Hax to make it boot
Dees_Troy
1
-4
/
+4
2012-09-05
TWRP-ify AOSP code
Dees_Troy
1
-0
/
+1134