string path_ic;
if(!strcmp(first_input_type, "input_voice")) {
path_ic = path + "images/w_mode_stt_ic.png";
- }
- else if(!strcmp(first_input_type, "input_emoticon")) {
+ } else if (!strcmp(first_input_type, "input_emoticon")) {
path_ic = path + "images/Delta_w_mode_emoticon_ic.png";
- }
- else if(!strcmp(first_input_type, "input_keyboard")) {
+ } else if (!strcmp(first_input_type, "input_keyboard")) {
path_ic = path + "images/w_mode_keyboard_ic.png";
evas_object_propagate_events_set(btn, EINA_FALSE);
}
string path_ic;
if(!strcmp(second_input_type, "input_voice")) {
path_ic = path + "images/w_mode_stt_ic.png";
- }
- else if(!strcmp(second_input_type, "input_emoticon")) {
+ } else if (!strcmp(second_input_type, "input_emoticon")) {
path_ic = path + "images/Delta_w_mode_emoticon_ic.png";
- }
- else if(!strcmp(second_input_type, "input_keyboard")) {
+ } else if (!strcmp(second_input_type, "input_keyboard")) {
path_ic = path + "images/w_mode_keyboard_ic.png";
evas_object_propagate_events_set(btn, EINA_FALSE);
}
evas_object_layer_set(btn, 32000);
if(!strcmp(first_input_type, "input_voice")) {
evas_object_smart_callback_add(btn, "clicked", _stt_clicked_cb, app_data);
- }
- else if(!strcmp(first_input_type, "input_emoticon")) {
+ } else if (!strcmp(first_input_type, "input_emoticon")) {
evas_object_smart_callback_add(btn, "clicked", _emoticon_clicked_cb, app_data);
- }
- else if(!strcmp(first_input_type, "input_keyboard")) {
+ } else if (!strcmp(first_input_type, "input_keyboard")) {
evas_object_propagate_events_set(btn, EINA_FALSE);
evas_object_smart_callback_add(btn, "clicked", _keyboard_clicked_cb, app_data);
}
evas_object_layer_set(btn, 32000);
if(!strcmp(second_input_type, "input_voice")) {
evas_object_smart_callback_add(btn, "clicked", _stt_clicked_cb, app_data);
- }
- else if(!strcmp(second_input_type, "input_emoticon")) {
+ } else if (!strcmp(second_input_type, "input_emoticon")) {
evas_object_smart_callback_add(btn, "clicked", _emoticon_clicked_cb, app_data);
- }
- else if(!strcmp(second_input_type, "input_keyboard")) {
+ } else if (!strcmp(second_input_type, "input_keyboard")) {
evas_object_propagate_events_set(btn, EINA_FALSE);
evas_object_smart_callback_add(btn, "clicked", _keyboard_clicked_cb, app_data);
}
itc1->func.content_get = __ise_gl_2button_content_get;
itc1->func.state_get = NULL;
itc1->func.del = NULL;
- }else{
+ } else {
itc1->item_style = "3button";
itc1->func.text_get = NULL;
itc1->func.content_get = __ise_gl_3button_content_get;
ret = app_control_get_extra_data_array(service, APP_CONTROL_DATA_INPUT_TYPE, &input_type_array, &input_type_array_len);
g_input_type_data.input_type_array = input_type_array;
g_input_type_data.input_type_array_len = input_type_array_len;
- }else{
+ } else {
ret = app_control_get_extra_data(service, APP_CONTROL_DATA_INPUT_TYPE, &context);
if (ret == APP_CONTROL_ERROR_NONE) {
if (!strcmp(context, "input_voice")) {
}
}
-void launch_bt_connection_popup(App_Data* data){
-
+void launch_bt_connection_popup(App_Data* data)
+{
PRINTFUNC(DLOG_DEBUG, "Need to launch BT connection popup");
app_control_h app_control;
app_control_create(&app_control);
app_control_destroy(app_control);
}
-
Eina_Bool set_tos_N66_agreed(Eina_Bool bSet)
{
int ret = vconf_set_bool(VCONFKEY_USER_AGREEMENT, bSet);
switch (index) {
case 1:
- snprintf(body_str, sizeof(body_str), gettext("LDS_IME_BODY_INFORMATION_PROVISION_AGREEMENT_P1_LEGALPHRASE_WC1"), " <a href=\"file://local-nuance-tos\">","</a>","<a href=\"http://www.vlingo.com/wap/samsung-asr-privacy-addendum\">","</a>");
+ snprintf(body_str, sizeof(body_str), gettext("LDS_IME_BODY_INFORMATION_PROVISION_AGREEMENT_P1_LEGALPHRASE_WC1"), " <a href=\"file://local-nuance-tos\">", "</a>", "<a href=\"http://www.vlingo.com/wap/samsung-asr-privacy-addendum\">", "</a>");
terms = tagging(std::string(body_str));
terms = replaceAll(terms , std::string("\n"), std::string("<br>"));
elm_entry_entry_set(elm_layout_content_get(_obj, "elm.swallow.content"), terms.c_str());
static void _n66_language_changed_cb(void *_data, Evas_Object *_obj, void *_event_info)
{
-
}
Evas_Object *create_tos_n66_popup(void *data)