platform/core/csapi/tizenfx.git
2 years agoRelease 9.0.0.16249 submit/tizen/20210518.005608
admin [Mon, 17 May 2021 15:56:08 +0000 (15:56 +0000)]
Release 9.0.0.16249

2 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 17 May 2021 15:56:08 +0000 (15:56 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] fix disposing crash when layouter is null (#3050)
SangHyeon Jade Lee [Mon, 17 May 2021 11:23:13 +0000 (20:23 +0900)]
[NUI] fix disposing crash when layouter is null (#3050)

2 years ago[NUI] Fix MatchParent to fill remaining space in LinearLayout
Jaehyun Cho [Mon, 26 Apr 2021 07:00:19 +0000 (16:00 +0900)]
[NUI] Fix MatchParent to fill remaining space in LinearLayout

Previously, in LinearLayout, LayoutParamPolicies.MatchParent sets child
size to its parent size.

Now, in LinearLayout, LayoutParamPolicies.MatchParent calculates the
remaining space of parent and fills child in the remaining space of
parent.

There are 2 cases to fill child in the remaining space of parent.
1. MatchParent (both with or without weight)
 - If child has MatchParent specification, then child is filled in the
   remaining space of parent.
2. Specification 0 with weight
 - If child has zero specification and weight is greater than 0, then
   child is filled in the remaining space of parent proportional to its
   weight.

2 years ago[NUI] refactoring ScrollTo. (#3042) (#3043)
SangHyeon Jade Lee [Mon, 17 May 2021 11:18:01 +0000 (20:18 +0900)]
[NUI] refactoring ScrollTo. (#3042) (#3043)

1. delay ScrollTo action till CollectionView is ready to scroll.
2. checking param index in ScrollTo().
3. override(new) ScrollToIndex(int index) to
ScrollTo(int index, bool anim, ItemScrollTo align).

2 years agoRelease 9.0.0.16246 submit/tizen/20210515.005457
admin [Fri, 14 May 2021 15:54:57 +0000 (15:54 +0000)]
Release 9.0.0.16246

2 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 14 May 2021 15:54:57 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Build] Add a workflow for package deployment (#3045)
WonYoung Choi [Fri, 14 May 2021 10:34:19 +0000 (19:34 +0900)]
[Build] Add a workflow for package deployment (#3045)

2 years ago[Build] Downgrade tizenfx-build-worker to 2.0 (#3044)
WonYoung Choi [Fri, 14 May 2021 09:22:14 +0000 (18:22 +0900)]
[Build] Downgrade tizenfx-build-worker to 2.0 (#3044)

Use tizenfx-build-worker 2.0 to use DocFX 2.56.1 version

2 years ago[Build] Add a github workflow to deploy tizen docs (#3040)
WonYoung Choi [Fri, 14 May 2021 07:15:48 +0000 (16:15 +0900)]
[Build] Add a github workflow to deploy tizen docs (#3040)

2 years ago[Build] Add a github workflow to deploy documents (#3039)
WonYoung Choi [Fri, 14 May 2021 05:23:34 +0000 (14:23 +0900)]
[Build] Add a github workflow to deploy documents (#3039)

2 years ago[NUI] Add AlertDialog bg resource image
Jaehyun Cho [Fri, 14 May 2021 03:19:13 +0000 (12:19 +0900)]
[NUI] Add AlertDialog bg resource image

2 years agoRelease 9.0.0.16241 submit/tizen/20210514.005236
admin [Thu, 13 May 2021 15:52:36 +0000 (15:52 +0000)]
Release 9.0.0.16241

2 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 13 May 2021 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years agoRename functions, variables, etc related to policy decision. (#3021)
huayongxu [Thu, 13 May 2021 08:59:48 +0000 (16:59 +0800)]
Rename functions, variables, etc related to policy decision. (#3021)

Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years agofix nullable member access code to prevent future crash.
EverLEEst(SangHyeon Lee) [Thu, 13 May 2021 07:39:28 +0000 (16:39 +0900)]
fix nullable member access code to prevent future crash.

nullable members need to be check it is null or not,
and carefully null set after disposing.

3 years agoRelease 9.0.0.16239 accepted/tizen/unified/20210513.161720 submit/tizen/20210513.133740
admin [Thu, 13 May 2021 04:37:40 +0000 (04:37 +0000)]
Release 9.0.0.16239

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 13 May 2021 04:37:40 +0000 (04:37 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Telephony][Non-ACR] Fix ReleaseCallList crash issue (#3031)
Wootak Jung [Thu, 13 May 2021 04:34:26 +0000 (13:34 +0900)]
[Telephony][Non-ACR] Fix ReleaseCallList crash issue (#3031)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 9.0.0.16238 submit/tizen/20210513.090530
admin [Thu, 13 May 2021 00:05:30 +0000 (00:05 +0000)]
Release 9.0.0.16238

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 13 May 2021 00:05:30 +0000 (00:05 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix issue that default value of BindableProperty is incorrect. (#3024)
huayongxu [Wed, 12 May 2021 09:05:21 +0000 (17:05 +0800)]
[NUI] Fix issue that default value of BindableProperty is incorrect. (#3024)

3 years agoRelease 9.0.0.16237 submit/tizen/20210512.005254
admin [Tue, 11 May 2021 15:52:54 +0000 (15:52 +0000)]
Release 9.0.0.16237

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 11 May 2021 15:52:54 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix to add and update TabButton's sub components correctly
Jaehyun Cho [Tue, 11 May 2021 05:48:36 +0000 (14:48 +0900)]
[NUI] Fix to add and update TabButton's sub components correctly

Button.LayoutItems() adds sub components and
Button.UpdateSizeAndSpacing() calculates sub components' sizes and
spacing.

Like Button, TabButton.LayoutItems() is separated into LayoutItems() and
UpdateSizeAndSpacing().

Button.OnUpdate() is not necessary for TabButton.

3 years agoRelease 9.0.0.16236 accepted/tizen/unified/20210511.072201 submit/tizen/20210510.175130
admin [Mon, 10 May 2021 08:51:30 +0000 (08:51 +0000)]
Release 9.0.0.16236

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 10 May 2021 08:51:30 +0000 (08:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix not to dereference nullable handle ItemsLayouter
Jaehyun Cho [Mon, 10 May 2021 08:41:22 +0000 (17:41 +0900)]
[NUI] Fix not to dereference nullable handle ItemsLayouter

ItemsLayouter is nullable handle so it is checked before it is
dereferenced.

3 years agoRelease 9.0.0.16235 submit/tizen/20210507.160118
admin [Fri, 7 May 2021 07:01:18 +0000 (07:01 +0000)]
Release 9.0.0.16235

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 7 May 2021 07:01:18 +0000 (07:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Deprecate BaseHandle.PropertySet and Add BindableProperty.PropertyChanged
dongsug.song [Wed, 14 Apr 2021 09:34:09 +0000 (18:34 +0900)]
[NUI] Deprecate BaseHandle.PropertySet and Add BindableProperty.PropertyChanged

3 years ago[NUI] Update comments
Bowon Ryu [Tue, 20 Apr 2021 02:44:09 +0000 (11:44 +0900)]
[NUI] Update comments

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years ago[NUI] Make AnchorClicked event public
Bowon Ryu [Tue, 13 Apr 2021 11:09:17 +0000 (20:09 +0900)]
[NUI] Make AnchorClicked event public

Public open API list

+ AnchorClickedEventArgs
  + string Href {get; set;}

TextLabel
+ event EventHandler<AnchorClickedEventArgs> AnchorClicked

TextField
+ event EventHandler<AnchorClickedEventArgs> AnchorClicked

TextEditor
+ event EventHandler<AnchorClickedEventArgs> AnchorClicked

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years agoChange property name Caption to Label and related names on DefaultGridItem. (#2994)
SangHyeon Jade Lee [Tue, 4 May 2021 07:12:03 +0000 (16:12 +0900)]
Change property name Caption to Label and related names on DefaultGridItem. (#2994)

TextLabel property is commonly named Label so the name Caption can makes
confusing.

Change Caption to Label on DefaultGridItem and its style,
and change CaptionRelativeOrientation property to LabelOrientationType.

this patch also @fix the Tizen.NUI.Samples build error.

3 years agoremove space.
EverLEEst(SangHyeon Lee) [Mon, 3 May 2021 08:09:07 +0000 (17:09 +0900)]
remove space.

3 years agofix descriptions as commented by jaehyun cho.
EverLEEst(SangHyeon Lee) [Mon, 3 May 2021 08:05:39 +0000 (17:05 +0900)]
fix descriptions as commented by jaehyun cho.

3 years agofix CA warnning on description see link
EverLEEst(SangHyeon Lee) [Mon, 3 May 2021 07:55:33 +0000 (16:55 +0900)]
fix CA warnning on description see link

3 years agoMake CollectionView APIs public
everLEEst(SangHyeon Lee) [Thu, 15 Apr 2021 08:17:57 +0000 (17:17 +0900)]
Make CollectionView APIs public

This is ACR Patch to make CollectionView APIs public.

3 years agoFix dispoing collectionView and related classes. (#2986)
SangHyeon Jade Lee [Mon, 3 May 2021 06:27:39 +0000 (15:27 +0900)]
Fix dispoing collectionView and related classes. (#2986)

items and container is not cleared after view disposed.
fix collectionView and item dispose properly.

3 years agoRefactoring itemSelectionMode names and adding SingleAlways (#2985)
SangHyeon Jade Lee [Mon, 3 May 2021 06:20:21 +0000 (15:20 +0900)]
Refactoring itemSelectionMode names and adding SingleAlways (#2985)

Change names in ItemSelectionMode

SingleSelection and MultipleSelections overlapped "Selection" keyward
with their enum name.
Removing Unnecessary keyward from enum members,
and adding Suppress condition to avoid CA1720 warnings.
Single is class Identifier name but there are no harm to using name
Single in a member of enum.

Single allow deselection by clicking selected item again,
but we have another demands who want to act single selection like radio,
which always have one single selected item after once selected.

this Singlelways for that demands,
even click again on selected item, item will not deselected,
and will not occurs any SelectionChanged events.

3 years agoInitialize CollectionView when scrolling direction changed. (#2961)
SangHyeon Jade Lee [Thu, 29 Apr 2021 12:33:59 +0000 (21:33 +0900)]
Initialize CollectionView when scrolling direction changed. (#2961)

* [NUI] Initialize CollectionView when scrolling direction changed.

if scrolling direction is changed,
all layout need to be updated and initialized.

* [NUI] remove unnecessary layout calculate call.

3 years agofix crash on collecitonView when setting layouter padding (#2960)
SangHyeon Jade Lee [Thu, 29 Apr 2021 12:29:33 +0000 (21:29 +0900)]
fix crash on collecitonView when setting layouter padding (#2960)

currently create two collectionView can be aborted while
accessing padding of layouter style.

use "using" keyword as GetViewStyle simply Copy the original
ViewStyle and will be disposed by using keyword,
but it occurs crash as CopyFrom only new the parent and copy
all existing values.
remove using keyward on first step.

3 years agoPropagate BindingContext recursively on RecyclerViewItem. (#2928)
SangHyeon Jade Lee [Thu, 29 Apr 2021 12:22:26 +0000 (21:22 +0900)]
Propagate BindingContext recursively on RecyclerViewItem. (#2928)

* Propgate BindingContext recursively on RecyclerViewItem.

propagate BindingContext to chlidren and descendant recursively
for applying binding on DataTemplate.

3 years agoImplements view update on NotifyCollectionChanged in collectionView. (#2957)
SangHyeon Jade Lee [Thu, 29 Apr 2021 12:16:55 +0000 (21:16 +0900)]
Implements view update on NotifyCollectionChanged in collectionView. (#2957)

* [NUI] Implements view layout update on NotifyCollectionChanged in
collectionView.

When Collection is updated,
View can pick the notify event with updated info.
this patch implement normal collection updates including

- single item inserted
- single item removed
- single item moved
- group insrted
- group removed
- group moved

and apply samples regarding new implemented feature.

* [NUI] Change parameter name to fix warnings

* [NUI] fix ahead patch typos

3 years agoset Internal SizingStrategy to hide MeasureAll option. (#2959)
SangHyeon Jade Lee [Thu, 29 Apr 2021 12:08:12 +0000 (21:08 +0900)]
set Internal SizingStrategy to hide MeasureAll option. (#2959)

Currently CollectionView only support MeasureFirst,
and MeasureAll need to be implemented.

before this feature is ready,
make setter internal to disallow unimplemented mode.

3 years ago[NUI] Make Palette APIs public
Woochanlee [Mon, 12 Apr 2021 04:28:29 +0000 (13:28 +0900)]
[NUI] Make Palette APIs public

Signed-off-by: Woochanlee <wc0917.lee@samsung.com>
3 years agoMake LayoutParamPolicies public
Jaehyun Cho [Thu, 29 Apr 2021 06:01:33 +0000 (15:01 +0900)]
Make LayoutParamPolicies public

This is ACR patch to make LayoutParamPolicies public.

This pull request includes static class LayoutParamPolicies and its
const int MatchParent and WrapContent which decide the size of View when
the View is laid out in its parent View.

3 years agoReplace duplicate documentation of CopyFrom with inheritdoc
Jaehyun Cho [Tue, 4 May 2021 05:00:43 +0000 (14:00 +0900)]
Replace duplicate documentation of CopyFrom with inheritdoc

The duplicate documentation of BindableObject.CopyFrom is replaced with
inheritdoc.

3 years agoReplace NavigationPages.Count with PageCount
Jaehyun Cho [Tue, 4 May 2021 06:55:54 +0000 (15:55 +0900)]
Replace NavigationPages.Count with PageCount

Not to provide List property to users, NavigationPages is removed from
Navigator class.
Instead of NavigationPages.Count, PageCount is added to Navigator class.

3 years agoMake Menu APIs public
Jaehyun Cho [Fri, 16 Apr 2021 03:49:02 +0000 (12:49 +0900)]
Make Menu APIs public

This is ACR patch to make Menu APIs public.

This pull request includes properties and methods of Menu and MenuItem
classes.

Menu.AnchorPosition is replaced with Menu.Anchor.
Menu.HorizontalPositionToAnchor and Menu.VerticalPositionToAnchor are
added for Menu.Anchor.

3 years agoMake TabView APIs public
Jaehyun Cho [Wed, 14 Apr 2021 16:23:51 +0000 (01:23 +0900)]
Make TabView APIs public

This is ACR patch to make TabView APIs public.

This pull request includes properties and methods of TabView, TabBar,
TabButton, TabButtonstyle and TabContent classes.

3 years agoMake Page Navigation APIs public
Jaehyun Cho [Wed, 14 Apr 2021 15:55:29 +0000 (00:55 +0900)]
Make Page Navigation APIs public

This is ACR patch to make Page Navigation APIs public.

This pull request includes properties and methods of Navigator and Page
classes.

NavigationPages are not going to be public not to make List<T> public
API.

To cover the usage of NavigationPages, the following APIs are added.
- public int PageCount
- public Page GetPage(int index)
- public int IndexOf(Page page)

3 years agoMake Dialog APIs public
Jaehyun Cho [Wed, 14 Apr 2021 16:13:05 +0000 (01:13 +0900)]
Make Dialog APIs public

This is ACR patch to make Dialog APIs public.

This pull request includes properties and methods of DialogPage, Dialog,
AlertDialog and AlertDialogStyle classes.

3 years ago[NUI] VectorGraphics.CanvasView: Remove unnecessary EditorBrowsable
JunsuChoi [Wed, 28 Apr 2021 02:34:51 +0000 (11:34 +0900)]
[NUI] VectorGraphics.CanvasView: Remove unnecessary EditorBrowsable

Fix to mistake

3 years ago[NUI] VectorGraphics.CanvasView: Add missing documentation
JunsuChoi [Fri, 23 Apr 2021 04:42:03 +0000 (13:42 +0900)]
[NUI] VectorGraphics.CanvasView: Add missing documentation

3 years ago[NUI] Open newly added APIs in VectorGraphics(CanvasView, Drawable, Shape)
JunsuChoi [Fri, 9 Apr 2021 07:47:19 +0000 (16:47 +0900)]
[NUI] Open newly added APIs in VectorGraphics(CanvasView, Drawable, Shape)

src/public/BaseComponents/VectorGraphics/CanvasView.cs
CanvasView
    [Add] CanvasView(Size2D viewBox)
    [Add] void AddDrawable(Drawable drawable)
src/public/BaseComponents/VectorGraphics/Drawable.cs
Drawable
    [Add] float Opacity { get; set; }
    [Add] bool Rotate(float degree)
    [Add] bool Scale(float factor)
    [Add] bool Transform(float[] matrix)
    [Add] bool Translate(float x, float y)
src/public/BaseComponents/VectorGraphics/Shape.cs
Shape
    [Add] Shape()
    [Add] enum FillRuleType { Winding, EvenOdd }
    [Add] enum StrokeCapType { Square, Round, Butt }
    [Add] enum StrokeJoinType { Bevel, Round, Miter }
    [Add] Color FillColor { get; set; }
    [Add] FillRuleType FillRule { get; set; }
    [Add] float StrokeWidth { get; set; }
    [Add] Color StrokeColor { get; set; }
    [Add] StrokeCapType StrokeCap { get; set; }
    [Add] StrokeJoinType StrokeJoin { get; set; }
    [Add] ReadOnlyCollection<float> StrokeDash { get; set; }
    [Add] bool AddRect(float x, float y, float width, float height, float roundedCornerX, float roundedCornerY)
    [Add] bool AddCircle(float x, float y, float radiusX, float radiusY)
    [Add] bool AddArc(float x, float y, float radius, float startAngle, float sweep, bool pie)
    [Add] bool AddMoveTo(float x, float y)
    [Add] bool AddLineTo(float x, float y)
    [Add] bool AddCubicTo(float controlPoint1X, float controlPoint1Y, float controlPoint2X, float controlPoint2Y, float endPointX, float endPointY)
    [Add] bool Close()
    [Add] bool ResetPath()

3 years agoRelease 9.0.0.16209 submit/tizen/20210507.005517
admin [Thu, 6 May 2021 15:55:17 +0000 (15:55 +0000)]
Release 9.0.0.16209

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 6 May 2021 15:55:17 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix issue that a symbol is not found. (#2999)
huayongxu [Thu, 6 May 2021 08:49:41 +0000 (16:49 +0800)]
[NUI] Fix issue that a symbol is not found. (#2999)

3 years ago[Multimedia] Add Validation util and rename filename (#2974)
hsgwon [Thu, 6 May 2021 02:15:12 +0000 (11:15 +0900)]
[Multimedia] Add Validation util and rename filename (#2974)

3 years agoRelease 9.0.0.16207 submit/tizen/20210503.165250
admin [Mon, 3 May 2021 07:52:50 +0000 (07:52 +0000)]
Release 9.0.0.16207

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 3 May 2021 07:52:50 +0000 (07:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[ElmSharp] Fix EcoreEvent (#2988)
Jay Cho [Mon, 3 May 2021 07:35:50 +0000 (16:35 +0900)]
[ElmSharp] Fix EcoreEvent (#2988)

3 years agoRelease 9.0.0.16206 submit/tizen/20210501.005239
admin [Fri, 30 Apr 2021 15:52:39 +0000 (15:52 +0000)]
Release 9.0.0.16206

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 30 Apr 2021 15:52:39 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[MediaTool] Change pinvoke method (#2975)
hsgwon [Fri, 30 Apr 2021 06:25:50 +0000 (15:25 +0900)]
[MediaTool] Change pinvoke method (#2975)

* [MediaTool] Change pinvoke method
* [MediaTool] Changed AudioChannelMap get logic

3 years agoRelease 9.0.0.16205 accepted/tizen/unified/20210429.101136 submit/tizen/20210429.005248
admin [Wed, 28 Apr 2021 15:52:48 +0000 (15:52 +0000)]
Release 9.0.0.16205

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 28 Apr 2021 15:52:47 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Remove logic that prevent theme changing overwrite user set properties (#2969)
Jiyun Yang [Wed, 28 Apr 2021 11:43:14 +0000 (20:43 +0900)]
[NUI] Remove logic that prevent theme changing overwrite user set properties (#2969)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix default theme id (#2970)
Jiyun Yang [Wed, 28 Apr 2021 11:23:20 +0000 (20:23 +0900)]
[NUI] Fix default theme id (#2970)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[Xaml] Fix issue that can't load theme in Tizen.NUI (#2966)
AdunFang [Wed, 28 Apr 2021 09:12:21 +0000 (17:12 +0800)]
[Xaml] Fix issue that can't load theme in Tizen.NUI (#2966)

* [Xaml] Fix issue that can't load theme in Tizen.NUI

* [Xaml] Fix build warning

3 years ago[EXaml] Fix SVACE issue (#2964)
AdunFang [Wed, 28 Apr 2021 07:19:38 +0000 (15:19 +0800)]
[EXaml] Fix SVACE issue (#2964)

3 years ago[Peripheral] Gpio callback return pin value from structure. (#2798)
xerrni [Wed, 28 Apr 2021 05:46:17 +0000 (07:46 +0200)]
[Peripheral] Gpio callback return pin value from structure. (#2798)

Change implementation so interrupted callback reads pin value from
structure rather than invoking Read() method.

Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years agoRelease 9.0.0.16200 submit/tizen/20210428.144547
admin [Wed, 28 Apr 2021 05:45:47 +0000 (05:45 +0000)]
Release 9.0.0.16200

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 28 Apr 2021 05:45:47 +0000 (05:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Version update (nui22023) (#2952)
tscholb [Mon, 26 Apr 2021 08:31:51 +0000 (17:31 +0900)]
[NUI] Version update (nui22023) (#2952)

3 years ago[NUI] Apply Vector4 corner radius internally.
Jiyun Yang [Tue, 13 Apr 2021 01:54:57 +0000 (10:54 +0900)]
[NUI] Apply Vector4 corner radius internally.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Change TouchArea to TouchAreaOffset (#2948)
JoogabYun [Mon, 26 Apr 2021 06:05:53 +0000 (15:05 +0900)]
[NUI] Change  TouchArea to TouchAreaOffset (#2948)

    You can expand the touch area.

    for example)
      View view = new View();
      view.Size = new Size(10, 10);
      view.TouchEvent += OnTouch;
      view.TouchAreaOffset = new Offset(-100, 100, 100, -100); // left, right, bottom, top

    then touch area is 210x210.
    this is view.width  -touchAreaOffset.left + touchAreaOffset.right
    and view.height + touchAreaOffset.bottom  -touchAreaOffset.top

3 years ago[EXaml] 1.Support List property 2.Support load multi EXaml
Fang Xiaohui [Thu, 22 Apr 2021 03:07:45 +0000 (11:07 +0800)]
[EXaml] 1.Support List property 2.Support load multi EXaml

3 years ago[NUI] Add Animation(Public) TCs.
guowei.wang [Wed, 21 Apr 2021 09:22:06 +0000 (17:22 +0800)]
[NUI] Add Animation(Public) TCs.

3 years ago[NUI] Make AppBar APIs public
Jaehyun Cho [Wed, 14 Apr 2021 16:03:26 +0000 (01:03 +0900)]
[NUI] Make AppBar APIs public

This is ACR patch to make AppBar APIs public.

This pull request includes properties and methods of AppBar, AppBarStyle
and ContentPage classes.

3 years ago[NUI] Make Transition public API
seungho [Wed, 14 Apr 2021 05:58:20 +0000 (14:58 +0900)]
[NUI] Make Transition public API

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[NUI] Open newly added APIs in Button and Notification
Jiyun Yang [Thu, 8 Apr 2021 10:47:49 +0000 (19:47 +0900)]
[NUI] Open newly added APIs in Button and Notification

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Scrollbar does not change theme style
Jiyun Yang [Mon, 12 Apr 2021 05:30:02 +0000 (14:30 +0900)]
[NUI] Scrollbar does not change theme style

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Rename some properties of WebView, WebSettings, etc. (#2944)
huayongxu [Thu, 22 Apr 2021 06:07:36 +0000 (14:07 +0800)]
[NUI] Rename some properties of WebView, WebSettings, etc. (#2944)

This patch is to raname some properties to follow naming rule.

3 years ago[NUI] Add webview context and cookiemanager apis (#2940)
zhouleonlei [Thu, 22 Apr 2021 02:34:18 +0000 (10:34 +0800)]
[NUI] Add webview context and cookiemanager apis (#2940)

3 years ago[NUI] Implement hit test APIs of webview. (#2923)
huayongxu [Wed, 21 Apr 2021 11:36:41 +0000 (19:36 +0800)]
[NUI] Implement hit test APIs of webview. (#2923)

This patch is to implment hit test APIs of webview.

3 years ago[NUI] Implement context menu APIs of webview. (#2909)
huayongxu [Wed, 21 Apr 2021 11:21:32 +0000 (19:21 +0800)]
[NUI] Implement context menu APIs of webview. (#2909)

This patch is to implement context menu APIs of webview.

3 years ago[NUI] Implement APIs for request interceptor, console message, etc (#2881)
huayongxu [Wed, 21 Apr 2021 09:51:26 +0000 (17:51 +0800)]
[NUI] Implement APIs for request interceptor, console message, etc (#2881)

* [NUI] Implement APIs for request interceptor, console message, etc

This patch is to implement WebView APIs for http request
interceptor, console message and page loading error.

* change GetXXX to XXX.

3 years ago[NUI] Implement certificate & authentication APIs of WebView. (#2893)
huayongxu [Wed, 21 Apr 2021 08:31:17 +0000 (16:31 +0800)]
[NUI] Implement certificate & authentication APIs of WebView. (#2893)

This patch is to implement ssl certificate & http authentication
of WebView.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Update some descriptions of View properties (#2939)
Seoyeon2Kim [Wed, 21 Apr 2021 07:38:21 +0000 (16:38 +0900)]
[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>
3 years ago[NUI] Open NUI.ThemeManager and related APIs (#2865)
Jiyun Yang [Wed, 21 Apr 2021 05:54:13 +0000 (14:54 +0900)]
[NUI] Open NUI.ThemeManager and related APIs (#2865)

* [NUI] Open NUI.ThemeManager and related APIs

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Fix typo in description

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 9.0.0.16183 submit/tizen/20210428.005255
admin [Tue, 27 Apr 2021 15:52:55 +0000 (15:52 +0000)]
Release 9.0.0.16183

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 27 Apr 2021 15:52:55 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Build] Add to RID for '6.5.0' (#2758)
JongHeonChoi [Tue, 27 Apr 2021 00:20:25 +0000 (09:20 +0900)]
[Build] Add to RID for '6.5.0' (#2758)

Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years ago[Internal] Extend Tizen.Inspections internal API (#2797)
kkuchciak [Tue, 27 Apr 2021 00:12:23 +0000 (02:12 +0200)]
[Internal] Extend Tizen.Inspections internal API (#2797)

Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years agoRelease 9.0.0.16181 accepted/tizen/unified/20210422.090529 submit/tizen/20210422.133251
admin [Thu, 22 Apr 2021 04:32:51 +0000 (04:32 +0000)]
Release 9.0.0.16181

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 22 Apr 2021 04:32:51 +0000 (04:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix null reference check in CollectionViews. (#2942)
SangHyeon Jade Lee [Wed, 21 Apr 2021 06:18:59 +0000 (15:18 +0900)]
[NUI] Fix null reference check in CollectionViews. (#2942)

3 years agoRelease 9.0.0.16180 submit/tizen/20210422.005246
admin [Wed, 21 Apr 2021 15:52:46 +0000 (15:52 +0000)]
Release 9.0.0.16180