Normalized digest check before installing zip
Change-Id: I5a3e82f103e7a80800be7790f1c8dc33c76413da
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 4be49ea..cdaf229 100755
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -175,6 +175,15 @@
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
</style>
+ <style name="options_listbox">
+ <highlight color="%fileselector_highlight_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
+ <separator color="%background_color%" height="%fileselector_separatorheight%"/>
+ <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
+ <background color="%background_color%"/>
+ <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
+ </style>
+
<style name="slider">
<placement x="%col2_x_right%" y="%row17a_y%"/>
<font resource="font_m" color="%text_color%"/>
@@ -442,24 +451,23 @@
<text>{@options=Options:}</text>
</text>
- <checkbox>
- <placement x="%col1_x_right%" y="%row9_y%"/>
- <text>{@zip_sig_chk=Zip signature verification}</text>
- <data variable="tw_signed_zip_verify"/>
- </checkbox>
-
- <checkbox>
- <condition var1="tw_has_injecttwrp" var2="1"/>
- <placement x="%col1_x_right%" y="%row10a_y%"/>
- <text>{@inject_twrp_chk=Inject TWRP after install}</text>
- <data variable="tw_inject_after_zip"/>
- </checkbox>
-
- <checkbox>
- <placement x="%col1_x_right%" y="%row12_y%"/>
- <text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot"/>
- </checkbox>
+ <listbox style="options_listbox">
+ <placement x="%col1_x_right%" y="%row9_y%" w="%content_half_width%" h="%listbox_options_height%"/>
+ <icon selected="checkbox_true" unselected="checkbox_false"/>
+ <listitem name="{@zip_sig_chk=Zip signature verification}">
+ <data variable="tw_signed_zip_verify"/>
+ </listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
+ <listitem name="{@inject_twrp_chk=Inject TWRP after install}">
+ <condition var1="tw_has_injecttwrp" var2="1"/>
+ <data variable="tw_inject_after_zip"/>
+ </listitem>
+ </listbox>
<button style="main_button_half_width">
<placement x="%col1_x_left%" y="%row15a_y%"/>
@@ -3055,6 +3063,9 @@
<listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
<data variable="tw_skip_digest_check"/>
</listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
<data variable="tw_military_time"/>
</listitem>
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml
index 1b1502c..74d35fa 100755
--- a/gui/theme/common/languages/en.xml
+++ b/gui/theme/common/languages/en.xml
@@ -226,6 +226,7 @@
<string name="enable_backup_comp_chk">Enable compression</string>
<string name="skip_digest_backup_chk" version="2">Skip Digest generation during backup</string>
<string name="disable_backup_space_chk" version="2">Disable free space check before backup</string>
+ <string name="skip_digest_zip_chk">Skip Digest check before installing zip</string>
<string name="current_boot_slot">Current Slot: %tw_active_slot%</string>
<string name="boot_slot_a">Slot A</string>
<string name="boot_slot_b">Slot B</string>
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 80ee07d..6c6ce47 100755
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -146,6 +146,15 @@
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
</style>
+ <style name="options_listbox">
+ <highlight color="%fileselector_highlight_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
+ <separator color="%background_color%" height="%fileselector_separatorheight%"/>
+ <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
+ <background color="%background_color%"/>
+ <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
+ </style>
+
<style name="slider">
<placement x="%center_x%" y="%row23_y%"/>
<font resource="font_s" color="%text_color%"/>
@@ -394,24 +403,23 @@
<text>%tw_file%</text>
</text>
- <checkbox>
- <placement x="%indent%" y="%row12_y%"/>
- <text>{@zip_sig_chk=Zip signature verification}</text>
- <data variable="tw_signed_zip_verify"/>
- </checkbox>
-
- <checkbox>
- <placement x="%indent%" y="%row13a_y%"/>
- <text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot"/>
- </checkbox>
-
- <checkbox>
- <condition var1="tw_has_injecttwrp" var2="1"/>
- <placement x="%indent%" y="%row15_y%"/>
- <text>{@inject_twrp_chk=Inject TWRP after install}</text>
- <data variable="tw_inject_after_zip"/>
- </checkbox>
+ <listbox style="options_listbox">
+ <placement x="%indent%" y="%row12_y%" w="%content_width%" h="%listbox_options_height%"/>
+ <icon selected="checkbox_true" unselected="checkbox_false"/>
+ <listitem name="{@zip_sig_chk=Zip signature verification}">
+ <data variable="tw_signed_zip_verify"/>
+ </listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
+ <listitem name="{@inject_twrp_chk=Inject TWRP after install}">
+ <condition var1="tw_has_injecttwrp" var2="1"/>
+ <data variable="tw_inject_after_zip"/>
+ </listitem>
+ </listbox>
<button style="main_button_half_height">
<placement x="%indent%" y="%row18a_y%"/>
@@ -3226,6 +3234,9 @@
<listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
<data variable="tw_skip_digest_check"/>
</listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
<data variable="tw_military_time"/>
</listitem>
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index 8b8fdd7..bb59511 100755
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -176,6 +176,15 @@
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
</style>
+ <style name="options_listbox">
+ <highlight color="%fileselector_highlight_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
+ <separator color="%background_color%" height="%fileselector_separatorheight%"/>
+ <dimensions lineh="%slidervalue_lineh%" linepadding="%slidervalue_padding%" sliderw="%slidervalue_sliderw%" sliderh="%slidervalue_sliderh%"/>
+ <background color="%background_color%"/>
+ <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
+ </style>
+
<style name="slider">
<placement x="%center_x%" y="%slider_y%"/>
<font resource="font_l" color="%text_color%"/>
@@ -550,24 +559,23 @@
<text>{@install_zip_hdr=Install Zip} > {@options_hdr=Options}</text>
</text>
- <checkbox>
- <placement x="%indent%" y="%row1_y%"/>
- <text>{@zip_sig_chk=Zip file signature verification}</text>
- <data variable="tw_signed_zip_verify"/>
- </checkbox>
-
- <checkbox>
- <condition var1="tw_has_injecttwrp" var2="1"/>
- <placement x="%indent%" y="%row2a_y%"/>
- <text>{@inject_twrp_chk=Inject TWRP after install}</text>
- <data variable="tw_inject_after_zip"/>
- </checkbox>
-
- <checkbox>
- <placement x="%indent%" y="%row4_y%"/>
- <text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot"/>
- </checkbox>
+ <listbox style="options_listbox">
+ <placement x="%indent%" y="%row1_y%" w="%content_width%" h="%listbox_options_height%"/>
+ <icon selected="checkbox_true" unselected="checkbox_false"/>
+ <listitem name="{@zip_sig_chk=Zip signature verification}">
+ <data variable="tw_signed_zip_verify"/>
+ </listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
+ <listitem name="{@install_reboot_chk=Reboot after installation is complete}">
+ <data variable="tw_install_reboot"/>
+ </listitem>
+ <listitem name="{@inject_twrp_chk=Inject TWRP after install}">
+ <condition var1="tw_has_injecttwrp" var2="1"/>
+ <data variable="tw_inject_after_zip"/>
+ </listitem>
+ </listbox>
<button>
<placement x="%col1_x_left%" y="%row11_y%"/>
@@ -3732,6 +3740,9 @@
<listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}">
<data variable="tw_skip_digest_check"/>
</listitem>
+ <listitem name="{@skip_digest_zip_chk=Skip Digest check before installing zip}">
+ <data variable="tw_skip_digest_check_zip"/>
+ </listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
<data variable="tw_military_time"/>
</listitem>