Update change log and spec for wrt-plugins-tizen_0.4.32
authorDongjin Choi <milkelf.choi@samsung.com>
Thu, 16 May 2013 07:54:05 +0000 (16:54 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Thu, 16 May 2013 07:54:05 +0000 (16:54 +0900)
commite18022c956cca47cf25f5b87fac06d9e5cb31a75
treed9b78e012a54e75d922121000c813485f4ba7e53
parentd1fc4865bfa8bac4e24085e68f3b9b762fb56b43
Update change log and spec for wrt-plugins-tizen_0.4.32

[model] REDWOOD
[binary_type] PDA
[customer] OPEN

[Issue#] DCM-1682
[Problem] AppControl submode is not supported for web app
[Cause] window id is not set for appControl
[Solution] get window ID from UI Process and set that when launch application with appControl

[Issue] N/A
[Problem] Date format and localeString are changed according to Language Setting.
[Solution] They are changed according to default locale of ICU. It will be changed according to locale that is created using region vconf value.

[Issue] N/A
[Problem] mms message attachment mimeType is not set
[Cause] mms message attachment mimeType is not set
[Solution] set mimeType to mms attachments

[Issue#] N/A
[Problem] request protocl change.
[Cause] N/A
[Solution] modification.

[Issue#]
[Problem] Alarm ID can be negative value. but previous verification code support only positivie value
[Cause] N/A
[Solution] check alarm registered status for verification

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
27 files changed:
packaging/wrt-plugins-tizen.spec
src/Alarm/AlarmAbsolute.cpp
src/Alarm/AlarmAbsolute.h
src/Alarm/AlarmRelative.cpp
src/Alarm/AlarmRelative.h
src/Alarm/JSAlarmAbsolute.cpp
src/Alarm/JSAlarmRelative.cpp
src/Application/ApplicationManager.cpp
src/Application/CMakeLists.txt
src/DataControl/DataControlFactory.cpp
src/DataControl/DataControlFactory.h
src/DataControl/IMappedDataControlConsumer.h
src/DataControl/ISqlDataControlConsumer.h
src/DataControl/JSMappedDataControlConsumer.cpp
src/DataControl/JSSQLDataControlConsumer.cpp
src/DataControl/MappedDataControlConsumer.cpp
src/DataControl/MappedDataControlConsumer.h
src/DataControl/SqlDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.h
src/Filesystem/ResponseDispatcher.cpp
src/Messaging/Email.cpp
src/Messaging/Mms.cpp
src/Messaging/Mms.h
src/Messaging/MmsMime.h [new file with mode: 0644]
src/TimeUtil/TZDate.cpp [changed mode: 0644->0755]
src/TimeUtil/TimeUtilTools.cpp [changed mode: 0644->0755]
src/TimeUtil/TimeUtilTools.h