Update change log and spec for wrt-plugins-tizen_0.4.57
authorDongjin Choi <milkelf.choi@samsung.com>
Thu, 25 Jul 2013 12:05:10 +0000 (21:05 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Thu, 25 Jul 2013 12:05:10 +0000 (21:05 +0900)
commit03805816c950de02e25a5549460282a7ffbb3a70
treed7c99ec91d9bfd024e3a9ce4d5f380b959f5e304
parentfb83a794b0e2f54e379da64d99e7594dd4f0f901
Update change log and spec for wrt-plugins-tizen_0.4.57

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

[NBS] Fix bug about open profile

[Issue#] VPSS-1080
[Problem] Decoding iCalendar leads to app crash.
[Cause] Internal calendar object accessed before its initialization.
[Solution] Initialize the static calendar object before the conversion.

[Issue#] VPSS-1080
[Problem] Decoding iCalendar leads to app crash.
[Cause] Internal calendar object accessed before its initialization.
[Solution] Initialize the static calendar object before the conversion.

[Issue#] N/A
[Problem] One TC for iCalendar conversion failed.
[Cause] Platform iCalendar conversion routine change and wrong string input from TC.
[Solution] Fix TC string input as per guide from platform.

[Issue#] N/A
[Problem] sometimes callback function of kill() API is not called
[Cause] event is skipped by unknown reason.
[Solution] add second chance code to call callback functdion of kill() API

[Issue#] N/A
[Problem] wrong exception is thrown
[Cause] N/A
[Solution] change exception and return code

[Issue] N/A
[Problem] Bug fixed for intensive test
[Cause] invalid operation of converting
[Solution] 1. ignore the invalid rating value.
           2. throw the invalidValue exception when name is empty string.
           3. ignore the undfined for geolocation
           4. Add the condition when lyrics is invalid

[Issue#] N/A
[Problem] if wrong daysOfTheWeek value is eixst in vector, all daysOfTheWeek value io skipped
[Cause] N/A
[Solution] remove wrong value only.

[Issue] N/A
[Problem] If setting unit of TimeDuration to wrong value, exception is raised.
[Cause] When setting unit of TimeDuration, it checks if unit value is valid or not. And if it is not valid, it sends an exception.
[Solution] It will not send exception in the case. It will raise exception when TimeDuration with invalid unit is one of arguments.

[Issue#] N/A
[Problem] notification default id value is null.
[Cause] N/A
[Solution] defatul value is undefined before notificaiton posting.

[Issue#] N/A
[Problem] Wrong attribute for a task, wrong default values for dates.
[Cause] Wrong attribute assignment and wrong default values for dates.
[Solution] Revise attribute assignment and default values.

[Issue] TTS-1759
[Problem] sms update error not occur
[Cause] sms update bug
[Solution] sms update error called for error case

[Issue] N/A
[Problem] InvalidError callack is not thrown
[Cause] Not implemented
[Solution] Throw the InvalidError callback when the value is not valid.

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

UnitTC passed.
35 files changed:
packaging/wrt-plugins-tizen.spec
src/Alarm/JSAlarmAbsolute.cpp
src/Alarm/JSAlarmManager.cpp
src/Alarm/JSAlarmRelative.cpp
src/Application/ApplicationManager.cpp
src/Calendar/JSCalendarEvent.cpp
src/Calendar/JSCalendarEvent.h
src/Calendar/JSCalendarItemProperties.cpp
src/Calendar/JSCalendarItemProperties.h
src/Calendar/JSCalendarTask.cpp
src/Calendar/JSCalendarTask.h
src/Common/Logger.h
src/Content/AudioLyricsUtil.cpp
src/Content/ContentController.cpp
src/Content/ContentConverter.cpp
src/Content/ContentListener.cpp
src/Content/ContentManager.cpp
src/Content/ContentSearchVisitor.cpp
src/Content/ContentUtility.h
src/Content/JSContent.cpp
src/Content/JSContentManager.cpp
src/Content/JSImage.cpp
src/Content/JSImage.h
src/Content/JSVideo.cpp
src/Content/JSVideo.h
src/Messaging/Mms.cpp
src/Messaging/Sms.cpp
src/NetworkBearerSelection/NetworkBearerSelection.cpp
src/Notification/JSStatusNotification.cpp
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp
src/TimeUtil/DurationProperties.h
src/TimeUtil/JSTimeDuration.cpp
src/TimeUtil/TZDate.cpp
src/TimeUtil/TimeUtilConverter.cpp
src/TimeUtil/TimeUtilConverter.h