admin [Wed, 26 Jun 2019 10:32:55 +0000 (10:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
AdunFang [Wed, 26 Jun 2019 10:26:03 +0000 (18:26 +0800)]
[NUI] Rename style in xaml (#905)
* [NUI] Fix memory leak
* [NUI] Change some Xaml class to public
* [NUI] Rename Style to XamlStyle in View.cs
admin [Wed, 26 Jun 2019 04:35:29 +0000 (04:35 +0000)]
Release 6.0.0.14834
admin [Wed, 26 Jun 2019 04:35:29 +0000 (04:35 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
AdunFang [Wed, 26 Jun 2019 04:31:19 +0000 (12:31 +0800)]
[NUI] Adjust directory (#903)
* [NUI] Fix memory leak
* [NUI] Change some Xaml class to public
tscholb [Wed, 26 Jun 2019 04:24:21 +0000 (13:24 +0900)]
[NUI] Change GetDefaultWindow() to static func (#900)
tscholb [Wed, 26 Jun 2019 02:21:26 +0000 (11:21 +0900)]
[NUI] Change GetDefaultWindow() to static func (#902)
admin [Tue, 25 Jun 2019 15:52:03 +0000 (15:52 +0000)]
Release 6.0.0.14831
admin [Tue, 25 Jun 2019 15:52:03 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Tue, 25 Jun 2019 10:27:38 +0000 (19:27 +0900)]
[NUI] Add VisualEventSignal(internal) (#901)
dongsug-song [Tue, 25 Jun 2019 05:18:52 +0000 (14:18 +0900)]
[NUI] Add TextFit in TextLabel (#898)
admin [Mon, 24 Jun 2019 15:53:06 +0000 (15:53 +0000)]
Release 6.0.0.14829
admin [Mon, 24 Jun 2019 15:53:06 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
AdunFang [Mon, 24 Jun 2019 10:22:28 +0000 (18:22 +0800)]
[NUI] Fix memory leak (#899)
admin [Fri, 21 Jun 2019 15:52:02 +0000 (15:52 +0000)]
Release 6.0.0.14828
admin [Fri, 21 Jun 2019 15:52:01 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jaehyun0cho [Fri, 21 Jun 2019 06:26:02 +0000 (15:26 +0900)]
[EflSharp] Update Circle and efl cs files (#896)
Circle and efl cs files are updated based on the latest efl.
Efl.Ui.ActiveView has been introduced.
Efl.Ui.Pager has been replaced with Efl.Ui.ActiveView.Container.
Lynettejin90 [Fri, 21 Jun 2019 04:04:06 +0000 (12:04 +0800)]
[NUI] Add Tizen.NUI.CommonUI project (#883)
* Add Tizen.NUI.CommonUI project
* Fix warnings
* Update Progress and Slider
* Add Cache for FlexibleView and Fix some issues
* Change ResourceURL to ResourceUrl
Xianbing Teng [Fri, 21 Jun 2019 01:39:14 +0000 (09:39 +0800)]
[NUI] Add inherit binding context support (#894)
* [NUI] Add inherit binding context support
* Add inherit binding context for layer
admin [Thu, 20 Jun 2019 15:52:12 +0000 (15:52 +0000)]
Release 6.0.0.14825
admin [Thu, 20 Jun 2019 15:52:12 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Xianbing Teng [Thu, 20 Jun 2019 06:13:14 +0000 (14:13 +0800)]
[NUI] Support constructor with default parameter (#893)
admin [Wed, 19 Jun 2019 15:52:52 +0000 (15:52 +0000)]
Release 6.0.0.14824
admin [Wed, 19 Jun 2019 15:52:51 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 19 Jun 2019 07:45:38 +0000 (16:45 +0900)]
[NUI] Add LoadFromXamlFile() (#892)
huiyueun [Wed, 19 Jun 2019 05:43:42 +0000 (14:43 +0900)]
[NUI] Clean code ImageView (#891)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Wed, 19 Jun 2019 00:49:48 +0000 (09:49 +0900)]
[NUI] Fix ConvertidToView issue (#890)
* [NUI] Fix ConvertIdToView (#877)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix ConvertIdToView issue
If we can't find the parent's children, find in the top layer.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 18 Jun 2019 01:17:41 +0000 (01:17 +0000)]
Release 6.0.0.14821
admin [Tue, 18 Jun 2019 01:17:41 +0000 (01:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Tue, 18 Jun 2019 01:02:37 +0000 (10:02 +0900)]
[NUI] Rollback split-nui (#887)
* Revert "[NUI] Add inherit binding context support (#880)"
This reverts commit
35c9ff2ec4be2c6678087bb108e7cd3c1c1a310b.
* Revert "[NUI] To support constructor with default parameters (#879)"
This reverts commit
99794148e8bcd9b9364434ed2190a4628bce12db.
* Revert "[NUI] Add NUI.Xaml into Platform binary (#867)"
This reverts commit
e018baf6f0e85c7558460856ec61885c982baba0.
* Revert "[NUI] Split NUI Assemblies (#865)"
This reverts commit
59970b38bb97cee7b6ff8afb9388996c022c9010.
* [NUI]Fix the issue that View which created by Xaml can't show correctly
huiyueun [Tue, 18 Jun 2019 00:53:34 +0000 (09:53 +0900)]
Revert "[NUI] Fix ConvertIdToView (#877)" (#889)
This reverts commit
cd93540791a0740bc85259e10f33b0959b94d5dc.
Hyunho Kang [Tue, 18 Jun 2019 00:27:49 +0000 (09:27 +0900)]
[WidgetControl] Fix ambiguous sentences (#856)
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 18 Jun 2019 00:27:04 +0000 (09:27 +0900)]
[WatchfaceComplication] Fix ambiguous doxygen sentences (#855)
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hjhun [Mon, 17 Jun 2019 23:05:02 +0000 (08:05 +0900)]
[Applications][Common] Fix RuaRec structure (#888)
The component ID element was added on the rua_rec structure.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Mon, 17 Jun 2019 08:11:44 +0000 (08:11 +0000)]
Release 6.0.0.14816
admin [Mon, 17 Jun 2019 08:11:44 +0000 (08:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
tscholb [Mon, 17 Jun 2019 08:07:10 +0000 (17:07 +0900)]
Revert "[NUI] Revert Key & touch Event for Multi Window (#882)" (#886)
This reverts commit
2e033fcc714b92b71a036b9aab66693556e75dab.
admin [Tue, 11 Jun 2019 07:20:56 +0000 (07:20 +0000)]
Release 6.0.0.14815
admin [Tue, 11 Jun 2019 07:20:56 +0000 (07:20 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
tscholb [Tue, 11 Jun 2019 07:15:10 +0000 (16:15 +0900)]
[NUI] Revert Key & touch Event for Multi Window (#882)
Xianbing Teng [Tue, 11 Jun 2019 02:24:12 +0000 (10:24 +0800)]
[NUI] Add inherit binding context support (#880)
admin [Mon, 10 Jun 2019 15:52:00 +0000 (15:52 +0000)]
Release 6.0.0.14813
admin [Mon, 10 Jun 2019 15:52:00 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Xianbing Teng [Mon, 10 Jun 2019 10:08:34 +0000 (18:08 +0800)]
[NUI] To support constructor with default parameters (#879)
tscholb [Mon, 10 Jun 2019 10:00:23 +0000 (19:00 +0900)]
[NUI] Add GetDefaultWindow() (#878)
this api for get Default Window.
admin [Wed, 5 Jun 2019 15:52:00 +0000 (15:52 +0000)]
Release 6.0.0.14811
admin [Wed, 5 Jun 2019 15:52:00 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Wed, 5 Jun 2019 06:13:24 +0000 (15:13 +0900)]
[NUI] Fix ConvertIdToView (#877)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Wed, 5 Jun 2019 05:32:24 +0000 (05:32 +0000)]
Release 6.0.0.14810
admin [Wed, 5 Jun 2019 05:32:24 +0000 (05:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Wed, 5 Jun 2019 00:58:24 +0000 (09:58 +0900)]
[NUI] fix GetSize() for multi window (#876)
* Revert "[NUI] Add API for NUI Multi WIndow (#875)"
This reverts commit
33a2741d99f17fa81da4f24b6faee256962980a0.
* Add API for NUI Multi Window
* fix typo after MultiWindow patch
* [NUI] fix GetSize() for multi window
* Fix ImageView crash issue
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 4 Jun 2019 15:52:11 +0000 (15:52 +0000)]
Release 6.0.0.14809
admin [Tue, 4 Jun 2019 15:52:11 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Tue, 4 Jun 2019 09:40:33 +0000 (18:40 +0900)]
[NUI] Add API for NUI Multi WIndow (#875)
* [NUI] Clean code ImageView
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add API for NUI Multi Window
admin [Mon, 3 Jun 2019 15:53:36 +0000 (15:53 +0000)]
Release 6.0.0.14808
admin [Mon, 3 Jun 2019 15:53:36 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Mon, 3 Jun 2019 04:41:24 +0000 (13:41 +0900)]
[NUI] Modify PropertyRanges to Ranges (#873)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Mon, 3 Jun 2019 04:40:45 +0000 (13:40 +0900)]
[NUI] Add ImageView APIs (#872)
* [NUI] Add ImageView APIs
AlphaMaskURL
CropToMask
FittingMode
DesiredWidth
DesiredHeight
WrapModeU
WrapModeV
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix URL
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Fri, 31 May 2019 15:52:13 +0000 (15:52 +0000)]
Release 6.0.0.14806
admin [Fri, 31 May 2019 15:52:13 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Wonyoung Choi [Fri, 31 May 2019 07:33:11 +0000 (16:33 +0900)]
[Build] Add APITool to csapi-tizenfx-tools rpm package
huiyueun [Fri, 31 May 2019 04:01:13 +0000 (13:01 +0900)]
[NUI] Add Renderer Ranges (#871)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
nam [Fri, 31 May 2019 01:09:11 +0000 (10:09 +0900)]
[MediaPlayer] Change descriptions of audio pitch APIs (#870)
* [MediaPlayer] Change descriptions of audio pitch APIs
admin [Thu, 30 May 2019 15:51:57 +0000 (15:51 +0000)]
Release 6.0.0.14803
admin [Thu, 30 May 2019 15:51:57 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Thu, 30 May 2019 10:59:59 +0000 (19:59 +0900)]
[Build] Suppress CS0618 warnings due to internal reference (#869)
Suppress CS0618(Type or member is obsolete) warnings due to internal reference
WonYoung Choi [Thu, 30 May 2019 10:16:29 +0000 (19:16 +0900)]
Delete .gitmodules
WonYoung Choi [Thu, 30 May 2019 10:13:51 +0000 (19:13 +0900)]
[Doc] Fix documentation warnings (#868)
dongsug-song [Thu, 30 May 2019 09:59:16 +0000 (18:59 +0900)]
[NUI] Add NUI.Xaml into Platform binary (#867)
randeepsingh01 [Thu, 30 May 2019 09:21:20 +0000 (14:51 +0530)]
[OAuth2] Remove reference to AuthorizeAsync method from documentation (#852)
* [OAuth2] Remove reference to AuthorizeAsync method from documentation
* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs
Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs
Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
WonYoung Choi [Thu, 30 May 2019 09:20:23 +0000 (18:20 +0900)]
[NUI] Split NUI Assemblies (#865)
* Split Tizen.NUI (#848)
* Split Tizen.NUI (#848) (#854)
* Fix compile error (#857)
* Split Tizen.NUI (#848)
* [NUI]Fix compile error
* Fix API break (#859)
* Split Tizen.NUI (#848)
* [NUI]Fix compile error
* [NUI]Fix API break
* [NUI]Fix API break
* [Build] Update APITool
* Fix build error of Tizen.NUI.Design (#863)
* [NUI] Fix NUI version (#842)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add Registry return (#831)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Xaml intellisense support (#853)
* [NUI] Add XAML intellisense support (#834)
I merge this PR to xaml-support branch first to fix some build and packaging files with other commits.
After works in xaml-support branch, I will merge it to master later.
* [Build] Add Tizen.NUI.Design and dependent runtime assemblies to nuget
* [Build] Add dummy assemblies to nuget instead of reference assemblies
* Update .travis.yml
* [VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)
* Add Tizen.Uix.VoiceControlManager
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review
* [MediaContent] Deprecate filter keyword (#832)
* [Build] Resolve conflict APITool with master branch
* [NUI]Fix the API break (Tizen.NUI.BaseHandle)
* [NUI]Fix PR check warning
hsgwon [Thu, 30 May 2019 08:16:30 +0000 (17:16 +0900)]
[MediaContent] Fix description of Delete method (#866)
Wonyoung Choi [Thu, 30 May 2019 05:01:15 +0000 (14:01 +0900)]
[Build] Update APITool
sukhyungkang [Thu, 30 May 2019 04:57:16 +0000 (13:57 +0900)]
Fix API reference for RPC port (#864)
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hsgwon [Thu, 30 May 2019 02:06:28 +0000 (11:06 +0900)]
[MediaContent] Deprecate filter keyword (#832)
Inhong [Thu, 30 May 2019 00:52:38 +0000 (09:52 +0900)]
[VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)
* Add Tizen.Uix.VoiceControlManager
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review
admin [Mon, 27 May 2019 15:52:32 +0000 (15:52 +0000)]
Release 6.0.0.14792
admin [Mon, 27 May 2019 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Mon, 27 May 2019 07:35:21 +0000 (16:35 +0900)]
Update .travis.yml
admin [Fri, 24 May 2019 15:53:31 +0000 (15:53 +0000)]
Release 6.0.0.14791
admin [Fri, 24 May 2019 15:53:31 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Xianbing Teng [Fri, 24 May 2019 09:31:16 +0000 (17:31 +0800)]
[NUI] Xaml intellisense support (#853)
* [NUI] Add XAML intellisense support (#834)
I merge this PR to xaml-support branch first to fix some build and packaging files with other commits.
After works in xaml-support branch, I will merge it to master later.
* [Build] Add Tizen.NUI.Design and dependent runtime assemblies to nuget
* [Build] Add dummy assemblies to nuget instead of reference assemblies
huiyueun [Fri, 24 May 2019 09:01:29 +0000 (18:01 +0900)]
[NUI] Add Registry return (#831)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Fri, 24 May 2019 09:00:41 +0000 (18:00 +0900)]
[NUI] Fix NUI version (#842)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Thu, 23 May 2019 07:09:49 +0000 (07:09 +0000)]
Release 6.0.0.14788
admin [Thu, 23 May 2019 07:09:49 +0000 (07:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
chauhan321 [Thu, 23 May 2019 07:06:36 +0000 (12:36 +0530)]
Remove Uncovered API's From OAuth2 (#849)
* Remove Uncovered API's From OAuth2
Signed-off-by: kamaljeet <kamal.jc@samsung.com>
* Removed Uncovered API's From Oauth2 solved build error
admin [Tue, 21 May 2019 10:28:56 +0000 (10:28 +0000)]
Release 6.0.0.14787
admin [Tue, 21 May 2019 10:28:56 +0000 (10:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Tue, 21 May 2019 10:10:20 +0000 (19:10 +0900)]
[NUI] Fix LayoutController Crash issue (#845)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 21 May 2019 09:48:58 +0000 (09:48 +0000)]
Release 6.0.0.14786
admin [Tue, 21 May 2019 09:48:57 +0000 (09:48 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
sp-pradhan [Tue, 21 May 2019 09:45:58 +0000 (15:15 +0530)]
Fix messaging exception (#844)
huiyueun [Tue, 21 May 2019 05:32:44 +0000 (14:32 +0900)]
[NUI] Fix NUIWatchApplication OnPause (#843)
* [NUI] Fix NUI version
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix NUI WatchApplication OnPause
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Mon, 20 May 2019 15:53:54 +0000 (15:53 +0000)]
Release 6.0.0.14784
admin [Mon, 20 May 2019 15:53:54 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Mon, 20 May 2019 05:07:42 +0000 (14:07 +0900)]
[NUI] Fix View.HasFocus crash issue (#839)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Fri, 17 May 2019 15:54:08 +0000 (15:54 +0000)]
Release 6.0.0.14783
admin [Fri, 17 May 2019 15:54:08 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jungh-yeon [Fri, 17 May 2019 08:31:01 +0000 (17:31 +0900)]
[Tizen.Applications.PackageManager] Fix thread safety issue (#837)
PackageManagerEventCallback could be lost in
multi-thread environment. So we need to add lock not to lost it.
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>