[TBT][NonACR][Autofill][Minor changes done in info and text label] 69/237469/1
authorNibha Sharma <nibha.sharma@samsung.com>
Tue, 30 Jun 2020 12:50:07 +0000 (18:20 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Tue, 30 Jun 2020 12:50:07 +0000 (18:20 +0530)
Change-Id: I6041dc2446c3b74afd1f5f1815c3697323868c94
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/src/model/tbt-list.c [changed mode: 0644->0755]
tbtcoreapp/src/view/tbt-autofill-view.c

index 209e36dd45eb8cae18d3aaae25ff868c6634344b..653a0191d761cf5eb498aa76f2016cba46cedd8c 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 95fd7a8b5f8b30b9e6f0664f5868ff703cc1592d..dafa00ebe6c8943f66cb6b68c49fe61328a51fba 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 40eaf04..85cfdf4
@@ -2560,7 +2560,7 @@ static tbt_info tbtapps[] =
                        .parent = "Autofill",
                        .apptype = TBT_APP_AUTOFILL,
                        .icon_name = "dummy",
-                       .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.<br/>2.Launch Autofill TC, enter any string in given field, exit by pressing back key.<br/>3.Lauch Autofill TC again, click on 'Login with Autofill' button.<br/>4.The data entered before will be filled in the entry box",
+                       .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.<br/>2.Launch Autofill TC, enter any string in given label, exit by pressing back key.<br/>3.Lauch Autofill TC again, click on 'Login with Autofill' button.<br/>4.The data entered before will be filled in the label",
                        .result = 0
                },
        #endif
index b3ba0e143aedd296bd8f2fd27cb05b330b51fabb..8312ef9041325491c58570b50b23d0284cd91282 100755 (executable)
@@ -87,7 +87,8 @@ static bool fill_response_item_cb(autofill_fill_response_item_h item, void *user
        DBG("id : %s, value : %s, presentation text : %s", id, value, presentation_text);
 
        if (id1 && strcmp(id, id1) == 0)
-               elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */
+               elm_object_text_set(input_entry1_handle, value);
+               // elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */
 
        if (id)
                free(id);