ScrLockerFancy.c 20.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2010
*
*  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
*  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
*  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
*  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
*  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
*  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
*  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
*  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
*  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
*  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
*  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
*  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
*  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
*  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
*  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
*  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
*  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
*  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
*  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/
/*****************************************************************************
 *
 * Filename:
 * ---------
 *  ScrLockerFancy.c
 *
 * Project:
 * --------
 *  MAUI
 *
 * Description:
 * ------------
 *  This file implements the fancy screen locker.
 *
 * Author:
 * -------
 * -------
 * -------
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/

/****************************************************************************
 * Include
 ****************************************************************************/

#include "MMI_features.h"

#if defined(__MMI_LAUNCHER_APP_LIST__)

#include "DialerGprot.h"
#include "SmsSrvGprot.h"
#include "CallLogSrvGprot.h"

// auto add by kw_check begin
#include "MMIDataType.h"
#include "wgui_categories_idlescreen.h"
#include "mmi_rp_app_scr_locker_def.h"
#include "DialerCuiGprot.h"
#include "kal_general_types.h"
#include "kal_public_api.h"
#include "Unicodexdcl.h"
#include "wgui_categories_util.h"
#include "ScrLockerObject.h"
#include "DebugInitDef_Int.h"
#include "mmi_frm_scenario_gprot.h"
#include "GlobalConstants.h"
#include "string.h"
#include "mmi_frm_events_gprot.h"
#include "GlobalResDef.h"
#include "wgui_categories_list.h"
#include "ScrLockerGprot.h"
#include "mmi_frm_input_gprot.h"
#include "ScrLockerFancy.h"
// auto add by kw_check end 
#include "MmsSrvGprot.h"

#include "MMI_ap_dcm_config.h"
#ifdef __MMI_AP_DCM_SCRLOCK__
#pragma arm section rodata = "DYNAMIC_CODE_SCRLOCK_RODATA" , code = "DYNAMIC_CODE_SCRLOCK_ROCODE"
#endif
/**********************************************************************
 * Typedef
 **********************************************************************/

typedef S32 (*mmi_slk_fancy_get_num_cb)(void);

typedef struct
{
    U16                         idx;
    U16                         icon_id;
    U16                         str_id1;
    U16                         str_id2;
    mmi_slk_fancy_get_num_cb    get_num;
} mmi_slk_fancy_event_struct;


/**********************************************************************
 * Event Registration
 **********************************************************************/

static S32 mmi_slk_fancy_get_missed_call_num(void);
static S32 mmi_slk_fancy_get_unread_sms_num(void);
static S32 mmi_slk_fancy_get_unread_mms_num(void);

static const mmi_slk_fancy_event_struct g_mmi_slk_fancy_event_cfg_tbl[] =
{
    {
        WGUI_CAT30_ICON_TEXT_INFO1,
        IMG_ID_SLK_MISSED_CALL,
        STR_ID_SLK_MISSED_CALL,
        STR_ID_SLK_MISSED_CALLS,
        mmi_slk_fancy_get_missed_call_num
    }
    ,
#if defined(__MMI_TELEPHONY_SUPPORT__)
    {
        WGUI_CAT30_ICON_TEXT_INFO2,
        IMG_ID_SLK_NEW_SMS_MSG,
        STR_ID_SLK_NEW_SMS_MSG,
        STR_ID_SLK_NEW_SMS_MSGS,
        mmi_slk_fancy_get_unread_sms_num
    }
    ,
#endif /* __MMI_TELEPHONY_SUPPORT__ */
    {
        WGUI_CAT30_ICON_TEXT_INFO3,
        IMG_ID_SLK_NEW_MMS_MSG,
        STR_ID_SLK_NEW_MMS_MSG,
        STR_ID_SLK_NEW_MMS_MSGS,
        mmi_slk_fancy_get_unread_mms_num
    }
    ,
    {0, 0, 0, 0, NULL}
};


/****************************************************************************
 * Function
 ****************************************************************************/

/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_get_missed_call_num
 * DESCRIPTION
 *  This function gets the number of missed calls.
 * PARAMETERS
 *  void
 * RETURNS
 *  Number of unread MMS.
 *****************************************************************************/
static S32 mmi_slk_fancy_get_missed_call_num(void)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    return srv_clog_get_unread_missed_call_num();
}


#if defined(__MMI_TELEPHONY_SUPPORT__)
/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_get_unread_sms_num
 * DESCRIPTION
 *  This function gets the number of unread SMS.
 * PARAMETERS
 *  void
 * RETURNS
 *  Number of unread MMS.
 *****************************************************************************/
