platform/core/csapi/tizenfx.git
3 years agoRelease 9.0.0.16294 submit/tizen/20210525.152017
TizenAPI-Bot [Tue, 25 May 2021 15:20:17 +0000 (15:20 +0000)]
Release 9.0.0.16294

3 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 25 May 2021 15:20:17 +0000 (15:20 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix item position to apply collectionView Padding
EverLEEst(SangHyeon Lee) [Tue, 25 May 2021 07:11:08 +0000 (16:11 +0900)]
[NUI] Fix item position to apply collectionView Padding

3 years agoRelease 9.0.0.16293 submit/tizen/20210524.152015
TizenAPI-Bot [Mon, 24 May 2021 15:20:15 +0000 (15:20 +0000)]
Release 9.0.0.16293

3 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 24 May 2021 15:20:15 +0000 (15:20 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Apply the latest UX of TabView
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.

3 years agoRevert "[NUI] Calculate correct MatchParent size for ContentPage and 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.

3 years ago[NUI] Fix to calculate LinearLayout's MatchParent children correctly
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

3 years agoRelease 9.0.0.16290 submit/tizen/20210521.074351
TizenAPI-Bot [Fri, 21 May 2021 07:43:51 +0000 (07:43 +0000)]
Release 9.0.0.16290

3 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 21 May 2021 07:43:51 +0000 (07:43 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Xaml] Support nest type in Xaml
Fang Xiaohui [Wed, 19 May 2021 02:43:08 +0000 (10:43 +0800)]
[Xaml] Support nest type in Xaml

3 years ago[NUI] VectorGraphics: Add list of added drawable object in DrawableGroup
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.

3 years ago[NUI] VectorGraphics: Add DrawableGroup Class
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/

3 years ago[NUI] Change ulong to uint at Interop.Touch.GetMouseButton (#3057)
JoogabYun [Tue, 18 May 2021 09:39:49 +0000 (18:39 +0900)]
[NUI] Change ulong to uint at Interop.Touch.GetMouseButton (#3057)

3 years ago[NUI] Revert ImageLoading's access modifier
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".

3 years ago[NUI] Calculate correct MatchParent size for ContentPage and TabView
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.

3 years ago[NUI] Add Borderline Properties
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>
3 years ago[NUI][AT-SPI] Add API for blocking automatic Bridge initialization (#2955)
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>
3 years ago[NUI] Add Layouting(public) TCs.
guowei.wang [Wed, 12 May 2021 09:24:58 +0000 (17:24 +0800)]
[NUI] Add Layouting(public) TCs.

3 years agoMinor pr changes
Anna Bartak [Wed, 12 May 2021 12:06:22 +0000 (14:06 +0200)]
Minor pr changes

3 years ago[NUI][AT-SPI] Add Value interface to Pagination
Bartlomiej Grzelewski [Tue, 27 Apr 2021 14:52:11 +0000 (16:52 +0200)]
[NUI][AT-SPI] Add Value interface to Pagination

3 years ago[NUI][AT-SPI] Simplify AccessibilityStates
Bartlomiej Grzelewski [Thu, 1 Apr 2021 11:19:19 +0000 (13:19 +0200)]
[NUI][AT-SPI] Simplify AccessibilityStates

Replace class AccessibilityStates with enum flag.

3 years ago[NUI] Fix Svace issues
zhouleonlei [Mon, 10 May 2021 12:33:53 +0000 (20:33 +0800)]
[NUI] Fix Svace issues

3 years ago[NUI] Add Hyphenation, Mixed to LineWrapMode
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>
3 years ago[NUI] Notification throws a proper exception when the device does not support it.
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>
3 years ago[NUI] Add Visuals(Public) TCs.
guowei.wang [Fri, 7 May 2021 09:02:57 +0000 (17:02 +0800)]
[NUI] Add Visuals(Public) TCs.

3 years ago[NUI] Disable external theme in TV profile and make theme data compact
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>

3 years ago[NUI] atspi: use 'class' key for Dali type name (#3009)
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>
3 years ago[AT-SPI] Move code from View.cs to ViewAccessibility.cs (#3016)
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>
3 years agoRename functions, variables, etc related to policy decision. (#3000)
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>
3 years ago[NUI] Fix some typo and grammar mistake
seungho [Tue, 11 May 2021 01:37:45 +0000 (10:37 +0900)]
[NUI] Fix some typo and grammar mistake

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoFix crash issue when favicon is null. (#3010)
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>
3 years ago[NUI] Update Slider sample to test touch event (#2996)
Seoyeon2Kim [Mon, 10 May 2021 06:18:06 +0000 (15:18 +0900)]
[NUI] Update Slider sample to test touch event (#2996)

- Updated Slider sample to test touch event.
- To move the exact position of slided track and thumb by touch event,
 TouchEvent should be connected with Slider control.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Add Application(Internal & Public) TCs.
guowei.wang [Wed, 28 Apr 2021 08:24:27 +0000 (16:24 +0800)]
[NUI] Add Application(Internal & Public) TCs.

3 years ago[NUI] Fix contradictory code in SetProperty
Jiyun Yang [Thu, 29 Apr 2021 01:41:57 +0000 (10:41 +0900)]
[NUI] Fix contradictory code in SetProperty

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Update some descriptions (#2990)
Seoyeon2Kim [Tue, 4 May 2021 01:58:58 +0000 (10:58 +0900)]
[NUI] Update some descriptions (#2990)

- For Slider, split some descriptions from summary according to a review.
- For ViewEvent, fix the build warning : CS1570
 "<" is "&lt;" and ">" is "&gt;" in XML comments.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Set FittingMode only when value has changed
Sunghyun Kim [Mon, 3 May 2021 01:48:18 +0000 (10:48 +0900)]
[NUI] Set FittingMode only when value has changed

3 years ago[NUI] Add GLWindow Rendering mode
Wonsik Jung [Wed, 28 Apr 2021 10:34:41 +0000 (19:34 +0900)]
[NUI] Add GLWindow Rendering mode

Add GLWindow rendering mode.
It has two mode as continuous and on demand.
If the mode is continuous, the rendering user callback is called continuously.
If the mode is on demand, the rendering user callback is called by call renderOnce().

3 years ago[NUI] Fix Utility.Dispose not to set null to method parameter
Jaehyun Cho [Mon, 3 May 2021 06:47:04 +0000 (15:47 +0900)]
[NUI] Fix Utility.Dispose not to set null to method parameter

Setting a value to method parameter does not work unless the method
parameter is defined with out keyword.

Not to confuse users, setting null to method parameter is removed.

3 years ago[NUI][ATSPI] Add Accessibility.SuppressScreenReader()
Shinwoo Kim [Wed, 21 Apr 2021 02:32:34 +0000 (11:32 +0900)]
[NUI][ATSPI] Add Accessibility.SuppressScreenReader()

3 years ago[NUI][ATSPI] remove build warning messages
Shinwoo Kim [Tue, 27 Apr 2021 02:28:42 +0000 (11:28 +0900)]
[NUI][ATSPI] remove build warning messages

This patch is for removing following build warnings.

(1) Do not nest type SayFinishedEventArgs. Alternatively,
  change its accessibility so that it is not externally visible.

(2) Only FlagsAttribute enums should have plural names

3 years agoAdd OnInitialize and AccessibilityCalculateStates
Anna Bartak [Thu, 22 Apr 2021 10:44:56 +0000 (12:44 +0200)]
Add OnInitialize and AccessibilityCalculateStates

3 years agoAdd accessibility to AlertDialog
Anna Bartak [Thu, 22 Apr 2021 07:00:48 +0000 (09:00 +0200)]
Add accessibility to AlertDialog

3 years ago[NUI][AT-SPI] Default accessibility support for Tizen.NUI.Components.Progress (#2852)
m-bialota [Wed, 28 Apr 2021 01:58:11 +0000 (03:58 +0200)]
[NUI][AT-SPI] Default accessibility support for Tizen.NUI.Components.Progress (#2852)

[NUI][AT-SPI] Basic accessibility support for Tizen.NUI.Components.Progress

3 years ago[Bluetooth][Non-ACR] Add public constructor for BluetoothDevice (#3065) (#3067)
Wootak Jung [Fri, 21 May 2021 07:23:38 +0000 (16:23 +0900)]
[Bluetooth][Non-ACR] Add public constructor for BluetoothDevice (#3065) (#3067)

3 years ago[Bluetooth][Non-ACR] Add MTU functionalities (#2790) (#3066)
Wootak Jung [Fri, 21 May 2021 07:07:13 +0000 (16:07 +0900)]
[Bluetooth][Non-ACR] Add MTU functionalities (#2790) (#3066)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 9.0.0.16254 submit/tizen/20210518.074542
TizenAPI-Bot [Tue, 18 May 2021 07:45:42 +0000 (07:45 +0000)]
Release 9.0.0.16254

3 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 18 May 2021 07:45:42 +0000 (07:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years agoUpdate nightly-release.yml
TizenAPI-Bot [Tue, 18 May 2021 07:41:42 +0000 (16:41 +0900)]
Update nightly-release.yml

3 years agoRelease 9.0.0.16253 submit/tizen/20210518.073423
TizenAPI-Bot [Tue, 18 May 2021 07:34:23 +0000 (07:34 +0000)]
Release 9.0.0.16253

3 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 18 May 2021 07:34:23 +0000 (07:34 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years agoUpdate nightly-release.yml
TizenAPI-Bot [Tue, 18 May 2021 07:30:49 +0000 (16:30 +0900)]
Update nightly-release.yml

3 years agoUpdate nightly-release.yml
TizenAPI-Bot [Tue, 18 May 2021 06:58:59 +0000 (15:58 +0900)]
Update nightly-release.yml

3 years ago[Build] Update workflow for release process (#3056)
WonYoung Choi [Tue, 18 May 2021 06:50:59 +0000 (15:50 +0900)]
[Build] Update workflow for release process (#3056)

3 years agoCreate nightly-release.yml
TizenAPI-Bot [Tue, 18 May 2021 05:47:11 +0000 (14:47 +0900)]
Create nightly-release.yml

3 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

3 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

3 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)

3 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.

3 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).

3 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

3 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

3 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)

3 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

3 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)

3 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)

3 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

3 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

3 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.