admin [Tue, 16 Jun 2020 15:51:47 +0000 (15:51 +0000)]
Release 7.0.0.15149
admin [Tue, 16 Jun 2020 15:51:46 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Seungkeun Lee [Tue, 16 Jun 2020 01:23:45 +0000 (10:23 +0900)]
[NFC] Fix Native callback GC issue (#1675)
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
admin [Fri, 12 Jun 2020 15:51:44 +0000 (15:51 +0000)]
Release 7.0.0.15148
admin [Fri, 12 Jun 2020 15:51:43 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
wootak [Fri, 12 Jun 2020 02:37:18 +0000 (11:37 +0900)]
[Bluetooth][Non-ACR] Fix Native callback GC issue (#1678) (#1699)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Thu, 11 Jun 2020 15:53:39 +0000 (15:53 +0000)]
Release 7.0.0.15147
admin [Thu, 11 Jun 2020 15:53:39 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
WonYoung Choi [Thu, 11 Jun 2020 10:18:32 +0000 (19:18 +0900)]
[Docs] Fix the list in API References (#1697)
admin [Wed, 10 Jun 2020 15:51:47 +0000 (15:51 +0000)]
Release 7.0.0.15146
admin [Wed, 10 Jun 2020 15:51:47 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
WonYoung Choi [Wed, 10 Jun 2020 01:49:45 +0000 (10:49 +0900)]
[Build] Remove unused internal modules (#1676)
admin [Tue, 9 Jun 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15145
admin [Tue, 9 Jun 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Seungkeun Lee [Tue, 9 Jun 2020 08:36:07 +0000 (17:36 +0900)]
[Security] Fix PrivacyPrivilegeManager.RequestPermissions crash issue (#1651)
admin [Fri, 5 Jun 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15144
admin [Fri, 5 Jun 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
dh79pyun [Thu, 4 Jun 2020 23:45:40 +0000 (08:45 +0900)]
[Bluetooth][Non-ACR] Add NULL check logic for Marshal.PtrToStringAnsi (#1658)
This patchset is to avoid ArgumentNullException error. There are some
cases to come NULL variable from Native API.
BluetoothAdapterImpl.cs: RegisterDiscoveryStateChangedEvent(258) > Discovery state changed callback is called
Unhandled exception.
System.ArgumentNullException: Value cannot be null. (Parameter 'ptr')
at System.Runtime.InteropServices.Marshal.PtrToStringAnsi(IntPtr ptr, Int32 len)
at Tizen.Network.Bluetooth.BluetoothUtils.ConvertStructToDiscoveredDevice(BluetoothDiscoveredDeviceStruct structDevice)
at Tizen.Network.Bluetooth.BluetoothAdapterImpl.<RegisterDiscoveryStateChangedEvent>b__45_0(Int32 result, BluetoothDeviceDiscoveryState state, IntPtr deviceInfo, IntPtr user
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
admin [Tue, 2 Jun 2020 15:51:57 +0000 (15:51 +0000)]
Release 7.0.0.15143
admin [Tue, 2 Jun 2020 15:51:57 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
dh79pyun [Tue, 2 Jun 2020 01:48:57 +0000 (10:48 +0900)]
[Bluetooth][Non-ACR] Fix the crash in GetBondedDevices API (#1644)
The manufacture data can be filled without NULL termination.
Because it is the byte array type. So we should define it as
IntPrt instead of string to avoid the buffer overflow.
Exception !!!: System.Runtime.InteropServices.COMException (0x8007007A): The data area passed to a system call is too small.
at System.StubHelpers.ValueClassMarshaler.ConvertToNative(IntPtr dst, IntPtr src, IntPtr pMT, CleanupWorkListElement& pCleanupWorkList)
at Tizen.Network.Bluetooth.BluetoothAdapterImpl.GetBondedDevices()
at Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices()
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
admin [Fri, 29 May 2020 15:51:57 +0000 (15:51 +0000)]
Release 7.0.0.15142
admin [Fri, 29 May 2020 15:51:57 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Kangho Hur [Fri, 29 May 2020 05:40:10 +0000 (14:40 +0900)]
[ElmSharp] Update the SystemTime internal struct (#1625)
admin [Thu, 28 May 2020 15:51:55 +0000 (15:51 +0000)]
Release 7.0.0.15141
admin [Thu, 28 May 2020 15:51:55 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wootak [Thu, 28 May 2020 01:03:34 +0000 (10:03 +0900)]
[Bluetooth][Non-ACR] Invalid increased count issue (#1614)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Thu, 7 May 2020 15:53:47 +0000 (15:53 +0000)]
Release 7.0.0.15140
admin [Thu, 7 May 2020 15:53:47 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Kangho Hur [Thu, 7 May 2020 01:38:18 +0000 (10:38 +0900)]
[ElmSharp] Adds PeekInstance to PreloadedWindow (#1591)
admin [Wed, 29 Apr 2020 15:53:50 +0000 (15:53 +0000)]
Release 7.0.0.15139
admin [Wed, 29 Apr 2020 15:53:49 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
pvschakradhar [Wed, 29 Apr 2020 12:56:45 +0000 (18:26 +0530)]
changed data type of time for compatibility with native layer (#1582)
changed dataType of time for compatibility with native layer
admin [Wed, 29 Apr 2020 03:04:57 +0000 (03:04 +0000)]
Release 7.0.0.15138
admin [Wed, 29 Apr 2020 03:04:57 +0000 (03:04 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Hyungju Lee [Wed, 29 Apr 2020 02:59:52 +0000 (11:59 +0900)]
[Build] Fix `PlatformFileList.txt` to reflect filename chagne (#1578)
Change-Id: I399054d5f80d1d8c00afc79fffa08d833fba3b93
admin [Wed, 29 Apr 2020 01:50:42 +0000 (01:50 +0000)]
Release 7.0.0.15137
admin [Wed, 29 Apr 2020 01:50:42 +0000 (01:50 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Hyungju Lee [Wed, 29 Apr 2020 01:43:46 +0000 (10:43 +0900)]
[Build] Rename preload files to support ordering (#1575)
Change-Id: I962148df0e31ec4a9d9061964d27bc74dd03d8c3
admin [Mon, 27 Apr 2020 07:37:17 +0000 (07:37 +0000)]
Release 7.0.0.15136
admin [Mon, 27 Apr 2020 07:37:17 +0000 (07:37 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
JongHeonChoi [Mon, 27 Apr 2020 07:24:03 +0000 (16:24 +0900)]
[Build] Add the {Name}.preload file required for preloading in the launcher (#1490)
* [Build] Add the {Name}.preload file required for preloading in the launcher
* Update .preload file format
admin [Fri, 24 Apr 2020 07:38:00 +0000 (07:38 +0000)]
Release 7.0.0.15135
admin [Fri, 24 Apr 2020 07:38:00 +0000 (07:38 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
pvschakradhar [Fri, 24 Apr 2020 07:34:53 +0000 (13:04 +0530)]
Addition of Tizen.System.PowerUsage.dll (#1564)
Addition of Tizen.System.PowerUsage.dll
admin [Mon, 13 Apr 2020 15:53:51 +0000 (15:53 +0000)]
Release 7.0.0.15134
admin [Mon, 13 Apr 2020 15:53:51 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
pvschakradhar [Mon, 13 Apr 2020 03:58:37 +0000 (09:28 +0530)]
[System.PowerUsage] Introduce Tizen.System.PowerUsage (#1512)
* Addition of Tizen.System.PowerUsage
Addition of Tizen.System.PowerUsage
* Variables renaming and addition of DateTimeOffset
Variables renaming and addition of DateTimeOffset
* Change of dll to Tizen.System.PowerUsage.dll and RecordNotFound exception handling
Change of dll to Tizen.System.PowerUsage.dll and RecordNotFound exception handling
* Rearrangement for code readability and adition of ArgumentNullException
Rearrangement for code readability and adition of ArgumentNullException
* change in DateTime.SpecifyKind and correction in copyright
change in DateTime.SpecifyKind and correction in copyright
* removal of specify kind in DateTime
removal of specify kind in DateTime
arosis78 [Mon, 13 Apr 2020 01:03:11 +0000 (10:03 +0900)]
[ElmSharp] Add internal Window auxiliary hint APIs (#1534)
admin [Fri, 10 Apr 2020 15:53:43 +0000 (15:53 +0000)]
Release 7.0.0.15132
admin [Fri, 10 Apr 2020 15:53:43 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wootak [Fri, 10 Apr 2020 04:49:43 +0000 (13:49 +0900)]
[Tizen.Network.Bluetooth][Non-ACR] Fix app crash issue during free (#1531)
Fix app crash issue during free
Remove unused function
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Tue, 7 Apr 2020 15:53:45 +0000 (15:53 +0000)]
Release 7.0.0.15131
admin [Tue, 7 Apr 2020 15:53:45 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
JongHeonChoi [Tue, 7 Apr 2020 08:52:21 +0000 (17:52 +0900)]
[Information] Added preload method for optimization (#1493)
admin [Thu, 2 Apr 2020 15:53:09 +0000 (15:53 +0000)]
Release 7.0.0.15130
admin [Thu, 2 Apr 2020 15:53:09 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wootak [Thu, 2 Apr 2020 01:13:13 +0000 (10:13 +0900)]
[Bluetooth][TCSACR-311] Add new StartLeScan API (#1507)
admin [Tue, 31 Mar 2020 15:53:46 +0000 (15:53 +0000)]
Release 7.0.0.15129
admin [Tue, 31 Mar 2020 15:53:45 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Seungkeun Lee [Tue, 31 Mar 2020 05:59:24 +0000 (14:59 +0900)]
Update CurrentUICulture when Locale was changed (#1504)
admin [Mon, 30 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15128
admin [Mon, 30 Mar 2020 15:51:55 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Mon, 30 Mar 2020 05:26:01 +0000 (14:26 +0900)]
[NUI] Add SetPositionByLayout Property (#1498)
* [NUI] Add SetPositionByLayout Property
If true, set position by layouting result.
If false, will not set position in SetFrame because it means it's parent like
RecyclerList will set position.
* [NUI] remove tizen tag from SetPositionByLayout
neostom432 [Mon, 30 Mar 2020 04:25:33 +0000 (13:25 +0900)]
[NUI] Fix scrolling (#1496)
Previously, Scrolling was working wierdly when scrolling to first item.
Scrolling to first item was so so slow but scrolling to last item was fine.
This is because when calculation for scroll distance is wrong.
So, fix the equation.
admin [Thu, 26 Mar 2020 15:53:55 +0000 (15:53 +0000)]
Release 7.0.0.15126
admin [Thu, 26 Mar 2020 15:53:55 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
JongHeonChoi [Thu, 26 Mar 2020 07:55:46 +0000 (16:55 +0900)]
[Build] Set smack labels of symbol files in .spec.in (#1487)
admin [Tue, 24 Mar 2020 15:51:59 +0000 (15:51 +0000)]
Release 7.0.0.15125
admin [Tue, 24 Mar 2020 15:51:59 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
hancepark [Tue, 24 Mar 2020 07:34:20 +0000 (16:34 +0900)]
[StreamRecorder] Handle NotSupportedException as new feature added (#1443)
* Adds description
-Tizen.Multimedia.StreamRecorder.StreamRecorder()
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Adds Feature and checker
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change Exception category
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change description
As C sharp APIs policy, I changed description only feature is actually applied.
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Co-authored-by: Hyunsoo Park <hance.park@samsung.com>
admin [Mon, 23 Mar 2020 15:52:22 +0000 (15:52 +0000)]
Release 7.0.0.15124
admin [Mon, 23 Mar 2020 15:52:22 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Jay Cho [Mon, 23 Mar 2020 08:01:12 +0000 (17:01 +0900)]
[ElmSharp] Add ElmSharp.Wearable preloading (#1464)
* Add ElmSharp.Wearable preloading
* Update method name that calls Wearable preload
* Add more features on PreloadedWindow for CricleSurface
admin [Thu, 19 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15123
admin [Thu, 19 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Thu, 19 Mar 2020 05:20:01 +0000 (14:20 +0900)]
[NUI] Add API for changing layout sibling order (#1478)
When changing sibling order of view, layout sibling order should be changed
to apply new position of order changed view.
Add API for changing layout sibling order and call it when changing view sibling order.
admin [Wed, 18 Mar 2020 06:46:41 +0000 (06:46 +0000)]
Release 7.0.0.15122
admin [Wed, 18 Mar 2020 06:46:41 +0000 (06:46 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wonyoung Choi [Wed, 18 Mar 2020 06:44:27 +0000 (15:44 +0900)]
[Build] Set executable to makerid.py
neostom432 [Wed, 18 Mar 2020 04:03:06 +0000 (13:03 +0900)]
[NUI] check layout owner is null when removing childLayout (#1473)
If layout owner is null, cannot remove owner from it's parent.
Check owner is null.
Jiyun Yang [Mon, 16 Mar 2020 10:20:10 +0000 (19:20 +0900)]
[NUI] Remove Window.Instance from the sample code (#1467)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Mon, 16 Mar 2020 08:41:51 +0000 (17:41 +0900)]
[NUI] Apply CornerRadius to View (#1466)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
JongHeonChoi [Tue, 10 Mar 2020 23:18:21 +0000 (08:18 +0900)]
[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1424)
* [Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically
* Added to update RIDs with makerid.py
admin [Tue, 10 Mar 2020 15:52:08 +0000 (15:52 +0000)]
Release 7.0.0.15117
admin [Tue, 10 Mar 2020 15:52:08 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Seoyeon2Kim [Tue, 10 Mar 2020 09:52:33 +0000 (18:52 +0900)]
[NUI] Check the previous width and height specifications (#1457)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
admin [Mon, 9 Mar 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15116
admin [Mon, 9 Mar 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Mon, 9 Mar 2020 03:01:18 +0000 (12:01 +0900)]
[NUI] Change PageToSnap Behavior (#1452)
Previously, page moves the width of ScrollableBase in SnapToPage mode.
Now, Center of Page will be aligned with Center of ScrollableBase.
And User can set min/max scroll distance by setting ScrollAvailableArea.
admin [Fri, 6 Mar 2020 15:53:50 +0000 (15:53 +0000)]
Release 7.0.0.15115
admin [Fri, 6 Mar 2020 15:53:50 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
WonYoung Choi [Fri, 6 Mar 2020 00:14:05 +0000 (09:14 +0900)]
[Build] Set smack labels of symbol files (#1451)
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Release 7.0.0.15114
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
hsgwon [Thu, 5 Mar 2020 09:41:53 +0000 (18:41 +0900)]
[MediaCodec] Register EosReached event (#1445)
dongsug-song [Thu, 5 Mar 2020 08:27:58 +0000 (17:27 +0900)]
[NUI] Use padding & margin to meausre size in Layout (#1437) (#1448)
* [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:53:52 +0000 (15:53 +0000)]
Release 7.0.0.15112
admin [Wed, 26 Feb 2020 15:53:52 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wonsik Jung [Wed, 26 Feb 2020 04:07:43 +0000 (13:07 +0900)]
[NUI] Add to set Available Orientations (#1257)
Add to set Available Orientations.
This API is for adding serveral orientations one time.