platform/core/csapi/tizenfx.git
6 years ago[NUI] C# binding for PixelBuffer::GetMetadata() 15/165315/1
adam.b [Mon, 11 Dec 2017 17:40:58 +0000 (17:40 +0000)]
[NUI] C# binding for PixelBuffer::GetMetadata()

Needed to obtain EXIF data from the PixelBuffer.

Conflicts:
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/public/ImageLoading.cs
src/Tizen.NUI/src/public/PixelBuffer.cs

Change-Id: Id0e82822a3b7622cddc5df69b7cdef1b21873c74

6 years agoMerge "C# binding for PixelBuffer::GetMetadata()" 5.0.0-preview1-00426
dongsug song [Thu, 28 Dec 2017 06:22:10 +0000 (06:22 +0000)]
Merge "C# binding for PixelBuffer::GetMetadata()"

6 years agoReview Network.Nsd API cs files 92/164892/2
“Editor [Thu, 21 Dec 2017 11:47:34 +0000 (17:17 +0530)]
Review Network.Nsd API cs files

Change-Id: I0adc17d074a939db114d1734e7605f53b9001799

6 years agoMerge "[Remoting] Modified task related codes in ScreenMirroring." 5.0.0-preview1-00425
coderhyme [Wed, 27 Dec 2017 23:16:19 +0000 (23:16 +0000)]
Merge "[Remoting] Modified task related codes in ScreenMirroring."

6 years agoMerge "[Multimedia.MediaPlayer] Updated comments of the PlaybackInterrupted event."
coderhyme [Wed, 27 Dec 2017 23:15:37 +0000 (23:15 +0000)]
Merge "[Multimedia.MediaPlayer] Updated comments of the PlaybackInterrupted event."

6 years ago[Multimedia.Util] Modified async methods of ImageDecoder and ImageEncoder. 51/165251/1
coderhyme [Wed, 27 Dec 2017 08:42:47 +0000 (17:42 +0900)]
[Multimedia.Util] Modified async methods of ImageDecoder and ImageEncoder.

It turns out no TaskCompletionSource is needed for these methods.
Plus, created tasks with LongRunning option which makes tasks run on separate threads rather than ones of the thread pool of the default scheduler because a long running task can lead to negative effects in performance.

Change-Id: I6a7d2a2d5128ff30f654d6a41789d4f2c9ceb6c1
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia] Changed Yuv422 definition and the value of Yuv422P of ColorSpace. 46/165246/2
coderhyme [Wed, 27 Dec 2017 08:07:14 +0000 (17:07 +0900)]
[Multimedia] Changed Yuv422 definition and the value of Yuv422P of ColorSpace.

Change-Id: I69cd920d5fbead01188a250de9dc603437b9edd9
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia.MediaPlayer] Updated comments of the PlaybackInterrupted event. 81/165081/3
coderhyme [Tue, 26 Dec 2017 04:47:49 +0000 (13:47 +0900)]
[Multimedia.MediaPlayer] Updated comments of the PlaybackInterrupted event.

Change-Id: I814179159c09675a43035da04c4a25c64e532b19
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Remoting] Modified task related codes in ScreenMirroring. 86/165186/1
coderhyme [Wed, 27 Dec 2017 03:10:46 +0000 (12:10 +0900)]
[Remoting] Modified task related codes in ScreenMirroring.

1. Should avoid using TaskFactory.StartNew with a single argument due to the SynchronizationContext issue.
2. Must set exceptions to the TaskCompletionSource when the opeartion fails instead of throwing exceptions in the delegates of tasks. Otherwise, the wrapping tasks could be blocked forever.

Change-Id: Icb7bf1c82add0b62b2b57932a5cd327b178a1eca
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[DataControl] Fix MapGet bug 85/165185/1 4.0.1-preview1-00050
jusung son [Wed, 27 Dec 2017 02:37:57 +0000 (11:37 +0900)]
[DataControl] Fix MapGet bug

Unmanaged string array should be marshalled

Change-Id: If4f4d5c1844b74f58d02b961f651f68659b5dba6
Signed-off-by: jusung son <jusung07.son@samsung.com>
(cherry picked from commit b86e557aef3a0c2658a58527ec6543a997cdbce2)

6 years ago[DataControl] Fix MapGet bug 80/165180/1 5.0.0-preview1-00424
jusung son [Wed, 27 Dec 2017 02:37:57 +0000 (11:37 +0900)]
[DataControl] Fix MapGet bug

Unmanaged string array should be marshalled

