📄 jmmspushhandling.c
字号:
/*****************************************************************************
* 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) 2002
*
*****************************************************************************/
/*****************************************************************************
*
* Filename:
* ---------
* jmms_push_handling.C
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* This file conains the store APIs for interacting with Jatayu Store module
*
* 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!
* 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 (JATAAYU_SUPPORT) && defined(MMS_SUPPORT))
#include "PixtelDataTypes.h"
#include "Unicodexdcl.h"
#include "HistoryGprot.h"
#include "GlobalDefs.h"
#include "SettingProfile.h"
#include "DebugInitDef.h"
#include "CommonScreens.h"
#include "EventsGprot.h"
#include "wgui_inputs.h"
#include "wgui_datetime.h"
#include "wgui_categories.h"
#include "wgui_categories_inputs.h"
#include "wgui_categories_popup.h"
#include "ProfileGprots.h" /* playRequestedTone() */
#include "MainMenuDef.h"
#include "IdleAppDef.h"
#include "QuickAccessMenuItemProt.h"
#include "TimerEvents.h"
#include <ddl.h>
#include <jcal.h>
#include <jcalnet.h>
#include "jdi_wspdatatype.h"
#include "jdi_transport.h"
#include <miscutils.h>
#include <jdi_communicator.h>
#include <MessagingDatatypes.h>
#include <MessagingAPI.h>
#include "JsrTypes.h"
#include "JMMSView.h"
#include "DateTimeDef.h"
#include "DateTimeType.h"
#include "DateTimeGprot.h"
#include "MessagesResourceData.h"
#include "DebugInitDef.h" /* Debug Info */
#include "JMMSConfig.h"
#include "JMMSMessageSettings.h"
#include "JMMSCoreAPI.h"
#include "JMMSDrafts.h"
#include "JMMSExdcl.h"
/* /#include "JMMSGdcl.h" */
#include "JMMSCompose.h"
#include "JMMSGprot.h"
#include "JMMSInbox.h"
#include "JMMSJSRHandler.h"
#include "JMMSMainMMS.h"
#include "JMMSMessageSettingsUtils.h"
#include "JMMSOutbox.h"
#include "JMMSProtocols.h"
#include "JMMSPushHandling.h"
#include "JMMSResEnum.h"
#include "JMMSSent.h"
#include "JMMSStoreHandling.h"
#include "JMMSStructs.h"
#include "JMMSTemplates.h"
#include "JMMSUseDetails.h"
#include "JMMSView.h"
#include "JMMSWriteMMS.h"
#include "wapadp.h"
#include "JPushInboxCommonUI.h"
#include "JMMSPlutoMMIInterface.h"
#ifdef __USB_IN_NORMAL_MODE__
#include "USBDeviceGprot.h"
#endif
#ifdef __MMI_KEYPAD_LOCK_PROMPT_TEXT__
#include "KeyBrd.h"
#endif
#ifdef __MMI_UNIFIED_MESSAGE__
#include "UnifiedMessageDef.h"
#include "UnifiedMessageProt.h"
#include "JMMSUMHandling.h"
#endif /* __MMI_UNIFIED_MESSAGE__ */
/*****************************************************************************
* Define
*****************************************************************************/
//Define for the read report prepend string
#define STR_JMMS_READ_REPORT_PREPEND_STRING "Read:"
/*****************************************************************************
* Typedef
*****************************************************************************/
/*****************************************************************************
* Local Variable
*****************************************************************************/
/*****************************************************************************
* Local Function
*****************************************************************************/
/*****************************************************************************
* Global Variable
*****************************************************************************/
extern void EntryScrAfterPessingRSK(void);
extern em_wap_user_agent_brand_enum wap_get_user_agent_brand(void);
U16 DeleteScreenFromToNnodes(U16 ScrId, U16 num_nodes);
U8 DeleteFromScrUptoScr(U16 beyondScrnid, U16 tillScrnid);
/*****************************************************************************
* Global Function
*****************************************************************************/
/*****************************************************************************
* FUNCTION
* mmi_jmms_update_roaming_status
* DESCRIPTION
*
* PARAMETERS
* isRoaming [IN]
* RETURNS
* void
*****************************************************************************/
void mmi_jmms_update_roaming_status(unsigned long isRoaming)
{
/*----------------------------------------------------------------*/
/* Local Variables */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* Code Body */
/*----------------------------------------------------------------*/
if (g_jmms_context != NULL)
{
g_jmms_context->curr_roaming_state = (U32) isRoaming;
}
}
#ifndef __MMI_UNIFIED_MESSAGE__
#define REFRESH_INBOX_TIMEOUT 1000
/*****************************************************************************
* FUNCTION
* mmi_jmms_go_back_refresh_inbox
* DESCRIPTION
*
* PARAMETERS
* void
* RETURNS
* void
*****************************************************************************/
void mmi_jmms_go_back_refresh_inbox(void)
{
/*----------------------------------------------------------------*/
/* Local Variables */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* Code Body */
/*----------------------------------------------------------------*/
StopTimer(POPUP_TIMER);
GoBackHistory();
}
/*****************************************************************************
* FUNCTION
* mmi_jmms_exit_refresh_inbox
* DESCRIPTION
*
* PARAMETERS
* void
* RETURNS
* void
*****************************************************************************/
void mmi_jmms_exit_refresh_inbox(void)
{
/*----------------------------------------------------------------*/
/* Local Variables */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* Code Body */
/*----------------------------------------------------------------*/
StopTimer(POPUP_TIMER);
}
/*****************************************************************************
* FUNCTION
* mmi_jmms_refresh_inbox
* DESCRIPTION
*
* PARAMETERS
* void
* RETURNS
* void
*****************************************************************************/
void mmi_jmms_refresh_inbox_no_screen_update(void)
{
if ((IsScreenPresent(SCR_ID_JMMS_INBOX)) || (GetActiveScreenId() == SCR_ID_JMMS_INBOX))
{
g_jmms_context->store_context->update_nmsgs_in_current_folder=1;
g_jmms_context->nCurr_scr_hilited_index=0;
}
}
/*****************************************************************************
* FUNCTION
* mmi_jmms_refresh_inbox
* DESCRIPTION
*
* PARAMETERS
* void
* RETURNS
* void
*****************************************************************************/
void mmi_jmms_refresh_inbox(void)
{
/*----------------------------------------------------------------*/
/* Local Variables */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* Code Body */
/*----------------------------------------------------------------*/
PRINT_INFORMATION_2((MMI_TRACE_INFO, "%s", "mmi_jmms_refresh_inbox"));
mmi_jmms_refresh_inbox_no_screen_update();
if(GetActiveScreenId() != SCR_ID_JMMS_INBOX)
return;
StartTimer(POPUP_TIMER, REFRESH_INBOX_TIMEOUT, mmi_jmms_go_back_refresh_inbox);
EntryNewScreen(POPUP_SCREENID, mmi_jmms_exit_refresh_inbox, NULL, NULL);
ShowCategory66Screen(
STR_MMS_MENUENTRY,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -