[NonACR][TBT][TSIX-1684, TC removed for operation view browser as browser support... 78/228478/2
authorNibha Sharma <nibha.sharma@samsung.com>
Mon, 23 Mar 2020 09:00:23 +0000 (14:30 +0530)
committershobhit verma <shobhit.v@samsung.com>
Mon, 23 Mar 2020 10:03:14 +0000 (10:03 +0000)
Change-Id: I4b57f4eda76630755825897bf78737deae5272d5
Signed-off-by: Nibha Sharma <nibha.sharma@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/inc/model/tbt-info.h
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-genlist-view.c
tbtcoreapp/src/view/tbt-pick-view.c

index 27b1c3176748e95a4e6db771b04a5ab9c1ace9dd..6f7fb856382b7a71f48503b785af9e0a911c1436 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 01d94d1fe1459cab8062595cd1f6e1823db9c852..418437cb2f2edae39cd4c4c53f4a22b0d2b3aa1c 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
index 796e604ccafd869bb7535cc59af3cd3627a70c76..835801bcdf79bd73ce906e81cae2cb736df04be8 100644 (file)
@@ -123,7 +123,7 @@ typedef enum {
     TBT_APP_PICK_VIEW_APP,
     TBT_APP_PICK_PICK_APP,
 
-    TBT_APP_PICK_VIEW_BR0WSER_APP,
+    //TBT_APP_PICK_VIEW_BR0WSER_APP,
     TBT_APP_PICK_VIEW_IMAGE_APP,
     TBT_APP_PICK_VIEW_SOUND_APP,
     TBT_APP_PICK_VIEW_VIDEO_APP,
index 017ab104d85666434d6a947898e951d92cc1dc6b..2df96df888c9c431a8c1d56ba63639f75ca75b3b 100644 (file)
@@ -1130,7 +1130,7 @@ static tbt_info tbtapps[] =
 #endif
 
 #ifdef TBT_MODULE_APP
-       #ifdef TBT_MODULE_APP_PICK_VIEW_BR0WSER_APP
+/*     #ifdef TBT_MODULE_APP_PICK_VIEW_BR0WSER_APP
 
                //Operation Pick
                {
@@ -1141,7 +1141,7 @@ static tbt_info tbtapps[] =
                        .info = "Launch other application<br/> in view mode",
                        .result = 0
                 },
-       #endif
+       #endif*/
        #ifdef TBT_MODULE_APP_PICK_VIEW_IMAGE_APP
 
                //Operation Pick
index 9acf6975fd512aef892a4f243cf936bb51c3be3e..284944f181e25e7ae6d7cfa76a1014f3a1031d9d 100644 (file)
@@ -940,9 +940,9 @@ static void _gl_item_selected_cb(void *data, Evas_Object *obj EINA_UNUSED, void
                #endif
 
                #ifdef TBT_MODULE_APP
-                       case TBT_APP_PICK_VIEW_BR0WSER_APP:
-                               pick_view_add(view->navi, info, it);
-                               break;
+                       //case TBT_APP_PICK_VIEW_BR0WSER_APP:
+                       //      pick_view_add(view->navi, info, it);
+                       //      break;
                        case TBT_APP_PICK_VIEW_IMAGE_APP:
                                pick_view_add(view->navi, info, it);
                                break;
index a1df779bed5b440350e1d73fd54770786473c5e9..ef3390ea5226f586c93de2d7a2821a7d25936569 100644 (file)
@@ -468,8 +468,8 @@ static void _add_urls(pick_view *this)
 
        Elm_Object_Item* it;
 
-       if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP ||
-                       this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP ||
+//     if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP ||
+       if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP ||
                                this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_SOUND_APP ||
                                        this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_VIDEO_APP)
        {
@@ -652,8 +652,8 @@ static void _view(void *data, Evas_Object *obj, void *event_info)
        DBG("URI:%s",_view_it->uri);
        DBG("MIME:%s",_view_it->mime);
 
-       if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP ||
-                       this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP ||
+       //if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP ||
+       if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP ||
                                this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_SOUND_APP ||
                                        this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_VIDEO_APP)
        {
@@ -740,7 +740,7 @@ static Evas_Object *add_control_layout(pick_view *this, Evas_Object *parent)
         elm_table_pack(table, this->multiple_btn, 1, 0, 1, 1);
    }
 
-    else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP)
+/*    else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_BR0WSER_APP)
     {
                #ifdef USE_GENLIST
                        elm_genlist_clear(this->data_list);
@@ -749,7 +749,7 @@ static Evas_Object *add_control_layout(pick_view *this, Evas_Object *parent)
                #endif
        _add_urls(this);
                ui_utils_label_set_text(this->label, "Operation View Browser:", "left");
-    }
+    }*/
     else if(this->view->tbt_info->apptype == TBT_APP_PICK_VIEW_IMAGE_APP)
        {
                #ifdef USE_GENLIST