[TBT][bluetooth][Non-ACR][TSIX-3453, Popup doesn’t disappear after tapping on OK... 96/233896/2
authorRaghu Sravan Kumar Mendu <raghu.mendu@samsung.com>
Wed, 20 May 2020 06:48:28 +0000 (12:18 +0530)
committermanoj gupta <manoj.g2@samsung.com>
Wed, 20 May 2020 07:50:36 +0000 (07:50 +0000)
Change-Id: I87e6dfa346d60f7826b716a8b215b32a316e1fd9
Signed-off-by: Raghu Sravan Kumar Mendu <raghu.mendu@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-bluetooth-callback-view.c [changed mode: 0644->0755]

index 659ddc14fafb91a9820ab8bb2602828032e49c08..4667ebec36c7371126754a02d51817adae283fdc 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index b5b0826701cc28115f1b0e7ef40f6ef74aa9a5e1..5cd1aee156b4c74deb301a46d0556292c94436b5 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
old mode 100644 (file)
new mode 100755 (executable)
index dbf5b4e..2819dff
@@ -177,7 +177,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
                this->create_label = ui_utils_label_add(this->view->layout, "Create Bond: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
 
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create Bond with some device and Create Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create Bond with some device and Create Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};
                  ret = bt_adapter_get_state(&this->adapter_state);
@@ -216,7 +216,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
                this->create_label = ui_utils_label_add(this->view->layout, "Destroy Bond: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
 
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create bond with device and destroy bond then Destroy Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create bond with device and destroy bond then Destroy Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};
                  ret = bt_adapter_get_state(&this->adapter_state);
@@ -258,7 +258,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
                this->create_label = ui_utils_label_add(this->view->layout, "Discover Devices: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
 
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Device Discovery callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Device Discovery callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};
                ret = bt_adapter_set_device_discovery_state_changed_cb(Bluetooth_adapter_device_discovery_state_changed_cb_p, this);
@@ -282,7 +282,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
                this->create_label = ui_utils_label_add(this->view->layout, "Get Device List: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
 
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Scanned callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Scanned callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};
 
@@ -304,7 +304,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
                this->create_label = ui_utils_label_add(this->view->layout, "Set Name: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
 
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Name Changed callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Name Changed callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};
         ret = bt_adapter_set_name_changed_cb(Bluetooth_bt_adapter_name_changed_cb_p, this);
@@ -345,7 +345,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf
        {
                this->create_label = ui_utils_label_add(this->view->layout, "Set Name: ");
                elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
-               ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Correct Error Message Displayed<br/><br/><b>Note:You can also refer info section");
+               //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Correct Error Message Displayed<br/><br/><b>Note:You can also refer info section");
 
                char resultc[256] ={0,};