static S32 mmi_slk_fancy_get_unread_sms_num(void)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    return srv_sms_get_unread_sms_num();
}
#endif /* __MMI_TELEPHONY_SUPPORT__ */


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_get_unread_mms_num
 * DESCRIPTION
 *  This function gets the number of unread MMS.
 * PARAMETERS
 *  void
 * RETURNS
 *  Number of unread MMS.
 *****************************************************************************/
static S32 mmi_slk_fancy_get_unread_mms_num(void)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
	U32 count = 0;
#ifdef __MMI_MMS_2__
	srv_mms_get_msg_count_struct msg_count_req;
	S32 result;

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/

	memset(&msg_count_req, 0, sizeof(srv_mms_get_msg_count_struct));
	
	msg_count_req.count = 1;
	msg_count_req.req_tb[0] = SRV_MMS_QUERY_TOTAL_UNREAD_MSG;
	
	result = srv_mms_get_msg_count(&msg_count_req);
	
	if (result == SRV_MMS_RESULT_OK)
	{
		count = msg_count_req.rsp_tb[0];
	}
#endif
	
	return count;

}

#ifdef __MMI_REDUCED_KEYPAD__
/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_launch_sos_dialer
 * DESCRIPTION
 *  This function launches the SOS dialer.
 * PARAMETERS
 *  void
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_launch_sos_dialer(void)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    mmi_dialer_launch_by_string_ex(CUI_DIALER_TYPE_SOS, L"112");
}
#endif

/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_get_string
 * DESCRIPTION
 *  This function gets the string for display.
 * PARAMETERS
 *  num             : [IN]              Number of the unread events
 *  stri_id1        : [IN]              Singular string id
 *  stri_id2        : [IN]              Plural string id
 *  buffer          : [OUT]             Output buffer
 *  size            : [OUT]             Output buffer size in WCHAR
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_get_string(
    S32 num,
    U16 str_id1,
    U16 str_id2,
    WCHAR *buffer,
    S32 size)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
    WCHAR temp[32]; /* 32 is large enough for any 32-bits integer. */

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    kal_wsprintf(temp, "%d ", num);
    mmi_wcsncat(buffer, temp, size - 1);

    if(num <= 1)
    {
        mmi_wcsncat(buffer, (WCHAR *)get_string(str_id1), size - 1);
    }
    else
    {
        mmi_wcsncat(buffer, (WCHAR *)get_string(str_id2), size - 1);
    }
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_update_screen
 * DESCRIPTION
 *  This function updates the screen.
 * PARAMETERS
 *  obj             : [IN]          Object
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_update_screen(mmi_slk_obj_struct *obj)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
    const mmi_slk_fancy_event_struct *cfg;
    WCHAR *aligned_wchar_ptr;
    S32 i, num;

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    MMI_ASSERT(obj);

    /*
     * Check if the active screen is the fancy lock.
     */
    if (mmi_frm_group_get_active_id() != obj->this_gid ||
        mmi_frm_scrn_get_active_id() != SCR_ID_SLK_MAIN)
    {
        return;
    }

    /*
     * Get the event information.
     */
    for (i = 0; g_mmi_slk_fancy_event_cfg_tbl[i].get_num != NULL; i++)
    {
        cfg = &(g_mmi_slk_fancy_event_cfg_tbl[i]);

        if((num = cfg->get_num()) > 0)
        {
            memset(subMenuData[i], 0, MAX_SUB_MENU_SIZE);

            /* Make sure the address is 2-bytes aligned; otherwise, ARM will
               fatal when it takes the address' value. */
            aligned_wchar_ptr = (WCHAR *)(((U32)subMenuData[i] + 1) & ~0x1);

            /* Minus 1 for the size since it might be used for the alignment. */
            mmi_slk_fancy_get_string(
                num,
                cfg->str_id1,
                cfg->str_id2,
                aligned_wchar_ptr,
                (MAX_SUB_MENU_SIZE / ENCODING_LENGTH) - 1);

            wgui_cat30_set_line_info(
                cfg->idx,
                aligned_wchar_ptr,
                (PU8)get_image(cfg->icon_id));
        }
    }

    /*
     * Show the texts in the handset lock screen.
     */
    wgui_cat30_update_details();
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_leave_proc
 * DESCRIPTION
 *  This function is the leave proc.
 * PARAMETERS
 *  event               : [IN]              Event
 * RETURNS
 *  mmi_ret
 *****************************************************************************/
