framework/web/wrt-plugins-tizen.git
11 years agowrt-plugins-tizen_0.4.23
Dongjin Choi [Tue, 23 Apr 2013 10:37:35 +0000 (19:37 +0900)]
wrt-plugins-tizen_0.4.23

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.22
Kisub Song [Mon, 22 Apr 2013 11:59:16 +0000 (20:59 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.22

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

[Issue#] N/A
[Problem] The error for over data was not distinguished.
[Cause] Error type was not defined on spec.
[Solution] Defined error on spec and impl it.

[Issue#] N/A
[Problem] added the api to get title for image in platform.
[Cause] N/A
[Solution] change the code for getting the title.

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

Change-Id: I0fbe26b1b57c371773fa5771d8fe14cc0cfffcd2

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.22
Dongjin Choi [Mon, 22 Apr 2013 11:48:27 +0000 (20:48 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.22

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

[Issue#] N/A
[Problem] The error for over data was not distinguished.
[Cause] Error type was not defined on spec.
[Solution] Defined error on spec and impl it.

[Issue#] N/A
[Problem] added the api to get title for image in platform.
[Cause] N/A
[Solution] change the code for getting the title.

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

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.22
Dongjin Choi [Mon, 22 Apr 2013 08:13:50 +0000 (17:13 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.22

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

[Issue#] N/A
[Problem] To send exception is not same as widl.
[Cause] N/A
[Solution] Modified to be same as sending exceptios according widl

[Issue#] N/A
[Problem] Don't post notification when not set application Control param.
[Cause] side effect of TCT. if Application Control is null, exception exception.
[Solution] inserted checking statement of Appliclation Control Value.

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

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.21
Dongjin Choi [Fri, 19 Apr 2013 12:02:33 +0000 (21:02 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.21

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.20
Dongjin Choi [Wed, 17 Apr 2013 16:25:05 +0000 (01:25 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.20

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.19
Dongjin Choi [Tue, 16 Apr 2013 09:18:05 +0000 (18:18 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.19

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.17
Dongjin Choi [Mon, 15 Apr 2013 11:31:20 +0000 (20:31 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.17

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.17
Dongjin Choi [Mon, 15 Apr 2013 11:12:40 +0000 (20:12 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.17

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.16
Dongjin Choi [Sun, 14 Apr 2013 08:10:27 +0000 (17:10 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.16

11 years ago[Messaging] email messageServiceTag don't work.
Dongjin Choi [Sun, 14 Apr 2013 07:49:49 +0000 (16:49 +0900)]
[Messaging] email messageServiceTag don't work.

[Issue#] DCM-1133
[Problem] Invalid exception occur when messageServiceTag is email
[Cause] mis-typing
[Solution] messaging.mms -> messaging.email.

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.15
Dongjin Choi [Fri, 12 Apr 2013 13:11:05 +0000 (22:11 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.15

[Issue#] N/A
[Problem] Hidden bug for calendar date based find api if value is greater than 32 bit size.
[Cause] Use of 32 bit time format.
[Solution] Use 64 bit time format for find api date attributes.

[Issue#] N/A
[Problem] Wrong default rrule end date displayed.
[Cause] Wrong use of platform default value.
[Solution] Use platform default end date for rrule.

[Issue#] TREL-251
[Problem] progress value is not unsigned.
[Cause] N/A
[Solution] value type is changed unsigned type & using validator

[Issue#] N/A
[Problem] Oranage(Adelya) request
[Cause] N/A
[Solution] Add setExclusiveMode api

[Issue#] [Application] change error to exception & TCT bug fix
[Problem] N/A
[Cause] N/A
[Solution] change WebAPIError to WebAPIException and bug-fix for TCT

[Issue#] N/A
[Problem] One file is missed for previous upload
[Cause] N/A
[Solution] N/A
[SCMRequest] N/A

[Issue#] N/A
[Problem] It used WebapiError instead of WebapiException
[Cause] N/A
[Solution] Apply AWebapiException.

[Issue#] prevent 50655 50656 50690
[Problem] Had risk not to called destructor
[Cause] Freed void pointer
[Solution] Getting finalizer function from setter

[Issue#] N/A
[Problem] Privilege has been changed
[Cause] Policy has been changed
[Solution] Applied N/P

[Issue#] N/A
[Problem] Init function is called many times while deinit function is not called.
[Cause] DS manager destructor is not called when unit tc is run repetitively.
[Solution] Call init function only once if deinit function is not called.

[Issue#] N/A
[Problem] Apply Argument Validator & WebapiException & Unit TC
[Cause] N/A
[Solution] Apply Argument Validator & WebapiException for TCT Pass

[Issue#] N/A
[Problem] It used WebapiError instead of WebapiException
[Cause] N/A
[Solution] Apply AWebapiException.

[Issue#] Docomo request to access ringtones directory.
[Problem] N/A
[Cause] N/A
[Solution] virtual root addition.

[Issue#] N/A
[Problem] Fail TZDate.difference, equalsTo, ealierThan, laterThan
[Cause] It used WebapiError instead of WebapiException. When APIs to compare with another TZDate called, they compared with same objects.
[Solution] Apply AWebapiException. Fix to compare this obejct with another object.

[#Issue] N/A
[Problem] Argument checking rule was not valid
[Cause] Did not follow ECMAScript rule
[Solution] Used the common ArgumentValidator

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Apply Argument Validator & WebapiException for TCT Pass

[Issue#] N/A
[Problem] When user input function object as callback interface, then any exception is thrown
[Cause] toCallbackObject() do not check whether input value is not function or not
[Solution] toCallbackObject throws TypeMismatchException in case of function object

[Issue#] N_SE-33433
[Problem] Wrong child record update routine for calendar alarms and attendees.
[Cause] Didn't delete preset records.
[Solution] Delete preset records before updating child records.

[Issue#] TREL-161
[Problem] TCT failed
[Cause] Validation check problem
[Solution] Fixed validation codes

[Issue#] N/A
[Problem] Exception type is wrong
[Cause] Used JSWebAPIError
[Solution] Use JSWebAPIException class

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Messaging] JSMessageBody - ArgumentValidator

[Issue#] N/A
[Problem] Crash when addDraftMessage with Email message on sms service
[Cause] call addDraft on sms with email message
[Solution] check the message type and service type

[Issue#] N/A
[Problem] [Contact] fix prevent issues
[Cause] internal error
[Solution] modify code

[Issue#] DCM-1285
[Problem] releaseDate return undefined currently.
[Cause] N/A
[Solution] return value chagned as an result

[Issue#] N/A
[Problem] Invalid array attribute not checked.
[Cause] No array type check.
[Solution] Check array type in converter for TCT pass.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution]  [Download] Fix WebAPIError to WebAPIException for each operation.
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [CallHistory] Applied ArgumentValidator and fixed unit TC.

[Issue#] N/A
[Problem] Wrong duratoin value conversion for a large value.
[Cause] Duration value converted using integer type.
[Solution] Use long long type instead of integer.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Common] Use WebAPIException in PlatformException

[Issue#] N/A
[Problem] ArgumentValidator on JSMessagingService, JSMessagingServiceManager, JSMessagingStorage.
[Cause] N/A
[Solution] ArgumentValidator on JSMessagingService, JSMessagingServiceManager, JSMessagingStorage.

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Common] Support to JSWebAPIException

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [SecureElement] Applying the ArgumentValidator

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] return shared directory URI for specific application

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [TimeUtil] Applying the ArgumentValidator

[Issue#] N/A
[Problem] Conversion exception for a task without start time.
[Cause] Wrong duration calculation for a task without start time.
[Solution] Set null duration for a task without a start time.

[Issue#] CID 50664
[Problem] Dereferencing after null check
[Cause] N/A
[Solution] Fix a bug

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Common] ArgumentValidator fix conversion bug , add JSUtil helper functions (merging missing changes from refactoring branch)

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.14-1
Kisub Song [Mon, 8 Apr 2013 12:07:20 +0000 (21:07 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.14-1

[Issue#] N/A
[Problem] NetworkBearerSelection Unit Test Failed
[Cause] Error code handling policy changed
[Solution] Changed error code accordingly

[SCMRequest] N/A

Change-Id: I06cbaf75742b6ea66d0056eec2cdead493084e12

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.14
Dongjin Choi [Fri, 5 Apr 2013 13:25:43 +0000 (22:25 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.14

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

[Issue#] N/A
[Problem] N/A
[Cause] Common] Add MultiCallbackUserDataPtr using boost::shared_ptr
[Solution] N/A

[Issue#] CID-49206
[Problem] Copy-paste error for DataSyncManager.
[Cause] Copy-paste error.
[Solution] Fix wrong paste statement.

[Issue#] CID-48299/CID-48300/CID-48301
[Problem] JSSetArrayElement return value is not checked
[Cause] JSSetArrayElement return value is not checked
[Solution] check the return value

[Issue#] prevent issue CID 49538.
[Problem] uninitialized variable usage.
[Cause] assignment omission in else block.
[Solution] modification.

[Issue#] CID 48472
[Problem] Passing null pointer "priv" to function.
[Cause] N/A
[Solution] Fix a bug

[Issue#] N/A
[Problem] CID 49049
[Cause]  No reached code exist
[Solution] It was removed.

[Issue#] CID-49473, CID-49474, CID-49475, CID-49192, CID-49193
[Problem] leaked storage and unchecked return value
[Solution] checked return value and destroyed leaked handle.
[SCMRequest] N/A

[Issue#] N_SE-31232
[Problem] the geolocation data is different with private object
[Cause] N/A
[Solution] set/get property is control by parent object

[Issue#] N/A
[Problem] N/A
[Cause]     [Common] Add PropertyBag module [ReferenceImplement] How to implement readonly property, How to pass property equality check
[Solution] N/A

[Issue#] N/A
[Problem] Calendar geolocation value not changed when setting it by property setter.
[Cause] Private value not managed by setter.
[Solution] Use Tizen SimpleCoordinates private value instead of internal values.

[Issue#] DCM-1193
[Problem] All calendar events were returned when using date range filter.
[Cause] No calendar id filter set for recurring event range filter.
[Solution] Add calendar id filter for recurring event range filter.

[Issue#] N/A
[Problem] some tc is failed because of timing issue
[Cause] N/A
[Solution] delete kill code

[Issue#] TDIS-3933 TDIS-4146
[Problem] Types of filters and values are not valid
[Cause] Filter object did not handle with JSValueRef
[Solution] Handle with JSValueRef

[Issue#] TDIS-4478
[Problem] Exception name is incorrect.
[Cause] Internal bug.
[Solution] Modification.

[Issue#] N/A
[Problem] Exception name is incorrect.
[Cause] Internal bug.
[Solution] Modification.

[Issue#] N/A
[Problem] some tc is failed by timing issue
[Cause] N/A
[Solution] update tc to avoid timing issue

[Issue#] N/A
[Problem] msg-service DB release
[Cause] msg-service DB release
[Solution] msg-service DB release

[Issue#] N/A
[Problem] error callback is occured when releaseDate set through filter
[Cause] N/A
[Solution] chagne the filter map

[Issue#] N/A
[Problem] Out-dated JS attribute getter/setter policy.
[Cause] New policy introduced.
[Solution] Change flags for readonly attributes and return true for setter type mismtach exceptions.

[Issue#] DCM-1241
[Problem] "Find" api even finds the deleted items when some accounts are synchronized.
[Cause] "Find" api didn't set the "is_deleted" filter flag to false.
[Solution] Set the "is_deleted" flag to false in find api filter imlementation.

[Issue#] N/A
[Problem] getEventFromHandle event error handling bug fix
[Cause] getEventFromHandle event error handling bug fix
[Solution] getEventFromHandle event error handling bug fix

[Issue#] N/A
[Problem] N/A
[Cause] [Common] Add Time Tracer for profiling
[Solution] N/A

[Issue#] N/A
[Problem] N/A
[Cause] [Push] Refactoring for DPL-Free version
[Solution] N/A

[Issue#] N/A
[Problem] N/A
[Cause] bookmark framework's root folder id is changed.
[Solution] The definition of root folder id is removed and codes related to it are changed.

[Issue#] N/A
[Problem] types concept is not clear
[Cause] document error
[Solution] update document and modify code

[Issue#] N/A
[Problem] object is not deleted after use
[Cause] N/A
[Solution] remove resource afte use

[Issue#] DCM-714
[Problem] Crash is occured when multiple html pages open.
[Cause] JSValueRef is freed.
[Solution] Modification.

[Issue#] N/A
[Problem] Occured crash if matchValue of AttributeFilter not set
[Cause] There is problem on FilterConverter
[Solution] FilterConverter checks converted result carefully

[Issue#] N/A
[Problem] new guide
[Cause] new guide
[Solution] modify code

[Issue#] N/A
[Problem] typo error of pc file
[Cause] N/A
[Solution] Fixed type error

[Issue#] N/A
[Problem] Message port's privilege did not work
[Cause] privilege resist code did not enable
[Solution] Enabled privilege code

[Issue#] N/A
[Problem] new guide
[Cause] new guide
[Solution] modify code

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

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.13
Dongjin Choi [Fri, 29 Mar 2013 11:47:51 +0000 (20:47 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.13

[Issue#] N/A
[Problem] N/A
[Cause]  N/A
[Solution] Secure Element's privilege is changed. Previous privilege will be deprecated

[Issue#] DCM-1021
[Problem] Crash when trying to set a null value to the event rrule
[Cause] No care for null/undefined value.
[Solution] Separate routien for null/undefined value for event rrule

[Issue#] N/A
[Problem] progress value property don't work in StatusNotification Constructor.
[Cause] progress update function has omitted
[Solution] progress update function will work when PROGRESS mode in the constructor.

[Issue#] N/A
[Problem] static member is temporary solution
[Cause] N/A
[Solution] Set object attributes into created JS object

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add errors and exceptions of OpenMobileAPI

[Issue#] DCM-1058
[Problem] Calling "removeBatch" with null id causes a crash.
[Cause] No null handling for removeBatch.
[Solution] Ignore invalid ids for removeBatch input parameter.

[Issue#] N_SE-30207, N_SE-30206
[Problem] Bugs in enum conversion routine for sync type and interval.
[Cause] Wrong enum conversion between platform and JS.
[Solution] Fix bugs in enum conversion routines.

[Issue#] Felica QA
[Problem] Raise IOError although the dir to delete does not exist.
[Cause] Wrong error raise.
[Solution] Error code modification.

[Issue#] DCM-1105
[Problem] Platform error while creating download. Full of available simultaneous downloads.
[Cause] Download F/W allows maximum 5 download session at time.
[Solution] Fixed to close download handle when the download session is finished.

[Issue#] DCM-1081
[Problem] sort parameter null is not working
[Cause] if sort is null offset and limit is not set
[Solution] sort check routine fix

[Issue#] TDIST-162
[Problem] findMessages with filter isRead on email bug fix
[Cause] mail_tbl attribute name changed.
[Solution] change isRead name to proper mail_tbl name

[Issue#] N_SE-29576
[Problem] No exception thrown for wrong enum value for AlarmAbsolute Constructor
[Cause] N/A
[Solution] throw exception

[Issue#] N/A
[Problem] Converting issue.
[Cause] wrong regular expression is used.
[Solution] use to std library

[Issue#] DCM-1106, DCM-1146
[Problem] Not support DESC sorting mode, freeze
[Cause] missing code, contacts-service-ipcd crash
[Solution] change code

[Issue#] DCM-828
[Problem] converting issue from struct tm
[Cause]  converting issue from struct tm
[Solution] if release date is not set, return the undefined

[Issue#] N/A
[Problem] Array.isArray test failed for platform arrays such as exceptions, setPositions, daysOfTheWeek, categories.
[Cause] Platform array doesn't support array test.
[Solution] Use JSC array interface instead of our own platform array object.

[Issue#] N/A
[Problem] Widget crash when progress CB is called.
[Cause] Wrong uri type from platform test code.
[Solution] Fix callback parameter type and relevent bugs.

[Issue#] N/A
[Problem] N/A
[Cause]  N/A
[Solution] Secure Element's privilege is changed. And apis and an attribute related to card emulation are removed.

[Issue#] DCM-992
[Problem] DCM wants to access another path, not virtual path.
[Cause] tizen policy blocks the file path except virtual path.
[Solution] modification.

[Issue#] DCM-1141
[Problem] read column bigger than 300byte fail.
[Cause] wrong memory size reservation
[Solution] memory size modification.

[Issue#] DCM-1087/DCM_1132
[Problem] sync and syncFolder successCallback is not called
[Cause] sync and syncFolder event is rewrited
[Solution] save each event

[Issue#] DCM-1043, DCM-1090, DCM-1094
[Problem] DCM-1043 : When celluar network is connected lte, Web api send wrong informaion.
DCM-1094 : Mcc value is incorrect.
DCM-1090 : Networkbearerselection exception is incorrect.
[Cause] internal bug
[Solution] modification.

[SCMRequest] N/A

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.12-1
Dongjin Choi [Thu, 28 Mar 2013 04:50:58 +0000 (13:50 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.12-1

[Issue#] ORANGE-246
[Problem] N/A
[Cause] N/A
[Solution] Add new feature about http header field and network type selection.

[SCMRequest] N/A

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.12
Dongjin Choi [Mon, 25 Mar 2013 23:23:08 +0000 (08:23 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.12

[Issue#] N/A
[Problem] Not decided to support
[Cause] N/A
[Solution] Rollback the code

[SCMRequest] N/A

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.11
Kisub Song [Sun, 24 Mar 2013 03:32:00 +0000 (12:32 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.11

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

[Issue#] N/A
[Problem] Tizen - AbstractFilter array did not support Array.isArray()
[Cause] AbstractFilterArray did not use JSArray
[Solution] Reimplemented AbstractFiilterArray to JSArray

[Issue#] N/A
[Problem] Tizen - Could not distinguish the constructor and object
[Cause] Used object as constructor
[Solution] Fixed attaching method to tizen object

[Issue#] Content - can not update geolocation.
[Problem] the geolocation data is different with private object
[Cause] N/A
[Solution] set/get property is control by parent object

[Issue#] N/A
[Problem] Filesystem - Privilege should be checked before checking parameters.
[Cause] N/A
[Solution] add simple privilege check.

[Issue#] TDIS-4710
[Problem] Messaging - findMessages with body filter fails
[Cause] findMessages is supports only body.plainBody
[Solution] change filter validators

[Issue#] N/A
[Problem] Contact - crash at inserting failure, can't add groupIds
[Cause] internal bugs
[Solution] modify codes

[Issue#] ORANGE-245
[Problem] Download
[Cause] N/A
[Solution] Add new feature about http header field and network type selection.

[Issue#] N/A
[Problem] Messaging - isArray is not supported for to, cc and bcc attribute
[Cause] isArray is not supported for to, cc and bcc attribute
[Solution] isArray is supported for to, cc and bcc attribute

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

Change-Id: Id4f1a8420c49fa12e4469fdf1c5ce77d589032fb

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.10
Dongjin Choi [Thu, 21 Mar 2013 11:30:20 +0000 (20:30 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.10

[Issue#] N/A
[Problem] Some plugins did not install
[Cause] Some plugins weren't set RPATH
[Solution] Set RPATH

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [ReferenceImplement] Update argument test(argtest)

[Issue#] N/A
[Problem] Platform api changed, thus build break happens.
[Cause] Platform sync-agent api changes.
[Solution] Adapt to the changes anf fix bugs.

[SCMRequest] N/A

Conflicts:

packaging/wrt-plugins-tizen.spec

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.9
Dongjin Choi [Wed, 20 Mar 2013 11:45:41 +0000 (20:45 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.9

[Issue#] N/A
[Problem] [Common] Refactoring CMakeLists.txt files
[Cause] N/A
[Solution]  * Did refactoring package dependancies between modules and impls
 * Removed dependancies to unused modules
 * Fixed bugs on cmake scripts
   * PKG_SEARCH_MODULE -> PKG_CHECK_MODULES
 * Realigned CMakeLists.txt

[Issue#] crashed application when content change listener is registered.
[Problem] memory overwrite
[Cause] unavailable variable used
[Solution] remove the unavailable varibable

[Issue#] N/A
[Problem] Several functions in Converter class don't work properly.
[Solution] Switched functions of Converter class to static functions of JSUtil.
[SCMRequest] N/A

[Issue#] N/A
[Problem] [Common] StandaloneConsole fix prevent issue
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] [Contact] update precondition contact application due to changing platform policy
[Cause] N/A
[Solution] N/A

[Issue#] #DCM-951
[Problem] Information obtained is different on help information if API [tizen.time.getTimeFormat] is call called.
[Cause] If region is Japanese, apK:m:s is returned. 'K' is not defined in API reference.
[Solution] 'K' will be changed to 'h'

[Issue#] N/A
[Problem] Cannot find a parent calendar event of a recurring instances when using start/end date range filter.
[Cause] Platform filter does not support such an operation.
[Solution] Use multiple filters for a recurring event search and merge the results.

[Issue#] #DCM-976
[Problem] UTC time is unacquirable using Web Device API [tizen.time.toUTC]
[Cause] When calling toUTC() or toLocaltimezone() twice or more, timezone is changed but another value isn't changed. It is ICU issue.
[Solution] Changed the code to make new TZDate with getTime() value and timezone.

[Issue#] N/A
[Problem] Not enough TCs for smack rule extraction.
[Cause] Skipped some functions.
[Solution] Cover all functions for each privilege.

[Issue#] TDIS-4674
[Problem] logoURI is missing
[Cause] internal bug
[Solution] modify code

[Issue#] N/A
[Problem] Notification UnitTC Coverage is poor
[Cause] N/A
[Solution] enhance coverage & appended TC

[SCMRequest] N/A

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.9
Dongjin Choi [Wed, 20 Mar 2013 11:18:42 +0000 (20:18 +0900)]
Update change log and spec for wrt-plugins-tizen_0.4.9

[Issue#] N/A
[Problem] Platform api changed, thus build break happens.
[Cause] Platform sync-agent api changes.
[Solution] Adapt to the changes anf fix bugs.

[Issue#] N/A
[Problem] [Common] Refactoring CMakeLists.txt files
[Cause] N/A
[Solution]  * Did refactoring package dependancies between modules and impls
 * Removed dependancies to unused modules
 * Fixed bugs on cmake scripts
   * PKG_SEARCH_MODULE -> PKG_CHECK_MODULES
 * Realigned CMakeLists.txt

[Issue#] crashed application when content change listener is registered.
[Problem] memory overwrite
[Cause] unavailable variable used
[Solution] remove the unavailable varibable

[Issue#] N/A
[Problem] Several functions in Converter class don't work properly.
[Solution] Switched functions of Converter class to static functions of JSUtil.
[SCMRequest] N/A

[Issue#] N/A
[Problem] [Common] StandaloneConsole fix prevent issue
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] [Contact] update precondition contact application due to changing platform policy
[Cause] N/A
[Solution] N/A

[Issue#] #DCM-951
[Problem] Information obtained is different on help information if API [tizen.time.getTimeFormat] is call called.
[Cause] If region is Japanese, apK:m:s is returned. 'K' is not defined in API reference.
[Solution] 'K' will be changed to 'h'

[Issue#] N/A
[Problem] Cannot find a parent calendar event of a recurring instances when using start/end date range filter.
[Cause] Platform filter does not support such an operation.
[Solution] Use multiple filters for a recurring event search and merge the results.

[Issue#] #DCM-976
[Problem] UTC time is unacquirable using Web Device API [tizen.time.toUTC]
[Cause] When calling toUTC() or toLocaltimezone() twice or more, timezone is changed but another value isn't changed. It is ICU issue.
[Solution] Changed the code to make new TZDate with getTime() value and timezone.

[Issue#] N/A
[Problem] Not enough TCs for smack rule extraction.
[Cause] Skipped some functions.
[Solution] Cover all functions for each privilege.

[Issue#] TDIS-4674
[Problem] logoURI is missing
[Cause] internal bug
[Solution] modify code

[Issue#] N/A
[Problem] Notification UnitTC Coverage is poor
[Cause] N/A
[Solution] enhance coverage & appended TC

[SCMRequest] N/A

Conflicts:

packaging/wrt-plugins-tizen.spec

11 years agoUpdate change log and spec for wrt-plugins-tizen_0.4.8
Jihwa Park [Mon, 18 Mar 2013 14:09:06 +0000 (07:09 -0700)]
Update change log and spec for wrt-plugins-tizen_0.4.8

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Common] add JSUtil::JSValuetoStringMap() and ArgumentValidator::toStringMap()

[Issue#] N/A
[Problem] Non object value was converted to object
[Cause] JSC was supporting convert from number , string to object
[Solution] check through JSValueIsObject API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] [Common] JSUtil fix error message of JSValueToTimeT

[Issue#] N/A
[Problem] Sometimes occured crash while getting existing ports
[Cause] Problems on searching existing port
[Solution] Fix compairing algorithm

[SCMRequest] N/A

Change-Id: I05e84701f20805d2aa155c9b9a95f60e587b5832

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:21:56 +0000 (01:21 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 17:05:53 +0000 (02:05 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
youngil.won [Mon, 9 Jan 2012 02:16:08 +0000 (11:16 +0900)]
Initial empty repository