Change-Id: If4f4d5c1844b74f58d02b961f651f68659b5dba6
Signed-off-by: jusung son <jusung07.son@samsung.com>
6 years agoMerge "[ElmSharp] Fixed the crash issue of Calendar" 5.0.0-preview1-00423
Kangho Hur [Wed, 27 Dec 2017 01:24:43 +0000 (01:24 +0000)]
Merge "[ElmSharp] Fixed the crash issue of Calendar"

6 years ago[NUI] dali_1.2.77, nui_0.2.77 version release 10/165110/1 4.0.1-preview1-00049
huiyu,eun [Tue, 26 Dec 2017 08:18:24 +0000 (17:18 +0900)]
[NUI] dali_1.2.77, nui_0.2.77 version release

Change-Id: I317013e015a5b34193e54ee3da86bd7221608264
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[InputMethod] Add logic to set whether IME is called from dotnet 83/165083/1 5.0.0-preview1-00422
sungwook79.park [Tue, 5 Dec 2017 07:54:34 +0000 (16:54 +0900)]
[InputMethod] Add logic to set whether IME is called from dotnet

Change-Id: I6ac3a2e7b0167398be32e981ea3ba6a76f2e4deb
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
6 years agoC# binding for PixelBuffer::GetMetadata() 09/163509/5
adam.b [Mon, 11 Dec 2017 17:40:58 +0000 (17:40 +0000)]
C# binding for PixelBuffer::GetMetadata()

Needed to obtain EXIF data from the PixelBuffer.

Change-Id: Id0e82822a3b7622cddc5df69b7cdef1b21873c74

6 years agofixed code for the case of calling register many times 98/164898/1 5.0.0-preview1-00421
Ickhee Woo [Thu, 21 Dec 2017 12:16:29 +0000 (21:16 +0900)]
fixed code for the case of calling register many times

Change-Id: I58a20f5531c56702acbcae247969213420d248bd
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
6 years ago[NUI] Revert "fix TCT crash issue" 24/164824/1
dongsug.song [Thu, 21 Dec 2017 06:52:30 +0000 (15:52 +0900)]
[NUI] Revert "fix TCT crash issue"

This reverts commit 0a7c57d6c78d89eccb08c3ee1fb63df604cbec8d.

Change-Id: I6f5895aa9f88c4ea4ebbad41245c067053e1f4b5

6 years agoReview ElmSharp.Wearable API cs files 59/163459/7 4.0.1-preview1-00048
Editor Lionbridge [Mon, 11 Dec 2017 08:58:57 +0000 (14:28 +0530)]
Review ElmSharp.Wearable API cs files

PS2: Additional Fixes

PS6: Feedback implementation

Change-Id: I173b046034756de86ba250b852aca7f7c32372b1

6 years ago[NUI] dali_1.2.76, nui_0.2.76 version release 94/164794/1
huiyu,eun [Thu, 21 Dec 2017 05:25:21 +0000 (14:25 +0900)]
[NUI] dali_1.2.76, nui_0.2.76 version release

Change-Id: Ifaafc7e4a105ec0c71563939e62fafd1e93241a6
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoMerge "[NUI] fix TCT crash issue" into rel/api_4
dongsug.song [Thu, 21 Dec 2017 05:21:12 +0000 (05:21 +0000)]
Merge "[NUI] fix TCT crash issue" into rel/api_4

6 years ago[TEEC] Fix C# struct Marshaling, binding for null operations 81/164781/1
Krzysztof Dynowski [Mon, 11 Dec 2017 16:00:06 +0000 (17:00 +0100)]
[TEEC] Fix C# struct Marshaling, binding for null operations

Change-Id: I28608df6d02d5d3cf853c88f8e0effb100638b55
(cherry picked from commit 511684b5165e0aed265b88cdc7c39ce78d82235c)

6 years agoMerge "[TEEC] Fix C# struct Marshaling, binding for null operations" 5.0.0-preview1-00420
Dong Sun Lee [Thu, 21 Dec 2017 04:24:15 +0000 (04:24 +0000)]
Merge "[TEEC] Fix C# struct Marshaling, binding for null operations"

6 years ago[NUI] fix TCT crash issue 70/164770/2
dongsug.song [Thu, 21 Dec 2017 02:53:23 +0000 (11:53 +0900)]
[NUI] fix TCT crash issue

Change-Id: Ia21049ab623b7bea0ed4038db95b64cb09e71323
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[Usb] Change internal Dispose functions from protected to internal 32/164732/1 5.0.0-preview1-00419
Paweł Szewczyk [Wed, 20 Dec 2017 15:31:37 +0000 (16:31 +0100)]
[Usb] Change internal Dispose functions from protected to internal

