TizenAPI-Bot [Thu, 10 Jun 2021 15:18:33 +0000 (15:18 +0000)]
Release 8.0.0.15783
TizenAPI-Bot [Thu, 10 Jun 2021 15:18:33 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Hyunho Kang [Thu, 10 Jun 2021 05:53:23 +0000 (14:53 +0900)]
Add Internal Notification Response Event handler (#3178)
* Add ViewerEventReceived event handler
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Fix wrongly handled unmanaged codes
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Fix api name and wrongly managed handle
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Add missing files
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Add newline for the end of file
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Change throw -> Log for unmanaged callback
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Update since tag 9 to 8
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
TizenAPI-Bot [Wed, 9 Jun 2021 15:18:47 +0000 (15:18 +0000)]
Release 8.0.0.15782
TizenAPI-Bot [Wed, 9 Jun 2021 15:18:47 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Jaehyun Cho [Thu, 3 Jun 2021 05:39:52 +0000 (14:39 +0900)]
[NUI] Add SpaceEvenly to FlexJustification
SpaceAround distributes the equal space to before, and after each item.
Therefore, the space between adjacent items is twice bigger than the
space between the beginning edge and the first item.
To distribute the equal space to before, between, and after each item,
SpaceEvenly is added to FlexJustification.
Requires:
https://review.tizen.org/gerrit/259554/
TizenAPI-Bot [Fri, 4 Jun 2021 15:47:45 +0000 (15:47 +0000)]
Release 8.0.0.15781
TizenAPI-Bot [Fri, 4 Jun 2021 15:47:45 +0000 (15:47 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Xianbing Teng [Fri, 4 Jun 2021 06:51:21 +0000 (14:51 +0800)]
[NUI] Add hidden Disposed field for BaseHandle
TizenAPI-Bot [Fri, 28 May 2021 15:26:41 +0000 (15:26 +0000)]
Release 8.0.0.15780
TizenAPI-Bot [Fri, 28 May 2021 15:26:41 +0000 (15:26 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Sunghyun Kim [Fri, 28 May 2021 04:06:42 +0000 (13:06 +0900)]
[NUI] Disable desired size when image loading fail
When ImageLoading is failed, GetOriginalImageSize() returns zero size.
In this case, Calculating for fittingMode is able to make error because it use invalid size.
To avoid this problem, i added this patch.
TizenAPI-Bot [Wed, 26 May 2021 15:23:29 +0000 (15:23 +0000)]
Release 8.0.0.15779
TizenAPI-Bot [Wed, 26 May 2021 15:23:29 +0000 (15:23 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Wootak Jung [Wed, 26 May 2021 04:16:34 +0000 (13:16 +0900)]
[Bluetooth][Non-ACR] Add device name null check logic (#3086)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
TizenAPI-Bot [Fri, 21 May 2021 06:51:02 +0000 (06:51 +0000)]
Release 8.0.0.15778
TizenAPI-Bot [Fri, 21 May 2021 06:51:02 +0000 (06:51 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Wootak Jung [Fri, 21 May 2021 06:35:33 +0000 (15:35 +0900)]
[Bluetooth][Non-ACR] Add public constructor for BluetoothDevice (#3065)
admin [Mon, 17 May 2021 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15777
admin [Mon, 17 May 2021 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
dongsug-song [Mon, 17 May 2021 01:09:09 +0000 (10:09 +0900)]
Update src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
yes. you are right. I use internal method.
Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
dongsug-song [Mon, 17 May 2021 01:00:20 +0000 (10:00 +0900)]
Update src/Tizen.NUI/src/public/Layer.cs
yes, you are right. it is applied.
Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
dongsug-song [Mon, 17 May 2021 00:59:37 +0000 (09:59 +0900)]
Update src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
Thank you for review.
yes. I think so. it is better.
Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
dongsug.song [Fri, 14 May 2021 07:22:32 +0000 (16:22 +0900)]
[NUI] Add FindLayerByID(), FindChildByID()
- FindLayerByID() in Window and FindChildByID() in View are added.
- These are all Hidden-APIs.
admin [Fri, 14 May 2021 02:34:15 +0000 (02:34 +0000)]
Release 8.0.0.15773
admin [Fri, 14 May 2021 02:34:15 +0000 (02:34 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
dongsug.song [Thu, 13 May 2021 22:41:58 +0000 (07:41 +0900)]
[NUI] Change OnAccessibilityActivated() access modifier
- Change OnAccessibilityActivated() access modifier to use in FH.NUI which includes NUI package
- Split NotifyPropertyChangedAndRequestLayout() into equivalent two methods, because when using PropertySet event, the changed PropertyName comes as NotifyPropertyChangedAndRequestLayout
admin [Mon, 10 May 2021 15:52:40 +0000 (15:52 +0000)]
Release 8.0.0.15772
admin [Mon, 10 May 2021 15:52:40 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huayongxu [Mon, 10 May 2021 09:19:06 +0000 (17:19 +0800)]
[NUI] Fix crash issue when favicon is null. (#3012)
admin [Thu, 6 May 2021 15:52:47 +0000 (15:52 +0000)]
Release 8.0.0.15771
admin [Thu, 6 May 2021 15:52:47 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huayongxu [Thu, 6 May 2021 08:49:20 +0000 (16:49 +0800)]
[NUI] Fix issue that a symbol is not found. (#2998)
admin [Tue, 13 Apr 2021 15:55:01 +0000 (15:55 +0000)]
Release 8.0.0.15770
admin [Tue, 13 Apr 2021 15:55:01 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Wootak Jung [Tue, 13 Apr 2021 04:25:45 +0000 (13:25 +0900)]
[Bluetooth][Non-ACR] Fix BluetoothDevice data converting issue (#2888)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Thu, 8 Apr 2021 15:52:28 +0000 (15:52 +0000)]
Release 8.0.0.15769
admin [Thu, 8 Apr 2021 15:52:28 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huiyu.eun [Thu, 8 Apr 2021 07:42:03 +0000 (16:42 +0900)]
[NUI] Create TextLayout when parent has layout
This reverts commit
4ae0d05007a1e6a686c9516dcad8a8f70a08349a.
admin [Thu, 1 Apr 2021 08:57:08 +0000 (08:57 +0000)]
Release 8.0.0.15768
admin [Thu, 1 Apr 2021 08:57:08 +0000 (08:57 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Dongsug Song [Thu, 1 Apr 2021 08:04:55 +0000 (17:04 +0900)]
Revert "[NUI] Create TextLayout when parent has layout"
This reverts commit
51abdf1a77c014b553cd9976e8c339ebc9d35228.
Dongsug Song [Thu, 1 Apr 2021 08:04:34 +0000 (17:04 +0900)]
Revert "[NUI] Fix layout null crash issue"
This reverts commit
41eab62a5b5fb34613fbf97b6b187c015014f364.
admin [Thu, 25 Mar 2021 05:42:08 +0000 (05:42 +0000)]
Release 8.0.0.15766
admin [Thu, 25 Mar 2021 05:42:08 +0000 (05:42 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Wootak Jung [Thu, 25 Mar 2021 05:38:58 +0000 (14:38 +0900)]
[Bluetooth][Non-ACR] Add MTU functionalities (#2790)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
huiyu.eun [Thu, 25 Mar 2021 05:31:41 +0000 (14:31 +0900)]
[NUI] Fix layout null crash issue
need to check 'value'
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Wed, 24 Mar 2021 06:43:22 +0000 (06:43 +0000)]
Release 8.0.0.15764
admin [Wed, 24 Mar 2021 06:43:22 +0000 (06:43 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
seungho [Wed, 24 Mar 2021 01:45:32 +0000 (10:45 +0900)]
[NUI] Make possible to capture on the old driver devices.
Signed-off-by: seungho <sbsh.baek@samsung.com>
admin [Wed, 17 Mar 2021 15:52:41 +0000 (15:52 +0000)]
Release 8.0.0.15763
admin [Wed, 17 Mar 2021 15:52:40 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huiyu.eun [Tue, 16 Mar 2021 10:43:21 +0000 (19:43 +0900)]
[NUI] Create TextLayout when parent has layout
This reverts commit
173dcb872cb2fc43f8040deaa3e26231c7011c99.
admin [Tue, 16 Mar 2021 02:47:33 +0000 (02:47 +0000)]
Release 8.0.0.15762
admin [Tue, 16 Mar 2021 02:47:33 +0000 (02:47 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Bowon Ryu [Tue, 16 Mar 2021 02:30:34 +0000 (11:30 +0900)]
Revert "[NUI] Create TextLayout when parent has layout"
This patch causes issue that TextLabel margin to become zero.
Revert this patch to fix issue.
we need to fix layout performance issue later.
This reverts commit
b78d9bf284c27e065b7d194ae9124e34258d18b9.
admin [Mon, 15 Mar 2021 15:52:39 +0000 (15:52 +0000)]
Release 8.0.0.15761
admin [Mon, 15 Mar 2021 15:52:39 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Jiyun Yang [Mon, 15 Mar 2021 04:51:35 +0000 (13:51 +0900)]
[NUI] Scrollbar uses View instead Visual since blinking issue (#2735)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Sat, 13 Mar 2021 15:52:41 +0000 (15:52 +0000)]
Release 8.0.0.15760
admin [Sat, 13 Mar 2021 15:52:41 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Dongsug Song [Sat, 13 Mar 2021 02:10:39 +0000 (11:10 +0900)]
[NUI] Fix TV TCT fails (2nd)
- "#if PROFILE_MOBILE" is not working
- Change profile check as ThemeManager.CurrentProfile
- TV target has been tested and verified locally
Dongsug Song [Fri, 12 Mar 2021 12:58:15 +0000 (21:58 +0900)]
[NUI] Fix TV TCT fails
- FeedKey and Accessibility are FHUB(mobile) feature
- TV doesn't use Feedkey nor NUI Accessibility
- Need to be seperated by profile when building
admin [Thu, 11 Mar 2021 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15758
admin [Thu, 11 Mar 2021 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Bowon Ryu [Thu, 4 Mar 2021 08:05:31 +0000 (17:05 +0900)]
Support TranslatablePlaceholderTextFocused to TextField
PlaceholderTextFoused can set the SID value by this patch
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
admin [Wed, 10 Mar 2021 15:52:44 +0000 (15:52 +0000)]
Release 8.0.0.15757
admin [Wed, 10 Mar 2021 15:52:43 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Wootak Jung [Wed, 10 Mar 2021 05:28:50 +0000 (14:28 +0900)]
Fix GetLocalOobData memory leak (#2725)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Fri, 5 Mar 2021 15:52:40 +0000 (15:52 +0000)]
Release 8.0.0.15756
admin [Fri, 5 Mar 2021 15:52:40 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Dongsug Song [Fri, 5 Mar 2021 07:41:07 +0000 (16:41 +0900)]
[NUI] Enable Window.ViewAdded event
- Previously, Window.ViewAdded event was blocked by memory leak
- This is enabled again by the request from Appium
- This change has beend checked locally and there was no memory leak (normal)
admin [Tue, 2 Mar 2021 15:52:38 +0000 (15:52 +0000)]
Release 8.0.0.15755
admin [Tue, 2 Mar 2021 15:52:38 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
zhouleonlei [Mon, 1 Mar 2021 06:08:42 +0000 (14:08 +0800)]
[NUI] Fix svace issue for wearable
admin [Mon, 22 Feb 2021 08:33:51 +0000 (08:33 +0000)]
Release 8.0.0.15754
admin [Mon, 22 Feb 2021 08:33:51 +0000 (08:33 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huiyu.eun [Mon, 22 Feb 2021 05:03:42 +0000 (14:03 +0900)]
[NUI] Create TextLayout when parent has layout
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
zhouleonlei [Fri, 19 Feb 2021 08:06:18 +0000 (16:06 +0800)]
[NUI] Fix NUI and wearable svace issues
admin [Wed, 17 Feb 2021 15:52:38 +0000 (15:52 +0000)]
Release 8.0.0.15752
admin [Wed, 17 Feb 2021 15:52:38 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
younghajung [Wed, 17 Feb 2021 07:31:23 +0000 (16:31 +0900)]
[WIP][WebView] Support request intecept (#2486)
This patch adds internal APIs to support request intercept.
Plus, adds APIs for remote inspect.
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
admin [Mon, 15 Feb 2021 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15751
admin [Mon, 15 Feb 2021 15:52:35 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Jiyun Yang [Mon, 15 Feb 2021 02:58:30 +0000 (11:58 +0900)]
[NUI] Fix vertical scrollbar position bug (#2639)
There was a copy & paste error in vertical scroll position calculator in a scrollbar.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Tue, 9 Feb 2021 05:46:18 +0000 (05:46 +0000)]
Release 8.0.0.15750
admin [Tue, 9 Feb 2021 05:46:18 +0000 (05:46 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huiyu.eun [Tue, 9 Feb 2021 04:16:31 +0000 (13:16 +0900)]
[NUI] Change LayoutController process
Register a callback when Layout is first used.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Mon, 8 Feb 2021 15:55:52 +0000 (15:55 +0000)]
Release 8.0.0.15749
admin [Mon, 8 Feb 2021 15:55:52 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
pichulia [Fri, 5 Feb 2021 12:23:35 +0000 (21:23 +0900)]
[NUI] tiny typo fix (2)
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
pichulia [Fri, 5 Feb 2021 11:55:36 +0000 (20:55 +0900)]
[NUI] tiny typo fix
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
pichulia [Fri, 5 Feb 2021 11:33:35 +0000 (20:33 +0900)]
[NUI] Fix wrong casting
Layer and View class don't have any depencency.
So if we try to convert Layer to View (without "as" operator), it may create some critical issues.
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
admin [Thu, 4 Feb 2021 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15746
admin [Thu, 4 Feb 2021 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Jiyun Yang [Thu, 4 Feb 2021 11:16:18 +0000 (20:16 +0900)]
[NUI] Prevent svace issues in Scrollbar
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Thu, 4 Feb 2021 10:48:39 +0000 (19:48 +0900)]
[NUI] ScrollableBase supports Scrollbar properly
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Wed, 3 Feb 2021 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15744
admin [Wed, 3 Feb 2021 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
huayongxu [Wed, 3 Feb 2021 06:01:22 +0000 (14:01 +0800)]
[NUI] Add a VideoHoleEnabled property into WebView. (#2607)
Video hole is used for playing videos with high quality in WebView.
This patch is to add a VideoHoleEnabled property.