platform/core/csapi/tizenfx.git
2 years agoRelease 9.0.0.16382 accepted/tizen/unified/20210615.120304 submit/tizen/20210614.101611
TizenAPI-Bot [Mon, 14 Jun 2021 10:16:11 +0000 (10:16 +0000)]
Release 9.0.0.16382

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 14 Jun 2021 10:16:11 +0000 (10:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Update theme system
Jiyun Yang [Tue, 25 May 2021 13:39:08 +0000 (22:39 +0900)]
[NUI] Update theme system

* Add platform theme: the theme from tizen-theme-manager using xaml.
* Separate base theme from the user theme: the base theme is not used when update view according to theme change.
* Add new NUIApplication constructor with theme option.
* Compact theme data in View.
* Remove unused dark themes.
* Remove unused xaml theme files.

2 years ago[NUI] Remove unused property of Transition
Seungho Baek [Fri, 4 Jun 2021 08:00:49 +0000 (17:00 +0900)]
[NUI] Remove unused property of Transition

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years ago[NUI] Add public theme TCs
zhouleonlei [Thu, 10 Jun 2021 06:24:50 +0000 (14:24 +0800)]
[NUI] Add public theme TCs

2 years ago[NUI] Add Transition(internal & public) TCs.
guowei.wang [Thu, 10 Jun 2021 03:14:02 +0000 (11:14 +0800)]
[NUI] Add Transition(internal & public) TCs.

2 years agoAdd ViewProperty and EXaml(public) TCs.
guowei.wang [Wed, 9 Jun 2021 06:04:57 +0000 (14:04 +0800)]
Add ViewProperty and EXaml(public) TCs.

2 years ago[NUI] Fix typo error (filename & arguments)
Eunki, Hong [Thu, 10 Jun 2021 23:58:22 +0000 (08:58 +0900)]
[NUI] Fix typo error (filename & arguments)

Rename un-natural file's filename
(interop.~~, Inerop.~~, Interop~~)
+
Sync missing API (ViewVisibilityChangedSignal_Emit) whitch never been used.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI][AT-SPI] Add AccessibilityInterface.Selection (#3110)
Artur Świgoń [Wed, 9 Jun 2021 10:59:56 +0000 (12:59 +0200)]
[NUI][AT-SPI] Add AccessibilityInterface.Selection (#3110)

Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
2 years ago[NUI] fix initialize layouter on empty count source insertion (#3172)
SangHyeon Jade Lee [Wed, 9 Jun 2021 10:51:34 +0000 (19:51 +0900)]
[NUI] fix initialize layouter on empty count source insertion (#3172)

2 years ago[NUI][AT-SPI] Bindings for ScrollToChild
Artur Świgoń [Tue, 18 May 2021 15:48:34 +0000 (17:48 +0200)]
[NUI][AT-SPI] Bindings for ScrollToChild

2 years ago[NUI] Fix RelativeLayout's descendant size and position calculations
Jaehyun Cho [Mon, 7 Jun 2021 13:02:25 +0000 (22:02 +0900)]
[NUI] Fix RelativeLayout's descendant size and position calculations

Previously, 2 descendant sizes and positions calculation problems
exitsted on RelativeLayout as follows.

1. MatchParent grand children's sizes and positions were not calculated.
 - RelativeLayout set its children's sizes and positions but it did not
   set its children's MeasuredWidth/Height.
 - If children's MeasuredWidth/Height are not set, then the MatchParent
   grand children's sizes and positions are not calculated.

2. MatchParent children's sizes fill to the RelativeLayout by default.
 - MatchParent children's sizes should not fill to the RelativeLayout by
   default because children's sizes and positions should be calculated
   by RelativeLayout's APIs.

Now, the above problems have been fixed as follows.

1. RelativeLayout sets its children's MeasuredWidth/Height, so its
   MatchParent grand children's sizes and positions are calculated
   correctly.

2. MatchParent children's sizes are calculated by RelativeLayout's APIs.

2 years agoRelease 9.0.0.16372 submit/tizen/20210611.022836
TizenAPI-Bot [Fri, 11 Jun 2021 02:28:36 +0000 (02:28 +0000)]
Release 9.0.0.16372

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 11 Jun 2021 02:28:36 +0000 (02:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years agoUpdate deploy-packages.yml
WonYoung Choi [Fri, 11 Jun 2021 02:26:00 +0000 (11:26 +0900)]
Update deploy-packages.yml

2 years agoRelease 9.0.0.16371 submit/tizen/20210610.151855
TizenAPI-Bot [Thu, 10 Jun 2021 15:18:55 +0000 (15:18 +0000)]
Release 9.0.0.16371

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 10 Jun 2021 15:18:55 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years agoAdd Internal Notification Response Event handler (#3179)
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>
2 years agoRelease 9.0.0.16370 accepted/tizen/unified/20210609.140352 submit/tizen/20210609.063802
TizenAPI-Bot [Wed, 9 Jun 2021 06:38:02 +0000 (06:38 +0000)]
Release 9.0.0.16370

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 9 Jun 2021 06:38:02 +0000 (06:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Fix implicit dispose exception defect
Dongsug Song [Wed, 9 Jun 2021 02:07:45 +0000 (11:07 +0900)]
[NUI] Fix implicit dispose exception defect

2 years ago[NUI] Support factory method in EXaml
Fang Xiaohui [Fri, 4 Jun 2021 08:16:21 +0000 (16:16 +0800)]
[NUI] Support factory method in EXaml

2 years agoRelease 9.0.0.16368 submit/tizen/20210608.053839
TizenAPI-Bot [Tue, 8 Jun 2021 05:38:39 +0000 (05:38 +0000)]
Release 9.0.0.16368

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 8 Jun 2021 05:38:39 +0000 (05:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Version update (nui22029) (#3165)
Taehyub Kim [Tue, 8 Jun 2021 02:31:50 +0000 (11:31 +0900)]
[NUI] Version update (nui22029) (#3165)

2 years agoRevert "make IsGrouped setter internal as only the GroupHeaderTemplate can enable it"
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.

2 years ago[NUI] Add Template(public) TCs.
guowei.wang [Fri, 4 Jun 2021 10:13:14 +0000 (18:13 +0800)]
[NUI] Add Template(public) TCs.

2 years ago[NUI] Add TCs of public input
zhouleonlei [Thu, 3 Jun 2021 11:19:08 +0000 (19:19 +0800)]
[NUI] Add TCs of public input

2 years ago[NUI] Add Utility(public) TCs.
guowei.wang [Thu, 3 Jun 2021 11:08:02 +0000 (19:08 +0800)]
[NUI] Add Utility(public) TCs.

2 years agomake IsGrouped setter internal as only the GroupHeaderTemplate can enable it
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

2 years ago[NUI] Fix button CellPadding policy and default CornerRadius
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>
2 years ago[NUI] Add NeedGesturePropagation (#3130)
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.

2 years ago[NUI] Make BindableProperty of ItemsSource (#3160)
SangHyeon Jade Lee [Fri, 4 Jun 2021 10:31:22 +0000 (19:31 +0900)]
[NUI] Make BindableProperty of ItemsSource (#3160)

2 years ago[NUI] Add Page's Appeared and Disappeared events
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.

2 years ago[NUI] fix layouter null exception while clearing it (#3156)
SangHyeon Jade Lee [Fri, 4 Jun 2021 06:04:54 +0000 (15:04 +0900)]
[NUI] fix layouter null exception while clearing it (#3156)

2 years ago[NUI] Provide method so that user can register properties to group, then they can...
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

2 years ago[NUI] Set AlertDialog's LinearLayout center aligned
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.

2 years ago[NUI] Fix to require Layout to fit to children or fill to parent
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.

2 years ago[NUI] Theme constructor throws XamlParseException
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>
2 years ago[NUI] Fix Picker value changed not invoked when align animation ended
Woochanlee [Wed, 2 Jun 2021 11:16:52 +0000 (20:16 +0900)]
[NUI] Fix Picker value changed not invoked when align animation ended

2 years ago[NUI] fix CollectionView scroll block issue. (#3141)
SangHyeon Jade Lee [Wed, 2 Jun 2021 08:21:32 +0000 (17:21 +0900)]
[NUI] fix CollectionView scroll block issue. (#3141)

2 years ago[NUI] Change the type of Consumed property for GestureInfo (#3121)
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>
2 years ago[NUI] Fix Navigator's animation and Page's visible state
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.

2 years ago[NUI][AT-SPI] Add SetTextContents, InsertText and DeleteText (#2981)
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

2 years agoRelease 9.0.0.16348 submit/tizen/20210607.154111
TizenAPI-Bot [Mon, 7 Jun 2021 15:41:11 +0000 (15:41 +0000)]
Release 9.0.0.16348

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 7 Jun 2021 15:41:11 +0000 (15:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Hide CDM interface from user (#3146)
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

2 years agoRelease 9.0.0.16347 submit/tizen/20210602.155824
TizenAPI-Bot [Wed, 2 Jun 2021 15:58:24 +0000 (15:58 +0000)]
Release 9.0.0.16347

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 2 Jun 2021 15:58:24 +0000 (15:58 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Add ctor for network camera (#3140)
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

2 years ago[Camera] Add CameraDeviceManager (#3137)
Haesu Gwon [Wed, 2 Jun 2021 03:06:41 +0000 (12:06 +0900)]
[Camera] Add CameraDeviceManager (#3137)

* [Camera] Add CameraDeviceManager

2 years agoRelease 9.0.0.16345 accepted/tizen/unified/20210602.122528 submit/tizen/20210601.080645
TizenAPI-Bot [Tue, 1 Jun 2021 08:06:45 +0000 (08:06 +0000)]
Release 9.0.0.16345

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 1 Jun 2021 08:06:45 +0000 (08:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Version update (nui22028)
Shinwoo Kim [Tue, 1 Jun 2021 07:32:37 +0000 (16:32 +0900)]
[NUI] Version update (nui22028)

2 years ago[NUI][Xaml] Fix issue that BindingContext can't be used in C# code
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

2 years ago[NUI] Add InputMethodSettings property to TextEditor
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>
2 years ago[NUI] Fix ABI break for API8 NUI image
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.

2 years ago[NUI] Fix Jira 2295
Fang Xiaohui [Mon, 31 May 2021 11:14:55 +0000 (19:14 +0800)]
[NUI] Fix Jira 2295

2 years ago[NUI][AT-SPI] Remove AccessibilityAnimated
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.

2 years ago[NUI] Fix Scrolling position issue by animation
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>
2 years ago[NUI] Set Notification Window transparent (#3125)
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>
2 years ago[NUI] Add TCs for Public Events
zhouleonlei [Fri, 28 May 2021 08:54:44 +0000 (16:54 +0800)]
[NUI] Add TCs for Public Events

2 years ago[NUI] Fix ScrollableBase animation issue
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>
2 years ago[NUI] Add GetCapturedBuffer api for Capture
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>
2 years ago[NUI] Fix ScrollableBase Remove issue
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>
2 years ago[NUI] Cancel pressed state properly on touch events (#3120)
SangHyeon Jade Lee [Fri, 28 May 2021 11:14:45 +0000 (20:14 +0900)]
[NUI] Cancel pressed state properly on touch events (#3120)

2 years ago[NUI] fix contentcontainer size initalize (#3118)
SangHyeon Jade Lee [Fri, 28 May 2021 08:36:22 +0000 (17:36 +0900)]
[NUI] fix contentcontainer size initalize (#3118)

2 years ago[NUI] updating InternalItemsSource when header/footer is updated (#3117)
SangHyeon Jade Lee [Fri, 28 May 2021 07:34:50 +0000 (16:34 +0900)]
[NUI] updating InternalItemsSource when header/footer is updated (#3117)

2 years ago[NUI] Add FindLayerByID(), FindChildByID()
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.

2 years ago[NUI] Add TCs for Event
zhouleonlei [Thu, 27 May 2021 11:01:13 +0000 (19:01 +0800)]
[NUI] Add TCs for Event

2 years ago[NUI] Disable desired size when image loading fail
Sunghyun Kim [Thu, 27 May 2021 03:59:31 +0000 (12:59 +0900)]
[NUI] Disable desired size when image loading fail

2 years ago[NUI] Add Images(public) TCs.
guowei.wang [Thu, 27 May 2021 09:09:31 +0000 (17:09 +0800)]
[NUI] Add Images(public) TCs.

2 years ago[NUI] Update ViewAccessibility enumerations (#3048)
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>
2 years agoRelease 9.0.0.16325 submit/tizen/20210531.153521
TizenAPI-Bot [Mon, 31 May 2021 15:35:21 +0000 (15:35 +0000)]
Release 9.0.0.16325

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 31 May 2021 15:35:21 +0000 (15:35 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Add new internal API - extra preview event (#3011)
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

2 years agoRelease 9.0.0.16324 submit/tizen/20210528.152625
TizenAPI-Bot [Fri, 28 May 2021 15:26:25 +0000 (15:26 +0000)]
Release 9.0.0.16324

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 28 May 2021 15:26:25 +0000 (15:26 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] fix layouter and cache clearing when property changed (#3106)
SangHyeon Jade Lee [Fri, 28 May 2021 06:47:18 +0000 (15:47 +0900)]
[NUI] fix layouter and cache clearing when property changed (#3106)

2 years ago[NUI] Apply ContentPage Color
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.

2 years agoRevert "[NUI] Apply Page color"
Jaehyun Cho [Fri, 28 May 2021 02:45:16 +0000 (11:45 +0900)]
Revert "[NUI] Apply Page color"

This reverts commit 565c531f61682074bd90725599d05ad70aed4ac1.

2 years ago[NUI] Fix to set Actions center aligned in AlertDialog
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.

2 years ago[NUI] Fix ScrollableBase Remove issue
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>
2 years agoRelease 9.0.0.16319 submit/tizen/20210527.152947
TizenAPI-Bot [Thu, 27 May 2021 15:29:47 +0000 (15:29 +0000)]
Release 9.0.0.16319

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 27 May 2021 15:29:47 +0000 (15:29 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years agoUpdate README.md
WonYoung Choi [Thu, 27 May 2021 12:09:27 +0000 (21:09 +0900)]
Update README.md

2 years ago[NUI] Apply Page color
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.

2 years ago[NUI] fix CollecitonView item sizing on MeasureFirst (#3098)
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.

2 years agoRelease 9.0.0.16316 submit/tizen/20210527.024643
TizenAPI-Bot [Thu, 27 May 2021 02:46:43 +0000 (02:46 +0000)]
Release 9.0.0.16316

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 27 May 2021 02:46:42 +0000 (02:46 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI][ATSPI] Accessibility support for TabView components
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.

2 years ago[NUI][ATSPI] Not highlightable for AlertDialog
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.

2 years ago[NUI][ATSPI] Accessibility support for AppBar
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().

2 years ago[NUI] Change interruptView to InterceptTouchEvent
Joogab Yun [Wed, 26 May 2021 04:56:28 +0000 (13:56 +0900)]
[NUI] Change interruptView to InterceptTouchEvent

2 years ago[NUI] Deprecate ResizePolicyType
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.

2 years ago[NUI] Fix crash when background color of webview is set. (#3078)
huayongxu [Wed, 26 May 2021 09:36:51 +0000 (17:36 +0800)]
[NUI] Fix crash when background color of webview is set. (#3078)

2 years ago[NUI][ATSPI] Default accessibility support for Picker components
Woochanlee [Wed, 26 May 2021 05:39:51 +0000 (14:39 +0900)]
[NUI][ATSPI] Default accessibility support for Picker components

2 years agoRelease 9.0.0.16309 submit/tizen/20210526.152336
TizenAPI-Bot [Wed, 26 May 2021 15:23:36 +0000 (15:23 +0000)]
Release 9.0.0.16309

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 26 May 2021 15:23:36 +0000 (15:23 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[MediaTool] Add new video mime types (#2978)
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