Change-Id: Id204e74d3296aec43dd242d73877fd1a0a3cc25c
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years agoReview Elmsharp API cs files 58/163458/8
Editor Lionbridge [Mon, 11 Dec 2017 08:45:32 +0000 (14:15 +0530)]
Review Elmsharp API cs files

PS2: Additional Fixes

PS4: Additional Fixes

PS5: Additional Fixes

PS6: Edited as per comment

PS7: Feedback Implementation

Change-Id: I774e173e2c860918b226f98dc35593a240b4ad58

6 years agoReview AttachPanel/Shortcut/WatchApplication API cs files 70/164070/3
“Editor [Fri, 15 Dec 2017 06:02:29 +0000 (11:32 +0530)]
Review AttachPanel/Shortcut/WatchApplication API cs files

PS2: Additional Fixes

Change-Id: I8f9531e3c112933e9fc56e7c3172a99640592256

6 years agoReview Tizen API cs files 66/164066/3
“Editor [Fri, 15 Dec 2017 05:57:00 +0000 (11:27 +0530)]
Review Tizen API cs files

PS2: Feedback implementation

Change-Id: I3b04998332b48e3e72c5bd98ba0db8e27e5434a2

6 years ago[NUI] DALi version 1.2.75 21/164621/1 4.0.1-preview1-00047
dongsug.song [Wed, 20 Dec 2017 05:05:28 +0000 (14:05 +0900)]
[NUI] DALi version 1.2.75

Change-Id: I642f772adcd9b3536564975d98ff4b11985319dd
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Update attribute and comments of PixelData 00/164600/2
xb.teng [Wed, 20 Dec 2017 02:20:33 +0000 (10:20 +0800)]
[NUI] Update attribute and comments of PixelData

Change-Id: If61c84887ba06394f653fc271e97d9fe091d6a90

6 years ago[NUI] Add ImageLoading and PixelBuffer for TextureSet 13/163213/7
xb.teng [Fri, 8 Dec 2017 04:00:26 +0000 (12:00 +0800)]
[NUI] Add ImageLoading and PixelBuffer for TextureSet

Change-Id: I20aff0bab6faebf325a32e91359dba835bdba7e7

6 years agoMerge "[NUI]Remove some unused APIs." 5.0.0-preview1-00418
dongsug song [Wed, 20 Dec 2017 01:54:38 +0000 (01:54 +0000)]
Merge "[NUI]Remove some unused APIs."

6 years agoMerge "[4.0][NUISamples] Add some examples for nui" into rel/api_4
dongsug song [Wed, 20 Dec 2017 01:43:08 +0000 (01:43 +0000)]
Merge "[4.0][NUISamples] Add some examples for nui" into rel/api_4

6 years ago[4.0][NUISamples] Add some examples for nui 91/164591/2
xb.teng [Wed, 20 Dec 2017 01:40:53 +0000 (09:40 +0800)]
[4.0][NUISamples] Add some examples for nui

Here are some changes:
1. Add geometry-test.cs, image-visual-test.cs, orientation-test.cs
2. Add resize-policy-test.cs, text-direction-test.cs, texture-set-sample.cs
3. Fix dali-test.cs, test1.cs, text-test.cs, visual-view-test2.cs
4. Add Tizen.NUI projects as reference to support new features

Change-Id: I06bce9cdae0b5c5ccf8a5ae2aca2e9dd06b9582c

6 years ago[NUI] add Reload() to reload image forcely 24/164524/3
dongsug.song [Tue, 19 Dec 2017 13:05:21 +0000 (22:05 +0900)]
[NUI] add Reload() to reload image forcely

Conflicts:
src/Tizen.NUI/src/internal/ManualPINVOKE.cs

Change-Id: I66b31730146927f035717f24e8f144742ca0e555
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[TEEC] Fix C# struct Marshaling, binding for null operations 39/163639/15
Krzysztof Dynowski [Mon, 11 Dec 2017 16:00:06 +0000 (17:00 +0100)]
[TEEC] Fix C# struct Marshaling, binding for null operations

Change-Id: I28608df6d02d5d3cf853c88f8e0effb100638b55

6 years ago[4.0] add EnableShiftSelection in TextField,TextEditor 20/164520/3
dongsug.song [Tue, 19 Dec 2017 11:37:41 +0000 (20:37 +0900)]
[4.0] add EnableShiftSelection in TextField,TextEditor

