Update change log and spec for wrt-plugins-tizen_0.4.36
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 29 May 2013 11:12:13 +0000 (20:12 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 29 May 2013 11:12:13 +0000 (20:12 +0900)
commitd26c636c86aac2adf415e78c4e34631ee4ab4fb0
tree72ad61ab38b2e1139da8241565a5a9b67b2a653b
parent7aa3ed0566b6a0a95effc8c0b61a406540a02977
Update change log and spec for wrt-plugins-tizen_0.4.36

[Issue#] N/A
[Problem] Unnecessary header files are included
[Solution] Fixed including of unnecessary header files
[SCMRequest] N/A

[Issue] N/A
[Problem] handle only 1 private object gc.
[Cause] N/A
[Solution] implementation.

[Issue#] N/A
[Problem] If send or write NDEFMessage after modifying NDEFMessage's records,the modification isn't adapted.
[Solution] re-making NDEFMessage when sending or writing NDEFMessage

[Issue#] N/A
[Problem] When call setter api, use virtual & absolute path. But, it is ambiguous.
[Solution] Remove set virtual path code

[Issue#] N/A
[Problem] Unstable thread when preloaded.
[Cause] DS thread not generated as expected.
[Solution] Don't use a DS thread for all function calls.

[Issue#] N/A
[Problem] Terminated TCT abnormally
[Cause] platform sent invalid values
[Solution] add validator

[Issue#] N/A
[Problem] Docomo App (menuapp) is not launched
[Cause] exception is thrown when try to get cert info of rpm type application
[Solution] return empty array instead of exception

[Issue#] N/A
[Problem] Calendar duration not updated when changing its value after initialization.
[Cause] Private object not shared between calendar event and time duration object.
[Solution] Revise the time duration handling routine to share its private object.

[Issue#] N/A
[Problem] Two TCT cases failed.
[Cause] Wrong rrule until date routine.
[Solution] Fix wrong until date initialization routine and add unit TC case for this.

[Issue#] N/A
[Problem] event callback is called after plugin unloading. and that make system crash
[Cause] N/A
[Solution] unset event callback after use

[Issue#] N/A
[Problem] When smnack is enabled, application size is not returned
[Cause] Smack access deny is occured
[Solution] use new API to get size data from pkg server

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

UnitTest Done.
29 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/AppManagerWrapper.cpp
src/Application/ApplicationController.cpp
src/Application/ApplicationManager.cpp
src/Application/JSApplicationInformation.cpp
src/Calendar/CalendarConverter.cpp
src/Calendar/EventWrapper.cpp
src/Calendar/JSCalendarItemProperties.cpp
src/Callhistory/ResponseDispatcher.cpp
src/Callhistory/plugin_config.cpp
src/Contact/ContactsSvcChangeListenerManager.cpp
src/DataControl/DataControlAsyncCallbackManager.h
src/DataControl/MappedDataControlConsumer.cpp
src/DataControl/SqlDataControlConsumer.cpp
src/DataSync/DataSyncManager.h
src/DataSync/IDataSyncManager.cpp
src/Filesystem/Converter.cpp
src/Filesystem/ResponseDispatcher.cpp
src/NFC/NFCConverter.cpp
src/Package/JSPackageInformation.cpp
src/Package/PackageInformation.cpp
src/Package/PackageInformation.h
src/Package/PackageManager.cpp
src/Package/PackageManager.h
src/SystemSetting/JSSystemSetting.cpp [changed mode: 0644->0755]
src/TimeUtil/JSTimeDuration.cpp [changed mode: 0644->0755]
src/TimeUtil/JSTimeDuration.h
src/TimeUtil/TimeUtilConverter.cpp [changed mode: 0644->0755]
src/TimeUtil/TimeUtilConverter.h