static mmi_ret mmi_slk_fancy_leave_proc(mmi_event_struct *event)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
    mmi_ret ret;

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    MMI_ASSERT(event);

    switch (event->evt_id)
    {
        case EVT_ID_SCRN_GOBACK_IN_END_KEY:     /* fall-throught */
        case EVT_ID_SCRN_DELETE_REQ_IN_END_KEY:
            ret = -1; /* Do not close me. */
            break;

        default:
            ret = MMI_RET_OK;
            break;
    }

    return ret;
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_enter
 * DESCRIPTION
 *  This function enters the fancy screen lock.
 * PARAMETERS
 *  param               : [IN]              Screen parameter
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_enter(mmi_scrn_essential_struct *param)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
    mmi_slk_obj_struct *obj;
    MMI_BOOL ret;

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    MMI_ASSERT(param && param->user_data);

    obj = (mmi_slk_obj_struct *)param->user_data;

    ret = mmi_frm_scrn_enter(
            param->group_id,
            param->scrn_id,
            NULL,
            (FuncPtr)mmi_slk_fancy_enter,
            MMI_FRM_FULL_SCRN);

    if (!ret)
    {
        return;
    }

    mmi_frm_scrn_set_leave_proc(
        param->group_id,
        param->scrn_id,
        mmi_slk_fancy_leave_proc);

#ifdef __MMI_TOUCH_SCREEN__
    wgui_cat30_show(
        get_string(STR_ID_SLK_FANCY_HELP_MSG),
        mmi_scr_locker_close,
        NULL);
    
#else
    wgui_cat30_show(
        get_string(STR_ID_SLK_FANCY_HELP_MSG_2),
        mmi_scr_locker_close,
        NULL);
#endif    
    /* [MAUI_02634724] 
     * In locked screen,
     * if no digital key: call sos when pressing send key
     * Otherwise, input "112" and then press send key to call sos
     *
     * __MMI_REDUCED_KEYPAD__ : no digital key
     *
     */
#ifdef __MMI_REDUCED_KEYPAD__
    SetKeyHandler(mmi_slk_fancy_launch_sos_dialer, KEY_SEND, KEY_EVENT_DOWN);
#endif

#ifndef __MMI_TOUCH_SCREEN__
    SetKeyHandler(wgui_cat30_key_down_handler, KEY_LSK, KEY_EVENT_DOWN);
    SetKeyHandler(wgui_cat30_key_up_handler, KEY_LSK, KEY_EVENT_UP);
#endif

    /* Do not allow to shutdown the handset. */
    ClearKeyHandler(KEY_END, KEY_LONG_PRESS);

    mmi_slk_fancy_update_screen(obj);
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_on_run
 * DESCRIPTION
 *  This function runs the screen locker.
 * PARAMETERS
 *  obj             : [IN]          Object
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_on_run(mmi_slk_obj_struct *obj)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    mmi_slk_obj_on_run(obj);

    mmi_frm_group_enter(obj->this_gid, MMI_FRM_NODE_SMART_CLOSE_FLAG);

    mmi_frm_scrn_first_enter(
        obj->this_gid,
        SCR_ID_SLK_MAIN,
        (FuncPtr)mmi_slk_fancy_enter,
        obj);
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_on_msg_num_changed
 * DESCRIPTION
 *  This function handles the message number changed event.
 * PARAMETERS
 *  obj             : [IN]          Object
 * RETURNS
 *  void
 *****************************************************************************/
static void mmi_slk_fancy_on_msg_num_changed(mmi_slk_obj_struct *obj)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    mmi_slk_obj_on_msg_num_changed(obj);

    mmi_slk_fancy_update_screen(obj);
}


/*****************************************************************************
 * FUNCTION
 *  mmi_slk_fancy_on_init
 * DESCRIPTION
 *  This function initializes the object.
 * PARAMETERS
 *  obj             : [IN]          Object
 * RETURNS
 *  void
 *****************************************************************************/
void mmi_slk_fancy_on_init(void *obj)
{
    /*----------------------------------------------------------------*/
    /* Local Variables                                                */
    /*----------------------------------------------------------------*/
    mmi_slk_fancy_struct *p;

    /*----------------------------------------------------------------*/
    /* Code Body                                                      */
    /*----------------------------------------------------------------*/
    mmi_slk_obj_on_init((mmi_slk_obj_struct *)obj);

    p = (mmi_slk_fancy_struct *)obj;

    /* Member variable. */
    p->type = MMI_SCR_LOCKER_TYPE_FANCY;

    /* Member function. */
    p->on_run = mmi_slk_fancy_on_run;
    p->on_msg_num_changed = mmi_slk_fancy_on_msg_num_changed;
}

#ifdef __MMI_AP_DCM_SCRLOCK__
#pragma arm section rodata , code
#endif

#endif /* defined(__MMI_LAUNCHER_APP_LIST__) */