Change-Id: I7efc425f43c62f535fc3af31dfcd8e1aa0d1dcbc
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[ElmSharp] Fixed the crash issue of Calendar 70/164470/1
RinaYou [Tue, 19 Dec 2017 07:51:43 +0000 (16:51 +0900)]
[ElmSharp] Fixed the crash issue of Calendar

Change-Id: I4eefd10ccc749b002c355027b990345fc912e42b
(cherry picked from commit f65b4f04063365c26e9beb10c7327f15532ceae6)

6 years ago[Build] Add a flag to skip native deps checking 69/164469/2 4.0.1-preview1-00046
Wonyoung Choi [Tue, 19 Dec 2017 07:53:33 +0000 (16:53 +0900)]
[Build] Add a flag to skip native deps checking

Change-Id: Id74d546589782df51fd7b9fc0ef33165a22e3555

6 years ago[ElmSharp] Fixed the crash issue of Calendar 68/164468/1
RinaYou [Tue, 19 Dec 2017 07:51:43 +0000 (16:51 +0900)]
[ElmSharp] Fixed the crash issue of Calendar

Change-Id: I4eefd10ccc749b002c355027b990345fc912e42b

6 years ago[NotificationEventListener] Add method for get all count 36/164436/1
Seungha Son [Thu, 14 Dec 2017 08:57:51 +0000 (17:57 +0900)]
[NotificationEventListener] Add method for get all count

related patch
 -data-provider-master : https://review.tizen.org/gerrit/#/c/163585/
 -notification : https://review.tizen.org/gerrit/#/c/163584/

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Iba5d5cf81b12fa131104fa2371c97ac03f124871

6 years ago[NotificationEventListener] Add method for get all count 69/163969/6 5.0.0-preview1-00417
Seungha Son [Thu, 14 Dec 2017 08:57:51 +0000 (17:57 +0900)]
[NotificationEventListener] Add method for get all count

related patch
 -data-provider-master : https://review.tizen.org/gerrit/#/c/163585/
 -notification : https://review.tizen.org/gerrit/#/c/163584/

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Iba5d5cf81b12fa131104fa2371c97ac03f124871

6 years ago[Multimedia] Modified a constructor of the Display class not to check the raw video... 19/164419/1
coderhyme [Tue, 19 Dec 2017 04:03:47 +0000 (13:03 +0900)]
[Multimedia] Modified a constructor of the Display class not to check the raw video feature.

It is only valid in the Player and so checking the feature is now placed in the Display property of it.

Change-Id: I539fc1595ab81874a4850a900d5327de1ba70a21
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia] Modified a constructor of the Display class not to check the raw video... 99/164399/1 5.0.0-preview1-00416
coderhyme [Tue, 19 Dec 2017 04:03:47 +0000 (13:03 +0900)]
[Multimedia] Modified a constructor of the Display class not to check the raw video feature.

It is only valid in the Player and so checking the feature is now placed in the Display property of it.

Change-Id: I539fc1595ab81874a4850a900d5327de1ba70a21
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[NUI] Add Window function back 53/164353/1
huiyu,eun [Tue, 19 Dec 2017 00:54:22 +0000 (09:54 +0900)]
[NUI] Add Window function back

Change-Id: Ibd16811e784ee3c25db8af223bfbc1ac1934a682
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoAdd ImfManager.Finalize() function back to fix the build error. 18/164318/1
Feng Jin [Mon, 18 Dec 2017 20:33:02 +0000 (04:33 +0800)]
Add ImfManager.Finalize() function back to fix the build error.

Change-Id: Idbfd47d98482d148162029957c1e303999c3e97a
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[Usb] Add missing API Version informations 13/164313/1 5.0.0-preview1-00415
Paweł Szewczyk [Mon, 18 Dec 2017 11:44:35 +0000 (12:44 +0100)]
[Usb] Add missing API Version informations

Change-Id: I8ef7a61ae6d84d4337b9e4a1e1c215aa76a6c0a8
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years agoMerge "[NUI] dali_1.2.74, nui_0.2.74 version release" into rel/api_4 4.0.1-preview1-00044
dongsug song [Mon, 18 Dec 2017 10:41:47 +0000 (10:41 +0000)]
Merge "[NUI] dali_1.2.74, nui_0.2.74 version release" into rel/api_4

6 years ago[NUI]Remove some unused APIs. 41/164241/3
Feng Jin [Mon, 18 Dec 2017 07:54:19 +0000 (15:54 +0800)]
[NUI]Remove some unused APIs.

