platform/core/csapi/tizenfx.git
4 years ago[Applications.Common] Fix exception messages (#978)
hjhun [Mon, 19 Aug 2019 23:38:37 +0000 (08:38 +0900)]
[Applications.Common] Fix exception messages (#978)

- Prints application ID and operation for debugging

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[Application.Common][TCSACR-260][Add] Add SuspendedState Event (#971)
Hyunho Kang [Mon, 19 Aug 2019 07:18:18 +0000 (16:18 +0900)]
[Application.Common][TCSACR-260][Add] Add SuspendedState Event (#971)

* Add suspended state

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Modify a SuspendedStateChanged event type description

Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years ago[MediaCodec] Remove feature description and tag in EventArgs class (#953)
hsgwon [Mon, 19 Aug 2019 02:04:07 +0000 (11:04 +0900)]
[MediaCodec] Remove feature description and tag in EventArgs class (#953)

4 years ago[AudioManager] Add 'Network' audio device type (#976)
Sangchul Lee [Fri, 16 Aug 2019 00:45:16 +0000 (09:45 +0900)]
[AudioManager] Add 'Network' audio device type (#976)

* [AudioManager] Add 'Network' audio device type

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
* [AudioManager] Revise description of Network audio device type

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
4 years ago[NUI] Fix TV Gallary crash (#975)
dongsug-song [Wed, 14 Aug 2019 03:54:14 +0000 (12:54 +0900)]
[NUI] Fix TV Gallary crash (#975)

4 years ago[NUI] Sync with dalihub (#970)
dongsug-song [Mon, 12 Aug 2019 11:16:12 +0000 (20:16 +0900)]
[NUI] Sync with dalihub (#970)

4 years ago[NUI] Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components (#958)
Lynettejin90 [Fri, 9 Aug 2019 08:27:04 +0000 (16:27 +0800)]
[NUI] Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components (#958)

* Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components

* Change Tizen.NUI.CommonUI to Tizen.NUI.Components in file list

4 years ago[NUI] Sync with dalihub (#969)
dongsug-song [Fri, 9 Aug 2019 02:49:45 +0000 (11:49 +0900)]
[NUI] Sync with dalihub (#969)

* [NUI] Layout transitions support

Change-Id: I66558d54a865544b123f2ad91554b9146f480118

* [NUI] Remove APIs deprecated in Tizen 3.0

Change-Id: I3a61a27e4c9d7a9790d8457c9a60459205d1d372

* [NUI] Make public-API as Hidden-API before ACR

- no logic changed, but only "[EditorBrowsable(EditorBrowsableState.Never)]" is added
- before ACR is completed, we need to make new added public-API as hidden-API which is usually considered as Inhouse-API
- when adding new API, need to add this "[EditorBrowsable(EditorBrowsableState.Never)]", otherwise not accepted in Samsung/TizenFX because API checker gives API break error
- comment also required to be added, such as like this. "Hidden-API which is usually used as Inhouse-API. If required to be opened as Public-API, ACR process is needed."

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I8a707efd4c5ebb637f2928b123eabd9f702d2151

4 years ago[NUI] Merge Layout related changes from dalihub (#968)
dongsug-song [Thu, 8 Aug 2019 11:15:08 +0000 (20:15 +0900)]
[NUI] Merge Layout related changes from dalihub (#968)

4 years ago[NUI] integration from dalihub (#967)
dongsug-song [Wed, 7 Aug 2019 11:37:39 +0000 (20:37 +0900)]
[NUI] integration from dalihub (#967)

* [NUI] View not to use Size2D internally

Change-Id: I14efea23af86c0695d729dc383992757ab699d9c

* [NUI] Fixed some bad comments

Change-Id: I1e84556f03fc0541baec2149a52f836e95e27096

* [NUI] Add API for NUI Multi Window

* [NUI] Adding Weight feature to LinearLayout

Uses the View Weight property to define how free space is
allocated between child Views.

Weight 0 is the default.

With Views A, B, C
Giving A.Weight = 1 would mean 1 takes up excess space
in the parent.
Also giving A.C = 1 would mean A and C divide the excess space
between them. B remains it's original measured size.

Change-Id: I6cd13085a5713794789ee61027e371974be3fa32

* [NUI] FlexLayout support added

Flex layout using the new layouting system.
Uses natural size of the items.
Supports: Wrap, Alignment, Direction and justrification.

Currently unsupported: Explict sized items, item padding.

Change-Id: Id966f11c8ececcb07e2ecc528f876787129d54b9

* [NUI] Fix Multi-window bug

Change-Id: Ie945d7997d58c72ad70e1cf09fdab56c9519c67a
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] fix GetSize() for multi window

* [NUI] Layouting to iterate all Layers

Change-Id: I005b7da027b351624c27abc56336538180907168

* [NUI] Added Alignment.Center for LinearLayout

Change-Id: If6d0ac3d2602bb1e399cd579337c204fab268de1

* [NUI] Re-layout TextLabel when text changes size

When View's change size like TextLabel setting new text
it should be laid out again

Change-Id: I790b2fbaab8a8869c36d9d10c3760205815627f7

* [NUI] Remove unused and dangling interops

Change-Id: I005d40a5eec2d2a98adb4405b3a505ad955f3be6

* [NUI] Remove layouting fixed specification API

Change-Id: I37b6948337bf3bca4a9811259bf6e8ff1b1e008f

* [NUI] Remove unused SetUseHardwareVSync Adaptor API.

Change-Id: I373643c8cdfedd126c6652337c7d3bf467f69ead

* [NUI] Add GetDefaultWindow()

this api for get Default Window.

* [NUI] Add API for GetWindowList()

After apply MultiWindow, Developer need to know list of window.

* [NUI] change API for GetWindowList()

change API for using native API.

* [NUI] Apply GaussianBlurView Devel API changes

Change-Id: I98dae108ad5e50f2844f347a69d934b11fe36462

* [NUI] Rename PAGE_SIZE property to VIEW_PAGE_SIZE.

Change-Id: Ifd31b9ac50969a24543868127f2c09a10e65f329

* [NUI] Remove Builder GetFrameBufferImage unused method

Change-Id: I2dedaad5dc53c0a2ec61af005fc91d4275ccda06

* [NUI]Change GetWindowList() to static

* [NUI] Change API for Window Creation

* [NUI] Add method to destroy a window

Change-Id: I9b9b34a8a7aa1fb1da576cab98b1495f7c998a4c

* [NUI] Fix API Checker error

4 years ago[NUI] Add method to destroy a window (#961)
tscholb [Tue, 6 Aug 2019 01:36:36 +0000 (10:36 +0900)]
[NUI] Add method to destroy a window (#961)

4 years ago[MediaController] Add constructor of MediaControlSearchCondition (#952)
hsgwon [Mon, 5 Aug 2019 08:06:51 +0000 (17:06 +0900)]
[MediaController] Add constructor of MediaControlSearchCondition (#952)

4 years ago[EflSharp] Fix constructor of MoreOption and RotarySelector (#959)
jaehyun0cho [Fri, 2 Aug 2019 08:12:35 +0000 (17:12 +0900)]
[EflSharp] Fix constructor of MoreOption and RotarySelector (#959)

Now, EoWrapper does not have constructor with parameter IntPtr.
Instead, EoWrapper has constructors with paramater ConstructingHandle
and WrappingHandle.

Since ConstructingHandle is created internally, the constructor with
parameter ConstructingHandle should be used for internal usage.
Instead, constructor with parameter WrappingHandle should be used to use
C native handle (i.e. eo pointer in C).

4 years ago[MediaPlayer] fix descriptions (#955)
nam [Fri, 2 Aug 2019 02:01:36 +0000 (11:01 +0900)]
[MediaPlayer] fix descriptions (#955)

4 years ago[NUI] Change API for Window Creation (#957)
tscholb [Thu, 1 Aug 2019 06:08:38 +0000 (15:08 +0900)]
[NUI] Change API for Window Creation (#957)

4 years ago[NUI]Change GetWindowList() to static (#956)
tscholb [Thu, 1 Aug 2019 05:13:09 +0000 (14:13 +0900)]
[NUI]Change GetWindowList() to static (#956)

4 years ago[ElmSharp] Obsolete ContextPopup.IsAvailableDirection (#954)
Kangho Hur [Thu, 1 Aug 2019 04:34:08 +0000 (13:34 +0900)]
[ElmSharp] Obsolete ContextPopup.IsAvailableDirection (#954)

4 years ago[MediaPlayer] Add API to be able to cancel preparing it (#944)
nam [Wed, 31 Jul 2019 07:02:56 +0000 (16:02 +0900)]
[MediaPlayer] Add API to be able to cancel preparing it (#944)

4 years ago[NUI] Add CommonUI Samples (#951)
dongsug-song [Tue, 30 Jul 2019 05:26:02 +0000 (14:26 +0900)]
[NUI] Add CommonUI Samples (#951)

4 years ago[NUI] Change CommonUI APIs (#950)
dongsug-song [Tue, 30 Jul 2019 05:10:45 +0000 (14:10 +0900)]
[NUI] Change CommonUI APIs (#950)

4 years ago[NUI] Fix Svace issue (#949)
huiyueun [Mon, 29 Jul 2019 07:22:18 +0000 (16:22 +0900)]
[NUI] Fix Svace issue (#949)

* [NUI] Fix Svace issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* delete unused file

4 years agoAdd WidgetApplication, WidgetControl, RemoteView to common profile (#948)
sukhyungkang [Fri, 26 Jul 2019 07:08:29 +0000 (16:08 +0900)]
Add WidgetApplication, WidgetControl, RemoteView to common profile (#948)

Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
4 years ago[NUI] Add Say, PauseResume of Dali-ATSPI (#947)
dongsug-song [Fri, 26 Jul 2019 02:15:44 +0000 (11:15 +0900)]
[NUI] Add Say, PauseResume of Dali-ATSPI (#947)

4 years ago[NUI] Add StopBehavior, LoopMode of AnimatedVectorImageView (#946)
dongsug-song [Fri, 26 Jul 2019 01:41:03 +0000 (10:41 +0900)]
[NUI] Add StopBehavior, LoopMode of AnimatedVectorImageView (#946)

4 years ago[EflSharp] Update Circle and efl cs files (#945)
jaehyun0cho [Thu, 25 Jul 2019 01:32:59 +0000 (10:32 +0900)]
[EflSharp] Update Circle and efl cs files (#945)

Circle and efl cs files are updated based on the latest efl.
The namespace Efl.Ui.ActiveView has been changed to Efl.Ui.Spotlight.
eldbus cs files have been removed because they are not opened publicly.

4 years ago[MediaContent] Fix grammatical error in description (#943)
hsgwon [Wed, 24 Jul 2019 04:56:27 +0000 (13:56 +0900)]
[MediaContent] Fix grammatical error in description (#943)

4 years ago[NUI] Add KeyString in Key.cs (#936)
Seoyeon2Kim [Wed, 24 Jul 2019 03:19:37 +0000 (12:19 +0900)]
[NUI] Add KeyString in Key.cs (#936)

* [NUI] Add KeyString in Key.cs

- Provide to use 'KeyString' for a clearer meaning instead of 'KeyPressed'

Change-Id: I5aa3680b81cc62d6718aa0f21a08bc7c74b8826b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update Key.cs

- Add set property to KeyString.

4 years ago[NUI] Add to set MIME type to the input panel and its callback (#935)
Seoyeon2Kim [Wed, 24 Jul 2019 03:19:17 +0000 (12:19 +0900)]
[NUI] Add to set MIME type to the input panel and its callback (#935)

* [NUI] Add to set MIME type to the input panel and its callback

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update InputMethodContext.cs

All APIs will be opened later, so changed to hidden APIs.

* Update ContentReceivedSignalType.cs

Removed 'EditorBrowsable' tag on each API because this file is in 'internal' group.

4 years ago[MediaCodec] Fix the bug of callback registration (#938)
hsgwon [Tue, 23 Jul 2019 08:15:17 +0000 (17:15 +0900)]
[MediaCodec] Fix the bug of callback registration (#938)

* [MediaCodec] Fix the bug of callback registration

4 years ago[NUI] Update CommonUI (#937)
Lynettejin90 [Tue, 23 Jul 2019 02:19:49 +0000 (10:19 +0800)]
[NUI] Update CommonUI (#937)

* [NUI.CommonUI] Update CommonUI
(1)Fix issues
(2)Add style change event for FlexibleView

Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* Add api to get the recycler in FlexibleView

4 years ago[ThumbnailExtractor] Add description for Extract method (#932)
hsgwon [Fri, 19 Jul 2019 04:16:20 +0000 (13:16 +0900)]
[ThumbnailExtractor] Add description for Extract method (#932)

* [ThumbnailExtractor] Add additional description for Extract method

4 years ago[MediaPlayer] fix it to not try getting handle when format is null (#931)
nam [Wed, 17 Jul 2019 02:11:24 +0000 (11:11 +0900)]
[MediaPlayer] fix it to not try getting handle when format is null (#931)

4 years ago[MediaPlayer] Add API to export audio PCM data (#930)
nam [Tue, 16 Jul 2019 07:58:24 +0000 (16:58 +0900)]
[MediaPlayer] Add API to export audio PCM data (#930)

* [MediaPlayer] Add API to export audio PCM data

4 years ago[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
Wonyoung Choi [Fri, 12 Jul 2019 03:46:40 +0000 (12:46 +0900)]
[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx

4 years ago[ImageUtil] Add sync thumbnail extract API (#928)
hsgwon [Wed, 10 Jul 2019 08:25:41 +0000 (17:25 +0900)]
[ImageUtil] Add sync thumbnail extract API (#928)

* [ImageUtil] Add sync thumbnail extract API

4 years ago[MediaContent] Add face Insert API (#922)
hsgwon [Tue, 9 Jul 2019 07:54:29 +0000 (16:54 +0900)]
[MediaContent] Add face Insert API (#922)

* [MediaContent] Add face Insert API

4 years ago[ImageUtil] Replace deprecated decode pinvoke func. (#929)
hsgwon [Tue, 9 Jul 2019 07:49:43 +0000 (16:49 +0900)]
[ImageUtil] Replace deprecated decode pinvoke func. (#929)

* [ImageUtil] Replace deprecated pinvoke func.

4 years ago[NUI] Change BackgroundImageSynchronosLoading property as public (#926)
dongsug-song [Mon, 8 Jul 2019 09:11:58 +0000 (18:11 +0900)]
[NUI] Change BackgroundImageSynchronosLoading property as public (#926)

4 years ago[NUI] Add API for GetWindowList() (#927)
tscholb [Mon, 8 Jul 2019 06:31:15 +0000 (15:31 +0900)]
[NUI] Add API for GetWindowList() (#927)

* [NUI] Add API for GetWindowList()

After apply MultiWindow, Developer need to know list of window.

* [NUI] change API for GetWindowList()

change API for using native API.

4 years ago[NUI] Add View.Color property and SetRenderRefreshRate method (#924)
dongsug-song [Fri, 5 Jul 2019 07:28:19 +0000 (16:28 +0900)]
[NUI] Add View.Color property and SetRenderRefreshRate method (#924)

4 years ago[ImageUtil] Fix crash issue (#919)
hsgwon [Fri, 5 Jul 2019 02:42:39 +0000 (11:42 +0900)]
[ImageUtil] Fix crash issue (#919)

* [MediaController] Fix crash issue caused by GC memory collecting.

4 years ago[NUI] Temporary checking if Lottie file is set in ImageView (#918)
dongsug-song [Wed, 3 Jul 2019 00:38:56 +0000 (09:38 +0900)]
[NUI] Temporary checking if Lottie file is set in ImageView (#918)

4 years ago[NUI] Fix ImageView bug (#917)
huiyueun [Tue, 2 Jul 2019 23:22:41 +0000 (08:22 +0900)]
[NUI] Fix ImageView bug (#917)

Fix VD pin popup issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Add AutofillContainer and autofill implementation (#909)
Seoyeon2Kim [Tue, 2 Jul 2019 12:29:57 +0000 (21:29 +0900)]
[NUI] Add AutofillContainer and autofill implementation (#909)

Change-Id: Ifc219498c53577e6560b84a8065c22c3b03e2859
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[EflSharp] Update Circle and efl cs files (#916)
jaehyun0cho [Tue, 2 Jul 2019 12:07:42 +0000 (21:07 +0900)]
[EflSharp] Update Circle and efl cs files (#916)

Circle and efl cs files are updated based on the latest efl.
Push and Pop methods have been added to Efl.Ui.ActiveView.Container.
Efl.Ui.RadioBox has been introduced.
Efl.Ui.Radio's interface has been changed.
e.g. RangeMinMax is modified to RangeLimits

4 years ago[Applications.Common] Add an exception (#913)
hjhun [Tue, 2 Jul 2019 07:47:46 +0000 (16:47 +0900)]
[Applications.Common] Add an exception (#913)

If the interval is less than or equal to zero, or greater than integer
maximum value, ArgumentException is occurred.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[NUI] Add AnimatedVectorImageView (#908)
dongsug-song [Fri, 28 Jun 2019 08:28:20 +0000 (17:28 +0900)]
[NUI] Add AnimatedVectorImageView (#908)

4 years ago[NUI.CommonUI]Add CommonUI to rpm (#906)
Lynettejin90 [Thu, 27 Jun 2019 03:14:05 +0000 (11:14 +0800)]
[NUI.CommonUI]Add CommonUI to rpm (#906)

4 years ago[NUI] Rename style in xaml (#905)
AdunFang [Wed, 26 Jun 2019 10:26:03 +0000 (18:26 +0800)]
[NUI] Rename style in xaml (#905)

* [NUI] Fix memory leak

* [NUI] Change some Xaml class to public

* [NUI] Rename Style to XamlStyle in View.cs

4 years ago[NUI] Adjust directory (#903)
AdunFang [Wed, 26 Jun 2019 04:31:19 +0000 (12:31 +0800)]
[NUI] Adjust directory (#903)

* [NUI] Fix memory leak

* [NUI] Change some Xaml class to public

4 years ago[NUI] Change GetDefaultWindow() to static func (#900)
tscholb [Wed, 26 Jun 2019 04:24:21 +0000 (13:24 +0900)]
[NUI] Change GetDefaultWindow() to static func (#900)

4 years ago[NUI] Change GetDefaultWindow() to static func (#902)
tscholb [Wed, 26 Jun 2019 02:21:26 +0000 (11:21 +0900)]
[NUI] Change GetDefaultWindow() to static func (#902)

4 years ago[NUI] Add VisualEventSignal(internal) (#901)
dongsug-song [Tue, 25 Jun 2019 10:27:38 +0000 (19:27 +0900)]
[NUI] Add VisualEventSignal(internal) (#901)

4 years ago[NUI] Add TextFit in TextLabel (#898)
dongsug-song [Tue, 25 Jun 2019 05:18:52 +0000 (14:18 +0900)]
[NUI] Add TextFit in TextLabel (#898)

4 years ago[NUI] Fix memory leak (#899)
AdunFang [Mon, 24 Jun 2019 10:22:28 +0000 (18:22 +0800)]
[NUI] Fix memory leak (#899)

4 years ago[EflSharp] Update Circle and efl cs files (#896)
jaehyun0cho [Fri, 21 Jun 2019 06:26:02 +0000 (15:26 +0900)]
[EflSharp] Update Circle and efl cs files (#896)

Circle and efl cs files are updated based on the latest efl.
Efl.Ui.ActiveView has been introduced.
Efl.Ui.Pager has been replaced with Efl.Ui.ActiveView.Container.

4 years ago[NUI] Add Tizen.NUI.CommonUI project (#883)
Lynettejin90 [Fri, 21 Jun 2019 04:04:06 +0000 (12:04 +0800)]
[NUI] Add Tizen.NUI.CommonUI project (#883)

* Add Tizen.NUI.CommonUI project

* Fix warnings

* Update Progress and Slider

* Add Cache for FlexibleView and Fix some issues

* Change ResourceURL to ResourceUrl

4 years ago[NUI] Add inherit binding context support (#894)
Xianbing Teng [Fri, 21 Jun 2019 01:39:14 +0000 (09:39 +0800)]
[NUI] Add inherit binding context support (#894)

* [NUI] Add inherit binding context support

* Add inherit binding context for layer

4 years ago[NUI] Support constructor with default parameter (#893)
Xianbing Teng [Thu, 20 Jun 2019 06:13:14 +0000 (14:13 +0800)]
[NUI] Support constructor with default parameter (#893)

4 years ago[NUI] Add LoadFromXamlFile() (#892)
dongsug-song [Wed, 19 Jun 2019 07:45:38 +0000 (16:45 +0900)]
[NUI] Add LoadFromXamlFile() (#892)

4 years ago[NUI] Clean code ImageView (#891)
huiyueun [Wed, 19 Jun 2019 05:43:42 +0000 (14:43 +0900)]
[NUI] Clean code ImageView (#891)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Fix ConvertidToView issue (#890)
huiyueun [Wed, 19 Jun 2019 00:49:48 +0000 (09:49 +0900)]
[NUI] Fix ConvertidToView issue (#890)

* [NUI] Fix ConvertIdToView (#877)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix ConvertIdToView issue

If we can't find the parent's children, find in the top layer.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Rollback split-nui (#887)
dongsug-song [Tue, 18 Jun 2019 01:02:37 +0000 (10:02 +0900)]
[NUI] Rollback split-nui (#887)

* Revert "[NUI] Add inherit binding context support (#880)"

This reverts commit 35c9ff2ec4be2c6678087bb108e7cd3c1c1a310b.

* Revert "[NUI] To support constructor with default parameters (#879)"

This reverts commit 99794148e8bcd9b9364434ed2190a4628bce12db.

* Revert "[NUI] Add NUI.Xaml into Platform binary (#867)"

This reverts commit e018baf6f0e85c7558460856ec61885c982baba0.

* Revert "[NUI] Split NUI Assemblies (#865)"

This reverts commit 59970b38bb97cee7b6ff8afb9388996c022c9010.

* [NUI]Fix the issue that View which created by Xaml can't show correctly

4 years agoRevert "[NUI] Fix ConvertIdToView (#877)" (#889)
huiyueun [Tue, 18 Jun 2019 00:53:34 +0000 (09:53 +0900)]
Revert "[NUI] Fix ConvertIdToView (#877)" (#889)

This reverts commit cd93540791a0740bc85259e10f33b0959b94d5dc.

4 years ago[WidgetControl] Fix ambiguous sentences (#856)
Hyunho Kang [Tue, 18 Jun 2019 00:27:49 +0000 (09:27 +0900)]
[WidgetControl] Fix ambiguous sentences (#856)

Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years ago[WatchfaceComplication] Fix ambiguous doxygen sentences (#855)
Hyunho Kang [Tue, 18 Jun 2019 00:27:04 +0000 (09:27 +0900)]
[WatchfaceComplication] Fix ambiguous doxygen sentences (#855)

Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years ago[Applications][Common] Fix RuaRec structure (#888)
hjhun [Mon, 17 Jun 2019 23:05:02 +0000 (08:05 +0900)]
[Applications][Common] Fix RuaRec structure (#888)

The component ID element was added on the rua_rec structure.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years agoRevert "[NUI] Revert Key & touch Event for Multi Window (#882)" (#886)
tscholb [Mon, 17 Jun 2019 08:07:10 +0000 (17:07 +0900)]
Revert "[NUI] Revert Key & touch Event for Multi Window (#882)" (#886)

This reverts commit 2e033fcc714b92b71a036b9aab66693556e75dab.

4 years ago[NUI] Revert Key & touch Event for Multi Window (#882)
tscholb [Tue, 11 Jun 2019 07:15:10 +0000 (16:15 +0900)]
[NUI] Revert Key & touch Event for Multi Window (#882)

4 years ago[NUI] Add inherit binding context support (#880)
Xianbing Teng [Tue, 11 Jun 2019 02:24:12 +0000 (10:24 +0800)]
[NUI] Add inherit binding context support (#880)

4 years ago[NUI] To support constructor with default parameters (#879)
Xianbing Teng [Mon, 10 Jun 2019 10:08:34 +0000 (18:08 +0800)]
[NUI] To support constructor with default parameters (#879)

4 years ago[NUI] Add GetDefaultWindow() (#878)
tscholb [Mon, 10 Jun 2019 10:00:23 +0000 (19:00 +0900)]
[NUI] Add GetDefaultWindow() (#878)

this api for get Default Window.

4 years ago[NUI] Fix ConvertIdToView (#877)
huiyueun [Wed, 5 Jun 2019 06:13:24 +0000 (15:13 +0900)]
[NUI] Fix ConvertIdToView (#877)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] fix GetSize() for multi window (#876)
huiyueun [Wed, 5 Jun 2019 00:58:24 +0000 (09:58 +0900)]
[NUI] fix GetSize() for multi window (#876)

* Revert "[NUI] Add API for NUI Multi WIndow (#875)"

This reverts commit 33a2741d99f17fa81da4f24b6faee256962980a0.

* Add API for NUI Multi Window

* fix typo after MultiWindow patch

* [NUI] fix GetSize() for multi window

* Fix ImageView crash issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Add API for NUI Multi WIndow (#875)
huiyueun [Tue, 4 Jun 2019 09:40:33 +0000 (18:40 +0900)]
[NUI] Add API for NUI Multi WIndow (#875)

* [NUI] Clean code ImageView

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add API for NUI Multi Window

4 years ago[NUI] Modify PropertyRanges to Ranges (#873)
huiyueun [Mon, 3 Jun 2019 04:41:24 +0000 (13:41 +0900)]
[NUI] Modify PropertyRanges to Ranges (#873)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Add ImageView APIs (#872)
huiyueun [Mon, 3 Jun 2019 04:40:45 +0000 (13:40 +0900)]
[NUI] Add ImageView APIs (#872)

* [NUI] Add ImageView APIs

AlphaMaskURL
CropToMask
FittingMode
DesiredWidth
DesiredHeight
WrapModeU
WrapModeV

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix URL

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[Build] Add APITool to csapi-tizenfx-tools rpm package
Wonyoung Choi [Fri, 31 May 2019 07:33:11 +0000 (16:33 +0900)]
[Build] Add APITool to csapi-tizenfx-tools rpm package

4 years ago[NUI] Add Renderer Ranges (#871)
huiyueun [Fri, 31 May 2019 04:01:13 +0000 (13:01 +0900)]
[NUI] Add Renderer Ranges (#871)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[MediaPlayer] Change descriptions of audio pitch APIs (#870)
nam [Fri, 31 May 2019 01:09:11 +0000 (10:09 +0900)]
[MediaPlayer] Change descriptions of audio pitch APIs (#870)

* [MediaPlayer] Change descriptions of audio pitch APIs

4 years ago[Build] Suppress CS0618 warnings due to internal reference (#869)
WonYoung Choi [Thu, 30 May 2019 10:59:59 +0000 (19:59 +0900)]
[Build] Suppress CS0618 warnings due to internal reference (#869)

Suppress CS0618(Type or member is obsolete) warnings due to internal reference

4 years agoDelete .gitmodules
WonYoung Choi [Thu, 30 May 2019 10:16:29 +0000 (19:16 +0900)]
Delete .gitmodules

4 years ago[Doc] Fix documentation warnings (#868)
WonYoung Choi [Thu, 30 May 2019 10:13:51 +0000 (19:13 +0900)]
[Doc] Fix documentation warnings (#868)

4 years ago[NUI] Add NUI.Xaml into Platform binary (#867)
dongsug-song [Thu, 30 May 2019 09:59:16 +0000 (18:59 +0900)]
[NUI] Add NUI.Xaml into Platform binary (#867)

4 years ago[OAuth2] Remove reference to AuthorizeAsync method from documentation (#852)
randeepsingh01 [Thu, 30 May 2019 09:21:20 +0000 (14:51 +0530)]
[OAuth2] Remove reference to AuthorizeAsync method from documentation (#852)

* [OAuth2] Remove reference to AuthorizeAsync method from documentation

* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
4 years ago[NUI] Split NUI Assemblies (#865)
WonYoung Choi [Thu, 30 May 2019 09:20:23 +0000 (18:20 +0900)]
[NUI] Split NUI Assemblies (#865)

* Split Tizen.NUI (#848)

* Split Tizen.NUI (#848) (#854)

* Fix compile error (#857)

* Split Tizen.NUI (#848)

* [NUI]Fix compile error

* Fix API break (#859)

* Split Tizen.NUI (#848)

* [NUI]Fix compile error

* [NUI]Fix API break

* [NUI]Fix API break

* [Build] Update APITool

* Fix build error of Tizen.NUI.Design (#863)

* [NUI] Fix NUI version (#842)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add Registry return (#831)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Xaml intellisense support (#853)

* [NUI] Add XAML intellisense support (#834)

I merge this PR to xaml-support branch first to fix some build and packaging files with other commits.
After works in xaml-support branch, I will merge it to master later.

* [Build] Add Tizen.NUI.Design and dependent runtime assemblies to nuget

* [Build] Add dummy assemblies to nuget instead of reference assemblies

* Update .travis.yml

* [VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)

* Add Tizen.Uix.VoiceControlManager

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review

* [MediaContent] Deprecate filter keyword (#832)

* [Build] Resolve conflict APITool with master branch

* [NUI]Fix the API break (Tizen.NUI.BaseHandle)

* [NUI]Fix PR check warning

4 years ago[MediaContent] Fix description of Delete method (#866)
hsgwon [Thu, 30 May 2019 08:16:30 +0000 (17:16 +0900)]
[MediaContent] Fix description of Delete method (#866)

4 years ago[Build] Update APITool
Wonyoung Choi [Thu, 30 May 2019 05:01:15 +0000 (14:01 +0900)]
[Build] Update APITool

4 years agoFix API reference for RPC port (#864)
sukhyungkang [Thu, 30 May 2019 04:57:16 +0000 (13:57 +0900)]
Fix API reference for RPC port (#864)

Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
4 years ago[MediaContent] Deprecate filter keyword (#832)
hsgwon [Thu, 30 May 2019 02:06:28 +0000 (11:06 +0900)]
[MediaContent] Deprecate filter keyword (#832)

4 years ago[VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)
Inhong [Thu, 30 May 2019 00:52:38 +0000 (09:52 +0900)]
[VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)

* Add Tizen.Uix.VoiceControlManager

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review

4 years agoUpdate .travis.yml
WonYoung Choi [Mon, 27 May 2019 07:35:21 +0000 (16:35 +0900)]
Update .travis.yml

4 years ago[NUI] Xaml intellisense support (#853)
Xianbing Teng [Fri, 24 May 2019 09:31:16 +0000 (17:31 +0800)]
[NUI] Xaml intellisense support (#853)

* [NUI] Add XAML intellisense support (#834)

I merge this PR to xaml-support branch first to fix some build and packaging files with other commits.
After works in xaml-support branch, I will merge it to master later.

* [Build] Add Tizen.NUI.Design and dependent runtime assemblies to nuget

* [Build] Add dummy assemblies to nuget instead of reference assemblies

4 years ago[NUI] Add Registry return (#831)
huiyueun [Fri, 24 May 2019 09:01:29 +0000 (18:01 +0900)]
[NUI] Add Registry return (#831)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Fix NUI version (#842)
huiyueun [Fri, 24 May 2019 09:00:41 +0000 (18:00 +0900)]
[NUI] Fix NUI version (#842)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRemove Uncovered API's From OAuth2 (#849)
chauhan321 [Thu, 23 May 2019 07:06:36 +0000 (12:36 +0530)]
Remove Uncovered API's From OAuth2 (#849)

* Remove Uncovered API's From OAuth2

Signed-off-by: kamaljeet <kamal.jc@samsung.com>
* Removed Uncovered API's From Oauth2 solved build error

4 years ago[NUI] Fix LayoutController Crash issue (#845)
huiyueun [Tue, 21 May 2019 10:10:20 +0000 (19:10 +0900)]
[NUI] Fix LayoutController Crash issue (#845)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoFix messaging exception (#844)
sp-pradhan [Tue, 21 May 2019 09:45:58 +0000 (15:15 +0530)]
Fix messaging exception (#844)

4 years ago[NUI] Fix NUIWatchApplication OnPause (#843)
huiyueun [Tue, 21 May 2019 05:32:44 +0000 (14:32 +0900)]
[NUI] Fix NUIWatchApplication OnPause (#843)

* [NUI] Fix NUI version

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix NUI WatchApplication OnPause

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Fix View.HasFocus crash issue (#839)
huiyueun [Mon, 20 May 2019 05:07:42 +0000 (14:07 +0900)]
[NUI] Fix View.HasFocus crash issue (#839)

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