platform/core/csapi/tizenfx.git
6 years agoRelease 4.0.1.14114 accepted/tizen/4.0/unified/20180319.062943 submit/tizen_4.0/20180316.061529 submit/tizen_4.0/20180316.070206
DotnetBuild [Fri, 16 Mar 2018 06:15:26 +0000 (15:15 +0900)]
Release 4.0.1.14114

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

6 years agoAdd build option for asan (#164) 4.0.1.14114
sung-su.kim [Fri, 16 Mar 2018 03:45:05 +0000 (12:45 +0900)]
Add build option for asan (#164)

6 years agoRelease 4.0.1.14113 submit/tizen_4.0/20180314.160609
DotnetBuild [Wed, 14 Mar 2018 16:06:06 +0000 (01:06 +0900)]
Release 4.0.1.14113

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Wed, 14 Mar 2018 16:06:05 +0000 (01:06 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Connection][Network] Change Debug to Info for some Logs (#160) 4.0.1.14113
chleun-moon [Wed, 14 Mar 2018 07:41:24 +0000 (16:41 +0900)]
[Connection][Network] Change Debug to Info for some Logs (#160)

6 years ago[Connection][WiFi] Handling exception for event and async methods (#158)
chleun-moon [Tue, 13 Mar 2018 23:55:53 +0000 (08:55 +0900)]
[Connection][WiFi] Handling exception for event and async methods (#158)

6 years agoRelease 4.0.1.14111 submit/tizen_4.0/20180313.160543
DotnetBuild [Tue, 13 Mar 2018 16:05:40 +0000 (01:05 +0900)]
Release 4.0.1.14111

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 13 Mar 2018 16:05:40 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agoRevert "[Connection][WiFi] Handling exception for event and async methods (#155)... 4.0.1.14111
chleun-moon [Tue, 13 Mar 2018 09:52:11 +0000 (18:52 +0900)]
Revert "[Connection][WiFi] Handling exception for event and async methods (#155)" (#157)

This reverts commit 0beeb74bff3ba91267f4a301201d7e2fc2402d65.

6 years ago[Connection][WiFi] Handling exception for event and async methods (#155)
chleun-moon [Tue, 13 Mar 2018 08:40:20 +0000 (17:40 +0900)]
[Connection][WiFi] Handling exception for event and async methods (#155)

* [MediaContent] Added "content.scanning.others" feature tags to related methods. (#15)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [MediaCodec] Added feature tags. (#14)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [MediaContent] Added NotSupportedException to be thrown when the feature is not supported. (#18)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [MediaPlayer] Added feature tag on the ApplyAudioStreamPolicy method. (#16)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [NUI] Fix sibling issue (#20)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] DALi version 1.2.80 (#21)

* [Tizen.NUI]Fix bug about Children property. (#23)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [TtsEngine] Fix invalid marshalling (#25)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fixed issue where key event does not occur when focus is lost (#24)

* 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>
* [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>
* Restore converted key before calling a callback (#30)

* [MediaPlayer] Added ErrorHandler registration methods for internal use. (#31)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [Recorder] Change recorder feature (#32)

* [SystemSettings] Changed event handler routine. (#22)

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* [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

* [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>
* [NUI] Fix SiblingOrder return value (#37)

If parentChildren count is empty, return 0

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [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>
* change a property to a method for exception handling (#46)

* [ElmSharp] Remove layout for Background (#28)

Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
* [ElmSharp] fix svace issue (#42)

Add an optional extended description…

* [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>
* [NUI] Add SetProperty for VerticalLineAlignment (#48)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [Device] add lock for global variable of led and battery (#49)

* [Information] Fix delegate lifetime issue (#52)

Signed-off-by: kichankwon <k_c.kwon@samsung.com>
* Fixed svace issue (#53)

* [Notification] Fix handle leak (#57)

* fix svace issues (#59)

* [Tts/Stt/VoiceControl] Fix indent and lock issue (#61)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [Calendar] Fix svace issue (#62)

* [NUI] Add protected codes to avoid the crash when the IntPtr of key is 0 (#72)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI]fix memory leak problem caused by wrong increased ref-cnt (#75)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [ElmSharp] Changed Background Color property internal implementation to Widget BackgroundColor property (#58)

Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
* [NUI] Apply sibling patch (#74)

* Revert "[NUI] Fix SiblingOrder return value (#37)"

This reverts commit 6591fa264a9316785a0601f0b25f2fd1994dad22.

* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"

This reverts commit 6d306df109b452d8f03bc28180b56bf38fd4ed2d.

* Revert "[NUI] Fix sibling issue (#20)"

This reverts commit da9ec169dab93abd132247eaad37eaf559e99edf.

* [NUI] Fix sibling issue

This reverts commit ee09d11559d07c19d379e5cd6f81b953c5b179ef.

* [Tizen.NUI]Fix bug about Children property.

This reverts commit 5c4ef3415bdef7ea5d6ae8ee4c07c330a2458b16.

* [NUI] Fix SiblingOrder return value

This reverts commit 28e5a6c00537b60b1bcb3b4f01d2ef9b2f08f10e.

* [NUI] NUI_1.2.83 version release (#77)

* [NUI] remove this.Reset in Animation Dispose

* [NUI] NUI_1.2.83 Version

* [NUI]Revert sibling patch (#78)

* Revert "[NUI] Fix SiblingOrder return value (#37)"

This reverts commit 6591fa264a9316785a0601f0b25f2fd1994dad22.

* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"

This reverts commit 6d306df109b452d8f03bc28180b56bf38fd4ed2d.

* Revert "[NUI] Fix sibling issue (#20)"

This reverts commit da9ec169dab93abd132247eaad37eaf559e99edf.

* [NUI] Apply sibling patch (#79)

* [NUI] Fix sibling issue

This reverts commit c52e414d9473f1ec744bb30eeed0bed033eec2dc.

* [NUI]Fix bug about Children property.

This reverts commit 5f2fa0f0e7bc26eed46b38431f6b702cc396e52f.

* [NUI] Fix SiblingOrder return value

This reverts commit 83d9228a204bccef4f9cd7b8d5927c869d8e41b4.

* [TEEC] Guard session close in destructor, follow 'Dispose Pattern' (#88)

* [NUI] Add protected codes for SiblingOrder (#89)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [Telephony] Fix call notification numbering (#91)

* [Multimedia] Fixed wrong implementation of MediaBufferBase. (#94)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [NUI] Fix memory leak problem (#95)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* Update README.md

* [VoiceControl/VoiceControlWidget] Fix invalid null checking (#96)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [NUI] Fix Parent crash error (#97)

* [NUI] fix Parent property memory leak (#100)

* Update CODEOWNERS

* [NUI] memory leak issue, rollback changes except View and Layer (#104)

* Fix xml documentation issues (#105)

3 cases of invalid xml structure
<description> added to list items
2 cases of < character - replaced with &lt;

* [NUI] IntPtr is not Null always, null should be IntPtr.Zero (#106)

* [NUI] NUI_1.2.84 version release (#107)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Fix TCT Crash issue, Parent crash (#108)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [Multimedia] Restored the GetException internal api of Player. (#109)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [Multimedia] Fixed wrong implementation of GetException of MediaPlayer. (#110)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
* [NUI] Fix memory leak (#111)

* [NUI] Change Registry as concurrent collection for protection code (#113)

* [NUI] NUI_1.2.85 version release (#115)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Delete NUI Log (#116)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* Update README.md

* [NUI] Check NUI internal API version, Remove tizenfx build dependency from dali (#117)

* [Build] Remove dali native version check from rpm spec (#118)

* fixed delegator reference holding issue (#122)

* [Multimedia] Modify MediaPlayer for product reuse (#124)

* Revert "[Telephony] Fix call notification numbering (#91)" (#125)

This reverts commit 613641d2906b3b9ca83e3e9abdedd4dee15e86a1.

* Update CODEOWNERS

* [Stt] Fix lock issue (#126)

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [Tizen.Network.WiFi] Use lock on checking if instance is null (#131)

* [WiFi][Connection] Apply CAPIs for thread handling (#134)

* [Tizen.Network.WiFi] Use lock on checking if instance is null

* [WiFi][Connection] Apply CAPIs for thread handling

* [Tizen.Applications.MessagePort] Remove checking name of remoteport (#135)

To get remote app id regardless of the remote-port name

* [Tizen.Applications.DataControl] Fixed a bug for checking if IntPtr is null (#137)

* [Notification] Save the hidetime, deletetime value (#140)

- regardless of IsAutoRemove

Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
* [Connection][WiFi]Apply TizenSynchronizationContext for event handling (#138)

* [NUI] Fix parent get issue (#141)

Signed-off-by: huiyu <huiyu@huiyu-linux.tn.corp.samsungelectronics.net>
* [Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods (#147)

* [Tizen.Network.WiFi] Use lock on checking if instance is null

* [WiFi][Connection] Apply CAPIs for thread handling

* [Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods

* [Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods #2

Fixed build error

* [Connection][WiFi] Handling exception for event and async methods

6 years agoRelease 4.0.1.14109 submit/tizen_4.0/20180308.160508
DotnetBuild [Thu, 8 Mar 2018 16:05:06 +0000 (01:05 +0900)]
Release 4.0.1.14109

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 8 Mar 2018 16:05:06 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods... 4.0.1.14109
Seonah Moon [Thu, 8 Mar 2018 06:29:30 +0000 (15:29 +0900)]
[Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods (#147)

* [Tizen.Network.WiFi] Use lock on checking if instance is null

* [WiFi][Connection] Apply CAPIs for thread handling

* [Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods

* [Connection][WiFi] Use TizenSynchronizationContext.Post for asynchronous methods #2

Fixed build error

6 years agoRelease 4.0.1.14108 accepted/tizen/4.0/unified/20180308.070057 submit/tizen_4.0/20180307.160512
DotnetBuild [Wed, 7 Mar 2018 16:05:07 +0000 (01:05 +0900)]
Release 4.0.1.14108

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Wed, 7 Mar 2018 16:05:07 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] Fix parent get issue (#141) 4.0.1.14108
huiyueun [Wed, 7 Mar 2018 12:12:39 +0000 (21:12 +0900)]
[NUI] Fix parent get issue (#141)

Signed-off-by: huiyu <huiyu@huiyu-linux.tn.corp.samsungelectronics.net>
6 years ago[Connection][WiFi]Apply TizenSynchronizationContext for event handling (#138)
chleun-moon [Wed, 7 Mar 2018 07:05:51 +0000 (16:05 +0900)]
[Connection][WiFi]Apply TizenSynchronizationContext for event handling (#138)

6 years agoRelease 4.0.1.14106 accepted/tizen/4.0/unified/20180307.071429 submit/tizen_4.0/20180306.160528
DotnetBuild [Tue, 6 Mar 2018 16:05:23 +0000 (01:05 +0900)]
Release 4.0.1.14106

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 6 Mar 2018 16:05:22 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Notification] Save the hidetime, deletetime value (#140) 4.0.1.14106
mk5004lee [Tue, 6 Mar 2018 09:50:41 +0000 (09:50 +0000)]
[Notification] Save the hidetime, deletetime value (#140)

- regardless of IsAutoRemove

Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
6 years ago[Tizen.Applications.DataControl] Fixed a bug for checking if IntPtr is null (#137)
kilig [Tue, 6 Mar 2018 09:50:28 +0000 (18:50 +0900)]
[Tizen.Applications.DataControl] Fixed a bug for checking if IntPtr is null (#137)

6 years agoRelease 4.0.1.14104 accepted/tizen/4.0/unified/20180302.061504 submit/tizen_4.0/20180227.160530
DotnetBuild [Tue, 27 Feb 2018 16:05:28 +0000 (01:05 +0900)]
Release 4.0.1.14104

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 27 Feb 2018 16:05:27 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Tizen.Applications.MessagePort] Remove checking name of remoteport (#135) 4.0.1.14104
kilig [Mon, 26 Feb 2018 23:07:42 +0000 (08:07 +0900)]
[Tizen.Applications.MessagePort] Remove checking name of remoteport (#135)

To get remote app id regardless of the remote-port name

6 years agoRelease 4.0.1.14103 accepted/tizen/4.0/unified/20180227.151604 submit/tizen_4.0/20180226.160524
DotnetBuild [Mon, 26 Feb 2018 16:05:22 +0000 (01:05 +0900)]
Release 4.0.1.14103

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 26 Feb 2018 16:05:21 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[WiFi][Connection] Apply CAPIs for thread handling (#134) 4.0.1.14103
Seonah Moon [Mon, 26 Feb 2018 11:09:04 +0000 (20:09 +0900)]
[WiFi][Connection] Apply CAPIs for thread handling (#134)

* [Tizen.Network.WiFi] Use lock on checking if instance is null

* [WiFi][Connection] Apply CAPIs for thread handling

6 years ago[Tizen.Network.WiFi] Use lock on checking if instance is null (#131)
Seonah Moon [Mon, 26 Feb 2018 04:55:06 +0000 (13:55 +0900)]
[Tizen.Network.WiFi] Use lock on checking if instance is null (#131)

6 years agoRelease 4.0.1.14101 accepted/tizen/4.0/unified/20180222.080148 submit/tizen_4.0/20180220.160528
DotnetBuild [Tue, 20 Feb 2018 16:05:25 +0000 (01:05 +0900)]
Release 4.0.1.14101

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 20 Feb 2018 16:05:25 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Stt] Fix lock issue (#126) 4.0.1.14101
sungraejo [Tue, 20 Feb 2018 10:48:07 +0000 (19:48 +0900)]
[Stt] Fix lock issue (#126)

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoRelease 4.0.1.14100 accepted/tizen/4.0/unified/20180219.142342 submit/tizen_4.0/20180213.160537
DotnetBuild [Tue, 13 Feb 2018 16:05:34 +0000 (01:05 +0900)]
Release 4.0.1.14100

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Tue, 13 Feb 2018 16:05:34 +0000 (01:05 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agoUpdate CODEOWNERS 4.0.1.14100
WonYoung Choi [Tue, 13 Feb 2018 07:31:40 +0000 (16:31 +0900)]
Update CODEOWNERS

6 years agoRevert "[Telephony] Fix call notification numbering (#91)" (#125)
Wootak [Tue, 13 Feb 2018 06:02:27 +0000 (15:02 +0900)]
Revert "[Telephony] Fix call notification numbering (#91)" (#125)

This reverts commit 613641d2906b3b9ca83e3e9abdedd4dee15e86a1.

6 years ago[Multimedia] Modify MediaPlayer for product reuse (#124)
hsgwon [Tue, 13 Feb 2018 03:20:53 +0000 (12:20 +0900)]
[Multimedia] Modify MediaPlayer for product reuse (#124)

6 years agoRelease 4.0.1.14097 accepted/tizen/4.0/unified/20180212.141249 submit/tizen_4.0/20180209.045021
DotnetBuild [Mon, 12 Feb 2018 06:44:22 +0000 (15:44 +0900)]
Release 4.0.1.14097

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 12 Feb 2018 06:44:22 +0000 (15:44 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years agofixed delegator reference holding issue (#122) 4.0.1.14097
younho park [Mon, 12 Feb 2018 04:49:27 +0000 (13:49 +0900)]
fixed delegator reference holding issue (#122)

6 years agoRelease 4.0.1.14096
DotnetBuild [Fri, 9 Feb 2018 04:50:18 +0000 (13:50 +0900)]
Release 4.0.1.14096

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Fri, 9 Feb 2018 04:50:17 +0000 (13:50 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Build] Remove dali native version check from rpm spec (#118) 4.0.1.14096
WonYoung Choi [Fri, 9 Feb 2018 04:39:11 +0000 (13:39 +0900)]
[Build] Remove dali native version check from rpm spec (#118)

6 years ago[NUI] Check NUI internal API version, Remove tizenfx build dependency from dali ...
dongsug-song [Fri, 9 Feb 2018 04:19:50 +0000 (13:19 +0900)]
[NUI] Check NUI internal API version, Remove tizenfx build dependency from dali (#117)

6 years agoUpdate README.md
WonYoung Choi [Fri, 9 Feb 2018 01:12:13 +0000 (10:12 +0900)]
Update README.md

6 years ago[NUI] Delete NUI Log (#116) 4.0.1.14093
huiyueun [Thu, 8 Feb 2018 05:51:19 +0000 (14:51 +0900)]
[NUI] Delete NUI Log (#116)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoRelease 4.0.1.73 accepted/tizen/4.0/unified/20180209.064020 submit/tizen_4.0/20180208.050703
DotnetBuild [Thu, 8 Feb 2018 05:07:00 +0000 (14:07 +0900)]
Release 4.0.1.73

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 8 Feb 2018 05:07:00 +0000 (14:07 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] NUI_1.2.85 version release (#115) 4.0.1-preview1-00073
huiyueun [Thu, 8 Feb 2018 01:11:48 +0000 (10:11 +0900)]
[NUI] NUI_1.2.85 version release (#115)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Change Registry as concurrent collection for protection code (#113)
dongsug-song [Wed, 7 Feb 2018 08:42:56 +0000 (17:42 +0900)]
[NUI] Change Registry as concurrent collection for protection code (#113)

6 years ago[NUI] Fix memory leak (#111)
dongsug-song [Tue, 6 Feb 2018 05:31:18 +0000 (14:31 +0900)]
[NUI] Fix memory leak (#111)

6 years agoRelease 4.0.1.72 accepted/tizen/4.0/unified/20180205.144541 submit/tizen_4.0/20180201.050235 submit/tizen_4.0/20180205.091435
DotnetBuild [Mon, 5 Feb 2018 09:14:32 +0000 (18:14 +0900)]
Release 4.0.1.72

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 5 Feb 2018 09:14:32 +0000 (18:14 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Multimedia] Fixed wrong implementation of GetException of MediaPlayer. (#110) 4.0.1-preview1-00072
coderhyme [Mon, 5 Feb 2018 08:33:24 +0000 (17:33 +0900)]
[Multimedia] Fixed wrong implementation of GetException of MediaPlayer. (#110)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia] Restored the GetException internal api of Player. (#109)
coderhyme [Mon, 5 Feb 2018 08:10:39 +0000 (17:10 +0900)]
[Multimedia] Restored the GetException internal api of Player. (#109)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[NUI] Fix TCT Crash issue, Parent crash (#108)
huiyueun [Thu, 1 Feb 2018 14:05:47 +0000 (23:05 +0900)]
[NUI] Fix TCT Crash issue, Parent crash (#108)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Fix TCT Crash issue, Parent crash 93/168993/1
huiyu,eun [Thu, 1 Feb 2018 13:58:26 +0000 (22:58 +0900)]
[NUI] Fix TCT Crash issue, Parent crash

Change-Id: I60b03f0b92abd4e0c80abd755d94f2d846241948
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoRelease 4.0.1.70
DotnetBuild [Thu, 1 Feb 2018 05:02:32 +0000 (14:02 +0900)]
Release 4.0.1.70

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 1 Feb 2018 05:02:32 +0000 (14:02 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] NUI_1.2.84 version release (#107) 4.0.1-preview1-00070
huiyueun [Thu, 1 Feb 2018 04:02:24 +0000 (13:02 +0900)]
[NUI] NUI_1.2.84 version release (#107)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] IntPtr is not Null always, null should be IntPtr.Zero (#106)
dongsug-song [Thu, 1 Feb 2018 01:45:34 +0000 (10:45 +0900)]
[NUI] IntPtr is not Null always, null should be IntPtr.Zero (#106)

6 years agoFix xml documentation issues (#105)
wiertel [Wed, 31 Jan 2018 10:08:08 +0000 (11:08 +0100)]
Fix xml documentation issues (#105)

3 cases of invalid xml structure
<description> added to list items
2 cases of < character - replaced with &lt;

6 years ago[NUI] memory leak issue, rollback changes except View and Layer (#104)
dongsug-song [Wed, 31 Jan 2018 08:56:21 +0000 (17:56 +0900)]
[NUI] memory leak issue, rollback changes except View and Layer (#104)

6 years agoUpdate CODEOWNERS
WonYoung Choi [Wed, 31 Jan 2018 07:56:54 +0000 (16:56 +0900)]
Update CODEOWNERS

6 years ago[NUI] fix Parent property memory leak (#100)
dongsug-song [Tue, 30 Jan 2018 00:05:53 +0000 (09:05 +0900)]
[NUI] fix Parent property memory leak (#100)

6 years agoRelease 4.0.1.69 accepted/tizen/4.0/unified/20180131.050210 submit/tizen_4.0/20180129.062802
DotnetBuild [Mon, 29 Jan 2018 06:28:00 +0000 (15:28 +0900)]
Release 4.0.1.69

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 29 Jan 2018 06:27:59 +0000 (15:27 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] Fix Parent crash error (#97) 4.0.1-preview1-00069
huiyueun [Mon, 29 Jan 2018 06:01:51 +0000 (15:01 +0900)]
[NUI] Fix Parent crash error (#97)

6 years ago[VoiceControl/VoiceControlWidget] Fix invalid null checking (#96)
stomHwang [Mon, 29 Jan 2018 05:41:04 +0000 (14:41 +0900)]
[VoiceControl/VoiceControlWidget] Fix invalid null checking (#96)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoUpdate README.md
WonYoung Choi [Mon, 29 Jan 2018 04:34:35 +0000 (13:34 +0900)]
Update README.md

6 years ago[NUI] Fix memory leak problem (#95)
huiyueun [Mon, 29 Jan 2018 04:21:42 +0000 (13:21 +0900)]
[NUI] Fix memory leak problem (#95)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[Multimedia] Fixed wrong implementation of MediaBufferBase. (#94)
coderhyme [Mon, 29 Jan 2018 03:48:38 +0000 (12:48 +0900)]
[Multimedia] Fixed wrong implementation of MediaBufferBase. (#94)

Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Telephony] Fix call notification numbering (#91)
sinikang [Mon, 29 Jan 2018 02:23:04 +0000 (11:23 +0900)]
[Telephony] Fix call notification numbering (#91)

6 years ago[NUI] fix memory leak problem 80/168380/3
dongsug.song [Fri, 26 Jan 2018 06:32:51 +0000 (15:32 +0900)]
[NUI] fix memory leak problem

Conflicts:
src/Tizen.NUI/src/public/BaseComponents/View.cs

Change-Id: Ifbc9703e19bab871dc62bb9ac71159c5450d8bfd
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Add protected codes for SiblingOrder (#89)
huiyueun [Mon, 29 Jan 2018 02:19:37 +0000 (11:19 +0900)]
[NUI] Add protected codes for SiblingOrder (#89)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Apply SiblingOrder 42/168342/7
huiyu,eun [Fri, 26 Jan 2018 02:13:23 +0000 (11:13 +0900)]
[NUI] Apply SiblingOrder

Change-Id: I8a44269bd4bb6a23db33bad05763e3e4e250c8b4
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[TEEC] Guard session close in destructor, follow 'Dispose Pattern' (#88)
Krzysztof Dynowski [Fri, 26 Jan 2018 09:19:15 +0000 (10:19 +0100)]
[TEEC] Guard session close in destructor, follow 'Dispose Pattern' (#88)

6 years agoRelease 4.0.1.68 submit/tizen_4.0/20180125.045739
DotnetBuild [Thu, 25 Jan 2018 04:57:36 +0000 (13:57 +0900)]
Release 4.0.1.68

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Thu, 25 Jan 2018 04:57:36 +0000 (13:57 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[NUI] Apply sibling patch (#79) 4.0.1-preview1-00068
huiyueun [Thu, 25 Jan 2018 04:44:48 +0000 (13:44 +0900)]
[NUI] Apply sibling patch (#79)

* [NUI] Fix sibling issue

This reverts commit c52e414d9473f1ec744bb30eeed0bed033eec2dc.

* [NUI]Fix bug about Children property.

This reverts commit 5f2fa0f0e7bc26eed46b38431f6b702cc396e52f.

* [NUI] Fix SiblingOrder return value

This reverts commit 83d9228a204bccef4f9cd7b8d5927c869d8e41b4.

6 years ago[NUI]Revert sibling patch (#78)
huiyueun [Thu, 25 Jan 2018 04:29:20 +0000 (13:29 +0900)]
[NUI]Revert sibling patch (#78)

* Revert "[NUI] Fix SiblingOrder return value (#37)"

This reverts commit 6591fa264a9316785a0601f0b25f2fd1994dad22.

* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"

This reverts commit 6d306df109b452d8f03bc28180b56bf38fd4ed2d.

* Revert "[NUI] Fix sibling issue (#20)"

This reverts commit da9ec169dab93abd132247eaad37eaf559e99edf.

6 years agoRelease 4.0.1.67 submit/tizen_4.0/20180125.021146
DotnetBuild [Thu, 25 Jan 2018 02:11:44 +0000 (11:11 +0900)]
Release 4.0.1.67

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

6 years ago[NUI] NUI_1.2.83 version release (#77) 4.0.1-preview1-00067
dongsug-song [Thu, 25 Jan 2018 01:36:35 +0000 (10:36 +0900)]
[NUI] NUI_1.2.83 version release (#77)

* [NUI] remove this.Reset in Animation Dispose

* [NUI] NUI_1.2.83 Version

6 years ago[NUI] Apply sibling patch (#74)
huiyueun [Thu, 25 Jan 2018 01:19:59 +0000 (10:19 +0900)]
[NUI] Apply sibling patch (#74)

* Revert "[NUI] Fix SiblingOrder return value (#37)"

This reverts commit 6591fa264a9316785a0601f0b25f2fd1994dad22.

* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"

This reverts commit 6d306df109b452d8f03bc28180b56bf38fd4ed2d.

* Revert "[NUI] Fix sibling issue (#20)"

This reverts commit da9ec169dab93abd132247eaad37eaf559e99edf.

* [NUI] Fix sibling issue

This reverts commit ee09d11559d07c19d379e5cd6f81b953c5b179ef.

* [Tizen.NUI]Fix bug about Children property.

This reverts commit 5c4ef3415bdef7ea5d6ae8ee4c07c330a2458b16.

* [NUI] Fix SiblingOrder return value

This reverts commit 28e5a6c00537b60b1bcb3b4f01d2ef9b2f08f10e.

6 years ago[ElmSharp] Changed Background Color property internal implementation to Widget Backgr...
arosis78 [Thu, 25 Jan 2018 00:44:03 +0000 (09:44 +0900)]
[ElmSharp] Changed Background Color property internal implementation to Widget BackgroundColor property (#58)

Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
6 years ago[NUI]fix memory leak problem caused by wrong increased ref-cnt (#75)
dongsug-song [Wed, 24 Jan 2018 13:10:56 +0000 (22:10 +0900)]
[NUI]fix memory leak problem caused by wrong increased ref-cnt (#75)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Add protected codes to avoid the crash when the IntPtr of key is 0 (#72)
dongsug-song [Wed, 24 Jan 2018 11:35:38 +0000 (20:35 +0900)]
[NUI] Add protected codes to avoid the crash when the IntPtr of key is 0 (#72)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoRelease 4.0.1.66 submit/tizen_4.0/20180122.095538
DotnetBuild [Mon, 22 Jan 2018 09:55:36 +0000 (18:55 +0900)]
Release 4.0.1.66

6 years agoMerge remote-tracking branch 'github/API4' into tizen_4.0
DotnetBuild [Mon, 22 Jan 2018 09:55:36 +0000 (18:55 +0900)]
Merge remote-tracking branch 'github/API4' into tizen_4.0

6 years ago[Calendar] Fix svace issue (#62)
jeesunhub [Fri, 19 Jan 2018 07:57:27 +0000 (16:57 +0900)]
[Calendar] Fix svace issue (#62)

6 years ago[Tts/Stt/VoiceControl] Fix indent and lock issue (#61)
stomHwang [Fri, 19 Jan 2018 07:34:57 +0000 (16:34 +0900)]
[Tts/Stt/VoiceControl] Fix indent and lock issue (#61)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agofix svace issues (#59)
jkkoo [Fri, 19 Jan 2018 07:31:32 +0000 (16:31 +0900)]
fix svace issues (#59)

6 years ago[Notification] Fix handle leak (#57)
Seungha Son [Fri, 19 Jan 2018 05:41:56 +0000 (14:41 +0900)]
[Notification] Fix handle leak (#57)

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>