platform/core/csapi/tizenfx.git
3 years agoRelease 9.0.0.16179 submit/tizen/20210420.162238
admin [Tue, 20 Apr 2021 07:22:38 +0000 (07:22 +0000)]
Release 9.0.0.16179

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 20 Apr 2021 07:22:38 +0000 (07:22 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] sync DevelNUI and master
Joogab Yun [Tue, 20 Apr 2021 06:49:58 +0000 (15:49 +0900)]
[NUI] sync DevelNUI and master

3 years ago[NUI] Update NUI Slider default and dark themes (#2925)
Seoyeon2Kim [Tue, 20 Apr 2021 05:46:29 +0000 (14:46 +0900)]
[NUI] Update NUI Slider default and dark themes (#2925)

- Update default theme and dark theme of Slider component.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Fix ImageView Dispose crash (#2933)
Jiyun Yang [Tue, 20 Apr 2021 06:20:03 +0000 (15:20 +0900)]
[NUI] Fix ImageView Dispose crash (#2933)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] match DevelNUI
huiyu.eun [Tue, 20 Apr 2021 06:09:33 +0000 (15:09 +0900)]
[NUI] match DevelNUI

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Version update (nui22022) (#2929)
JoogabYun [Tue, 20 Apr 2021 02:33:48 +0000 (11:33 +0900)]
[NUI] Version update (nui22022) (#2929)

3 years ago[NUI] VectorGraphics: Fix directory name typo
JunsuChoi [Mon, 19 Apr 2021 07:40:27 +0000 (16:40 +0900)]
[NUI] VectorGraphics: Fix directory name typo

VectorGraphcis -> VectorGraphics

3 years ago[NUI][ATSPI] Accessibility added to Loading component (#2823)
a-bartak [Mon, 19 Apr 2021 07:36:51 +0000 (09:36 +0200)]
[NUI][ATSPI] Accessibility added to Loading component (#2823)

- Highlightable added to Loading

3 years ago[NUI] Add Common(Public) TCs
guowei.wang [Thu, 15 Apr 2021 10:59:21 +0000 (18:59 +0800)]
[NUI] Add Common(Public) TCs

3 years ago[NUI] Add webview settings apis
zhouleonlei [Tue, 13 Apr 2021 12:46:04 +0000 (20:46 +0800)]
[NUI] Add webview settings apis

3 years ago[NUI] Add APIs of webview back forward list
zhouleonlei [Tue, 13 Apr 2021 06:47:41 +0000 (14:47 +0800)]
[NUI] Add APIs of webview back forward list

3 years agochange GetXXX to XXX
huayong.xu [Tue, 13 Apr 2021 09:10:30 +0000 (17:10 +0800)]
change GetXXX to XXX

3 years ago[NUI] Implement new window policy decision APIs of webview.
huayong.xu [Tue, 13 Apr 2021 05:10:27 +0000 (13:10 +0800)]
[NUI] Implement new window policy decision APIs of webview.

This patch is to implement WebView APIs for new window policy
decision.

3 years ago[NUI][AT-SPI] Simplify ReadingInfoTypes
Bartlomiej Grzelewski [Tue, 30 Mar 2021 11:51:23 +0000 (13:51 +0200)]
[NUI][AT-SPI] Simplify ReadingInfoTypes

Replace ReadingInfoTypes with AccessibiltyReadingInfoType flag.

3 years ago[NUI] Make Selector implements IEnumerable instead ICollection
Jiyun Yang [Fri, 9 Apr 2021 08:24:18 +0000 (17:24 +0900)]
[NUI] Make Selector implements IEnumerable instead ICollection

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Enhance button relayout and change styles
Jiyun Yang [Tue, 6 Apr 2021 12:31:31 +0000 (21:31 +0900)]
[NUI] Enhance button relayout and change styles

* Enhance button relayout logic
* Change default item alignments
* Change resource to png from svg

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Make bindable properties in Style and View have same property name. (#2850)
Jiyun Yang [Fri, 16 Apr 2021 08:17:07 +0000 (17:17 +0900)]
[NUI] Make bindable properties in Style and View have same property name. (#2850)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[EXaml] Add Copy Right
Fang Xiaohui [Fri, 16 Apr 2021 06:00:16 +0000 (14:00 +0800)]
[EXaml] Add Copy Right

3 years ago[EXaml] Add code for load EXaml
Fang Xiaohui [Fri, 16 Apr 2021 05:38:03 +0000 (13:38 +0800)]
[EXaml] Add code for load EXaml

3 years ago[NUI] Add Menu, MenuItem, MenuItemGroup classes
Jaehyun Cho [Mon, 12 Apr 2021 12:56:36 +0000 (21:56 +0900)]
[NUI] Add Menu, MenuItem, MenuItemGroup classes

To support menu displayed at the given anchor position, Menu, MenuItem,
MenuItemGroup classes are added.

Menu adds MenuItems and also adds MenuItems to MenuItemGroup to select
only one item at a time.

Menu is displayed at the AnchorPosition if it is enough space to display
Menu at the AnchorPosition.
Otherwise, Menu is displayed near AnchorPosition to display Menu.

To support Menu easily, static method ShowMenu() is added to DialogPage.

3 years ago[NUI] Make some of Progress and Slider public methods (#2872)
Seoyeon2Kim [Fri, 16 Apr 2021 02:05:38 +0000 (11:05 +0900)]
[NUI] Make some of Progress and Slider public methods (#2872)

Public open API list
- Progress : IndeterminateImageUrl
- ProgressStyle : IndeterminateImageUrl
- Slider : ThumbImageUrl, IsValueShown, ValueIndicatorText,
           ValueIndicatorSize, ValueIndicatorUrl, IsDiscrete, DiscreteValue
- SliderStyle : ValueIndicatorText, ValueIndicatorImage

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Add dark theme for Text components (#2908)
Bowon Ryu [Thu, 15 Apr 2021 02:50:23 +0000 (11:50 +0900)]
[NUI] Add dark theme for Text components (#2908)

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years ago[NUI] Fix license year information for TabView classes
Jaehyun Cho [Wed, 14 Apr 2021 13:35:18 +0000 (22:35 +0900)]
[NUI] Fix license year information for TabView classes

3 years ago[NUI] Implement some new APIs of webcontext.
huayong.xu [Wed, 14 Apr 2021 03:38:46 +0000 (11:38 +0800)]
[NUI] Implement some new APIs of webcontext.

This patch is to implement some new APIs of webcontext, such as
GetWebStorageOrigins, GetFormPasswordList, etc.

3 years ago[NUI] Set EnableDismissOnScrim true by default
huiyu.eun [Tue, 20 Apr 2021 06:05:19 +0000 (15:05 +0900)]
[NUI] Set EnableDismissOnScrim true by default

To pop DialogPage when DialogPage's Scrim is touched by default,
EnableDismissOnScrim is set to be true by default.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Use AbsoluteLayout for ContentPage
huiyu.eun [Tue, 20 Apr 2021 06:03:28 +0000 (15:03 +0900)]
[NUI] Use AbsoluteLayout for ContentPage

Since ContentPage is full screen page, user may add their view on the
ContentPage to show their view with the view's own size and position.
e.g. contentPage.Add(view);

To support above usage, Page should use AbsoluteLayout instead of
LinearLayout.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRevert "Revert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX""
huiyu.eun [Tue, 20 Apr 2021 06:01:52 +0000 (15:01 +0900)]
Revert "Revert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX""

This reverts commit 18a2050cf2890d02668449571e5950ef3c3faf42.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Remove deprecation error message and append [Obsolete()] attribute to the corre...
dongsug.song [Tue, 13 Apr 2021 10:11:34 +0000 (19:11 +0900)]
[NUI] Remove deprecation error message and append [Obsolete()] attribute to the corresponding setter

3 years ago[NUI] Fix build error when using VS solution (sln)
dongsug.song [Tue, 13 Apr 2021 09:17:04 +0000 (18:17 +0900)]
[NUI] Fix build error when using VS solution (sln)

3 years ago[NUI] VectorGraphics: Change api name Reset to ResetPath
JunsuChoi [Wed, 14 Apr 2021 05:49:01 +0000 (14:49 +0900)]
[NUI] VectorGraphics: Change api name Reset to ResetPath

3 years ago[NUI] Tizen.NUI.Samples.CanvasView: Enhance CanvasView sample
JunsuChoi [Wed, 14 Apr 2021 02:10:00 +0000 (11:10 +0900)]
[NUI] Tizen.NUI.Samples.CanvasView: Enhance CanvasView sample

Implement shape animations using reset api

3 years ago[NUI] VectorGraphics: Add Shape.Reset api
JunsuChoi [Wed, 14 Apr 2021 02:09:01 +0000 (11:09 +0900)]
[NUI] VectorGraphics: Add Shape.Reset api

There was no way to modify or remote previously added path information.
The user can update the shape by deleting the path information
and adding a new path information by using Reset() API.

3 years ago[NUI] Add dark theme temporarily (#2905)
Jiyun Yang [Wed, 14 Apr 2021 07:22:10 +0000 (16:22 +0900)]
[NUI] Add dark theme temporarily (#2905)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoraname documentbackgroundcolor to contentbackgroundcolor
huayong.xu [Mon, 12 Apr 2021 03:01:15 +0000 (11:01 +0800)]
raname documentbackgroundcolor to contentbackgroundcolor

3 years agoraname backgroundcolor to documentbackgroundcolor
huayong.xu [Mon, 12 Apr 2021 02:51:44 +0000 (10:51 +0800)]
raname backgroundcolor to documentbackgroundcolor

3 years agoset properties by BindableProperty.
huayong.xu [Fri, 9 Apr 2021 08:25:29 +0000 (16:25 +0800)]
set properties by BindableProperty.

3 years ago[NUI] Implement some new APIs of web view.
huayong.xu [Fri, 9 Apr 2021 06:49:33 +0000 (14:49 +0800)]
[NUI] Implement some new APIs of web view.

This patch is to add some new APIs such as PageZoomFactor,
GetScreenshotAsynchronously, etc

3 years agoRevert "[NUI] Add ContentPage class"
huiyu.eun [Tue, 20 Apr 2021 06:01:15 +0000 (15:01 +0900)]
Revert "[NUI] Add ContentPage class"

This reverts commit 7fb3c5f251674a7c7d14fde04ecbf4c78220207c.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRevert "[NUI] Dialog and AlertDialog code refactoring with adding DialogPage"
huiyu.eun [Tue, 20 Apr 2021 05:58:58 +0000 (14:58 +0900)]
Revert "[NUI] Dialog and AlertDialog code refactoring with adding DialogPage"

This reverts commit c43d2e4ec6e6a99a2a893f6950e8df69b382c519.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRevert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX"
Jaehyun Cho [Wed, 14 Apr 2021 05:18:11 +0000 (14:18 +0900)]
Revert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX"

This reverts commit 5b3358237963183eb17db57b7440cc424b994846.

3 years ago[NUI] Keep the previously set FittingMode value
Sunghyun Kim [Tue, 6 Apr 2021 07:41:56 +0000 (16:41 +0900)]
[NUI] Keep the previously set FittingMode value

FittingMode should be applied even if Url is set later.
so ImageView need to keep the previsouly set fittingMode value.

3 years ago[NUI] Optimizing item positioning on MeasureFirst (#2895)
SangHyeon Jade Lee [Tue, 13 Apr 2021 10:59:31 +0000 (19:59 +0900)]
[NUI] Optimizing item positioning on MeasureFirst (#2895)

* [NUI] Optimizing item positioning on MeasureFirst

using List<T> Data Structure is redundant in MeasureFirst case,
and it makes worse sometimes for searching indexed item's position.
In MeasureFirst, every item has same size,
thus we can calculate it's position in linear or grouped cases.

3 years ago[NUI] Apply Padding and Margin on CollectionView and Layouter with styles (#2883)
SangHyeon Jade Lee [Tue, 13 Apr 2021 10:23:53 +0000 (19:23 +0900)]
[NUI] Apply Padding and Margin on CollectionView and Layouter with styles (#2883)

now you can define the padding in layouter independently,
and each item's padding and margin will be respected.

3 years ago[NUI] Add Animation(Internal) TCs
guowei.wang [Tue, 13 Apr 2021 03:28:49 +0000 (11:28 +0800)]
[NUI] Add Animation(Internal) TCs

3 years ago[NUI] Add AlertDialogStyle class with the latest AlertDialog UX
Jaehyun Cho [Thu, 8 Apr 2021 16:21:07 +0000 (01:21 +0900)]
[NUI] Add AlertDialogStyle class with the latest AlertDialog UX

To apply the latest AlertDialog UX, AlertDialogStyle class is added.

3 years ago[NUI] Enable TextLabel's BindableProperties to be affected by Layout change
dongsug.song [Fri, 9 Apr 2021 11:51:51 +0000 (20:51 +0900)]
[NUI] Enable TextLabel's BindableProperties to be affected by Layout change

3 years ago[NUI] AppBar code refactoring (#2861)
Jaehyun Cho [Mon, 12 Apr 2021 02:45:35 +0000 (11:45 +0900)]
[NUI] AppBar code refactoring (#2861)

To enhance usability, some APIs are added and removed as follows.

Title and Actions are added to set these properties with constructor.

SetTitle(), AddActions() and RemoveActions() are removed because the
above Title and Actions cover theses methods.

Comment's indentation is also fixed.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] Picker fix scroll position moves to an incorrect place after animation
Woochanlee [Wed, 7 Apr 2021 07:56:39 +0000 (16:56 +0900)]
[NUI] Picker fix scroll position moves to an incorrect place after animation

3 years ago[NUI] Fix type comparison method in PropertyHelper
Jiyun Yang [Thu, 8 Apr 2021 10:56:23 +0000 (19:56 +0900)]
[NUI] Fix type comparison method in PropertyHelper

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI][AT-SPI] Event emission added for button
Bartlomiej Grzelewski [Tue, 23 Mar 2021 16:32:53 +0000 (17:32 +0100)]
[NUI][AT-SPI] Event emission added for button

State changed ATSPI event emision added for highlight
Button. This will allow to read "Toggle button, On" and
"Toggle button, Off" by screen-reader.

3 years ago[NUI] Add Devel(internal) TCs
Dongsug Song [Tue, 6 Apr 2021 09:32:37 +0000 (18:32 +0900)]
[NUI] Add Devel(internal) TCs

3 years ago[NUI] Update reviews for IndeterminateImageUrl
Seoyeon Kim [Fri, 9 Apr 2021 01:43:04 +0000 (10:43 +0900)]
[NUI] Update reviews for IndeterminateImageUrl

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Update Progress style
Seoyeon Kim [Wed, 7 Apr 2021 11:05:20 +0000 (20:05 +0900)]
[NUI] Update Progress style

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Fix default value of VisualMap.Origin
Jiyun Yang [Tue, 6 Apr 2021 09:41:41 +0000 (18:41 +0900)]
[NUI] Fix default value of VisualMap.Origin

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Implement APIs for form repost decision & frame rendered. (#2843)
huayongxu [Thu, 8 Apr 2021 12:59:00 +0000 (20:59 +0800)]
[NUI] Implement APIs for form repost decision & frame rendered. (#2843)

* [NUI] Implement APIs for form repost decision & frame rendered.

This patch is to implement APIs for form repost decision and frame
rendered off-screen.
And properties for enabling/disabling mouse or key events are
added.

* rename RepostDecision to RepostPolicyDecided

* rename WebFormRepostDecision to WebFormRepostPolicyDecisionMaker

* delate empty WebViewFrameRenderedEventArgs.

* remove some unused functions.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI]public the converter for Xaml (#2837)
AdunFang [Thu, 8 Apr 2021 12:50:53 +0000 (20:50 +0800)]
[NUI]public the converter for Xaml (#2837)

* [NUI]public the converter for Xaml

* [NUI]public Vector3 converter

* [NUI] remove unneccessary modification

* [NUI] Fix build warning of Xaml

* [NUI] Fix build warning of Xaml

* [NUI] Remove unused code

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoApply to use RenderTaskList (#2849)
Eunki Hong [Thu, 8 Apr 2021 11:56:34 +0000 (20:56 +0900)]
Apply to use RenderTaskList (#2849)

hidden API for RenderTaskList

Signed-off-by: pichulia <eunkiki.hong@samsung.com>
Co-authored-by: pichulia <eunkiki.hong@samsung.com>
3 years ago[NUI][AT-SPI] Improve StringToVoid implementation (#2839)
Bartłomiej Grzelewski [Thu, 8 Apr 2021 10:00:32 +0000 (12:00 +0200)]
[NUI][AT-SPI] Improve StringToVoid implementation (#2839)

* Add SetResult function.
* Rename function ConvertParam1 to GetResult.
* Remove Emit function. This should be used only by bridge.

3 years ago[NUI] Fix Process of LayoutController (#2841)
huiyueun [Thu, 8 Apr 2021 07:04:22 +0000 (16:04 +0900)]
[NUI] Fix Process of LayoutController (#2841)

Add to check if layout is needed before OnMeasure
It makes performance improve of layouting.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Palette Fix incorrectly caclulated color values
Woochanlee [Wed, 7 Apr 2021 10:54:19 +0000 (19:54 +0900)]
[NUI] Palette Fix incorrectly caclulated color values

3 years ago[NUI] Add null check in Process (#2859)
huiyueun [Thu, 8 Apr 2021 03:24:01 +0000 (12:24 +0900)]
[NUI] Add null check in Process (#2859)

add null check

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Support markup anchor to TextLabel, TextField, TextEditor (#2813)
Bowon Ryu [Wed, 7 Apr 2021 10:26:26 +0000 (19:26 +0900)]
[NUI] Support markup anchor to TextLabel, TextField, TextEditor (#2813)

* [NUI] Support markup anchor to TextLabel, TextField, TextEditor

User can set href on anchors using the anchor tag <a> in markup.
and also can register AnchorClicked callback in Text components.
the AnchorClicked signal is emitted when the anchor is clicked.

example:
label.Text = "<a href='https://www.tizen.org'>Tizen</a>";
label.EnableMarkup = true;
label.AnchorClicked += (sender, e) =>
{
  Tizen.Log.Info("NUI", e.Href + "\n");
};

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
[NUI] Remove unnecessary codes.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
* [NUI] Change the name of signal to AnchorClicked.

To prevent confusion with TouchSignal(),
the name of signal was changed to AnchorClicked.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years agoAdd Extension method to help use PropertyMap class
Seungkeun Lee [Wed, 7 Apr 2021 02:40:49 +0000 (11:40 +0900)]
Add Extension method to help use PropertyMap class

3 years ago[NUI] Fix Window.Instance null issue
huiyu.eun [Wed, 7 Apr 2021 01:38:18 +0000 (10:38 +0900)]
[NUI] Fix Window.Instance null issue

If call Window.Instance before initializing, Window.Instance is always null

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Fix not to block touch event by Scrollbar (#2845)
Jaehyun Cho [Tue, 6 Apr 2021 14:47:16 +0000 (23:47 +0900)]
[NUI] Fix not to block touch event by Scrollbar (#2845)

Now, Scrollbar blocks touch events to ScrollableBase's Contents.

Since Scrollbar does not support Handler mode now, Scrollbar's
EnableControlState is set to be false not to catch TouchEvent.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: SangHyeon Jade Lee <dltkdgus1764@gmail.com>
3 years ago[NUI] fix wrong condition on string null check
EverLEEst(SangHyeon Jade Lee) [Tue, 6 Apr 2021 09:12:37 +0000 (18:12 +0900)]
[NUI] fix wrong condition on string null check

3 years ago[NUI] update scollbar : fix build error.
EverLEEst(SangHyeon Jade Lee) [Mon, 29 Mar 2021 12:07:42 +0000 (21:07 +0900)]
[NUI] update scollbar : fix build error.

3 years ago[NUI] fix thumb resource string null check
EverLEEst(SangHyeon Jade Lee) [Mon, 29 Mar 2021 10:27:02 +0000 (19:27 +0900)]
[NUI] fix thumb resource string null check

3 years ago[NUI] fix scroll bar resources and add samples
EverLEEst(SangHyeon Jade Lee) [Mon, 29 Mar 2021 10:12:12 +0000 (19:12 +0900)]
[NUI] fix scroll bar resources and add samples

3 years ago[NUI] : Scrollbar thumb support image and update styles
SangHyeon Jade Lee [Tue, 23 Mar 2021 06:34:57 +0000 (15:34 +0900)]
[NUI] : Scrollbar thumb support image and update styles

Change thumb View to ImageView to support image and color properly.

Add new property for thumb images on Scrollbar and ScrollbarStyle.
- ThumbVerticalImageUrl
- ThumbHorizontalImageUrl

Add new image resource for thumb image.
- nui_component_default_scroll_vbar.#.png
- nui_component_default_scroll_hbar.#.png

Now color can be color of background for thumb when image is not
existed, or color of image if url is existed.

3 years ago[NUI] Fix button layout when resize policy is FillToParent and etc. (#2809)
huiyu.eun [Tue, 20 Apr 2021 05:46:42 +0000 (14:46 +0900)]
[NUI] Fix button layout when resize policy is FillToParent and etc. (#2809)

* Add ItemAlignment property to make it "center" for a Button and "begin" for others.
* Add ItemSpacing to set space between icon and text.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Add TextLabel, TextField, TextEditor style and theme. (#2838)
Bowon Ryu [Tue, 6 Apr 2021 04:13:31 +0000 (13:13 +0900)]
[NUI] Add TextLabel, TextField, TextEditor style and theme. (#2838)

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years ago[NUI] Fix argument issue when launch application on ubuntu (#2827)
huiyueun [Mon, 5 Apr 2021 23:04:43 +0000 (08:04 +0900)]
[NUI] Fix argument issue when launch application on ubuntu (#2827)

args[0] value is this.
 ->Tizen.NUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=eba370b203a2e242

So can't set using argument value.
 ex) dotnet run --width 100 --height --100

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Introduce NUI DatePicker
huiyu.eun [Tue, 20 Apr 2021 05:38:17 +0000 (14:38 +0900)]
[NUI] Introduce NUI DatePicker

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Picker style update
Woochanlee [Thu, 1 Apr 2021 04:06:46 +0000 (13:06 +0900)]
[NUI] Picker style update

3 years ago[NUI] Introduce NUI TimePicker
Woochanlee [Wed, 31 Mar 2021 12:11:00 +0000 (21:11 +0900)]
[NUI] Introduce NUI TimePicker

3 years ago[NUI][AT-SPI] Add Accessibility.StopReading() (#2814)
Artur Świgoń [Fri, 2 Apr 2021 10:34:09 +0000 (12:34 +0200)]
[NUI][AT-SPI] Add Accessibility.StopReading() (#2814)

Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
3 years ago[NUI] Add TextEditorStyle and theme example code (#2778)
Jiyun Yang [Fri, 2 Apr 2021 02:16:03 +0000 (11:16 +0900)]
[NUI] Add TextEditorStyle and theme example code (#2778)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI][AT-SPI] Highlight bindings (#2752)
Bartłomiej Grzelewski [Fri, 2 Apr 2021 01:42:00 +0000 (03:42 +0200)]
[NUI][AT-SPI] Highlight bindings (#2752)

Highlight bindings for accessibility.

Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
3 years agoRelease 9.0.0.16101 submit/tizen/20210420.005242
admin [Mon, 19 Apr 2021 15:52:42 +0000 (15:52 +0000)]
Release 9.0.0.16101

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

3 years ago[NUI] Fix gather assembly for xaml
Xianbing Teng [Mon, 12 Apr 2021 12:41:42 +0000 (20:41 +0800)]
[NUI] Fix gather assembly for xaml

3 years agoRelease 9.0.0.16100 accepted/tizen/unified/20210416.143545 submit/tizen/20210416.153505
admin [Fri, 16 Apr 2021 06:35:05 +0000 (06:35 +0000)]
Release 9.0.0.16100

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 16 Apr 2021 06:35:05 +0000 (06:35 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Peripheral] Fix Dispose pattern in Tizen.Peripheral (#2737)
xerrni [Thu, 15 Apr 2021 22:52:41 +0000 (00:52 +0200)]
[Peripheral] Fix Dispose pattern in Tizen.Peripheral (#2737)

* [Peripheral] Fix Dispose pattern in Tizen.Peripheral

Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
* [Peripheral] check if parameter is not null.

Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
3 years agoRelease 9.0.0.16099 submit/tizen/20210415.005247
admin [Wed, 14 Apr 2021 15:52:47 +0000 (15:52 +0000)]
Release 9.0.0.16099

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

3 years ago[NUI] Make build correctly
Jaehyun Cho [Wed, 14 Apr 2021 07:57:41 +0000 (16:57 +0900)]
[NUI] Make build correctly

3 years agoRevert "Revert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX""
Jaehyun Cho [Wed, 14 Apr 2021 07:57:24 +0000 (16:57 +0900)]
Revert "Revert "[NUI] Add AlertDialogStyle class with the latest AlertDialog UX""

This reverts commit 18a2050cf2890d02668449571e5950ef3c3faf42.

3 years agoRevert "Revert "[NUI] Dialog and AlertDialog code refactoring with adding DialogPage""
Jaehyun Cho [Wed, 14 Apr 2021 07:57:19 +0000 (16:57 +0900)]
Revert "Revert "[NUI] Dialog and AlertDialog code refactoring with adding DialogPage""

This reverts commit 357f3d0b82bd7a184f02abf6286ebcd1eaddbf6f.

3 years agoRevert "Revert "[NUI] Add ContentPage class""
Jaehyun Cho [Wed, 14 Apr 2021 07:56:12 +0000 (16:56 +0900)]
Revert "Revert "[NUI] Add ContentPage class""

This reverts commit 3a0f69a36aa1812040731237d4a9aeefd4c4a2a8.

3 years ago[NUI] View Transition with page switching
Seungho Baek [Tue, 2 Mar 2021 15:33:22 +0000 (00:33 +0900)]
[NUI] View Transition with page switching

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years ago[NUI] Change CornerRadius type to Vector4 from float (#2863)
Jiyun Yang [Thu, 8 Apr 2021 07:32:32 +0000 (16:32 +0900)]
[NUI] Change CornerRadius type to Vector4 from float (#2863)

Note that, only X value of Vector4 will be applied to the view until dali support it.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Make all property setters in Shadow class to internal (#2812)
Jiyun Yang [Tue, 6 Apr 2021 07:14:37 +0000 (16:14 +0900)]
[NUI] Make all property setters in Shadow class to internal (#2812)

Instead in xaml, shadow can be a simple string such as,
"10.0 | #FF0000FFF", which means 10 blurRadius and red color.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 9.0.0.16092 submit/tizen/20210414.005736
admin [Tue, 13 Apr 2021 15:57:36 +0000 (15:57 +0000)]
Release 9.0.0.16092

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

3 years ago[Bluetooth][Non-ACR] Fix BluetoothDevice data converting issue (#2887)
Wootak Jung [Tue, 13 Apr 2021 04:25:54 +0000 (13:25 +0900)]
[Bluetooth][Non-ACR] Fix BluetoothDevice data converting issue (#2887)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 9.0.0.16091 submit/tizen/20210413.005235
admin [Mon, 12 Apr 2021 15:52:35 +0000 (15:52 +0000)]
Release 9.0.0.16091

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