admin [Fri, 16 Aug 2019 15:52:01 +0000 (15:52 +0000)]
Release 6.0.0.14880
admin [Fri, 16 Aug 2019 15:52:01 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
admin [Wed, 14 Aug 2019 15:51:58 +0000 (15:51 +0000)]
Release 6.0.0.14879
admin [Wed, 14 Aug 2019 15:51:58 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 14 Aug 2019 03:54:14 +0000 (12:54 +0900)]
[NUI] Fix TV Gallary crash (#975)
admin [Mon, 12 Aug 2019 15:52:02 +0000 (15:52 +0000)]
Release 6.0.0.14878
admin [Mon, 12 Aug 2019 15:52:02 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Mon, 12 Aug 2019 11:16:12 +0000 (20:16 +0900)]
[NUI] Sync with dalihub (#970)
admin [Fri, 9 Aug 2019 15:52:13 +0000 (15:52 +0000)]
Release 6.0.0.14877
admin [Fri, 9 Aug 2019 15:52:12 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
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
admin [Thu, 8 Aug 2019 15:52:03 +0000 (15:52 +0000)]
Release 6.0.0.14875
admin [Thu, 8 Aug 2019 15:52:03 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Thu, 8 Aug 2019 11:15:08 +0000 (20:15 +0900)]
[NUI] Merge Layout related changes from dalihub (#968)
admin [Wed, 7 Aug 2019 15:53:15 +0000 (15:53 +0000)]
Release 6.0.0.14874
admin [Wed, 7 Aug 2019 15:53:14 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
admin [Tue, 6 Aug 2019 15:52:04 +0000 (15:52 +0000)]
Release 6.0.0.14873
admin [Tue, 6 Aug 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
tscholb [Tue, 6 Aug 2019 01:36:36 +0000 (10:36 +0900)]
[NUI] Add method to destroy a window (#961)
admin [Mon, 5 Aug 2019 15:51:59 +0000 (15:51 +0000)]
Release 6.0.0.14872
admin [Mon, 5 Aug 2019 15:51:59 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Mon, 5 Aug 2019 08:06:51 +0000 (17:06 +0900)]
[MediaController] Add constructor of MediaControlSearchCondition (#952)
admin [Fri, 2 Aug 2019 15:52:03 +0000 (15:52 +0000)]
Release 6.0.0.14871
admin [Fri, 2 Aug 2019 15:52:03 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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).
nam [Fri, 2 Aug 2019 02:01:36 +0000 (11:01 +0900)]
[MediaPlayer] fix descriptions (#955)
admin [Thu, 1 Aug 2019 15:52:02 +0000 (15:52 +0000)]
Release 6.0.0.14869
admin [Thu, 1 Aug 2019 15:52:02 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
tscholb [Thu, 1 Aug 2019 06:08:38 +0000 (15:08 +0900)]
[NUI] Change API for Window Creation (#957)
tscholb [Thu, 1 Aug 2019 05:13:09 +0000 (14:13 +0900)]
[NUI]Change GetWindowList() to static (#956)
Kangho Hur [Thu, 1 Aug 2019 04:34:08 +0000 (13:34 +0900)]
[ElmSharp] Obsolete ContextPopup.IsAvailableDirection (#954)
admin [Wed, 31 Jul 2019 15:52:44 +0000 (15:52 +0000)]
Release 6.0.0.14866
admin [Wed, 31 Jul 2019 15:52:44 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
nam [Wed, 31 Jul 2019 07:02:56 +0000 (16:02 +0900)]
[MediaPlayer] Add API to be able to cancel preparing it (#944)
admin [Tue, 30 Jul 2019 15:52:04 +0000 (15:52 +0000)]
Release 6.0.0.14865
admin [Tue, 30 Jul 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Tue, 30 Jul 2019 05:26:02 +0000 (14:26 +0900)]
[NUI] Add CommonUI Samples (#951)
dongsug-song [Tue, 30 Jul 2019 05:10:45 +0000 (14:10 +0900)]
[NUI] Change CommonUI APIs (#950)
admin [Mon, 29 Jul 2019 15:52:03 +0000 (15:52 +0000)]
Release 6.0.0.14863
admin [Mon, 29 Jul 2019 15:52:03 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
admin [Fri, 26 Jul 2019 07:11:42 +0000 (07:11 +0000)]
Release 6.0.0.14862
admin [Fri, 26 Jul 2019 07:11:41 +0000 (07:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
dongsug-song [Fri, 26 Jul 2019 02:15:44 +0000 (11:15 +0900)]
[NUI] Add Say, PauseResume of Dali-ATSPI (#947)
dongsug-song [Fri, 26 Jul 2019 01:41:03 +0000 (10:41 +0900)]
[NUI] Add StopBehavior, LoopMode of AnimatedVectorImageView (#946)
admin [Thu, 25 Jul 2019 15:52:00 +0000 (15:52 +0000)]
Release 6.0.0.14859
admin [Thu, 25 Jul 2019 15:52:00 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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.
admin [Wed, 24 Jul 2019 15:51:58 +0000 (15:51 +0000)]
Release 6.0.0.14858
admin [Wed, 24 Jul 2019 15:51:58 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Wed, 24 Jul 2019 04:56:27 +0000 (13:56 +0900)]
[MediaContent] Fix grammatical error in description (#943)
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.
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.
admin [Tue, 23 Jul 2019 15:55:11 +0000 (15:55 +0000)]
Release 6.0.0.14855
admin [Tue, 23 Jul 2019 15:55:11 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
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
admin [Fri, 19 Jul 2019 15:51:59 +0000 (15:51 +0000)]
Release 6.0.0.14853
admin [Fri, 19 Jul 2019 15:51:59 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
admin [Wed, 17 Jul 2019 15:52:08 +0000 (15:52 +0000)]
Release 6.0.0.14852
admin [Wed, 17 Jul 2019 15:52:08 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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)
admin [Tue, 16 Jul 2019 15:52:04 +0000 (15:52 +0000)]
Release 6.0.0.14851
admin [Tue, 16 Jul 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
admin [Fri, 12 Jul 2019 04:15:20 +0000 (04:15 +0000)]
Release 6.0.0.14850
admin [Fri, 12 Jul 2019 04:15:17 +0000 (04:15 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Wonyoung Choi [Fri, 12 Jul 2019 03:46:40 +0000 (12:46 +0900)]
[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
admin [Wed, 10 Jul 2019 15:51:59 +0000 (15:51 +0000)]
Release 6.0.0.14849
admin [Wed, 10 Jul 2019 15:51:59 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
admin [Tue, 9 Jul 2019 15:52:02 +0000 (15:52 +0000)]
Release 6.0.0.14848
admin [Tue, 9 Jul 2019 15:52:02 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Tue, 9 Jul 2019 07:54:29 +0000 (16:54 +0900)]
[MediaContent] Add face Insert API (#922)
* [MediaContent] Add face Insert API
hsgwon [Tue, 9 Jul 2019 07:49:43 +0000 (16:49 +0900)]
[ImageUtil] Replace deprecated decode pinvoke func. (#929)
* [ImageUtil] Replace deprecated pinvoke func.
admin [Mon, 8 Jul 2019 15:55:22 +0000 (15:55 +0000)]
Release 6.0.0.14846
admin [Mon, 8 Jul 2019 15:55:22 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Mon, 8 Jul 2019 09:11:58 +0000 (18:11 +0900)]
[NUI] Change BackgroundImageSynchronosLoading property as public (#926)
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.
admin [Fri, 5 Jul 2019 15:53:50 +0000 (15:53 +0000)]
Release 6.0.0.14844
admin [Fri, 5 Jul 2019 15:53:50 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Fri, 5 Jul 2019 07:28:19 +0000 (16:28 +0900)]
[NUI] Add View.Color property and SetRenderRefreshRate method (#924)
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.
admin [Wed, 3 Jul 2019 00:45:00 +0000 (00:45 +0000)]
Release 6.0.0.14842
admin [Wed, 3 Jul 2019 00:45:00 +0000 (00:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 3 Jul 2019 00:38:56 +0000 (09:38 +0900)]
[NUI] Temporary checking if Lottie file is set in ImageView (#918)
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>
admin [Tue, 2 Jul 2019 15:54:24 +0000 (15:54 +0000)]
Release 6.0.0.14840
admin [Tue, 2 Jul 2019 15:54:24 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
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
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>
admin [Fri, 28 Jun 2019 15:51:58 +0000 (15:51 +0000)]
Release 6.0.0.14837
admin [Fri, 28 Jun 2019 15:51:58 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Fri, 28 Jun 2019 08:28:20 +0000 (17:28 +0900)]
[NUI] Add AnimatedVectorImageView (#908)