platform/core/csapi/tizenfx.git
3 years agoFix privilege (#1979)
chleun-moon [Fri, 4 Sep 2020 01:12:15 +0000 (10:12 +0900)]
Fix privilege (#1979)

3 years ago[NUI] Add OnSceneConnection and OnSceneDisconnection methods in NUI CustomView (...
Richard Huang [Thu, 3 Sep 2020 11:02:00 +0000 (12:02 +0100)]
[NUI] Add OnSceneConnection and OnSceneDisconnection methods in NUI CustomView (#1955)

Co-authored-by: Adeel Kazmi <adeel.kazmi@samsung.com>
3 years ago[NUI] Add KeyInputFocus property to View (#1969)
Seoyeon2Kim [Thu, 3 Sep 2020 06:40:28 +0000 (15:40 +0900)]
[NUI] Add KeyInputFocus property to View (#1969)

- KeyInputFocus is to receive key events to View.
- This property is originally public on DALi package,
 so to use it in NUI app, it should be supplied even as hidden API.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Add GLWindow (#1945)
dkdk-ryu [Thu, 3 Sep 2020 06:19:14 +0000 (15:19 +0900)]
[NUI] Add GLWindow (#1945)

GLWindow allows you to render scenes with OpenGL ES.

3 years ago[NUI] Fix Components.Switch Thumb animation defect (#1973)
dongsug-song [Wed, 2 Sep 2020 08:22:18 +0000 (17:22 +0900)]
[NUI] Fix Components.Switch Thumb animation defect (#1973)

- Fix https://code.sec.samsung.net/jira/browse/TDAF-1171
- When the switch thumb is animated, sometimes it's position is fixed so stucked in the middle of track
- Change EndAction of animation as StopFinal

3 years ago[Internal] Add Tizen.Inspections internal API (#1933)
kkuchciak [Wed, 2 Sep 2020 08:14:21 +0000 (10:14 +0200)]
[Internal] Add Tizen.Inspections internal API (#1933)

Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years agoRevert "[NUI] Add Selector constructor with SelectorChangedCallback internally (...
jaehyun0cho [Wed, 2 Sep 2020 06:42:20 +0000 (15:42 +0900)]
Revert "[NUI] Add Selector constructor with SelectorChangedCallback internally (#1862)" (#1972)

This reverts commit 8527701bf57a40fa56a96378b962bd1ca3f10d90.

Setters of Color class properties (i.e. R, G, B, A) are going to be
deprecated.

Like Color class does, setters of Selector State are going to be
deprecated instead of adding constructor with SelectorChangedCallback.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] Version update (#1971)
dongsug-song [Wed, 2 Sep 2020 03:15:41 +0000 (12:15 +0900)]
[NUI] Version update (#1971)

- DALi2-1.9.27 matched

3 years ago[NUI] Revert patch about StyleManager (#1970)
JoogabYun [Wed, 2 Sep 2020 02:43:59 +0000 (11:43 +0900)]
[NUI] Revert patch about StyleManager (#1970)

* Revert "[NUI] use auto-property initializer for StyleManager.ThemeMap (#1966)"

This reverts commit 6f647cecf8e11d232c6fc48af85a6662751f607d.

* Revert "[NUI] replace NUI.ISelectorItem with System.ICloneable (#1965)"

This reverts commit b0e274d1d3fca5387ca2554d2101f5a2247de227.

* Revert "[NUI] Refactoring Theme and StyleManager (#1910)"

This reverts commit ac1c95426e88d3dcbcb35e3ea11a4adf1678c748.

3 years ago[NUI] Updating PropertyBuffer interop (#1947)
DavidIanSteele [Wed, 2 Sep 2020 01:35:56 +0000 (02:35 +0100)]
[NUI] Updating PropertyBuffer interop (#1947)

Co-authored-by: JoogabYun <40262755+JoogabYun@users.noreply.github.com>
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
3 years ago[NUI] Update NUI after removing Window::ResizedSignal (#1949)
Richard Huang [Wed, 2 Sep 2020 01:28:32 +0000 (02:28 +0100)]
[NUI] Update NUI after removing Window::ResizedSignal (#1949)

Co-authored-by: JoogabYun <40262755+JoogabYun@users.noreply.github.com>
3 years agoFix wrong EntryPoint of SetPrivateSharing (#1968)
jusung-son [Tue, 1 Sep 2020 23:30:43 +0000 (08:30 +0900)]
Fix wrong EntryPoint of SetPrivateSharing (#1968)

Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
3 years ago[NUI] use auto-property initializer for StyleManager.ThemeMap (#1966)
YeongJong Lee [Tue, 1 Sep 2020 10:34:14 +0000 (19:34 +0900)]
[NUI] use auto-property initializer for StyleManager.ThemeMap (#1966)

Code cleanup

3 years ago[NUI] replace NUI.ISelectorItem with System.ICloneable (#1965)
YeongJong Lee [Tue, 1 Sep 2020 10:26:15 +0000 (19:26 +0900)]
[NUI] replace NUI.ISelectorItem with System.ICloneable (#1965)

`Tizen.NUI.ISelectorItem` and `System.ICloneable` are exactly same
interface.

3 years ago[NUI]Add WatchView (#1960)
tscholb [Tue, 1 Sep 2020 07:24:22 +0000 (16:24 +0900)]
[NUI]Add WatchView (#1960)

Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
Co-authored-by: hyunjushin <hyunjushin@samsung.com>
3 years ago[NUI] Refactoring Theme and StyleManager (#1910)
Jiyun Yang [Tue, 1 Sep 2020 02:32:37 +0000 (11:32 +0900)]
[NUI] Refactoring Theme and StyleManager (#1910)

* Introduce new Theme class that is similar to Dicrionary to support XAML load.
* Introduce ThemeManager to apply theme to the components.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoFix status badges of README (#1961)
WonYoung Choi [Sun, 30 Aug 2020 00:32:40 +0000 (09:32 +0900)]
Fix status badges of README (#1961)

3 years ago[Packagemanager] Fix releasing callback information (#1959)
jeremy-jang [Fri, 28 Aug 2020 06:19:48 +0000 (15:19 +0900)]
[Packagemanager] Fix releasing callback information (#1959)

When installing multiple packages, callback information should be
released when all completed event received.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years agoRevert "[NUI] Provide binding after WheelEvent class pimpling (#1927)" (#1956)
JoogabYun [Fri, 28 Aug 2020 02:17:24 +0000 (11:17 +0900)]
Revert "[NUI] Provide binding after WheelEvent class pimpling (#1927)" (#1956)

This reverts commit fb31cb7e5cd8d7ff50d74316227002d619940860.

Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
3 years agoRevert "[NUI] Provide binding after HoverEvent class pimpling (#1917)" (#1957)
JoogabYun [Fri, 28 Aug 2020 02:11:11 +0000 (11:11 +0900)]
Revert "[NUI] Provide binding after HoverEvent class pimpling (#1917)" (#1957)

This reverts commit 86de072d0845bb610130f14e9e5d593c4faaa46d.

3 years ago[NUI] simplify code of LottieXXXStyle by using 'is' operator (#1935)
YeongJong Lee [Thu, 27 Aug 2020 10:34:32 +0000 (19:34 +0900)]
[NUI] simplify code of LottieXXXStyle by using 'is' operator (#1935)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: woohyun <woo_hyun0705@naver.com>
3 years ago[NUI] change amount of Notificaion step (#1930)
neostom432 [Thu, 27 Aug 2020 08:14:40 +0000 (17:14 +0900)]
[NUI] change amount of Notificaion step (#1930)

Change default notification step value and add new property to modify
it.

Co-authored-by: neostom432 <neostom432@nate.com>
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
3 years ago[NUI] Add color constructor (#1929)
neostom432 [Thu, 27 Aug 2020 08:05:42 +0000 (17:05 +0900)]
[NUI] Add color constructor (#1929)

Add color constructor which is initialized by System.Drawing.Color.

When we test something, we always feel our Color class has not enough
color list.

In System.Drawing.Color, there is a ton of predefined colors.
So, added new constructor which can initialized by System.Drawing.Color.

Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
3 years ago[NUI] proper BindableProperty name for Componenets.Progress (#1936)
YeongJong Lee [Thu, 27 Aug 2020 07:01:13 +0000 (16:01 +0900)]
[NUI] proper BindableProperty name for Componenets.Progress (#1936)

Fixes CA1507

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] rename from styleSheet to styleName (#1937)
YeongJong Lee [Thu, 27 Aug 2020 06:55:48 +0000 (15:55 +0900)]
[NUI] rename from styleSheet to styleName (#1937)

Since `StyleSheet` is used in Dali with the JSON file format, this rename will
avoid name confusion.

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix View.BackgroundImage getter and View.ImageSyncronousLoading to support...
Jiyun Yang [Thu, 27 Aug 2020 05:52:32 +0000 (14:52 +0900)]
[NUI] Fix View.BackgroundImage getter and View.ImageSyncronousLoading to support all possible visuals. (#1857)

Previous code, it didn't work for other visuals except ImageVisual.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years ago[NUI] Provide binding after WheelEvent class pimpling (#1927)
Richard Huang [Wed, 26 Aug 2020 09:51:01 +0000 (10:51 +0100)]
[NUI] Provide binding after WheelEvent class pimpling (#1927)

Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
3 years ago[Build] Use cached api spec in check-api of Pull Request workflow (#1948)
WonYoung Choi [Wed, 26 Aug 2020 01:34:56 +0000 (10:34 +0900)]
[Build] Use cached api spec in check-api of Pull Request workflow (#1948)

3 years ago[Tizen.Applications.ThemeManager] add new apis for ThemeManager (#1913)
kilig [Wed, 26 Aug 2020 00:47:32 +0000 (09:47 +0900)]
[Tizen.Applications.ThemeManager] add new apis for ThemeManager (#1913)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
3 years ago[Camera] Fix document bug (#1944)
hsgwon [Tue, 25 Aug 2020 07:23:25 +0000 (16:23 +0900)]
[Camera] Fix document bug (#1944)

3 years ago[NUI] Version update (#1943)
dongsug-song [Tue, 25 Aug 2020 05:20:24 +0000 (14:20 +0900)]
[NUI] Version update (#1943)

3 years ago[NUI] Sync the director number with the csharp-binder (#1942)
JoogabYun [Tue, 25 Aug 2020 04:59:41 +0000 (13:59 +0900)]
[NUI] Sync the director number with the csharp-binder (#1942)

3 years ago[NUI] Add internal api to create Texture using TbmSurface (#1941)
huiyueun [Tue, 25 Aug 2020 04:31:31 +0000 (13:31 +0900)]
[NUI] Add internal api to create Texture using TbmSurface (#1941)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoChange privilege of route related APIs (#1888)
chleun-moon [Tue, 25 Aug 2020 03:42:47 +0000 (12:42 +0900)]
Change privilege of route related APIs (#1888)

Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
3 years ago[Build] Update workflows for pr build (#1938)
WonYoung Choi [Mon, 24 Aug 2020 09:12:03 +0000 (18:12 +0900)]
[Build] Update workflows for pr build (#1938)

3 years ago[Radio] Add missing descriptions (#1934)
hsgwon [Mon, 24 Aug 2020 03:50:32 +0000 (12:50 +0900)]
[Radio] Add missing descriptions (#1934)

3 years ago[NUI] Fix capture issue of to capture sub-scene. (#1931)
bshsqa [Mon, 24 Aug 2020 01:11:54 +0000 (10:11 +0900)]
[NUI] Fix capture issue of to capture sub-scene. (#1931)

Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Co-authored-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
3 years ago[NUI] Fix NUI Layout issue (#1928)
huiyueun [Fri, 21 Aug 2020 06:05:19 +0000 (15:05 +0900)]
[NUI] Fix NUI Layout issue (#1928)

The LayoutController is not created when created window at the PreLoad time,
because the Stage does not exist yet.
This operation causes a problem that the layout does not work.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1915)
chleun-moon [Fri, 21 Aug 2020 04:18:14 +0000 (13:18 +0900)]
[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1915)

* Init/deinit without ManagedThreadId

* Remove Post

* Remove ThreadLocal variable

3 years ago[MachineLearning.Inference] Add CustomFilter class and more functionality to Machine...
Sangjung Woo [Fri, 21 Aug 2020 01:57:07 +0000 (10:57 +0900)]
[MachineLearning.Inference] Add CustomFilter class and more functionality  to MachineLearning module. (#1903)

* [MachineLearning.Inference] Add new Enum value to support new HW and NNFW

* Add SNPE(Snapdgragon Neural Processing Engine) to NNFWType enum
* Add CPUSIMD to HWType enum

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
* [MachineLearning.Inference] Add CustomFilter class

This patch newly adds the CustomFilter class. It provides developers
with a custom callback interface in the NNStreamer pipeline. Using this
interface, developers can easily manipulate the tensors data.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
* [MachineLearning.Inference] Add the property getter/setter of the node in NNStreamer pipeline.

This patch newly add getter/setter methods to pipeline node classes. To
handle each node sophisticated, it provides developers with a control
method for each type.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
3 years ago[NUI] Provide binding after HoverEvent class pimpling (#1917)
Richard Huang [Thu, 20 Aug 2020 09:41:06 +0000 (10:41 +0100)]
[NUI] Provide binding after HoverEvent class pimpling (#1917)

3 years ago[NUI] restore TypeConverter support for Properties (#1918)
YeongJong Lee [Thu, 20 Aug 2020 07:06:07 +0000 (16:06 +0900)]
[NUI] restore TypeConverter support for Properties (#1918)

Since commit 97c4baea0ef21936602db814fd2a9177ddf6e673, TypeConverter of
Properties has not worked. this patch will fix this issue.

Test Code:
```cs
public class TestClass
{
    [TypeConverter(typeof(MyTypeConverter))]
    public int TestProperty { get; set; }

public class MyTypeConverter : TypeConverter, IExtendedTypeConverter
{
object IExtendedTypeConverter.ConvertFromInvariantString(string value, IServiceProvider serviceProvider)
{
...
...
return value;
}
...
}
}
```

3 years ago[NUI] Add ThumbColor property to Slider (#1878)
jaeunchoi [Thu, 20 Aug 2020 02:20:52 +0000 (11:20 +0900)]
[NUI] Add ThumbColor property to Slider (#1878)

* [NUI] Add ThumbColor property to Slider

- Change Slider's Thumb image into colorless image
- Set default Color for Thumb image

3 years ago[NUI] Add SlidingStarted event to Slider (#1883)
jaeunchoi [Thu, 20 Aug 2020 02:12:36 +0000 (11:12 +0900)]
[NUI] Add SlidingStarted event to Slider (#1883)

3 years ago[NUI] Updated Tizen.NUI following removal of DALi TouchEvent (#1912)
DavidIanSteele [Wed, 19 Aug 2020 10:00:03 +0000 (11:00 +0100)]
[NUI] Updated Tizen.NUI following removal of DALi TouchEvent (#1912)

3 years ago[NUI] Fix TCT fail (#1922)
dongsug-song [Wed, 19 Aug 2020 07:45:53 +0000 (16:45 +0900)]
[NUI] Fix TCT fail (#1922)

- Add casting to resolve the exception of the TCT fail
- Exception : execute case Tizen.NUI.Components.Tests # Tizen.NUI.Components.Tests.PopupTests.TitleHeight_SET_GET_VALUE...(FAIL)
System.InvalidOperationException Nullable object must have a value.

3 years ago[NUI] Restore Size2D's minus value as zero when Layout is null (#1926)
dongsug-song [Wed, 19 Aug 2020 07:45:39 +0000 (16:45 +0900)]
[NUI] Restore Size2D's minus value as zero when Layout is null (#1926)

3 years ago[NUI] Fix osv issue (#1919)
AdunFang [Wed, 19 Aug 2020 07:45:21 +0000 (15:45 +0800)]
[NUI] Fix osv issue (#1919)

* [NUI] Fix OSV issue

* [NUI] Fix OSV issue of NUI

Co-authored-by: Fang Xiaohui <xiaohui fang>
3 years ago[NUI] Sync DALi2 1.9.25 (#1923)
dongsug-song [Wed, 19 Aug 2020 07:42:41 +0000 (16:42 +0900)]
[NUI] Sync DALi2 1.9.25 (#1923)

3 years ago[NUI] Add the default Accessibility attribute trait (#1924)
Seoyeon2Kim [Wed, 19 Aug 2020 07:07:45 +0000 (16:07 +0900)]
[NUI] Add the default Accessibility attribute trait (#1924)

- Added the default trait of Accessibility attribute
 to several Tizen.NUI.Components
 : Button, DropDown, Loading, and ScrollableBase

- If Accessibility turns on, screen reader would read these components name.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Add Accessibility override functions to components (#1921)
Seoyeon2Kim [Wed, 19 Aug 2020 07:06:02 +0000 (16:06 +0900)]
[NUI] Add Accessibility override functions to components (#1921)

- To get Accessibility Activated signal to Button components,
 added and connected OnAccessibilityActivated in Button.
- To get Accessibility Pan signal to ScrollableBase,
 added OnAccessibilityPan method to be overridden.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Sample app for Frame callback. (#1925)
bshsqa [Wed, 19 Aug 2020 07:03:16 +0000 (16:03 +0900)]
[NUI] Sample app for Frame callback. (#1925)

- Touch the screen then launcher icons are appeared
 - The icons can be moved by using finger gesture.
 - If a icon is moved by gesture, others follow it with small delay(0.03s)
 - the delayed animation is computed in the frame callback

Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Co-authored-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
3 years ago[NUI] Boundary check for properties in ScrollableBase (#1920)
neostom432 [Tue, 18 Aug 2020 04:30:28 +0000 (13:30 +0900)]
[NUI] Boundary check for properties in ScrollableBase (#1920)

Check boundary for

ScrollDuration      -  value >= 0
DecelerationRate    -  value < 1 && value > 0
PageFlickThreshold  -  value >= 0

Invalid value will be ignored.

3 years ago[NUI] Remove OnAccessibilityTouch binding (#1914)
Seoyeon2Kim [Fri, 14 Aug 2020 04:47:26 +0000 (13:47 +0900)]
[NUI] Remove OnAccessibilityTouch binding (#1914)

- Currently OnAccessibilityTouch is unused and unnecessary in AccessibilityManager.
 So, removed the internal API and its C# binding

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[ImageUtil] Supports WebP encoder and decoder (#1881)
hsgwon [Thu, 13 Aug 2020 07:51:32 +0000 (16:51 +0900)]
[ImageUtil] Supports WebP encoder and decoder (#1881)

3 years ago[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollbarBase (#1872)
jaehyun0cho [Thu, 13 Aug 2020 02:42:47 +0000 (11:42 +0900)]
[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollbarBase (#1872)

To get the scroll position given to ScrollTo or Update, ScrollPosition
is added.

To get the current scroll position in the middle of ScrollTo or Update
animation, ScrollCurrentPosition is added.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] Add MaxLength property and signal to TextEditor (#1901)
Seoyeon2Kim [Wed, 12 Aug 2020 05:41:47 +0000 (14:41 +0900)]
[NUI] Add MaxLength property and signal to TextEditor (#1901)

- To limit input to maximum characters in TextEditor,
 added MaxLength property and MaxLengthReached signal

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoRestore csapi-tizenfx-dummy rpm package (#1911)
WonYoung Choi [Wed, 12 Aug 2020 04:58:39 +0000 (13:58 +0900)]
Restore csapi-tizenfx-dummy rpm package (#1911)

It is referenced by other meta packages. They should be fixed first.

3 years ago[NUI] Rename OnStage signal related internal methods (#1891)
Richard Huang [Tue, 11 Aug 2020 07:25:42 +0000 (08:25 +0100)]
[NUI] Rename OnStage signal related internal methods (#1891)

3 years ago[NUI] Row/Column Spacing Underflow correction (#1909)
neostom432 [Tue, 11 Aug 2020 07:13:48 +0000 (16:13 +0900)]
[NUI] Row/Column Spacing Underflow correction (#1909)

In comment, if developer sets negative value to Row/ColumnSpacing, it
will change to 0.

But it isn't so fix this error.

3 years ago[NUI] Add MinLineSize in RendererParameters (#1892)
JoogabYun [Tue, 11 Aug 2020 01:33:35 +0000 (10:33 +0900)]
[NUI] Add MinLineSize in RendererParameters (#1892)

3 years ago[Packagemanager] Check the package list is empty (#1907)
jeremy-jang [Mon, 10 Aug 2020 08:15:59 +0000 (17:15 +0900)]
[Packagemanager] Check the package list is empty (#1907)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years ago[RPCPort][ACR] Support synchronous connection requests and private file sharing ...
hjhun [Mon, 10 Aug 2020 06:34:38 +0000 (15:34 +0900)]
[RPCPort][ACR] Support synchronous connection requests and private file sharing (#1898)

* [RPCPort] Support private sharing feature

If all added paths are under the caller application's data path which
can be obtained, those will be shared to the target application.
Platform will grant a temporary permission to the target application.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Support synchronous version connection request method

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Move ShareFile() and UnshareFile() to Port.cs

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Change parameter type to IEnumerable<string>

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Remove unnecessary space

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years ago[NUI] Resolve conflicts types between friends assemblies (#1906)
WonYoung Choi [Mon, 10 Aug 2020 06:27:56 +0000 (15:27 +0900)]
[NUI] Resolve conflicts types between friends assemblies (#1906)

3 years ago[Bluetooth][Non-ACR] Fix GATT issues (#1900)
Wootak Jung [Mon, 10 Aug 2020 06:25:51 +0000 (15:25 +0900)]
[Bluetooth][Non-ACR] Fix GATT issues (#1900)

* [Bluetooth][Non-ACR] Fix GATT issues

- value not set issue on WriteRequested callback
- SendIndication failed issue

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
* Remove duplicate function

3 years ago[Build] Fix to enable Analyzer (#1905)
WonYoung Choi [Mon, 10 Aug 2020 03:18:10 +0000 (12:18 +0900)]
[Build] Fix to enable Analyzer (#1905)

* [Build] Fix to enable Analyzer

* Update common.props

3 years ago[Build] Install files of each module with profile variation (#1902)
WonYoung Choi [Mon, 10 Aug 2020 00:37:26 +0000 (09:37 +0900)]
[Build] Install files of each module with profile variation (#1902)

- Add SupportedProfiles property
- Add TizenProfile metadata to None item group
- Remove PlatformFileList.txt : all profile filelist will be auto-generated
- Move preload files to each module
- Remove unused profile packages : common, mobile-emul
- Remove unused dummy package

3 years ago[NUI] Binding FrameCallbackInterface (#1873)
huiyueun [Fri, 7 Aug 2020 03:36:16 +0000 (12:36 +0900)]
[NUI] Binding FrameCallbackInterface (#1873)

* [NUI] Add FrameCallbackInterface

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify patch

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Add GestureDetectorManager (#1895)
JoogabYun [Fri, 7 Aug 2020 02:24:46 +0000 (11:24 +0900)]
[NUI] Add GestureDetectorManager (#1895)

- Detect supported gestures.
  : To receive Gesture, you can inherit and implement GestureDetectorManager.GestureListener.
    Then you can implement the necessary callback.

  sample)

            TextLabel backView = new TextLabel
            {
                Size = new Size(300, 300),
                Text = "Back View",
                Position = new Position(50, 70),
                PointSize = 11,
                BackgroundColor = new Color(1.0f, 1.0f, 0.0f, 1.0f),
            };

            mGestureDetector = new GestureDetectorManager(backView, new MyGestureListener());
            backView.TouchEvent += OnBackTouchEvent;

        private bool OnBackTouchEvent(object source, View.TouchEventArgs e)
        {
            Tizen.Log.Error("NUI", $"OnBackTouchEvent {e.Touch.GetState(0)}\n");
            mGestureDetector.FeedTouchEvent(source, e);
            return false;
        }

        class MyGestureListener : GestureDetectorManager.GestureListener
        {
          public override void OnTap(object sender, TapGestureDetector.DetectedEventArgs e)
          {
            Tizen.Log.Error("NUI", $"OnTap \n");
          }

          public override void OnPan(object sender, PanGestureDetector.DetectedEventArgs e)
          {
            Tizen.Log.Error("NUI", $"OnPan \n");
          }

          public override void OnPinch(object sender, PinchGestureDetector.DetectedEventArgs e)
          {
            Tizen.Log.Error("NUI", $"OnPinch \n");
          }

          public override void OnLongPress(object sender, LongPressGestureDetector.DetectedEventArgs e)
          {
            Tizen.Log.Error("NUI", $"OnLongPress \n");
          }
        }

3 years ago[NUI] Remove workaround, Fix PropertyMap().Add() problem (#1899)
dongsug-song [Fri, 7 Aug 2020 01:54:43 +0000 (10:54 +0900)]
[NUI] Remove workaround, Fix PropertyMap().Add() problem (#1899)

3 years ago[MediaVision] Add new barcode types (#1897)
Tae-Young Chung [Thu, 6 Aug 2020 23:46:26 +0000 (08:46 +0900)]
[MediaVision] Add new barcode types (#1897)

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
3 years ago[NUI] Add IndicatorColor and SelectedIndicatorColor to Pagination (#1863)
jaehyun0cho [Thu, 6 Aug 2020 06:03:36 +0000 (15:03 +0900)]
[NUI] Add IndicatorColor and SelectedIndicatorColor to Pagination (#1863)

To support setting indicator color of Pagination, IndicatorColor and
SelectedIndicatorColor properties are added.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] Add Selector constructor with SelectorChangedCallback internally (#1862)
jaehyun0cho [Thu, 6 Aug 2020 06:02:23 +0000 (15:02 +0900)]
[NUI] Add Selector constructor with SelectorChangedCallback internally (#1862)

To track property changes of Selector class, Selector constructor with
SelectorChangedCallback is added internally.

This is the same method applied to Color class.

By using this constructor, ColorSelector class also tracks property
changes internally.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollableBase (#1845)
jaehyun0cho [Thu, 6 Aug 2020 06:01:50 +0000 (15:01 +0900)]
[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollableBase (#1845)

To get the scroll position given to ScrollTo, ScrollPosition is added.
ScrollPosition is the position in the opposite direction to the position
of ContentContainer.

To get the current scroll position, ScrollCurrentPosition is added.
ScrollCurrentPosition is the position in the opposite direction to the
current position of ContentContainer.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[Packagemanager] Add APIs for installing multiple packages (#1877)
jeremy-jang [Thu, 6 Aug 2020 04:35:35 +0000 (13:35 +0900)]
[Packagemanager] Add APIs for installing multiple packages (#1877)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years ago[Bluetooth][Non-ACR] Add API document (#1885)
Wootak Jung [Thu, 6 Aug 2020 04:26:05 +0000 (13:26 +0900)]
[Bluetooth][Non-ACR] Add API document (#1885)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years ago[NUI] nui version update (#1896)
dongsug-song [Wed, 5 Aug 2020 04:34:56 +0000 (13:34 +0900)]
[NUI] nui version update (#1896)

3 years ago[NUI] Workaround : Add Clear() when new PropertyMap() (#1894)
dongsug-song [Wed, 5 Aug 2020 04:34:48 +0000 (13:34 +0900)]
[NUI] Workaround : Add Clear() when new PropertyMap() (#1894)

3 years ago[NUI] Change VS Code settings in Ubuntu (#1890)
dongsug-song [Wed, 5 Aug 2020 04:34:40 +0000 (13:34 +0900)]
[NUI] Change VS Code settings in Ubuntu (#1890)

3 years ago[NUI] Add Play/Pause/Stop APIs to Loading (#1889)
neostom432 [Wed, 5 Aug 2020 02:10:23 +0000 (02:10 +0000)]
[NUI] Add Play/Pause/Stop APIs to Loading (#1889)

Loading uses AnimatedVisual.
We can Play/Pause/Stop using visual actions.

Add Play/Pause/Stop APIs.

3 years ago[NUI] Add KeyboardRepeatSettingsChanged event (#1866)
Seoyeon2Kim [Wed, 5 Aug 2020 01:51:13 +0000 (10:51 +0900)]
[NUI] Add KeyboardRepeatSettingsChanged event (#1866)

- This signal is emitted when the values of keyboard repeat, such as delay and rate,
 are changed globally.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoRevert "Revert "[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)" (#1868...
JoogabYun [Wed, 5 Aug 2020 01:47:20 +0000 (10:47 +0900)]
Revert "Revert "[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)" (#1868)" (#1893)

This reverts commit 4bddf6f2de84375eee9f6bdadf221262cd891a3a.

3 years ago[NUI] Add VS Code setting files for Ubuntu (#1879)
dongsug-song [Mon, 3 Aug 2020 11:48:23 +0000 (20:48 +0900)]
[NUI] Add VS Code setting files for Ubuntu (#1879)

3 years ago[NUI] Fix ResizePolicy error when setting View.Size.Width or Height (#1882)
dongsug-song [Mon, 3 Aug 2020 11:43:14 +0000 (20:43 +0900)]
[NUI] Fix ResizePolicy error when setting View.Size.Width or Height (#1882)

3 years ago[NUI] Support default focus logic for RecyclerView (#1869)
neostom432 [Thu, 30 Jul 2020 11:02:06 +0000 (20:02 +0900)]
[NUI] Support default focus logic for RecyclerView (#1869)

Support default focus chain.

Focus logic can vary depending on the type of LayoutManager.

3 years ago[NUI] Change Text to TextSelector for Textfield (#1876)
zhouleonlei [Thu, 30 Jul 2020 02:33:00 +0000 (10:33 +0800)]
[NUI] Change Text to TextSelector for Textfield (#1876)

3 years ago[Applications.Alarm] Handle null parameter for AppControl (#1875)
kilig [Thu, 30 Jul 2020 01:55:15 +0000 (10:55 +0900)]
[Applications.Alarm] Handle null parameter for AppControl (#1875)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
3 years ago[NUI] Fix the type convert issue when new InputField (#1874)
zhouleonlei [Wed, 29 Jul 2020 10:21:36 +0000 (18:21 +0800)]
[NUI] Fix the type convert issue when new InputField (#1874)

3 years ago[NUI] Fix svace issues. (#1867)
guowei.wang [Wed, 29 Jul 2020 05:44:02 +0000 (13:44 +0800)]
[NUI] Fix svace issues. (#1867)

3 years agoRevert "[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)" (#1868)
dongsug-song [Wed, 29 Jul 2020 02:17:20 +0000 (11:17 +0900)]
Revert "[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)" (#1868)

This reverts commit 44638c8717f71c947a43fcbf273f728b0a820017.

3 years ago[NUI] Workaround : Fix TCT fail issue (#1865)
dongsug-song [Wed, 29 Jul 2020 02:17:10 +0000 (11:17 +0900)]
[NUI] Workaround : Fix TCT fail issue (#1865)

3 years agoUpdate README.md
TizenAPI-Bot [Tue, 28 Jul 2020 02:59:41 +0000 (11:59 +0900)]
Update README.md

3 years ago[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)
JoogabYun [Tue, 28 Jul 2020 02:42:49 +0000 (11:42 +0900)]
[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)

3 years ago[NUI] remove unused class (#1842)
YeongJong Lee [Tue, 28 Jul 2020 02:32:58 +0000 (11:32 +0900)]
[NUI] remove unused class (#1842)

since commit 4389bdc8eb5a4ad3852956870d0dfe119d8e04ef, those classes and
methods are no longer used.

3 years ago[NUI] Fix scroll item touch issue (#1864)
neostom432 [Tue, 28 Jul 2020 02:19:42 +0000 (11:19 +0900)]
[NUI] Fix scroll item touch issue (#1864)

Previously when velocity is 0, ScrollAnimationFinished callback is not
working so touch interrupt view is not disappear.

Now, ScrollAnimation is started even if velocity is 0.

3 years agoUpdate build.yaml
TizenAPI-Bot [Mon, 27 Jul 2020 08:34:32 +0000 (17:34 +0900)]
Update build.yaml

3 years ago[NUI] add attached property for FlexLayout (#1803)
YeongJong Lee [Mon, 27 Jul 2020 07:06:51 +0000 (16:06 +0900)]
[NUI] add attached property for FlexLayout (#1803)

Attached properties are added for FlexLayout.
 - FlexAlignmentSelf
 - FlexPositionType
 - FlexAspectRatio
 - FlexBasis
 - FlexShrink
 - FlexGrow

For more informantion, see Yoga Layout [documentation](https://yogalayout.com/docs).

See also,
dali-toolkit: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/237889/
dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/237888/
NUI: https://github.com/Samsung/TizenFX/pull/1803

Co-authored-by: neostom432 <31119276+neostom432@users.noreply.github.com>
3 years ago[NUI] Open new GridLayout APIs and Properties (#1834)
neostom432 [Mon, 27 Jul 2020 04:59:08 +0000 (13:59 +0900)]
[NUI] Open new GridLayout APIs and Properties (#1834)

GridLayout.Orientation
 Horizontal
 Vertical

GridLayout.StretchFlags
 None = 0
 Fill = 1
 Expand = 2
 ExpandAndFill = Fill + Expand

GridLayout.Alignment
Start = 0
Center = 1
End = 2
static int GetColumn(View view)
static int GetColumnSpan(View view)
static int GetRow(View view)
static int GetRowSpan(View view)
static StretchFlags GetHorizontalStretch(View view)
static StretchFlags GetVerticalStretch(View view)
static StretchFlags GetHorizontalAlignment(View view)
static StretchFlags GetVerticalAlignment(View view)
static void SetColumn(View view, int value)
static void SetColumnSpan(View view, int value)
static void SetRow(View view, int value)
static void SetRowSpan(View view, int value)
static void SetHorizontalStretch(View view, StretchFlags value)
static void SetVerticalStretch(View view, StretchFlags value)
static void SetHorizontalAlignment(View view, Alignment value)
static void SetVerticalAlignment(View view, Alignment value)

float ColumnSpacing { get; set; }
float RowSpacing { get; set; }
GridLayout.Orientation GridOrientation { get; set; }
int Rows { get; set; }
int Columns{ get; set; }

3 years ago[Workflow] Build on push event (#1861)
WonYoung Choi [Fri, 24 Jul 2020 10:42:45 +0000 (19:42 +0900)]
[Workflow] Build on push event (#1861)

* [Workflow] Build on push event

* Delete travis CI file

3 years ago[Workflow] Add stale action to workflows (#1860)
WonYoung Choi [Fri, 24 Jul 2020 10:27:19 +0000 (19:27 +0900)]
[Workflow] Add stale action to workflows (#1860)