From 7abc5fe195cfa203d215781e2a04672cebecca1e Mon Sep 17 00:00:00 2001 From: bigbiff Date: Sat, 17 Jan 2015 16:53:12 -0500 Subject: Add cancel backup capability. This will stop the iteration of the partition objects, kill the current twrpTar thread and remove the backup directory. Implement TWAtomicInt class to give us a wrapper that automatically uses mutexes before the read and write to help ensure that the reads and writes will be atomic based on documentation. Change-Id: I645b22bc980a292e9c7202acb24ffd22ebe68c63 --- gui/devices/landscape/res/landscape.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'gui/devices/landscape/res') diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index f66eb8bb6..eb6d9ddd6 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -670,7 +670,7 @@ - + Cancel @@ -2157,6 +2157,17 @@ + + + + + Cancel + + + + + + @@ -2165,6 +2176,7 @@ + tw_back=backup tw_complete_text1=Backup Complete @@ -2173,6 +2185,17 @@ + + + + + tw_back=backup + tw_complete_text1=Backup Cancelled + tw_show_reboot=1 + action_complete + + + -- cgit v1.2.3