Hyunho Kang [Thu, 10 Jun 2021 05:53:08 +0000 (14:53 +0900)]
Add Internal Notification Response Event handler (#3179)
* 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>
Dongsug Song [Wed, 9 Jun 2021 02:07:45 +0000 (11:07 +0900)]
[NUI] Fix implicit dispose exception defect
Fang Xiaohui [Fri, 4 Jun 2021 08:16:21 +0000 (16:16 +0800)]
[NUI] Support factory method in EXaml
Taehyub Kim [Tue, 8 Jun 2021 02:31:50 +0000 (11:31 +0900)]
[NUI] Version update (nui22029) (#3165)
SangHyeon Jade Lee [Mon, 7 Jun 2021 07:38:10 +0000 (16:38 +0900)]
Revert "make IsGrouped setter internal as only the GroupHeaderTemplate can enable it"
This reverts commit
9ab325a08818ec3d492f91fe5bd70f4aaee3f614.
guowei.wang [Fri, 4 Jun 2021 10:13:14 +0000 (18:13 +0800)]
[NUI] Add Template(public) TCs.
zhouleonlei [Thu, 3 Jun 2021 11:19:08 +0000 (19:19 +0800)]
[NUI] Add TCs of public input
guowei.wang [Thu, 3 Jun 2021 11:08:02 +0000 (19:08 +0800)]
[NUI] Add Utility(public) TCs.
EverLEEst(SangHyeon Lee) [Thu, 3 Jun 2021 07:44:18 +0000 (16:44 +0900)]
make IsGrouped setter internal as only the GroupHeaderTemplate can enable it
Jiyun Yang [Wed, 2 Jun 2021 07:44:49 +0000 (16:44 +0900)]
[NUI] Fix button CellPadding policy and default CornerRadius
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
JoogabYun [Mon, 7 Jun 2021 03:03:43 +0000 (12:03 +0900)]
[NUI] Add NeedGesturePropagation (#3130)
This is used when the parent view wants to listen to gesture events.
SangHyeon Jade Lee [Fri, 4 Jun 2021 10:31:22 +0000 (19:31 +0900)]
[NUI] Make BindableProperty of ItemsSource (#3160)
Jaehyun Cho [Tue, 1 Jun 2021 12:27:09 +0000 (21:27 +0900)]
[NUI] Add Page's Appeared and Disappeared events
Page's Appeared event is invoked when the Navigator's animation is
finished and the page becomes visible.
Page's Disappeared event is invoked when the Navigator's animation is
finished and the page becomes invisible.
SangHyeon Jade Lee [Fri, 4 Jun 2021 06:04:54 +0000 (15:04 +0900)]
[NUI] fix layouter null exception while clearing it (#3156)
Fang Xiaohui [Thu, 3 Jun 2021 10:45:10 +0000 (18:45 +0800)]
[NUI] Provide method so that user can register properties to group, then they can effect each other in Binding
Jaehyun Cho [Thu, 3 Jun 2021 07:54:06 +0000 (16:54 +0900)]
[NUI] Set AlertDialog's LinearLayout center aligned
To show AlertDialog's Content at the center of AlertDialog,
AlertDialog's LinearLayout is center aligned.
Jaehyun Cho [Wed, 2 Jun 2021 12:29:39 +0000 (21:29 +0900)]
[NUI] Fix to require Layout to fit to children or fill to parent
This patch is necessary to the following patch.
"[NUI] Deprecate ResizePolicyType"
It is impossible that LayoutParamPolicies.WrapContent supports both
ResizePolicyType.UseNaturalSize and FitToChildren.
Therefore, LayoutParamPolicies.WrapContent does not support
ResizePolicyType.UseNaturalSize nor FitToChildren.
Instead, LayoutParamPolicies.WrapContent makes View fit to its children
only if the View sets its Layout.
In the same way, LayoutParamPolicies.MatchParent does not support
ResizePolicyType.FillToParent.
Instead, LayoutParamPolicies.MatchParent makes View fill to its parent
only if the View sets its Layout.
If View uses LayoutParamPolicies.WrapContent or MatchParent while it
does not set its Layout, then the View does not fit to its children nor
fill to its parent.
Instead, ResizePolicyType.UseNaturalSize is supported by default.
Jiyun Yang [Tue, 1 Jun 2021 07:44:06 +0000 (16:44 +0900)]
[NUI] Theme constructor throws XamlParseException
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Woochanlee [Wed, 2 Jun 2021 11:16:52 +0000 (20:16 +0900)]
[NUI] Fix Picker value changed not invoked when align animation ended
SangHyeon Jade Lee [Wed, 2 Jun 2021 08:21:32 +0000 (17:21 +0900)]
[NUI] fix CollectionView scroll block issue. (#3141)
Seoyeon2Kim [Wed, 2 Jun 2021 03:28:21 +0000 (12:28 +0900)]
[NUI] Change the type of Consumed property for GestureInfo (#3121)
- In dali, the property is originally bool type.
- So. `Consumed` property should be bool value, just same as dali.
Changed the type and its binding.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jaehyun Cho [Tue, 1 Jun 2021 09:51:54 +0000 (18:51 +0900)]
[NUI] Fix Navigator's animation and Page's visible state
Previously, Navigator's animation did not keep the final state.
e.g. Opacity from 1 to 0 animation did not keep opacity 0 when the
animation was finished.
Now, Navigator's animation keeps the final state.
Previously, hidden Pages did not have actually hidden visibilities.
e.g. When the peek Page was hidden by newly pushed Page, the hidden
Page's visible state was true.
Now, hidden Pages have actually hidden visibilities.
Bartłomiej Grzelewski [Tue, 1 Jun 2021 09:54:35 +0000 (11:54 +0200)]
[NUI][AT-SPI] Add SetTextContents, InsertText and DeleteText (#2981)
Support for SetTextContents and InsertText (part of ATSPI text interface)
Requires:
https://review.tizen.org/gerrit/256956
https://review.tizen.org/gerrit/256957
https://review.tizen.org/gerrit/256963
Haesu Gwon [Mon, 7 Jun 2021 00:51:20 +0000 (09:51 +0900)]
[Camera] Hide CDM interface from user (#3146)
* [Camera] Hide CDM interface from user
Haesu Gwon [Wed, 2 Jun 2021 06:45:58 +0000 (15:45 +0900)]
[Camera] Add ctor for network camera (#3140)
* [Camera] Add ctor for network camera
Haesu Gwon [Wed, 2 Jun 2021 03:06:41 +0000 (12:06 +0900)]
[Camera] Add CameraDeviceManager (#3137)
* [Camera] Add CameraDeviceManager
Shinwoo Kim [Tue, 1 Jun 2021 07:32:37 +0000 (16:32 +0900)]
[NUI] Version update (nui22028)
Fang Xiaohui [Tue, 1 Jun 2021 05:50:06 +0000 (13:50 +0800)]
[NUI][Xaml] Fix issue that BindingContext can't be used in C# code
Bowon Ryu [Mon, 24 May 2021 04:30:55 +0000 (13:30 +0900)]
[NUI] Add InputMethodSettings property to TextEditor
This property is already provided in TextField.
TextEditor also needs a property that controls the options of the input method.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Dongsug Song [Mon, 31 May 2021 10:14:09 +0000 (19:14 +0900)]
[NUI] Fix ABI break for API8 NUI image
- GetOriginalImageSize() was Hidden API and it was changed as to use default parameter in API9.
- This caused ABI break for tizen_6.0 application which references API9 NUI dll.
- Revert back to API8's GetOriginalImageSize() method form.
Fang Xiaohui [Mon, 31 May 2021 11:14:55 +0000 (19:14 +0800)]
[NUI] Fix Jira 2295
Artur Świgoń [Tue, 25 May 2021 14:33:15 +0000 (16:33 +0200)]
[NUI][AT-SPI] Remove AccessibilityAnimated
This property was used to control automatic emission of the
BoundsChanged event. However, we no longer emit this event, so this
property serves no purpose.
Not to be confused with AT-SPI state Animated which is still available.
huiyu.eun [Mon, 31 May 2021 02:41:29 +0000 (11:41 +0900)]
[NUI] Fix Scrolling position issue by animation
- The function 'StopScroll()' must be called immediately by ScrollTo().
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Jaehyun Cho [Mon, 31 May 2021 06:04:29 +0000 (15:04 +0900)]
[NUI] Set Notification Window transparent (#3125)
Notification creates its own Window.
Not to cover the existing view behind Notification Window, Notification
Window's BackgroundColor is set to be transparent.
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
zhouleonlei [Fri, 28 May 2021 08:54:44 +0000 (16:54 +0800)]
[NUI] Add TCs for Public Events
huiyu.eun [Fri, 28 May 2021 03:22:56 +0000 (12:22 +0900)]
[NUI] Fix ScrollableBase animation issue
https://github.sec.samsung.net/dotnet/NUIBackend/issues/56
- Stop scroll animation when ScrollTo() is called during scrolling
- Stop scroll animation when changing ScrollDirection
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Seungho Baek [Wed, 26 May 2021 13:49:25 +0000 (22:49 +0900)]
[NUI] Add GetCapturedBuffer api for Capture
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
huiyu.eun [Thu, 27 May 2021 05:44:35 +0000 (14:44 +0900)]
[NUI] Fix ScrollableBase Remove issue
- [TDAF-1430] ScrollableaBase Child remove issue
If the ScrollableBase has one child, it does not need to move the page
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
SangHyeon Jade Lee [Fri, 28 May 2021 11:14:45 +0000 (20:14 +0900)]
[NUI] Cancel pressed state properly on touch events (#3120)
SangHyeon Jade Lee [Fri, 28 May 2021 08:36:22 +0000 (17:36 +0900)]
[NUI] fix contentcontainer size initalize (#3118)
SangHyeon Jade Lee [Fri, 28 May 2021 07:34:50 +0000 (16:34 +0900)]
[NUI] updating InternalItemsSource when header/footer is updated (#3117)
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.
zhouleonlei [Thu, 27 May 2021 11:01:13 +0000 (19:01 +0800)]
[NUI] Add TCs for Event
Sunghyun Kim [Thu, 27 May 2021 03:59:31 +0000 (12:59 +0900)]
[NUI] Disable desired size when image loading fail
guowei.wang [Thu, 27 May 2021 09:09:31 +0000 (17:09 +0800)]
[NUI] Add Images(public) TCs.
Seoyeon2Kim [Thu, 27 May 2021 06:03:52 +0000 (15:03 +0900)]
[NUI] Update ViewAccessibility enumerations (#3048)
* [NUI] Update some descriptions of View properties (#2939)
* [NUI] Update some descriptions of View properties
- To avoid confusion of using some `View` properties,
added remarks to use them for `TableView` class.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update for PR rerun
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Update ViewAccessibility according to the coding rule (#3022)
* [NUI] Update ViewAccessibility according to the coding rule
- Updated ViewAccessibility code, such as description or coding style.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Update ATSPI more
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Update ViewAccessibility to the current status
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Fix build error to remove duplicated method
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Add ViewAccessibilityProperties file
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Add a remark according to a review
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
Haesu Gwon [Mon, 31 May 2021 08:25:23 +0000 (17:25 +0900)]
[Camera] Add new internal API - extra preview event (#3011)
* [Camera] Add new internal API - extra preview event
SangHyeon Jade Lee [Fri, 28 May 2021 06:47:18 +0000 (15:47 +0900)]
[NUI] fix layouter and cache clearing when property changed (#3106)
Jaehyun Cho [Fri, 28 May 2021 02:42:21 +0000 (11:42 +0900)]
[NUI] Apply ContentPage Color
ContentPage color is applied based on the latest UX.
Jaehyun Cho [Fri, 28 May 2021 02:45:16 +0000 (11:45 +0900)]
Revert "[NUI] Apply Page color"
This reverts commit
565c531f61682074bd90725599d05ad70aed4ac1.
Jaehyun Cho [Thu, 27 May 2021 12:59:04 +0000 (21:59 +0900)]
[NUI] Fix to set Actions center aligned in AlertDialog
Actions are center aligned in AlertDialog.
huiyu.eun [Thu, 27 May 2021 05:44:35 +0000 (14:44 +0900)]
[NUI] Fix ScrollableBase Remove issue
- [TDAF-1430] ScrollableaBase Child remove issue
If the ScrollableBase has one child, it does not need to move the page
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
WonYoung Choi [Thu, 27 May 2021 12:09:27 +0000 (21:09 +0900)]
Update README.md
Jaehyun Cho [Thu, 27 May 2021 11:53:16 +0000 (20:53 +0900)]
[NUI] Apply Page color
Page color is applied based on the latest UX.
SangHyeon Jade Lee [Thu, 27 May 2021 05:15:49 +0000 (14:15 +0900)]
[NUI] fix CollecitonView item sizing on MeasureFirst (#3098)
item sizing on MeasureFirst need to reuse pre-calculated result.
Jaehyun Cho [Wed, 26 May 2021 12:11:22 +0000 (21:11 +0900)]
[NUI][ATSPI] Accessibility support for TabView components
SetAccessibilityConstructor() is added in OnInitialize() of TabView,
TabBar, TabButton, and TabContent.
AccessibilityHighlightable is set to be true in Initialize() of
TabButton.
Jaehyun Cho [Wed, 26 May 2021 11:34:22 +0000 (20:34 +0900)]
[NUI][ATSPI] Not highlightable for AlertDialog
Since AlertDialog is a container, it is not needed to be highlightable.
Jaehyun Cho [Wed, 26 May 2021 10:27:25 +0000 (19:27 +0900)]
[NUI][ATSPI] Accessibility support for AppBar
SetAccessibilityConstructor() is added in OnIintialize().
AccessibilityHighlightable is set to be true in Initialize().
Joogab Yun [Wed, 26 May 2021 04:56:28 +0000 (13:56 +0900)]
[NUI] Change interruptView to InterceptTouchEvent
Jaehyun Cho [Thu, 6 May 2021 09:04:02 +0000 (18:04 +0900)]
[NUI] Deprecate ResizePolicyType
Up to now, both ResizePolicyType and LayoutParamPolicies are supported.
Originally, ResizePolicyType is for a view whose parent view does not
have Layout.
In contrast, LayoutParamPolicies is for a view whose parent view has
Layout.
However, ResizePolicyType can be used as LayoutParamPolicies as well
internally.
This makes users confused which one they need to use in each case.
Not to confuse users, ResizePolicyType is deprecated.
Instead, LayoutParamPolicies can be used to set the size of a view
relative to its parent or children.
Specifically, LayoutParamPolicies.MatchParent and
LayoutParamPolicies.WrapContent work with parent view which does not
have Layout as how ResizePolicyType.FillToParent and
ResizePolicyType.FitToChildren work.
huayongxu [Wed, 26 May 2021 09:36:51 +0000 (17:36 +0800)]
[NUI] Fix crash when background color of webview is set. (#3078)
Woochanlee [Wed, 26 May 2021 05:39:51 +0000 (14:39 +0900)]
[NUI][ATSPI] Default accessibility support for Picker components
Haesu Gwon [Wed, 26 May 2021 07:00:12 +0000 (16:00 +0900)]
[MediaTool] Add new video mime types (#2978)
* [MediaTool] Add new video mime types
Wootak Jung [Wed, 26 May 2021 04:10:34 +0000 (13:10 +0900)]
[Bluetooth][Non-ACR] Add device name null check logic (#3084)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Hosang Kim [Tue, 25 May 2021 10:09:34 +0000 (19:09 +0900)]
[NUI] Improve usability of AutomationId
here is AutomationId property but it wasn't available for accessbility.
For now, it is available so user can use it for testing.
Jaehyun Cho [Tue, 25 May 2021 09:04:02 +0000 (18:04 +0900)]
[NUI] Remove duplicate AlertDialog theme
Duplicate AlertDialog theme is removed.
Jiyun Yang [Tue, 25 May 2021 08:26:10 +0000 (17:26 +0900)]
[NUI] Fix BindableObject.SetValue to allow Selector types flexibly
When the flag isCreateByXaml is true, the BindableObject.SetValue is comparing types strictly.
But some bindable properties, such as BackgroundColor, are designed to allow both types: Color and Selector<Color>.
Hence this patch allows BindableObject.SetValue to take both types.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
guowei.wang [Mon, 24 May 2021 11:08:13 +0000 (19:08 +0800)]
[NUI] Add Common(public) TCs.
Jiyun Yang [Wed, 12 May 2021 07:30:32 +0000 (16:30 +0900)]
[NUI] Window operations can get detail result
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jaehyun Cho [Tue, 25 May 2021 11:16:00 +0000 (20:16 +0900)]
[NUI] Add more log info for recursive dependency in LinearLayout
If recursive dependency exists between LinearLayout and its child
layout, then error log is printed.
To give more log info for recursive dependency in LinearLayout, parent
and child Owner info are added.
JunsuChoi [Tue, 25 May 2021 07:59:12 +0000 (16:59 +0900)]
[NUI]CanvasView: Add BoundingBox property (#2995)
Add BoundingBox property that uses Dali::CanvasRenderer::Drawable::GetBoundingBox api.
+)The float type Rectangle class is not ready yet.
Therefore, it transmits data in Vector4 class.
This type should later be changed to the appropriate data type.
JunsuChoi [Tue, 25 May 2021 07:24:01 +0000 (16:24 +0900)]
[NUI] CanvasView: Manage added drawables as a list (#3060)
Canvasview manages drawables as a list so that added drawables
used in canvasview are not released by gc.
Artur Świgoń [Tue, 25 May 2021 01:41:07 +0000 (03:41 +0200)]
[NUI][AT-SPI] Fix DllImport typo in Interop.Accessibility.SuppressScreenReader (#3070)
Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Bowon Ryu [Mon, 17 May 2021 04:06:21 +0000 (13:06 +0900)]
[NUI] Add EnableGrabHandle, EnableGrabHandlePopup to TextEditor
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Seoyeon2Kim [Fri, 21 May 2021 09:35:36 +0000 (18:35 +0900)]
[NUI] Update ViewAccessibility according to the coding rule (#3022)
* [NUI] Update ViewAccessibility according to the coding rule
- Updated ViewAccessibility code, such as description or coding style.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Update ATSPI more
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Update ViewAccessibility to the current status
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
huayongxu [Tue, 11 May 2021 06:27:27 +0000 (14:27 +0800)]
Rename functions, variables, etc related to policy decision. (#3000)
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
huayongxu [Mon, 10 May 2021 07:36:18 +0000 (15:36 +0800)]
Fix crash issue when favicon is null. (#3010)
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
EverLEEst(SangHyeon Lee) [Tue, 25 May 2021 07:11:08 +0000 (16:11 +0900)]
[NUI] Fix item position to apply collectionView Padding
Jaehyun Cho [Fri, 21 May 2021 12:52:08 +0000 (21:52 +0900)]
[NUI] Apply the latest UX of TabView
In the latest UX of TabView, TabBar is located at the bottom of the
TabView.
Jaehyun Cho [Fri, 21 May 2021 13:08:16 +0000 (22:08 +0900)]
Revert "[NUI] Calculate correct MatchParent size for ContentPage and TabView"
This reverts commit
f5a567874543b528edd73df24d5dc40d81b360e3.
Jaehyun Cho [Thu, 20 May 2021 12:59:09 +0000 (21:59 +0900)]
[NUI] Fix to calculate LinearLayout's MatchParent children correctly
The followings have been fixed to calculate LinearLayout's MatchParent
children correctly.
- MatchParent child layout is calculated only if LinearLayout has
positive Specification or MatchParent.
- MatchParent child layout's margin is not shared with other MatchParent
child layouts.
e.g.
LinearLayout has size 100.
Child layout1 is MatchParent and its margin is 20.
Child layout2 is MatchParent and its margin is 0.
Then, child layout1's size is 30 and child layout2's size is 50.
- Setting Width/HeightSpecification has been removed because
Width/HeightSpecification should preserve the value set by user.
- Typo has been fixed. e.g. width, height
Fang Xiaohui [Wed, 19 May 2021 02:43:08 +0000 (10:43 +0800)]
[Xaml] Support nest type in Xaml
JunsuChoi [Fri, 14 May 2021 02:06:41 +0000 (11:06 +0900)]
[NUI] VectorGraphics: Add list of added drawable object in DrawableGroup
Add a list holding references so that the added drawable objects are not freed by gc.
JunsuChoi [Wed, 28 Apr 2021 06:36:26 +0000 (15:36 +0900)]
[NUI] VectorGraphics: Add DrawableGroup Class
This feature can add and control multiple Drawable objects.
Since this class inherits Drawable, user can use Drawable's Opacity and Transformation methods.
[Dependancy]
dali-adaptor: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/257538/
dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/257607/
JoogabYun [Tue, 18 May 2021 09:39:49 +0000 (18:39 +0900)]
[NUI] Change ulong to uint at Interop.Touch.GetMouseButton (#3057)
dongsug.song [Tue, 18 May 2021 02:26:29 +0000 (11:26 +0900)]
[NUI] Revert ImageLoading's access modifier
- In API6 ~ API8, this has been "public class", not "public static class".
- To support not-rebuilt API6~API8's Application, this is reverted bact to "public class".
Jaehyun Cho [Mon, 17 May 2021 12:18:01 +0000 (21:18 +0900)]
[NUI] Calculate correct MatchParent size for ContentPage and TabView
Currently, WidthSpecification and HeightSpecification are updated
internally.
e.g.
In the beginning, WidthSpecification = LayoutParamPolicies.MatchParent;
After size calculation, WidthSpecification = 1280;
Until the above issue is resolved, ContentPage and TabView changes its
size calculation logic to calculate its MatchParent children size
correctly.
Eunki, Hong [Thu, 13 May 2021 09:12:56 +0000 (18:12 +0900)]
[NUI] Add Borderline Properties
Add borderline properies for view
- BorderlineWidth (float, default = 0.0f)
: Width of the borderline
- BorderlineColor (Vector4, default = Color.Black)
: Color of the borderline
- BorderlineOffset (float, default = 0.0f)
: Relative position offset from 'Real' borderline of visual.
== 0.0f then half is inside, and half is outside of visual.
== -1.0f then all borderline will be rendered inside of visual.
== 1.0f then all borderline will be rendered outside of visual.
These three properties are animatable
If it is ImageView, this property only allow to ImageView.Property.IMAGE.
Otherwise, allow to View.Property.BACKGROUND.
Also, current version only works when Border is not setup.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Artur Świgoń [Mon, 17 May 2021 00:04:54 +0000 (02:04 +0200)]
[NUI][AT-SPI] Add API for blocking automatic Bridge initialization (#2955)
Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
guowei.wang [Wed, 12 May 2021 09:24:58 +0000 (17:24 +0800)]
[NUI] Add Layouting(public) TCs.
Anna Bartak [Wed, 12 May 2021 12:06:22 +0000 (14:06 +0200)]
Minor pr changes
Bartlomiej Grzelewski [Tue, 27 Apr 2021 14:52:11 +0000 (16:52 +0200)]
[NUI][AT-SPI] Add Value interface to Pagination
Bartlomiej Grzelewski [Thu, 1 Apr 2021 11:19:19 +0000 (13:19 +0200)]
[NUI][AT-SPI] Simplify AccessibilityStates
Replace class AccessibilityStates with enum flag.
zhouleonlei [Mon, 10 May 2021 12:33:53 +0000 (20:33 +0800)]
[NUI] Fix Svace issues
Bowon Ryu [Tue, 11 May 2021 02:47:41 +0000 (11:47 +0900)]
[NUI] Add Hyphenation, Mixed to LineWrapMode
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Jiyun Yang [Tue, 11 May 2021 02:12:34 +0000 (11:12 +0900)]
[NUI] Notification throws a proper exception when the device does not support it.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
guowei.wang [Fri, 7 May 2021 09:02:57 +0000 (17:02 +0800)]
[NUI] Add Visuals(Public) TCs.
Jiyun Yang [Mon, 3 May 2021 07:31:43 +0000 (16:31 +0900)]
[NUI] Disable external theme in TV profile and make theme data compact
signed-off-by: Jiyun Yang <ji.yang@samsung.com>
kimcinoo [Tue, 11 May 2021 08:24:33 +0000 (17:24 +0900)]
[NUI] atspi: use 'class' key for Dali type name (#3009)
This will be used by Aurum(AT-Client) for easy of use.
The Chromium-efl provides attribute 'class' as a key.
This patch supports unified usablilty between different toolkit.
dali-toolkit has same change:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/257992/
Co-authored-by: Shinwoo Kim <cinoo.kim@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Artur Świgoń [Tue, 11 May 2021 08:13:59 +0000 (10:13 +0200)]
[AT-SPI] Move code from View.cs to ViewAccessibility.cs (#3016)
Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>