admin [Fri, 6 Mar 2020 15:55:40 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Fri, 6 Mar 2020 07:00:37 +0000 (16:00 +0900)]
[NUI] Fix to get bezel wheel event on wearable device by WheelEvent (#1444)
WonYoung Choi [Fri, 6 Mar 2020 00:13:26 +0000 (09:13 +0900)]
[Build] Set smack labels of symbol files (#1449)
admin [Wed, 4 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 8.0.0.15129
admin [Wed, 4 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Sangchul Lee [Wed, 4 Mar 2020 03:14:07 +0000 (12:14 +0900)]
[AudioManager] Apply EditorBrowsableState.Never for deprecated API (#1442)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
kilig [Tue, 3 Mar 2020 22:37:19 +0000 (07:37 +0900)]
[Applications.Alarms] Update doxygen (#1359)
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
admin [Tue, 3 Mar 2020 04:34:42 +0000 (04:34 +0000)]
Release 8.0.0.15127
admin [Tue, 3 Mar 2020 04:34:42 +0000 (04:34 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Sangchul Lee [Tue, 3 Mar 2020 02:37:35 +0000 (11:37 +0900)]
Revert "[AudioManager] Remove deprecated symbols (#1395)" (#1438)
This reverts commit
10637a6853b4d0334acad1a61fc634677f60ce6c.
admin [Mon, 2 Mar 2020 15:51:54 +0000 (15:51 +0000)]
Release 8.0.0.15126
admin [Mon, 2 Mar 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Mon, 2 Mar 2020 05:03:02 +0000 (14:03 +0900)]
[NUI] Deprecate InputMethodContext public constructor (#1433)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Fri, 28 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Release 8.0.0.15125
admin [Fri, 28 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Fri, 28 Feb 2020 12:00:09 +0000 (21:00 +0900)]
[NUI] Use padding & margin to meausre size in Layout (#1437)
* [NUI] Use padding & margin to meausre size in Layout
Previously, padding of parent and margin of child are not concerned when measure child size.
For now, When child use MatchParent,
the size of child will be ParentSize - ParentPadding - childMargin.
And when child use WrapContent,
the size of child will be GrandchildSize + childPadding.
Also Weight will be use only ParentSize - ParentPadding - childMargin size for measuring.
* [NUI] Measure Padding and Margin before call API
To make sure there is no API change, measure Padding and Margin before call API.
admin [Wed, 26 Feb 2020 15:55:40 +0000 (15:55 +0000)]
Release 8.0.0.15124
admin [Wed, 26 Feb 2020 15:55:39 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Wonsik Jung [Wed, 26 Feb 2020 04:08:06 +0000 (13:08 +0900)]
[NUI] Add to set Available Orientations (#1256)
Add to set Available Orientations.
This API is for adding serveral orientations one time.
AdunFang [Wed, 26 Feb 2020 04:00:07 +0000 (12:00 +0800)]
[NUI] Support Nullable type in Xaml (#1432)
* [NUI] Fix the crash issue of create Popup
* [NUI] Support nullable type in Xaml
admin [Mon, 24 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Release 8.0.0.15122
admin [Mon, 24 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Mon, 24 Feb 2020 06:28:07 +0000 (15:28 +0900)]
[NUI] Add ScrollEvent to ScrollableBase (#1430)
To listen scroll changing, add ScrollEvent to ScrollableBase and
add Position param to ScrollEventArgs.
Now user can get current position of scrolling child via ScrollEventArgs.
neostom432 [Mon, 24 Feb 2020 06:25:17 +0000 (15:25 +0900)]
Fix margin bug in FlexLayout (#1418)
Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.
admin [Thu, 20 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Release 8.0.0.15120
admin [Thu, 20 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Thu, 20 Feb 2020 05:44:47 +0000 (14:44 +0900)]
[NUI] Remove draft property in ScrollableBase (#1428)
NumberOfPage was draft property to know how many pages user wants.
For now, NumberOfPage is replaced to the count of container children.
PageWidth was draft property to know how big one page is.
For now, PageWidth will be automatically set to width of ScrollableBase.
Seungkeun Lee [Thu, 20 Feb 2020 01:29:45 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1422)
neostom432 [Thu, 20 Feb 2020 01:13:22 +0000 (10:13 +0900)]
[NUI] Add property LayoutWithTransition to LayoutItem (#1426)
Not every developer wants default transition effect in Layout.
For them, make property which can enable or disable transition effect.
Currently, default is false but can be changed.
This property only effects to chilren of Layout Owner.
admin [Wed, 19 Feb 2020 15:51:52 +0000 (15:51 +0000)]
Release 8.0.0.15117
admin [Wed, 19 Feb 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Wed, 19 Feb 2020 07:04:48 +0000 (16:04 +0900)]
[MediaCodec] Register EosReached event (#1421)
admin [Tue, 18 Feb 2020 15:53:39 +0000 (15:53 +0000)]
Release 8.0.0.15116
admin [Tue, 18 Feb 2020 15:53:39 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Tue, 18 Feb 2020 08:20:38 +0000 (17:20 +0900)]
[Applications.Common] Add a new element of ApplicationComponentType (#1417)
Adds:
- ComponentBasedApplication
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangchul Lee [Tue, 18 Feb 2020 02:05:47 +0000 (11:05 +0900)]
[AudioManager] Remove deprecated symbols (#1395)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
admin [Fri, 14 Feb 2020 15:55:30 +0000 (15:55 +0000)]
Release 8.0.0.15114
admin [Fri, 14 Feb 2020 15:55:30 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
kilig [Fri, 14 Feb 2020 04:04:21 +0000 (13:04 +0900)]
[Bundle] Separate exceptions for invalid handle (#1413)
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
hjhun [Fri, 14 Feb 2020 02:32:15 +0000 (11:32 +0900)]
[MessagePort] Fix Listen Method (#1409)
To avoid throwing an exception in the callback function, this patch adds
an exception handling about Creating Bundle().
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Thu, 13 Feb 2020 15:53:46 +0000 (15:53 +0000)]
Release 8.0.0.15112
admin [Thu, 13 Feb 2020 15:53:46 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Thu, 13 Feb 2020 13:55:00 +0000 (22:55 +0900)]
[NUI] Fix TCT crash issue (#1403)
Jiyun Yang [Thu, 13 Feb 2020 04:19:03 +0000 (13:19 +0900)]
[NUI] Apply default style to Tab and Button component (#1401)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Thu, 13 Feb 2020 01:17:35 +0000 (10:17 +0900)]
[NUI] Add default components styles and etc (#1396)
* Add default styles for : Progress, Slider, Toast, Popup, DropDown
* Fix : PopupStyle.Buttons.Size.Height works now
* Add : Popup Dismiss() method
* Fix : Popup should be posted on the top layer
* Fix : DropDown button did not form well before first click
* Fix : DropDown selectedItemIndex did not update when select an item by touching it
* Fix : DropDownItemStyle did not applied to DropDownItemView so it was not able to detect control state change
* Fix : Progress need to show buffering bar and progress bar together in Determinate stage
* Fix : View.BackgroundImage property would reset its content when it gets null or empty string
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Wed, 12 Feb 2020 15:53:42 +0000 (15:53 +0000)]
Release 8.0.0.15109
admin [Wed, 12 Feb 2020 15:53:42 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Sangjung Woo [Wed, 12 Feb 2020 07:49:22 +0000 (16:49 +0900)]
[MachineLearning.Inference] Update SingleShot and its related classes (#1154)
SingleShot class
- Support various Neural Network framework such as TensorFlow,
TensorFlowLite, Custom Filter or NNFW (default: Any)
- Support various HW resources such as CPU, GPU or NPU (default: Any)
- Load neural network model without Input / Output TensorsInfo
(Dynamic mode or model file has input/output information)
- Newly adds `Input` property for Input tensors information
- Newly adds `Output` property for Output tensors information
- Newly adds SetTimeout() to set the maximum amount of time to wait for an
output
- Remove `IOException` since it does not occur
TensorsData class
- Newly adds TensorsInfo property to fetch tensors information
- Newly adds static Allocate() for TensorsData Instance
TensorsInfo class
- Newly adds GetTensorSize() to get the byte size of tensor data
- Remove `ArgumentException` in SetTensorType(), GetTensorType() and
GetDimension() since it does not occur
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
dongsug-song [Wed, 12 Feb 2020 02:50:35 +0000 (11:50 +0900)]
[NUI] Add SafeNativePlayerHandler to pass native player handle (#1372)
Wootak [Wed, 12 Feb 2020 00:32:08 +0000 (09:32 +0900)]
Add SendData(byte[] data) method and deprecated previous method (#1390)
admin [Tue, 11 Feb 2020 15:55:23 +0000 (15:55 +0000)]
Release 8.0.0.15106
admin [Tue, 11 Feb 2020 15:55:23 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Sangchul Lee [Tue, 11 Feb 2020 08:17:06 +0000 (17:17 +0900)]
[Multimedia] Add ComponentBased project to Tizen.Multimedia.sln (#1394)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
neostom432 [Tue, 11 Feb 2020 04:37:36 +0000 (13:37 +0900)]
[NUI] Measure Child's Layout in FlexLayout (#1385)
Previously, children in FlexLayout were not measured but just returning NaturalSize.
To support nested Layout, FlexLayout also should measure Layout of its children.
Now, FlexLayout measures its children and it also can fix MatchParent issue in FlexLayout.
Jay Cho [Tue, 11 Feb 2020 02:27:53 +0000 (11:27 +0900)]
Add preloading features (#1377)
hjhun [Tue, 11 Feb 2020 00:37:43 +0000 (09:37 +0900)]
[ComponentBased] Fix RegisterComponent Method (#1389)
- Check if a component ID exists or not
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Mon, 10 Feb 2020 23:37:45 +0000 (08:37 +0900)]
[ComponentBased] Add internal property (#1386)
Adds:
- ContextHandle
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Mon, 10 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Release 8.0.0.15101
admin [Mon, 10 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Mon, 10 Feb 2020 05:21:41 +0000 (14:21 +0900)]
[NUI] Fix visual bugs (#1379)
* Fix ths issue that the VisualMap does not tranform
* Fix TextVisual crash issue
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
MuHong Byun [Mon, 10 Feb 2020 04:12:16 +0000 (13:12 +0900)]
[Sensor] Modify implementation using new native API (#1367)
* sensor_listener_set_events_cb, sensor_listener_unset_events_cb
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Jiyun Yang [Mon, 10 Feb 2020 02:04:26 +0000 (11:04 +0900)]
[NUI] Add default component styles (#1378)
DefaultButtonStyle
DefaultCheckBoxStyle
DefaultSwitchStyle
DefaultRadioButtonStyle
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Fri, 7 Feb 2020 15:55:19 +0000 (15:55 +0000)]
Release 8.0.0.15098
admin [Fri, 7 Feb 2020 15:55:19 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
mk5004lee [Fri, 7 Feb 2020 05:48:24 +0000 (14:48 +0900)]
[Notification] Change TimeStamp of SafeHanlde (#1375)
- DateTimeKind.Local -> DateTimeKind.Utc
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
admin [Thu, 6 Feb 2020 15:55:22 +0000 (15:55 +0000)]
Release 8.0.0.15097
admin [Thu, 6 Feb 2020 15:55:22 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Thu, 6 Feb 2020 07:01:40 +0000 (16:01 +0900)]
[NUI] Modify Instance bug of Application (#1368)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Wed, 5 Feb 2020 15:55:33 +0000 (15:55 +0000)]
Release 8.0.0.15096
admin [Wed, 5 Feb 2020 15:55:33 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 5 Feb 2020 02:09:57 +0000 (11:09 +0900)]
[NUI] Fix Animation Dispose() to make local variable of Animation instance make working properly (#1360)
- NUI Animation class is binding to DALi native Animation class.
- Animation class inherits from BaseHandle class so it has a reference count.
- In NUI side, if the Animation class is instanced in local scope, it is disposed automatically by DisposeQueue. Here the reference count of native DALi Animation is decreased and it will be managed by smart pointer so this is not a matter in NUI side.
- NUI Animation Dispose() need care only the events which are connected to native DALi, so event handlers of Finished and ProgressReached are certainly disconnected.
- Animation which has been created as local variable will work properly. (ex: if LoopCount is set to 100 and it is even local variable, it will animate 100 times and stop normally.)
neostom432 [Wed, 5 Feb 2020 01:51:03 +0000 (10:51 +0900)]
[NUI] Measure whole child in GridLayout (#1365)
Currently, GridLayout measures only first child for calculation so other child cannot layout its children.
Now, GridLayout measures whole child so they can layout its children.
Co-authored-by: agnelovaz <vaz.agnelo@gmail.com>
admin [Tue, 4 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Release 8.0.0.15094
admin [Tue, 4 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Tue, 4 Feb 2020 04:38:14 +0000 (13:38 +0900)]
[Application.Common] Fix ULocale class (#1357)
- Uses base-utils-i18n instead of icu
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Mon, 3 Feb 2020 15:55:38 +0000 (15:55 +0000)]
Release 8.0.0.15093
admin [Mon, 3 Feb 2020 15:55:38 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jh8801jung [Mon, 3 Feb 2020 01:09:04 +0000 (10:09 +0900)]
[NFC] Fix TC failed issue : the SEH exception occurs (#1326)
* [NFC] Fix TC failed issue : the SEH exception occurs
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Free IntPtr from capi
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Replace free method
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
admin [Fri, 31 Jan 2020 15:55:28 +0000 (15:55 +0000)]
Release 8.0.0.15092
admin [Fri, 31 Jan 2020 15:55:27 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Fri, 31 Jan 2020 05:06:02 +0000 (14:06 +0900)]
[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1353)
admin [Thu, 30 Jan 2020 15:55:19 +0000 (15:55 +0000)]
Release 8.0.0.15091
admin [Thu, 30 Jan 2020 15:55:19 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Thu, 30 Jan 2020 05:16:49 +0000 (14:16 +0900)]
[NUI] Add ScrollToIndex to ScrollableBase (#1352)
* [NUI] Add ScrollToIndex to ScrollableBase
Scrolls to the item at the specified index.
* [NUI] Use position instead of Size for calculating scrolling position
Co-authored-by: krown <neostom432@nate.com>
dongsug-song [Thu, 30 Jan 2020 04:06:45 +0000 (13:06 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1349)
admin [Wed, 29 Jan 2020 15:55:10 +0000 (15:55 +0000)]
Release 8.0.0.15089
admin [Wed, 29 Jan 2020 15:55:10 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Wed, 29 Jan 2020 11:32:37 +0000 (20:32 +0900)]
[NUI] Add GaussianBlurView (#1344)
* [NUI] Add GaussianBlurView
Add GaussianBlurView.
For now user can use this class internally, because APIs are all hidden.
* [NUI] make private function to internal in GaussianBlurView
Co-authored-by: krown <neostom432@nate.com>
huiyueun [Wed, 29 Jan 2020 03:57:01 +0000 (12:57 +0900)]
[NUI] Fix NUI svace issue (#1343)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Thu, 23 Jan 2020 15:55:17 +0000 (15:55 +0000)]
Release 8.0.0.15087
admin [Thu, 23 Jan 2020 15:55:17 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 22 Jan 2020 23:46:08 +0000 (08:46 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1340)
admin [Tue, 21 Jan 2020 15:55:13 +0000 (15:55 +0000)]
Release 8.0.0.15086
admin [Tue, 21 Jan 2020 15:55:13 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Tue, 21 Jan 2020 03:17:17 +0000 (12:17 +0900)]
[NUI] Support Shadow Size Extents (#1325)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
agnelovaz [Tue, 21 Jan 2020 02:31:13 +0000 (02:31 +0000)]
[NUI] Fix reparenting of Child bug (#1314)
If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.
Cause : The removal animation is added to the stack, the add animation is added to
the stack. Animations are run. When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.
Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.
Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5
neostom432 [Tue, 21 Jan 2020 02:21:33 +0000 (11:21 +0900)]
[NUI] Add/change scroll event (#1331)
* [NUI] Add/change scroll event
ScrollStartDragEvent - Emitted when panning is start
ScrollEndDragEvent - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent - Emitted when scroll animation is end
* [NUI] change name of scroll event and its comment
Co-authored-by: krown <neostom432@nate.com>
admin [Mon, 20 Jan 2020 15:55:23 +0000 (15:55 +0000)]
Release 8.0.0.15083
admin [Mon, 20 Jan 2020 15:55:23 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Xianbing Teng [Mon, 20 Jan 2020 11:10:41 +0000 (19:10 +0800)]
[NUI.Components] Fix svace issues (#1309)