Update change log and spec for wrt-plugins-tizen_0.4.24 accepted/tizen_2.1/20130425.022337 submit/tizen_2.1/20130424.235418
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 24 Apr 2013 09:35:12 +0000 (18:35 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 24 Apr 2013 09:35:12 +0000 (18:35 +0900)
commit3ea1ec86e1742083595f7f842a091bd18206307f
treee24fdd66252fec7b023da6a91cdbc0661b487adb
parent5c8e2629ed7f2c9ab3e732536ad3f1b0a734df82
Update change log and spec for wrt-plugins-tizen_0.4.24

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

[Issue#] N/A
[Problem] Duplicate event is generated when updateAllInstance flag is false and recurrenceId is null.
[Cause] Not enough handling for wrong input parameters to update api.
[Solution] Update all instances if no recurrenceId is provided.

[Issue#] N/A
[Problem] addChangeListener typeMismatch error bug fix
[Cause] addChangeListener typeMismatch error bug fix
[Solution] addChangeListener typeMismatch error bug fix

[Issue#] N/A
[Problem] stopSync() and removeChangeListener() not found error bug fix
[Cause] stopSync() and removeChangeListener() not found error bug fix
[Solution] stopSync() and removeChangeListener() not found error bug fix

[Issue#] N/A
[Problem] TCT fail tests
[Cause] N/A
[Solution] Modification

[Issue#] N/A
[Problem] N/A
[Cause] build warning message of notification.
[Solution] remove unused function & fixed initialization order in constructor

[Issue#] N/A
[Problem] System is crashed because handler is freed in the callback function
[Cause] N/A
[Solution] return error when handler is freed

[Issue#] N/A
[Problem] remove useless files and sensitive private info of log
[Cause] new guide
[Solution] clean up code

[Issue#] N/A
[Problem] JS isinstanceof test failed for calendar and datasync module.
[Cause] No use of constructor definition in class map.
[Solution] Use the constructor definition in class map.

[Issue#] N/A
[Problem] Log sometimes crashes
[Cause] Use user string as format parameter
[Solution] Fix log codes

[Issue#] N/A
[Problem] TCT fail
[Cause] registerSEListener's return registerSEListenertype is unsigned long. But the value of long type was returned.
[Solution] Changed to return the value of unsigned long type

[Issue#] DCM-1456
[Problem] aliased id is not supported from web app
[Cause] appmanager cannot resolve aliased appid
[Solution] use service api to resolve aliased appid

[Issue#] N_SE-35845, N_SE-35688
[Problem] When listener callback is called, crash is occured.
[Cause] Pointer is missed.
[Solution] Modification.

[Issue#] DCM-1476
[Problem] unable to launch application from notification
[Cause] appId value has been set invalid value.
[Solution] if appID is null, it does not save the value.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A
79 files changed:
packaging/wrt-plugins-tizen.spec
src/Application/ApplicationManager.cpp
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/JSBluetoothAdapter.cpp
src/Calendar/JSCalendarAlarm.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarAlarm.h
src/Calendar/JSCalendarAttendee.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarAttendee.h
src/Calendar/JSCalendarEvent.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarEvent.h
src/Calendar/JSCalendarEventId.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarEventId.h
src/Calendar/JSCalendarItemProperties.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarManager.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarRecurrenceRule.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarRecurrenceRule.h
src/Calendar/JSCalendarTask.cpp [changed mode: 0644->0755]
src/Calendar/JSCalendarTask.h
src/Calendar/plugin_initializer.cpp [changed mode: 0644->0755]
src/Contact/AddressBook.cpp [changed mode: 0644->0755]
src/Contact/CMakeLists.txt
src/Contact/ContactConverter.cpp [changed mode: 0644->0755]
src/Contact/ContactManager.cpp [changed mode: 0644->0755]
src/Contact/ContactObjectA2PConverter.cpp [changed mode: 0644->0755]
src/Contact/ContactQueue.cpp [changed mode: 0644->0755]
src/Contact/ContactSearchEngine.cpp [changed mode: 0644->0755]
src/Contact/ContactsSvcChangeListenerManager.cpp [changed mode: 0644->0755]
src/Contact/ContactsSvcObjectConverter.cpp [changed mode: 0644->0755]
src/Contact/ContactsSvcWrapper.cpp [changed mode: 0644->0755]
src/Contact/JSAddressBookArray.cpp [deleted file]
src/Contact/JSAddressBookArray.h [deleted file]
src/Contact/JSAttributesOfInterestArray.cpp [deleted file]
src/Contact/JSAttributesOfInterestArray.h [deleted file]
src/Contact/JSContactAddress.cpp [changed mode: 0644->0755]
src/Contact/JSContactAddress.h
src/Contact/JSContactAddressArray.cpp [deleted file]
src/Contact/JSContactAddressArray.h [deleted file]
src/Contact/JSContactAddressTypeArray.cpp [deleted file]
src/Contact/JSContactAddressTypeArray.h [deleted file]
src/Contact/JSContactAnniversaryArray.cpp [deleted file]
src/Contact/JSContactAnniversaryArray.h [deleted file]
src/Contact/JSContactArray.cpp [deleted file]
src/Contact/JSContactArray.h [deleted file]
src/Contact/JSContactEmailAddress.cpp [changed mode: 0644->0755]
src/Contact/JSContactEmailAddressArray.cpp [deleted file]
src/Contact/JSContactEmailAddressArray.h [deleted file]
src/Contact/JSContactEmailAddressTypeArray.cpp [deleted file]
src/Contact/JSContactEmailAddressTypeArray.h [deleted file]
src/Contact/JSContactGroupArray.cpp [deleted file]
src/Contact/JSContactGroupArray.h [deleted file]
src/Contact/JSContactOrganizationArray.cpp [deleted file]
src/Contact/JSContactOrganizationArray.h [deleted file]
src/Contact/JSContactPhoneNumber.cpp [changed mode: 0644->0755]
src/Contact/JSContactPhoneNumberArray.cpp [deleted file]
src/Contact/JSContactPhoneNumberArray.h [deleted file]
src/Contact/JSContactPhoneNumberTypeArray.cpp [deleted file]
src/Contact/JSContactPhoneNumberTypeArray.h [deleted file]
src/Contact/JSContactWebSiteArray.cpp [deleted file]
src/Contact/JSContactWebSiteArray.h [deleted file]
src/Contact/JSPersonArray.cpp [deleted file]
src/Contact/JSPersonArray.h [deleted file]
src/Contact/JSStringArray.cpp [deleted file]
src/Contact/JSStringArray.h [deleted file]
src/Contact/Person.cpp [changed mode: 0644->0755]
src/Content/ContentListener.cpp [changed mode: 0644->0755]
src/DataControl/JSDataControlManager.cpp
src/DataControl/MappedDataControlConsumer.cpp
src/DataSync/DataSyncManager.cpp [changed mode: 0644->0755]
src/DataSync/JSSyncInfo.cpp [changed mode: 0644->0755]
src/DataSync/JSSyncProfileInfo.cpp [changed mode: 0644->0755]
src/DataSync/JSSyncServiceInfo.cpp [changed mode: 0644->0755]
src/DataSync/plugin_initializer.cpp [changed mode: 0644->0755]
src/MessagePort/JSRemoteMessagePort.cpp
src/Notification/JSStatusNotification.cpp [changed mode: 0644->0755]
src/Notification/StatusNotification.cpp
src/SecureElement/JSSEService.cpp [changed mode: 0644->0755]
src/Systeminfo/EventWatchSysteminfo.cpp
src/Systeminfo/EventWatchSysteminfo.h
src/Systeminfo/Systeminfo.cpp