Change-Id: Ida75bc6e95408752b2f6a706a557a6a1221ee8e7
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[NUI] dali_1.2.74, nui_0.2.74 version release 82/164282/2
huiyu,eun [Mon, 18 Dec 2017 09:55:53 +0000 (18:55 +0900)]
[NUI] dali_1.2.74, nui_0.2.74 version release

Change-Id: I9dff14d7a2e1543df19f92a5f3db1c49192b8cef
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoMerge "[NUI]Remove some unused APIs." into rel/api_4
dongsug song [Mon, 18 Dec 2017 09:47:58 +0000 (09:47 +0000)]
Merge "[NUI]Remove some unused APIs." into rel/api_4

6 years agoMerge "[NUI] Update Widget / NUIWidgetApplication" into rel/api_4
dongsug song [Mon, 18 Dec 2017 09:46:47 +0000 (09:46 +0000)]
Merge "[NUI] Update Widget / NUIWidgetApplication" into rel/api_4

6 years ago[NUI]Remove some unused APIs. 53/164253/1
Feng Jin [Mon, 18 Dec 2017 08:30:02 +0000 (16:30 +0800)]
[NUI]Remove some unused APIs.

Change-Id: I583fdb9e000bc906745d8c650465923e6fa9b9ab
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[NUI]Remove some unused APIs. 52/164252/1
Feng Jin [Mon, 18 Dec 2017 08:27:43 +0000 (16:27 +0800)]
[NUI]Remove some unused APIs.

Change-Id: I779c7ffa66bfd2d26f19a481a21f56a418486652
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[NUI] depense code for crash of GetProperty()'s null parameter 10/164210/1
dongsug.song [Mon, 18 Dec 2017 05:38:41 +0000 (14:38 +0900)]
[NUI] depense code for crash of GetProperty()'s null parameter

Change-Id: I236da0a3a42e1d38cb7201e596f99b42e348a271
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Revert "temporary fix! fix wrong value of screen position in object dump" 98/164198/1
dongsug.song [Mon, 18 Dec 2017 04:25:26 +0000 (13:25 +0900)]
[NUI] Revert "temporary fix! fix wrong value of screen position in object dump"

Conflicts:
src/Tizen.NUI/src/public/Layer.cs

This reverts commit 9bd231dcee34a49087688f8af0bc0d269562ecfa.

Change-Id: I466c7a4a929afe6a89a8fbe8d46fc54e46a0a70e

6 years ago[Usb] Change API version from 4 to 5 47/164147/1 5.0.0-preview1-00414
lokilee73 [Fri, 15 Dec 2017 13:42:18 +0000 (22:42 +0900)]
[Usb] Change API version from 4 to 5

Change-Id: I9b73eb1d7a7634e1264e405c6f3006c5688dcc94
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
6 years agoMerge "[Usb] Fix documentation for Not Supported Exception" 5.0.0-preview1-00413
lokilee73 [Fri, 15 Dec 2017 10:28:26 +0000 (10:28 +0000)]
Merge "[Usb] Fix documentation for Not Supported Exception"

6 years ago[4.0] Fix TriggerEvent::Triggered callback null-reference issue 81/164081/2
xb.teng [Fri, 15 Dec 2017 07:07:01 +0000 (15:07 +0800)]
[4.0] Fix TriggerEvent::Triggered callback null-reference issue

Change-Id: I715503d59efd11dc20d798013714dc669537df96

6 years ago[NUI] Update Widget / NUIWidgetApplication 97/162197/16
xb.teng [Wed, 29 Nov 2017 13:17:26 +0000 (21:17 +0800)]
[NUI] Update Widget / NUIWidgetApplication

Update Widget/ NUIWidgetAppliation.

Change-Id: I4a123453830e641cfb4452f56a9924408d11b17c

6 years ago[Usb] Fix documentation for Not Supported Exception 02/164002/1
lokilee73 [Thu, 14 Dec 2017 12:30:12 +0000 (21:30 +0900)]
[Usb] Fix documentation for Not Supported Exception

Change-Id: If0958e87aa46df65249803b4b89e7cf1f0d66528

6 years ago[NotificationEventListener] Change getlist logic 83/163983/1 4.0.1-preview1-00043
Myungki Lee [Thu, 14 Dec 2017 06:50:55 +0000 (15:50 +0900)]
[NotificationEventListener] Change getlist logic

- Use NotificationType.None

Change-Id: I3062ac169a3d7f5ff12a682ad1d7f60423f4d183
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
(cherry picked from commit 3a93170d4e00959a2e7b1c1e7993d4e8a398c1e3)

