[DoNotMerge][NonACR][TBT][TSIX-1684, TC removed for operation view browser as browser... 88/228488/1
authorNibha Sharma <nibha.sharma@samsung.com>
Mon, 23 Mar 2020 09:39:14 +0000 (15:09 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Mon, 23 Mar 2020 09:39:14 +0000 (15:09 +0530)
Change-Id: I6d7b593b9ad1773cb08d18c07344b557fb3ef25c
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 4ad148cf626e33cb8aa82effd760cf6e4bdf0268..4dffae7edaada3a36fd25d161656fbdff18de417 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 b60b2cda9c7fe3e8cefb03d7cad2bbfd0d032b4e..b85caad78609c854347fe2aba3d5481e8f9196dc 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 4d245cf341812b48667751223ae4891c23087903..e8de125fc6675061f3e72bfe23e7be4e73053ac7 100755 (executable)
@@ -119,7 +119,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 db4dc248042a5f67800e0976b1a14767dbcb00f5..2fec5f1e40f90284b352a1f163d6624b171f7ec2 100755 (executable)
@@ -1120,7 +1120,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
                {
@@ -1131,7 +1131,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 76f4ce40b7c5b4a9403dc3e762fe93ea48440232..f9fc7420adf5063db608716e0869d65410da9eb4 100755 (executable)
@@ -835,9 +835,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 47cd7cc668f751454446576b66a4cc4fa067c4bf..e92bbec02c044bb238f3a45f936769a7ea8efcb5 100644 (file)
@@ -382,8 +382,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)
        {
@@ -543,8 +543,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)
        {
@@ -630,12 +630,12 @@ 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)
     {
        elm_list_clear(this->data_list);
        _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)
        {
                elm_list_clear(this->data_list);