platform/core/csapi/tizenfx.git
6 years agoRelease 4.0.1.65 accepted/tizen/4.0/unified/20180119.133709 submit/tizen_4.0/20180119.025151
DotnetBuild [Fri, 19 Jan 2018 02:51:49 +0000 (11:51 +0900)]
Release 4.0.1.65

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Fri, 19 Jan 2018 02:51:49 +0000 (11:51 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agoFixed svace issue (#53)
younho park [Thu, 18 Jan 2018 10:16:26 +0000 (19:16 +0900)]
Fixed svace issue (#53)

6 years agoRelease 4.0.1.64 submit/tizen_4.0/20180118.101305
DotnetBuild [Thu, 18 Jan 2018 10:13:03 +0000 (19:13 +0900)]
Release 4.0.1.64

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 18 Jan 2018 10:13:03 +0000 (19:13 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Information] Fix delegate lifetime issue (#52)
kichankwon [Thu, 18 Jan 2018 10:01:31 +0000 (19:01 +0900)]
[Information] Fix delegate lifetime issue (#52)

Signed-off-by: kichankwon <k_c.kwon@samsung.com>
6 years ago[Device] add lock for global variable of led and battery (#49)
lokilee73 [Thu, 18 Jan 2018 07:51:47 +0000 (16:51 +0900)]
[Device] add lock for global variable of led and battery (#49)

6 years agoRelease 4.0.1.63 accepted/tizen/4.0/unified/20180119.060730 submit/tizen_4.0/20180118.063616
DotnetBuild [Thu, 18 Jan 2018 06:36:12 +0000 (15:36 +0900)]
Release 4.0.1.63

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 18 Jan 2018 06:36:12 +0000 (15:36 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] Add SetProperty for VerticalLineAlignment (#48)
huiyueun [Thu, 18 Jan 2018 06:28:36 +0000 (15:28 +0900)]
[NUI] Add SetProperty for VerticalLineAlignment (#48)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Nui release 1.2.82 (#45)
huiyueun [Thu, 18 Jan 2018 04:25:05 +0000 (13:25 +0900)]
[NUI] Nui release 1.2.82 (#45)

* [NUI] Added RefObjectPtr null check condition in Registry

copy from gerrit
 : https://review.tizen.org/gerrit/#/c/167442/1

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] C# binding for VERTICAL_LINE_ALIGNMENT property

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] NUI release 1.2.82

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[ElmSharp] fix svace issue (#42)
Chungryeol Lim [Thu, 18 Jan 2018 04:21:22 +0000 (13:21 +0900)]
[ElmSharp] fix svace issue (#42)

Add an optional extended description…

6 years ago[ElmSharp] Remove layout for Background (#28)
arosis78 [Thu, 18 Jan 2018 04:10:08 +0000 (13:10 +0900)]
[ElmSharp] Remove layout for Background (#28)

Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
6 years agochange a property to a method for exception handling (#46)
jkkoo [Thu, 18 Jan 2018 04:07:31 +0000 (13:07 +0900)]
change a property to a method for exception handling (#46)

6 years ago[NUI] Fix svace issue (#41)
huiyueun [Wed, 17 Jan 2018 11:35:32 +0000 (20:35 +0900)]
[NUI] Fix svace issue (#41)

* [NUI] Fix svace issue

Value widget, which was created by as-operator, so can be null,
is dereferenced in method call widget.GetIntPtr()

Value value, which is result of method invocation with possible null return value,
is dereferenced in method call value.Get()

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify unassigned local variable 'str'

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Fix SiblingOrder return value (#37)
huiyueun [Wed, 17 Jan 2018 08:50:53 +0000 (17:50 +0900)]
[NUI] Fix SiblingOrder return value (#37)

If parentChildren count is empty, return 0

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Support for animated GIF (#34)
huiyueun [Wed, 17 Jan 2018 08:50:23 +0000 (17:50 +0900)]
[NUI] Support for animated GIF (#34)

* [NUI] Added playback (i.e. Play, Pause, Stop) support for the animated GIF

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Loop count support for animated GIF

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify property index

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[ElmSharp] Changed Widget.SetFocus() internal routine (#35)
Chungryeol Lim [Wed, 17 Jan 2018 07:12:10 +0000 (16:12 +0900)]
[ElmSharp] Changed Widget.SetFocus() internal routine (#35)

* [ElmSharp] Changed Widget.SetFocus() internal routine

* [ElmSharp] fix elm_object_focuse_clear() routine order

* [ElmSharp] elm_object_focus_clear() code clean up

6 years ago[SystemSettings] Changed event handler routine. (#22)
JinWang An [Wed, 17 Jan 2018 05:46:59 +0000 (14:46 +0900)]
[SystemSettings] Changed event handler routine. (#22)

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
6 years agoRevert "[NUI] Fix sibling issue (#20)" 69/167269/1
dongsug.song [Tue, 16 Jan 2018 12:26:02 +0000 (21:26 +0900)]
Revert "[NUI] Fix sibling issue (#20)"

This reverts commit da9ec169dab93abd132247eaad37eaf559e99edf.

Change-Id: I216df390cd178fcb398fc14916637af2452ca612

6 years agoRevert "[Tizen.NUI]Fix bug about Children property. (#23)" 68/167268/1
dongsug.song [Tue, 16 Jan 2018 12:24:36 +0000 (21:24 +0900)]
Revert "[Tizen.NUI]Fix bug about Children property. (#23)"

This reverts commit 6d306df109b452d8f03bc28180b56bf38fd4ed2d.

Change-Id: Idda1fef3523dbaa4de243219d71a09c95a98bc6a

6 years agoRelease 4.0.1.62 submit/tizen_4.0/20180116.112824
DotnetBuild [Tue, 16 Jan 2018 11:28:22 +0000 (20:28 +0900)]
Release 4.0.1.62

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 16 Jan 2018 11:28:21 +0000 (20:28 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Recorder] Change recorder feature (#32)
hsgwon [Tue, 16 Jan 2018 08:40:52 +0000 (17:40 +0900)]
[Recorder] Change recorder feature (#32)

6 years ago[MediaPlayer] Added ErrorHandler registration methods for internal use. (#31)
coderhyme [Tue, 16 Jan 2018 07:37:09 +0000 (16:37 +0900)]
[MediaPlayer] Added ErrorHandler registration methods for internal use. (#31)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoRestore converted key before calling a callback (#30)
kichankwon [Tue, 16 Jan 2018 05:25:07 +0000 (14:25 +0900)]
Restore converted key before calling a callback (#30)

6 years agoRelease 4.0.1.61 submit/tizen_4.0/20180115.074535
DotnetBuild [Mon, 15 Jan 2018 07:45:34 +0000 (16:45 +0900)]
Release 4.0.1.61

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 15 Jan 2018 07:45:34 +0000 (16:45 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[TtsEngine/SttEngine] Fix invalid marshalling (#29)
stomHwang [Fri, 12 Jan 2018 13:55:32 +0000 (22:55 +0900)]
[TtsEngine/SttEngine] Fix invalid marshalling (#29)

* [TtsEngine] Fix invalid marshalling

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [TtsEngine] Fix invalid marshalling

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [SttEngine] Fix invalid marshalling

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoRelease 4.0.1.60 accepted/tizen/4.0/unified/20180116.022656 submit/tizen_4.0/20180112.054144 tizen_4.0.IoT.p2_release
DotnetBuild [Fri, 12 Jan 2018 05:41:42 +0000 (14:41 +0900)]
Release 4.0.1.60

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Fri, 12 Jan 2018 05:41:41 +0000 (14:41 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agoNUI release 1.2.81 (#27)
huiyueun [Fri, 12 Jan 2018 04:23:26 +0000 (13:23 +0900)]
NUI release 1.2.81 (#27)

* [4.0] Fix auto tct widgetImpl dispose crash

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] DALi version 1.2.81

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoFixed issue where key event does not occur when focus is lost (#24)
Chungryeol Lim [Fri, 12 Jan 2018 04:21:55 +0000 (13:21 +0900)]
Fixed issue where key event does not occur when focus is lost (#24)

6 years ago[TtsEngine] Fix invalid marshalling (#25)
stomHwang [Thu, 11 Jan 2018 11:12:25 +0000 (20:12 +0900)]
[TtsEngine] Fix invalid marshalling (#25)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years ago[NUI]Fix bug about Children property. 14/166514/2
Feng Jin [Wed, 10 Jan 2018 11:20:57 +0000 (19:20 +0800)]
[NUI]Fix bug about Children property.

Change-Id: Iae03946525ab6042379ee3320d1e6452441dfa1f
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[Tizen.NUI]Fix bug about Children property. (#23)
huiyueun [Wed, 10 Jan 2018 12:16:30 +0000 (21:16 +0900)]
[Tizen.NUI]Fix bug about Children property. (#23)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoRelease 4.0.1.59 accepted/tizen/4.0/unified/20180111.051337 submit/tizen_4.0/20180110.094500
DotnetBuild [Wed, 10 Jan 2018 09:44:59 +0000 (18:44 +0900)]
Release 4.0.1.59

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Wed, 10 Jan 2018 09:44:59 +0000 (18:44 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] DALi version 1.2.80 (#21)
dongsug-song [Wed, 10 Jan 2018 09:09:43 +0000 (18:09 +0900)]
[NUI] DALi version 1.2.80 (#21)

6 years ago[NUI] Fix sibling issue (#20)
huiyueun [Wed, 10 Jan 2018 09:08:59 +0000 (18:08 +0900)]
[NUI] Fix sibling issue (#20)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoRelease 4.0.1.58 accepted/tizen/4.0/unified/20180111.045133 submit/tizen_4.0/20180104.070146 submit/tizen_4.0/20180109.100606
DotnetBuild [Tue, 9 Jan 2018 10:06:04 +0000 (19:06 +0900)]
Release 4.0.1.58

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 9 Jan 2018 10:06:04 +0000 (19:06 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[MediaPlayer] Added feature tag on the ApplyAudioStreamPolicy method. (#16)
coderhyme [Tue, 9 Jan 2018 10:00:08 +0000 (19:00 +0900)]
[MediaPlayer] Added feature tag on the ApplyAudioStreamPolicy method. (#16)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[MediaContent] Added NotSupportedException to be thrown when the feature is not suppo...
coderhyme [Tue, 9 Jan 2018 09:50:59 +0000 (18:50 +0900)]
[MediaContent] Added NotSupportedException to be thrown when the feature is not supported. (#18)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[MediaCodec] Added feature tags. (#14)
coderhyme [Tue, 9 Jan 2018 07:54:31 +0000 (16:54 +0900)]
[MediaCodec] Added feature tags. (#14)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[MediaContent] Added "content.scanning.others" feature tags to related methods. ...
coderhyme [Tue, 9 Jan 2018 04:49:16 +0000 (13:49 +0900)]
[MediaContent] Added "content.scanning.others" feature tags to related methods. (#15)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoAdd CODEOWNERS and PULL_REQUEST_TEMPLATE
Wonyoung Choi [Mon, 8 Jan 2018 08:08:46 +0000 (17:08 +0900)]
Add CODEOWNERS and PULL_REQUEST_TEMPLATE

6 years agoRelease 4.0.1.57 submit/tizen_4.0/20180105.061944
DotnetBuild [Fri, 5 Jan 2018 06:19:42 +0000 (15:19 +0900)]
Release 4.0.1.57

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Fri, 5 Jan 2018 06:19:42 +0000 (15:19 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agoUpdate README.md
WonYoung Choi [Fri, 5 Jan 2018 03:46:35 +0000 (12:46 +0900)]
Update README.md

6 years agoAdd README.md and .travis.yml
Wonyoung Choi [Wed, 27 Dec 2017 08:04:25 +0000 (17:04 +0900)]
Add README.md and .travis.yml

6 years agoRevert "Changed DllIport entry point for new system-settings API for callback." 97/165897/1
chungryeol Lim [Thu, 4 Jan 2018 13:02:14 +0000 (13:02 +0000)]
Revert "Changed DllIport entry point for new system-settings API for callback."

This reverts commit 75146ab8c4a83f34e30c42ea44444853b46e7861.

Change-Id: I10d4a2fa9e4d3ea2c8a3841cd3329866b39183af

6 years agoMerge "Revert "Changed DllIport entry point for new system-settings API for callback...
Joonghyun Cho [Thu, 4 Jan 2018 13:03:21 +0000 (13:03 +0000)]
Merge "Revert "Changed DllIport entry point for new system-settings API for callback."" into rel/api_4

6 years agoRevert "Changed DllIport entry point for new system-settings API for callback." 86/165886/1
chungryeol Lim [Thu, 4 Jan 2018 13:02:14 +0000 (13:02 +0000)]
Revert "Changed DllIport entry point for new system-settings API for callback."

This reverts commit 75146ab8c4a83f34e30c42ea44444853b46e7861.

Change-Id: I10d4a2fa9e4d3ea2c8a3841cd3329866b39183af

6 years ago[TEEC] implement union for 32/64 bit, IntPtr context, IntPtr Operation, IntPtr tmpmem... 60/165760/4
Krzysztof Dynowski [Thu, 21 Dec 2017 15:32:14 +0000 (16:32 +0100)]
[TEEC] implement union for 32/64 bit, IntPtr context, IntPtr Operation, IntPtr tmpmem, fix Whole type

Change-Id: Ia45d9df73bb0f52467ca417f402ff908ede4df01

6 years agoRelease 4.0.1.54
DotnetBuild [Thu, 4 Jan 2018 07:01:45 +0000 (16:01 +0900)]
Release 4.0.1.54

6 years agoRelease 4.0.1.53 submit/tizen_4.0/20180104.065406
DotnetBuild [Thu, 4 Jan 2018 06:54:04 +0000 (15:54 +0900)]
Release 4.0.1.53

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Thu, 4 Jan 2018 06:54:04 +0000 (15:54 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

6 years agoChanged DllIport entry point for new system-settings API for callback. 03/165803/2 4.0.1-preview1-00054
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: I1b7f7c4f642b663f2d050a0a191ed11f16efe534
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
6 years ago[NUI] DALi version 1.2.79 11/165811/1 4.0.1-preview1-00053
dongsug.song [Thu, 4 Jan 2018 06:24:45 +0000 (15:24 +0900)]
[NUI] DALi version 1.2.79

Change-Id: I35de1d5c9db12c790428c60ee509279095792169
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[Camera] Add Camera feature check code 65/165765/1
Haesu Gwon [Thu, 4 Jan 2018 00:45:36 +0000 (09:45 +0900)]
[Camera] Add Camera feature check code

Change-Id: I8222b683843b6509d29a81099fd0a2c6b9decf3f
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
6 years agoMerge "[NUI] Add protect codes in Dispose()" into rel/api_4
dongsug song [Wed, 3 Jan 2018 11:22:33 +0000 (11:22 +0000)]
Merge "[NUI] Add protect codes in Dispose()" into rel/api_4

6 years ago[NUI] Add protect codes in Dispose() 00/165600/2
adun [Tue, 2 Jan 2018 18:47:08 +0000 (02:47 +0800)]
[NUI] Add protect codes in Dispose()

Change-Id: I965de0e538e0b07a83a757e9c860fc11991f4903

6 years agoReview Pims.Calendar, Pims.Contacts API cs files 95/164895/3
“Editor [Thu, 21 Dec 2017 11:53:07 +0000 (17:23 +0530)]
Review Pims.Calendar, Pims.Contacts API cs files

PS2: Feedback implementation

Change-Id: I5e77234b3aabd0cbcd13fea25c884e030b31b200

6 years agoReview PhonenumberUtils API cs files 94/164894/2
“Editor [Thu, 21 Dec 2017 11:50:48 +0000 (17:20 +0530)]
Review PhonenumberUtils API cs files

Change-Id: I0f6d489c363164a6a3c5b90898f2744aa4b3ecc6

6 years agoMerge "[Packagemanager] Fix typo of interop code" into rel/api_4
WonYoung Choi [Wed, 3 Jan 2018 05:41:23 +0000 (05:41 +0000)]
Merge "[Packagemanager] Fix typo of interop code" into rel/api_4

6 years ago[Packagemanager] Fix typo of interop code 47/165647/1
Sangyoon Jang [Tue, 2 Jan 2018 07:20:48 +0000 (16:20 +0900)]
[Packagemanager] Fix typo of interop code

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

6 years ago[Packagemanager] Fix some doxygen comment 46/165646/1
Sangyoon Jang [Tue, 2 Jan 2018 08:39:13 +0000 (17:39 +0900)]
[Packagemanager] Fix some doxygen comment

Fix doxygen comment of PackageManager.GetPackageIdByApplicationId.

Change-Id: Iac388a91fe7a61c45c9a527cd762199f62609e3f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 75a755b4c95ed835d9445b23b004ed854a55dd62)

6 years agoAdd code to check null parameter and throw exception 26/165626/1
Suyeon Hwang [Fri, 22 Dec 2017 10:53:24 +0000 (19:53 +0900)]
Add code to check null parameter and throw exception

Change-Id: I543f69f4537290040b4a49d01f06521227036c80
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoRelease 4.0.1.52 accepted/tizen/4.0/unified/20180104.054048 submit/tizen_4.0/20180103.021210 submit/tizen_4.0/20180104.011142
DotnetBuild [Wed, 3 Jan 2018 02:12:08 +0000 (11:12 +0900)]
Release 4.0.1.52

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Wed, 3 Jan 2018 02:12:08 +0000 (11:12 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

6 years agoMerge changes I959fa181,If080c95a,I45edd68e into rel/api_4 4.0.1-preview1-00052
WonYoung Choi [Wed, 3 Jan 2018 01:21:26 +0000 (01:21 +0000)]
Merge changes I959fa181,If080c95a,I45edd68e into rel/api_4

* changes:
  Review WebView API cs files
  Review Uix.InputMethod/SttEngine/TtsEngine API cs files
  Review System.Usb API cs files

6 years ago[Multimedia] Changed Yuv422 definition and the value of Yuv422P of ColorSpace. 18/165618/1
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 agoRevert "[NUI] C# binding for PixelBuffer::GetMetadata()" 21/165421/1
dongsug.song [Fri, 29 Dec 2017 02:20:34 +0000 (11:20 +0900)]
Revert "[NUI] C# binding for PixelBuffer::GetMetadata()"

- errors : kantm2 C#FS transparent box shows as X-box, MyContents App 100% crash

This reverts commit 99d391c8c1a5ce1e3132dbffe95d6d2c7b0af025.

Change-Id: Ia1414f0633d3d67eac1d9209b8a7e840250037cc

6 years agoReview WebView API cs files 56/165356/1
Editor [Thu, 28 Dec 2017 09:47:06 +0000 (15:17 +0530)]
Review WebView API cs files

Change-Id: I959fa181418d9dc51fb7caca9bffb3cbbc9fd701

6 years agoReview Uix.InputMethod/SttEngine/TtsEngine API cs files 55/165355/1
Editor [Thu, 28 Dec 2017 09:43:26 +0000 (15:13 +0530)]
Review Uix.InputMethod/SttEngine/TtsEngine API cs files

Change-Id: If080c95ab5c0d6db63d5f1813e5d77375c07e645

6 years agoReview System.Usb API cs files 54/165354/1
Editor [Thu, 28 Dec 2017 09:35:41 +0000 (15:05 +0530)]
Review System.Usb API cs files

Change-Id: I45edd68eebcc4bb075b7669d523bc5bbeefa10d9

6 years agoRelease 4.0.1.51 submit/tizen_4.0/20171228.093240
DotnetBuild [Thu, 28 Dec 2017 09:32:39 +0000 (18:32 +0900)]
Release 4.0.1.51

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Thu, 28 Dec 2017 09:32:39 +0000 (18:32 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

6 years ago[NUI] dali_1.2.78, nui_0.2.78 version release 44/165344/1 4.0.1-preview1-00051
huiyu,eun [Thu, 28 Dec 2017 08:44:33 +0000 (17:44 +0900)]
[NUI] dali_1.2.78, nui_0.2.78 version release

Change-Id: I976636b13193c87144381eff27ce328492c555de
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
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 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 agoRelease 4.0.1.50 accepted/tizen/4.0/unified/20171228.065055 submit/tizen_4.0/20171227.063609
DotnetBuild [Wed, 27 Dec 2017 06:36:08 +0000 (15:36 +0900)]
Release 4.0.1.50

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Wed, 27 Dec 2017 06:36:07 +0000 (15:36 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

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 agoRelease 4.0.1.49 submit/tizen_4.0/20171226.082854
DotnetBuild [Tue, 26 Dec 2017 08:28:53 +0000 (17:28 +0900)]
Release 4.0.1.49

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Tue, 26 Dec 2017 08:28:52 +0000 (17:28 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

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[Push] fixed crash to prevent delegate overwrited when called more than one time 26/164926/1
Younho Park [Fri, 22 Dec 2017 01:28:04 +0000 (10:28 +0900)]
[Push] fixed crash to prevent delegate overwrited when called more than one time

Change-Id: Idbf95702e04229a470bb880c660fd3141147a151
Signed-off-by: Younho Park <younho.park@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 ago[NUI] Revert "fix TCT crash issue" 23/164823/1
dongsug.song [Thu, 21 Dec 2017 06:49:54 +0000 (15:49 +0900)]
[NUI] Revert "fix TCT crash issue"

This reverts commit 0a7c57d6c78d89eccb08c3ee1fb63df604cbec8d.

Change-Id: Ic66ecce10b99b9575a8c60956cdfd8c2e6baaf6a

6 years agoRelease 4.0.1.48 accepted/tizen/4.0/unified/20171222.062706 submit/tizen_4.0/20171221.053908
DotnetBuild [Thu, 21 Dec 2017 05:39:05 +0000 (14:39 +0900)]
Release 4.0.1.48

6 years agoMerge remote-tracking branch 'origin/rel/api_4' into tizen_4.0
DotnetBuild [Thu, 21 Dec 2017 05:39:04 +0000 (14:39 +0900)]
Merge remote-tracking branch 'origin/rel/api_4' into tizen_4.0

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 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 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