Update change log and spec for wrt-plugins-tizen_0.4.69
authorHyunju Cheon <hyunju.cheon@samsung.com>
Fri, 11 Oct 2013 10:41:25 +0000 (19:41 +0900)
committerHyunju Cheon <hyunju.cheon@samsung.com>
Fri, 11 Oct 2013 11:44:05 +0000 (20:44 +0900)
commit1a3b212f6a6cea7b452539e223028eebdece739b
treed195bb1e53eeee81983260d624773b95a274b412
parentf785bb354dcca417ae45dd4f0aae1746dba3d8f8
Update change log and spec for wrt-plugins-tizen_0.4.69

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

[Messaging] Force close occur while install chatter

[Issue#] N_SE-54842
[Problem] Force close occur while install chatter
[Cause] Force close occur while install chatter
[Solution] remove log for message body contents

[Messaging] removeConversation bug fix

[Issue#] P131004-02914
[Problem] removeConversation throw exception
[Cause] throw exception for emptyConversation remove
[Solution] change logic for emptyConversation remove

[NFC] Modify the crash issue when closing Orange Wallet

[Issue] N/A
[Problem] Crash occurs when closing Orange Wallet
[Cause] When NFCAdapter is finalized, it tries to unset tag/peer listners. Before unsetting tag/peer listners, it checks NFC's status. If NFC's status is off, it sends exception. But ~NFCAdapter doesn'
[Solution] The ~NFCAdapter will catch exceptions.

[Messaging] conversationId bug fix for removed msg

[Issue] N/A
[Problem] conversationId bug fix for removed msg
[Cause] conversationId bug fix for removed msg
[Solution] conversationId bug fix for removed msg

[Power] Fix tct error

[Issue#] PowerManager_setScreenBrightness_successful
[Problem] get wrong value
[Cause] N/A
[Solution] Modify code.

[Messaging] sync to async loadMessageBody for SMS, MMS

[Issue] N/A
[Problem] sync to async loadMessageBody
[Cause] sync to async loadMessageBody
[Solution] sync to async loadMessageBody

[Systeminfo] device capability value bug

[Issue#] N/A
[Problem] When get input keyboard layout value, get wrong value.
[Cause] N/A
[Solution] Modify code.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A

UnitTC passed.

Change-Id: Ic830988842dae584ecf698c7d5c7beb96028c508
42 files changed:
packaging/wrt-plugins-tizen.spec
src/Common/CMakeLists.txt
src/Common/JSTizenSecurityObject.cpp [new file with mode: 0755]
src/Common/JSTizenSecurityObject.h [new file with mode: 0755]
src/Common/Security.h [new file with mode: 0644]
src/Common/SecurityAccessor.cpp [new file with mode: 0644]
src/Common/SecurityAccessor.h [new file with mode: 0644]
src/Filesystem/FilesystemUtils.cpp
src/Filesystem/FilesystemUtils.h
src/Messaging/AttachmentFactory.cpp [changed mode: 0755->0644]
src/Messaging/Attachments.cpp [changed mode: 0755->0644]
src/Messaging/BinarySms.cpp [changed mode: 0755->0644]
src/Messaging/CallbackNumber.cpp [changed mode: 0755->0644]
src/Messaging/Conversation.cpp
src/Messaging/ConversationFilterValidator.cpp [changed mode: 0755->0644]
src/Messaging/ConversationQueryGenerator.cpp [changed mode: 0755->0644]
src/Messaging/DBus/Connection.cpp [changed mode: 0755->0644]
src/Messaging/EmailUtils.cpp [changed mode: 0755->0644]
src/Messaging/FolderQueryGenerator.cpp [changed mode: 0755->0644]
src/Messaging/IAttachment.cpp [changed mode: 0755->0644]
src/Messaging/IBinarySms.cpp [changed mode: 0755->0644]
src/Messaging/IEmail.cpp [changed mode: 0755->0644]
src/Messaging/IMessage.cpp [changed mode: 0755->0644]
src/Messaging/IMessagingService.cpp [changed mode: 0755->0644]
src/Messaging/IMms.cpp [changed mode: 0755->0644]
src/Messaging/ISms.cpp [changed mode: 0755->0644]
src/Messaging/JSConversation.cpp [changed mode: 0755->0644]
src/Messaging/JSMessage.cpp
src/Messaging/JSMessage.h [changed mode: 0755->0644]
src/Messaging/JSMessageBody.cpp
src/Messaging/JSMessagingService.cpp
src/Messaging/Messaging.cpp
src/Messaging/Messaging.h
src/Messaging/Mms.cpp
src/Messaging/ReqReceiverMessage.cpp
src/Messaging/StorageChangesConversationGenerator.cpp
src/Messaging/StorageChangesMessageGenerator.cpp
src/Messaging/log.h [changed mode: 0755->0644]
src/Messaging/plugin_initializer.cpp [changed mode: 0755->0644]
src/NFC/NFCAdapter.cpp
src/Power/PowerManager.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp