platform/core/csapi/tizenfx.git
3 years agoRelease 8.0.0.15718 accepted/tizen/6.0/unified/20201224.083905 submit/tizen_6.0/20201219.005237
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15718

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Initialize feedback instance only when the Feedback property is on.
Jiyun Yang [Thu, 17 Dec 2020 07:08:36 +0000 (16:08 +0900)]
[NUI] Initialize feedback instance only when the Feedback property is on.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 8.0.0.15717 submit/tizen_6.0/20201218.005232
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15717

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoUpdate Log.cs (#2424)
hyotaekshim [Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)]
Update Log.cs (#2424)

3 years agoRelease 8.0.0.15716 submit/tizen_6.0/20201216.005236
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15716

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] fix svace issue for texture
zhouleonlei [Tue, 15 Dec 2020 03:37:49 +0000 (11:37 +0800)]
[NUI] fix svace issue for texture

3 years ago[NUI] Change "IsTapGestureFeedback" as "Feedback"
Dongsug Song [Tue, 15 Dec 2020 02:54:44 +0000 (11:54 +0900)]
[NUI] Change "IsTapGestureFeedback" as "Feedback"

3 years agoRelease 8.0.0.15714 submit/tizen_6.0/20201215.005229
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15714

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add sound feedback and fix scroll build errors
zhouleonlei [Mon, 14 Dec 2020 06:26:08 +0000 (14:26 +0800)]
[NUI] Add sound feedback and fix scroll build errors

3 years agoRelease 8.0.0.15713 accepted/tizen/6.0/unified/20201211.062751 submit/tizen_6.0/20201211.132542
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Release 8.0.0.15713

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Call show winodw on ApplicationInit
huiyu.eun [Fri, 11 Dec 2020 01:23:54 +0000 (10:23 +0900)]
[NUI] Call show winodw on ApplicationInit

- When preload application, the show is called before the appcore is created.
- Call the window show at OnInit and notify the app core

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRelease 8.0.0.15712 accepted/tizen/6.0/unified/20201210.223916 submit/tizen_6.0/20201210.005232
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15712

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Change clipping mode of ScrollableBase (#2358)
bshsqa [Wed, 9 Dec 2020 06:39:08 +0000 (15:39 +0900)]
[NUI] Change clipping mode of ScrollableBase (#2358)

- ClipChildren clipping mode uses stencil buffer.
 - But, scrollableBase is always pretended as rectangular shape so we can change it to ClipToBoundingBox that uses scissor.
 - Usually, Scissor is better than stencil buffer for the performance.

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years ago[NUI] Add RedrawInScalingDown in LottieAnimationView
Dongsug Song [Wed, 9 Dec 2020 04:56:31 +0000 (13:56 +0900)]
[NUI] Add RedrawInScalingDown in LottieAnimationView

3 years ago[NUI] Fixed svace issue for API8
zhouleonlei [Wed, 9 Dec 2020 03:09:10 +0000 (11:09 +0800)]
[NUI] Fixed svace issue for API8

3 years agoRelease 8.0.0.15709 accepted/tizen/6.0/unified/20201209.102048 submit/tizen_6.0/20201208.005229
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15709

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Modify NUI Seamless animation bug (#2334)
huiyueun [Mon, 7 Dec 2020 07:20:12 +0000 (16:20 +0900)]
[NUI] Modify NUI Seamless animation bug (#2334)

* [NUI] Modify NUI Seamless animation bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify build warning of seamless

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Update DefaultFrameBroker.cs

* Update TransitionAnimations.cs

* Update DefaultFrameBroker.cs

* Update SeamlessBackward.cs

* Update SeamlessForward.cs

* Update TransitionOptions.cs

* Update NUIBrokerSample.cs

* Update DefaultFrameBroker.cs

3 years ago[NUI] Modify popup dismiss bug (#2335)
huiyueun [Mon, 7 Dec 2020 05:42:52 +0000 (14:42 +0900)]
[NUI] Modify popup dismiss bug (#2335)

when dismiss popup, the shadow does not disappear.
-An error occurs after changing the parent to GetParent ().
-layer of converting View is null.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Add Padding parameter for TextPageUtil (#2331)
JoogabYun [Mon, 7 Dec 2020 05:09:36 +0000 (14:09 +0900)]
[NUI] Add Padding parameter for TextPageUtil (#2331)

3 years agoRelease 8.0.0.15706 accepted/tizen/6.0/unified/20201204.081654 submit/tizen_6.0/20201204.005236
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15706

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[Uix/VoiceControlManager] Fix svace issue (#2326)
Sooyeon Kim [Thu, 3 Dec 2020 10:51:28 +0000 (19:51 +0900)]
[Uix/VoiceControlManager] Fix svace issue (#2326)

* [Uix/VoiceControlManager] Fix svace issue

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
* Fix build issue

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
* Fix indentation

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
3 years agoRelease 8.0.0.15705 submit/tizen_6.0/20201203.171055
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Release 8.0.0.15705

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Let scroll again when displacement for OutOfBound effect become 0
seungho [Thu, 3 Dec 2020 06:59:45 +0000 (15:59 +0900)]
[NUI] Let scroll again when displacement for OutOfBound effect become 0

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[NUI] Fix not to get framework path via StyleManager
Jiyun Yang [Thu, 3 Dec 2020 07:31:21 +0000 (16:31 +0900)]
[NUI] Fix not to get framework path via StyleManager

StyleManager uses dali singleton service which is not initialized in PreLoad().
Previously in Preload(), ThemeManager got framework resource path via static constant in StyleManager,
which leaded to initialize StyleManager instance that is not valid in PreLoad().

So this patch moved framework resource path constant to the constant file.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 8.0.0.15703 accepted/tizen/6.0/unified/20201203.053039 submit/tizen_6.0/20201203.005233
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15703

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped
Dongsug Song [Wed, 2 Dec 2020 02:46:38 +0000 (11:46 +0900)]
[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped

3 years agoRelease 8.0.0.15702 accepted/tizen/6.0/unified/20201130.231317 submit/tizen_6.0/20201130.194958
admin [Mon, 30 Nov 2020 10:49:58 +0000 (10:49 +0000)]
Release 8.0.0.15702

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 30 Nov 2020 10:49:57 +0000 (10:49 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add ScrollOutOfBoundWithDisplacement event.
huayong.xu [Thu, 26 Nov 2020 11:20:26 +0000 (19:20 +0800)]
[NUI] Add ScrollOutOfBoundWithDisplacement event.

This patch is to add ScrollOutOfBoundWithDisplacement event,
and provide more information for ScrollOutOfBoundWithDisplacement
event handler.
Meanwhile old APIs of ScrollOutOfBound is not removed.

3 years ago[NUI] Enable/Disable overshooting effect for ScrollableBase.
huayong.xu [Thu, 5 Nov 2020 09:24:04 +0000 (17:24 +0800)]
[NUI] Enable/Disable overshooting effect for ScrollableBase.

A property EnableOverShootingEffect is added. default is false.
And shadow would be raised to top when effect appears.

3 years agoRelease 8.0.0.15700 accepted/tizen/6.0/unified/20201128.020328 submit/tizen_6.0/20201127.164604
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Release 8.0.0.15700

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoRevert "[NUI] Add direction & displacement into ScrollOutOfBound event."
Jiyun Yang [Fri, 27 Nov 2020 07:43:17 +0000 (16:43 +0900)]
Revert "[NUI] Add direction & displacement into ScrollOutOfBound event."

This reverts commit bd6e9d90575a3f6f6daebd4f1ca716fe86a24843.

3 years agoRelease 8.0.0.15699 submit/tizen_6.0/20201127.133124
admin [Fri, 27 Nov 2020 04:31:25 +0000 (04:31 +0000)]
Release 8.0.0.15699

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 27 Nov 2020 04:31:24 +0000 (04:31 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Delete unnecessary log
huiyu.eun [Fri, 27 Nov 2020 00:53:59 +0000 (09:53 +0900)]
[NUI] Delete unnecessary log

- Delete the log commented
- Displays only one log when the value is invalid of color.
- View.Parent is deprecated, modify to use View.GetParent()

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Add direction & displacement into ScrollOutOfBound event.
huayong.xu [Fri, 27 Nov 2020 02:46:41 +0000 (10:46 +0800)]
[NUI] Add direction & displacement into ScrollOutOfBound event.

This patch is to trigger ScrollOutOfBound event as pan gesture state,
and add pan direction & displacement into ScrollOutOfBound event.
Bound of ScrollOutOfBoundEventArgs is removed, because displacement
can be used for checking Top/Bottom.

3 years ago[NUI] Add some APIs to make Accessibility enabled / disabled (#2296)
Seoyeon2Kim [Fri, 27 Nov 2020 01:31:16 +0000 (10:31 +0900)]
[NUI] Add some APIs to make Accessibility enabled / disabled (#2296)

- Added EnableAccessibility and IsEnabled to AccessibilityManager

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Change setter of property (#2298)
huiyueun [Fri, 27 Nov 2020 01:12:42 +0000 (10:12 +0900)]
[NUI] Change setter of property (#2298)

* [NUI] Change setter of property

- Setter is deprecated in API8.(Size/Scale/Color/Position)
- An unnecessary log comes out and causes performance degradation.

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

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRelease 8.0.0.15695 submit/tizen_6.0/20201127.005224
admin [Thu, 26 Nov 2020 15:52:24 +0000 (15:52 +0000)]
Release 8.0.0.15695

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 26 Nov 2020 15:52:24 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix Svace issues for Components
zhouleonlei [Mon, 23 Nov 2020 12:01:53 +0000 (20:01 +0800)]
[NUI] Fix Svace issues for Components

3 years agoRelease 8.0.0.15694 submit/tizen_6.0/20201126.005238
admin [Wed, 25 Nov 2020 15:52:38 +0000 (15:52 +0000)]
Release 8.0.0.15694

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 25 Nov 2020 15:52:38 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Load default theme in preload (#2281)
Jiyun Yang [Wed, 25 Nov 2020 07:11:47 +0000 (16:11 +0900)]
[NUI] Load default theme in preload (#2281)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 8.0.0.15693 submit/tizen_6.0/20201125.005231
admin [Tue, 24 Nov 2020 15:52:31 +0000 (15:52 +0000)]
Release 8.0.0.15693

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 24 Nov 2020 15:52:31 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[Bluetooth][Non-ACR] Fix svace issue (#2270) (#2278)
Wootak Jung [Tue, 24 Nov 2020 01:57:39 +0000 (10:57 +0900)]
[Bluetooth][Non-ACR] Fix svace issue (#2270) (#2278)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 8.0.0.15692 accepted/tizen/6.0/unified/20201120.091946 submit/tizen_6.0/20201120.174751
admin [Fri, 20 Nov 2020 08:47:51 +0000 (08:47 +0000)]
Release 8.0.0.15692

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 20 Nov 2020 08:47:51 +0000 (08:47 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoRevert "[NUI] Add ExcludeLayouting to View (#2196)"
Dongsug Song [Fri, 20 Nov 2020 08:33:34 +0000 (17:33 +0900)]
Revert "[NUI] Add ExcludeLayouting to View (#2196)"

This reverts commit 9ef2bbd395c85fdba9b9dcc933bb7088bdcf31e7.

3 years agoRevert "[NUI] Correct the meaning of ExcludeLayouting. (#2256)"
Dongsug Song [Fri, 20 Nov 2020 08:33:22 +0000 (17:33 +0900)]
Revert "[NUI] Correct the meaning of ExcludeLayouting. (#2256)"

This reverts commit 7e9b55153e3417428444b533b61fdc90f0e1d083.

3 years agoRelease 8.0.0.15690 accepted/tizen/6.0/unified/20201120.061319 submit/tizen_6.0/20201120.133109
admin [Fri, 20 Nov 2020 04:31:09 +0000 (04:31 +0000)]
Release 8.0.0.15690

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 20 Nov 2020 04:31:09 +0000 (04:31 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoRevert "[NUI] Unsubscribe theme changed event when the view is not on window" (#2265)
Jiyun Yang [Fri, 20 Nov 2020 03:30:43 +0000 (12:30 +0900)]
Revert "[NUI] Unsubscribe theme changed event when the view is not on window" (#2265)

This revert revious patch and make sure the theme changed event handler is disconnected when dispose.

This reverts commit 592900fdc380ce27df8c8fdb6de8084caffacc15.

3 years agoRelease 8.0.0.15689 submit/tizen_6.0/20201120.005502
admin [Thu, 19 Nov 2020 15:55:02 +0000 (15:55 +0000)]
Release 8.0.0.15689

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 19 Nov 2020 15:55:02 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Correct the meaning of ExcludeLayouting. (#2256)
bshsqa [Thu, 19 Nov 2020 06:03:52 +0000 (15:03 +0900)]
[NUI] Correct the meaning of ExcludeLayouting. (#2256)

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoRelease 8.0.0.15688 accepted/tizen/6.0/unified/20201119.095047 submit/tizen_6.0/20201119.140616
admin [Thu, 19 Nov 2020 05:06:16 +0000 (05:06 +0000)]
Release 8.0.0.15688

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 19 Nov 2020 05:06:16 +0000 (05:06 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] fixed bug about set desired size
Joogab Yun [Wed, 18 Nov 2020 07:06:18 +0000 (16:06 +0900)]
[NUI] fixed bug about set desired size

3 years ago[NUI] Refactoring FrameUpdateCallback
seungho [Wed, 4 Nov 2020 07:06:28 +0000 (16:06 +0900)]
[NUI] Refactoring FrameUpdateCallback

 - Remove FrameCallback.cs and Interop.FrameCallback.cs
 - Rename FrameCallbackInterface to FrameUpdateCallbackInterface

Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
3 years ago[NUI] Fix build warning CA1507
Yeongjong Lee [Thu, 29 Oct 2020 02:45:03 +0000 (11:45 +0900)]
[NUI] Fix build warning CA1507

Use nameof instead of string

3 years ago[NUI] Unsubscribe theme changed event when the view is not on window
Jiyun Yang [Wed, 18 Nov 2020 08:27:39 +0000 (17:27 +0900)]
[NUI] Unsubscribe theme changed event when the view is not on window

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Remove [Obsolete()] attribute
dongsug.song [Wed, 11 Nov 2020 06:34:11 +0000 (15:34 +0900)]
[NUI] Remove [Obsolete()] attribute

3 years agoRelease 8.0.0.15683 accepted/tizen/6.0/unified/20201119.032544 submit/tizen_6.0/20201119.005233
admin [Wed, 18 Nov 2020 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15683

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 18 Nov 2020 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix exception defect when LanguageChanged event has come
dongsug.song [Mon, 16 Nov 2020 08:04:21 +0000 (17:04 +0900)]
[NUI] Fix exception defect when LanguageChanged event has come

- LocaleLanguageChanged event should be unsubscribed when TextLabel, TextField, TextEditor are disposed.

3 years ago[NUI] Add Animation Finished callback debug log temporarily
Dongsug Song [Tue, 17 Nov 2020 07:26:17 +0000 (16:26 +0900)]
[NUI] Add Animation Finished callback debug log temporarily

3 years ago[NUI] Add ExcludeLayouting to View (#2196)
bshsqa [Wed, 18 Nov 2020 01:04:00 +0000 (10:04 +0900)]
[NUI] Add ExcludeLayouting to View (#2196)

* [NUI] Formatting for layout code

Signed-off-by: seungho <sbsh.baek@samsung.com>
* [NUI] Add ExcludeLayouting to View

 - If ExcludeLayouting property is false, the view is not affected by parent layout
 - Even the property is false, the children Views are affected by layout of current View
 - This ExcludeLayouting property is changed synchronously with SetPositionByLayout of its layout
 - Children of AbsoluteLayout can freely be animated.

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoRelease 8.0.0.15680 accepted/tizen/6.0/unified/20201118.045545 submit/tizen_6.0/20201114.005222
admin [Fri, 13 Nov 2020 15:52:22 +0000 (15:52 +0000)]
Release 8.0.0.15680

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 13 Nov 2020 15:52:22 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoRevert "[NUI] NUI has a default theme in TV profile"
Jiyun Yang [Fri, 13 Nov 2020 05:44:53 +0000 (14:44 +0900)]
Revert "[NUI] NUI has a default theme in TV profile"

This reverts commit 7fcc392ce08112253b2b43194117a58a7aa4cd97.

3 years agoRelease 8.0.0.15679 submit/tizen_6.0/20201112.181530
admin [Thu, 12 Nov 2020 09:15:30 +0000 (09:15 +0000)]
Release 8.0.0.15679

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 12 Nov 2020 09:15:30 +0000 (09:15 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] NUI has a default theme in TV profile
Jiyun Yang [Thu, 12 Nov 2020 07:16:09 +0000 (16:16 +0900)]
[NUI] NUI has a default theme in TV profile

* Specify the theme for TV profile. (It was null previously)
* To avoid redundant error messages, it checks assembly list in the current app domain before loading the xaml.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Do not make error message when the profile theme file is not found (#2188)
Jiyun Yang [Fri, 6 Nov 2020 09:44:03 +0000 (18:44 +0900)]
[NUI] Do not make error message when the profile theme file is not found (#2188)

In some profile, not all 3 theme files exists.
So the patch checks file existance not to make error messages.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[Build] Add FOTA script for TizenFX (#2224)
WonYoung Choi [Thu, 12 Nov 2020 05:26:15 +0000 (14:26 +0900)]
[Build] Add FOTA script for TizenFX (#2224)

* [Build] Add FOTA script for TizenFX

* fix upgrade script

3 years agoRelease 8.0.0.15676 accepted/tizen/6.0/unified/20201111.064908 submit/tizen_6.0/20201111.005227
admin [Tue, 10 Nov 2020 15:52:27 +0000 (15:52 +0000)]
Release 8.0.0.15676

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 10 Nov 2020 15:52:27 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fixed svace defects of Visuals
zhouleonlei [Tue, 10 Nov 2020 07:04:50 +0000 (15:04 +0800)]
[NUI] Fixed svace defects of Visuals

3 years ago[NUI] Fixed svace issues
zhouleonlei [Mon, 9 Nov 2020 12:56:12 +0000 (20:56 +0800)]
[NUI] Fixed svace issues

3 years agoRevert "[NUI] change orientation angle in GLWindow"
Wonsik Jung [Tue, 10 Nov 2020 01:24:11 +0000 (10:24 +0900)]
Revert "[NUI] change orientation angle in GLWindow"

This reverts commit 8d3249a176a4fb0e34275be698b8394bbdb6f4db.

3 years agoRelease 8.0.0.15673 submit/tizen_6.0/20201109.170151
admin [Mon, 9 Nov 2020 08:01:51 +0000 (08:01 +0000)]
Release 8.0.0.15673

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 9 Nov 2020 08:01:51 +0000 (08:01 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] change orientation angle in GLWindow
Wonsik Jung [Mon, 9 Nov 2020 02:44:14 +0000 (11:44 +0900)]
[NUI] change orientation angle in GLWindow

Change orientation angle in GLWindow. It is same with NUI.Window.

3 years agoRelease 8.0.0.15672 submit/tizen_6.0/20201107.005230
admin [Fri, 6 Nov 2020 15:52:30 +0000 (15:52 +0000)]
Release 8.0.0.15672

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 6 Nov 2020 15:52:30 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoFix static analysis issues (#2193)
hjhun [Fri, 6 Nov 2020 05:57:02 +0000 (14:57 +0900)]
Fix static analysis issues (#2193)

Issues:
 - NO_LOCK.STAT

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoRelease 8.0.0.15671 submit/tizen_6.0/20201106.005219
admin [Thu, 5 Nov 2020 15:52:19 +0000 (15:52 +0000)]
Release 8.0.0.15671