6 years ago[NotificationEventListener] Change getlist logic 37/163937/2 5.0.0-preview1-00412
Myungki Lee [Thu, 14 Dec 2017 06:50:55 +0000 (15:50 +0900)]
[NotificationEventListener] Change getlist logic

- Use NotificationType.None

Change-Id: I3062ac169a3d7f5ff12a682ad1d7f60423f4d183
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
6 years ago[NUI] dali_1.2.73, nui_0.2.73 version release 36/163936/1 4.0.1-preview1-00042
huiyu,eun [Thu, 14 Dec 2017 06:50:10 +0000 (15:50 +0900)]
[NUI] dali_1.2.73, nui_0.2.73 version release

Change-Id: I6643c3978b71519c75b7a4370320e690c96f2561
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[4.0] add depense code for TriggerEvent callback null reference issue 31/163931/1
dongsug.song [Thu, 14 Dec 2017 06:35:29 +0000 (15:35 +0900)]
[4.0] add depense code for TriggerEvent callback null reference issue

Change-Id: If2576f22ba10cf23cc0724df4ccf2513a68c30e1
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] dali_1.2.72, nui_0.2.72 version release 90/163790/1 4.0.1-preview1-00041
huiyu,eun [Wed, 13 Dec 2017 10:19:50 +0000 (19:19 +0900)]
[NUI] dali_1.2.72, nui_0.2.72 version release

Change-Id: I5e2c88fe9105ca62f98365fd64a2ca0beef15c32
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[4.0] depense code for TriggerEvent::Triggered callback null-reference issue 88/163788/1
dongsug.song [Wed, 13 Dec 2017 10:08:18 +0000 (19:08 +0900)]
[4.0] depense code for TriggerEvent::Triggered callback null-reference issue

Change-Id: I89dc2920dccec2243fb5562ee8b61caacc4b73b7
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoMerge "[Usb] Add missing documentation" 5.0.0-preview1-00411
lokilee73 [Wed, 13 Dec 2017 10:11:05 +0000 (10:11 +0000)]
Merge "[Usb] Add missing documentation"

6 years ago[NUI]Remove some unused APIs. 88/162688/4
Feng Jin [Tue, 5 Dec 2017 02:30:13 +0000 (10:30 +0800)]
[NUI]Remove some unused APIs.

Change-Id: Iaf369ba5416782ce26250307609aea546a48c1ca
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years agoMerge "[NUI]Remove some unused APIs." 5.0.0-preview1-00410
dongsug song [Wed, 13 Dec 2017 06:27:51 +0000 (06:27 +0000)]
Merge "[NUI]Remove some unused APIs."

6 years agoRemoved FidoClient from tv profile 82/163682/1
jkjo92 [Wed, 13 Dec 2017 02:00:24 +0000 (11:00 +0900)]
Removed FidoClient from tv profile

Change-Id: Ia53a3d82f905d87e7be193c21fad3c7ed26a690f
Signed-off-by: jkjo92 <jkjo92@samsung.com>
6 years ago[NUI] dali_1.2.71, nui_0.2.71 version release 52/163652/1 4.0.1-preview1-00040
huiyu,eun [Tue, 12 Dec 2017 16:17:35 +0000 (01:17 +0900)]
[NUI] dali_1.2.71, nui_0.2.71 version release

Change-Id: Id59da46ef4f956cb1d61c262226f74a4fbe10a94
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] fix animation finished callback null reference crash 51/163651/1
dongsug.song [Tue, 12 Dec 2017 16:01:07 +0000 (01:01 +0900)]
[NUI] fix animation finished callback null reference crash

Change-Id: Ice6383394ec99d5752cde31df445c9d5c7b41d7a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoRemoved FidoClient from tv profile 83/163583/1 5.0.0-preview1-00409
jkjo92 [Tue, 12 Dec 2017 07:28:49 +0000 (16:28 +0900)]
Removed FidoClient from tv profile

Change-Id: I554b76a8e1d4ac0330a9ddaf250f9dcee2f72991
Signed-off-by: jkjo92 <jkjo92@samsung.com>
6 years agoMerge "[SecureRepository] Add support of InvalidFormat error in ckmc api" 5.0.0-preview1-00408
Yunjin Lee [Tue, 12 Dec 2017 03:15:07 +0000 (03:15 +0000)]
Merge "[SecureRepository] Add support of InvalidFormat error in ckmc api"

6 years ago[SecureRepository] Add support of InvalidFormat error in ckmc api 42/163542/3
Dongsun Lee [Tue, 12 Dec 2017 02:26:49 +0000 (11:26 +0900)]
[SecureRepository] Add support of InvalidFormat error in ckmc api

Change-Id: I2d8ff3842c64e2e9307c626635eeb20474c97329
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
6 years ago[SecureRepository] Add support of InvalidFormat error in ckmc api 41/163541/2
Dongsun Lee [Tue, 12 Dec 2017 02:26:49 +0000 (11:26 +0900)]
[SecureRepository] Add support of InvalidFormat error in ckmc api

Change-Id: I2d8ff3842c64e2e9307c626635eeb20474c97329
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
6 years ago[Packagemanager] Fix bug on package event handling 39/163539/1
Sangyoon Jang [Fri, 8 Dec 2017 02:59:44 +0000 (11:59 +0900)]
[Packagemanager] Fix bug on package event handling

Fix wrong condition of event registering/unregistering.

Change-Id: Ie9be99622c7e6dc1d923d0f27bae7298b478d015
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 116bc27c699fa7754a21b92186635d63c07ba604)

6 years ago[Packagemanager] Fix bug on package event handling 07/163207/4 5.0.0-preview1-00407
Sangyoon Jang [Fri, 8 Dec 2017 02:59:44 +0000 (11:59 +0900)]
[Packagemanager] Fix bug on package event handling

Fix wrong condition of event registering/unregistering.

Change-Id: Ie9be99622c7e6dc1d923d0f27bae7298b478d015
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
6 years ago[Applications.Common] Add filter key/value for installed storage 29/157329/11
Sangyoon Jang [Tue, 24 Oct 2017 07:35:52 +0000 (16:35 +0900)]
[Applications.Common] Add filter key/value for installed storage

Change-Id: Ibbc786d45cbe239e3149d35c5228fe695775322d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
6 years ago[Applications.Common] Add some comments for ApplicationInfoFilter class 49/161349/4
Sangyoon Jang [Thu, 23 Nov 2017 03:04:47 +0000 (12:04 +0900)]
[Applications.Common] Add some comments for ApplicationInfoFilter class

Change-Id: I8a10774c53df28dc8d46fb13dd42f3e01d956248
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
6 years ago[NUI] dali_1.2.70, nui_0.2.70 version release 10/163410/1 4.0.1-preview1-00039
huiyu,eun [Mon, 11 Dec 2017 05:21:11 +0000 (14:21 +0900)]
[NUI] dali_1.2.70, nui_0.2.70 version release

Change-Id: I235f1ee41921429da72ff4abe60327304a571019
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoRemoved MediaCodec from tv profile for dummy dll 99/163399/1
Sejun Park [Mon, 11 Dec 2017 04:50:21 +0000 (13:50 +0900)]
Removed MediaCodec from tv profile for dummy dll

Change-Id: Ief7b1f1cf1252e1e3a2295b63ab521293c9288af

6 years agoRemoved MediaCodec from tv profile for dummy dll 98/163398/1 5.0.0-preview1-00406
Sejun Park [Mon, 11 Dec 2017 04:49:34 +0000 (13:49 +0900)]
Removed MediaCodec from tv profile for dummy dll

Change-Id: I35eeae5873344685494afbf82ffee80729640cd7

6 years ago[NUI]Remove some unused APIs. 91/162691/3
Feng Jin [Tue, 5 Dec 2017 02:34:56 +0000 (10:34 +0800)]
[NUI]Remove some unused APIs.

Change-Id: Iaeb44e2b293e732f8518f5c8b14e715dd93ffa17
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years agoMerge "[InputMethod] Add logic to set whether IME is called from dotnet" into rel...
sungwook79.park [Fri, 8 Dec 2017 05:03:31 +0000 (05:03 +0000)]
Merge "[InputMethod] Add logic to set whether IME is called from dotnet" into rel/api_4

6 years ago[Usb] Add missing documentation 04/163204/1
lokilee73 [Fri, 8 Dec 2017 02:49:23 +0000 (11:49 +0900)]
[Usb] Add missing documentation

Features and few exceptions were documented here.

Change-Id: I41a644ebe22799079575a292a910a24fd433ee14
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
6 years ago[NUI] change some comments of Timer and Window APIs 27/163127/1 4.0.1-preview1-00038
dongsug.song [Thu, 7 Dec 2017 09:26:33 +0000 (18:26 +0900)]
[NUI] change some comments of Timer and Window APIs

Change-Id: I46c9f3e7c100ec87ce52b1acf846d1c3f8573ce3
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoMerge "[USB] Update exception handling code" 5.0.0-preview1-00405
Chang Joo Lee [Thu, 7 Dec 2017 06:57:46 +0000 (06:57 +0000)]
Merge "[USB] Update exception handling code"

6 years ago[NUI] Delete stackTrace and log 18/163018/2
huiyu,eun [Thu, 7 Dec 2017 02:08:23 +0000 (11:08 +0900)]
[NUI] Delete stackTrace and log

Change-Id: Ib6993a9b1e3974aa6f9829b3a28ab594fffbea09
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Delete stackTrace and log 16/163016/2
huiyu,eun [Thu, 7 Dec 2017 02:08:23 +0000 (11:08 +0900)]
[NUI] Delete stackTrace and log

Change-Id: Ib6993a9b1e3974aa6f9829b3a28ab594fffbea09
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[Notification] Fix ActiveStyle binding 66/163066/1
Seungha Son [Thu, 7 Dec 2017 03:19:12 +0000 (12:19 +0900)]
[Notification] Fix ActiveStyle binding

 If you only set RemoveTime on the ActiveStyle object,
 the ActiveStyle binding fails on NotificationManager.Load()

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Id3f4606711a28f12b9631fd7a795b0dac3a41b9e

6 years ago[Notification] Fix ActiveStyle binding 28/163028/2 5.0.0-preview1-00404
Seungha Son [Thu, 7 Dec 2017 03:19:12 +0000 (12:19 +0900)]
[Notification] Fix ActiveStyle binding

 If you only set RemoveTime on the ActiveStyle object,
 the ActiveStyle binding fails on NotificationManager.Load()

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Id3f4606711a28f12b9631fd7a795b0dac3a41b9e

6 years agoRevert "Changed DllIport entry point for new system-settings API for callback." 92/162992/2 4.0.1-preview1-00037
WonYoung Choi [Wed, 6 Dec 2017 23:57:15 +0000 (23:57 +0000)]
Revert "Changed DllIport entry point for new system-settings API for callback."

This reverts commit 7e90acd472ec0f551e722671cc0f90897a33c58d.

Change-Id: I1a2e4a49a54de0923b2a7dddeb097b5709e9536c

6 years ago[NUI] Add played flag to Timer class 22/162922/1 4.0.1-preview1-00036
huiyu,eun [Wed, 6 Dec 2017 07:21:13 +0000 (16:21 +0900)]
[NUI] Add played flag to Timer class

Change-Id: I7370782a070d5709798b49a94866bd978cba4099
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Add played flag to Timer class 14/162914/1 5.0.0-preview1-00403
huiyu,eun [Wed, 6 Dec 2017 07:21:13 +0000 (16:21 +0900)]
[NUI] Add played flag to Timer class

Change-Id: I7370782a070d5709798b49a94866bd978cba4099
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[Build] Specify dali version for rpm packaging 99/162899/2
Wonyoung Choi [Wed, 6 Dec 2017 05:36:57 +0000 (14:36 +0900)]
[Build] Specify dali version for rpm packaging

Change-Id: I6e463f2547070b3fa6ad68f258e1c159f38bc889

6 years agoChanged DllIport entry point for new system-settings API for callback. 89/162889/1
jinwang.an [Fri, 17 Nov 2017 14:20:13 +0000 (23:20 +0900)]
Changed DllIport entry point for new system-settings API for callback.

Change-Id: I8fe79ae08a0fc9c4a0402c9cd52632afd76a23fc
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
(cherry picked from commit ffec79bc8975bd77331d09b82384ea9119410160)

6 years ago[NUI] dali_1.2.69, nui_0.2.69 version release 87/162787/1 4.0.1-preview1-00035
huiyu,eun [Tue, 5 Dec 2017 08:55:42 +0000 (17:55 +0900)]
[NUI] dali_1.2.69, nui_0.2.69 version release

Change-Id: Ib1f377b74c7735195f53e1d741a771f6b08845f3
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoMerge "Changed DllIport entry point for new system-settings API for callback." 5.0.0-preview1-00402
MyoungJune Park [Tue, 5 Dec 2017 08:37:00 +0000 (08:37 +0000)]
Merge "Changed DllIport entry point for new system-settings API for callback."

6 years ago[NUI] Added NPatch visual properties for auxiliary image 83/162783/2
David Steele [Thu, 30 Nov 2017 18:14:42 +0000 (18:14 +0000)]
[NUI] Added NPatch visual properties for auxiliary image

Change-Id: Ie7bfc825c9ff4f34983c2540f2920b2819d8634a