platform/core/csapi/tizenfx.git
3 years agoRelease 7.0.0.15145 accepted/tizen/5.5/unified/20200610.155244 submit/tizen_5.5/20200610.005156
admin [Tue, 9 Jun 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15145

3 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 9 Jun 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

3 years ago[Security] Fix PrivacyPrivilegeManager.RequestPermissions crash issue (#1651)
Seungkeun Lee [Tue, 9 Jun 2020 08:36:07 +0000 (17:36 +0900)]
[Security] Fix PrivacyPrivilegeManager.RequestPermissions crash issue (#1651)

3 years agoRelease 7.0.0.15144 submit/tizen_5.5/20200606.005153
admin [Fri, 5 Jun 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15144

3 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Fri, 5 Jun 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

3 years ago[Bluetooth][Non-ACR] Add NULL check logic for Marshal.PtrToStringAnsi (#1658)
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>
3 years agoRelease 7.0.0.15143 accepted/tizen/5.5/unified/20200604.152633 submit/tizen_5.5/20200603.005157
admin [Tue, 2 Jun 2020 15:51:57 +0000 (15:51 +0000)]
Release 7.0.0.15143

3 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 2 Jun 2020 15:51:57 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

3 years ago[Bluetooth][Non-ACR] Fix the crash in GetBondedDevices API (#1644)
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>
3 years agoRelease 7.0.0.15142 accepted/tizen/5.5/unified/20200603.230052 submit/tizen_5.5/20200530.005157
admin [Fri, 29 May 2020 15:51:57 +0000 (15:51 +0000)]
Release 7.0.0.15142

3 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Fri, 29 May 2020 15:51:57 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

3 years ago[ElmSharp] Update the SystemTime internal struct (#1625)
Kangho Hur [Fri, 29 May 2020 05:40:10 +0000 (14:40 +0900)]
[ElmSharp] Update the SystemTime internal struct (#1625)

3 years agoRelease 7.0.0.15141 accepted/tizen/5.5/unified/20200601.002414 submit/tizen_5.5/20200529.005155
admin [Thu, 28 May 2020 15:51:55 +0000 (15:51 +0000)]
Release 7.0.0.15141

3 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 28 May 2020 15:51:55 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

3 years ago[Bluetooth][Non-ACR] Invalid increased count issue (#1614)
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>
4 years agoRelease 7.0.0.15140 accepted/tizen/5.5/unified/20200513.143917 submit/tizen_5.5/20200508.005347 submit/tizen_5.5/20200511.062710 submit/tizen_5.5/20200512.014216
admin [Thu, 7 May 2020 15:53:47 +0000 (15:53 +0000)]
Release 7.0.0.15140

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 7 May 2020 15:53:47 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[ElmSharp] Adds PeekInstance to PreloadedWindow (#1591)
Kangho Hur [Thu, 7 May 2020 01:38:18 +0000 (10:38 +0900)]
[ElmSharp] Adds PeekInstance to PreloadedWindow (#1591)

4 years agoRelease 7.0.0.15139 accepted/tizen/5.5/unified/20200506.125027 submit/tizen_5.5/20200430.005350
admin [Wed, 29 Apr 2020 15:53:50 +0000 (15:53 +0000)]
Release 7.0.0.15139

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Wed, 29 Apr 2020 15:53:49 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years agochanged data type of time for compatibility with native layer (#1582)
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

4 years agoRelease 7.0.0.15138 accepted/tizen/5.5/unified/20200429.140217 submit/tizen_5.5/20200429.120457
admin [Wed, 29 Apr 2020 03:04:57 +0000 (03:04 +0000)]
Release 7.0.0.15138

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Wed, 29 Apr 2020 03:04:57 +0000 (03:04 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Fix `PlatformFileList.txt` to reflect filename chagne (#1578)
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

4 years agoRelease 7.0.0.15137 submit/tizen_5.5/20200429.105042
admin [Wed, 29 Apr 2020 01:50:42 +0000 (01:50 +0000)]
Release 7.0.0.15137

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Wed, 29 Apr 2020 01:50:42 +0000 (01:50 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Rename preload files to support ordering (#1575)
Hyungju Lee [Wed, 29 Apr 2020 01:43:46 +0000 (10:43 +0900)]
[Build] Rename preload files to support ordering (#1575)

Change-Id: I962148df0e31ec4a9d9061964d27bc74dd03d8c3

4 years agoRelease 7.0.0.15136 accepted/tizen/5.5/unified/20200427.225115 submit/tizen_5.5/20200427.163717
admin [Mon, 27 Apr 2020 07:37:17 +0000 (07:37 +0000)]
Release 7.0.0.15136

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 27 Apr 2020 07:37:17 +0000 (07:37 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Add the {Name}.preload file required for preloading in the launcher (#1490)
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

4 years agoRelease 7.0.0.15135 accepted/tizen/5.5/unified/20200424.141713 submit/tizen_5.5/20200424.163800
admin [Fri, 24 Apr 2020 07:38:00 +0000 (07:38 +0000)]
Release 7.0.0.15135

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Fri, 24 Apr 2020 07:38:00 +0000 (07:38 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years agoAddition of Tizen.System.PowerUsage.dll (#1564)
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

4 years agoRelease 7.0.0.15134 accepted/tizen/5.5/unified/20200414.140214 submit/tizen_5.5/20200414.005351
admin [Mon, 13 Apr 2020 15:53:51 +0000 (15:53 +0000)]
Release 7.0.0.15134

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 13 Apr 2020 15:53:51 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[System.PowerUsage] Introduce Tizen.System.PowerUsage (#1512)
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

4 years ago[ElmSharp] Add internal Window auxiliary hint APIs (#1534)
arosis78 [Mon, 13 Apr 2020 01:03:11 +0000 (10:03 +0900)]
[ElmSharp] Add internal Window auxiliary hint APIs (#1534)

4 years agoRelease 7.0.0.15132 accepted/tizen/5.5/unified/20200413.002441 submit/tizen_5.5/20200411.005343
admin [Fri, 10 Apr 2020 15:53:43 +0000 (15:53 +0000)]
Release 7.0.0.15132

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Fri, 10 Apr 2020 15:53:43 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Tizen.Network.Bluetooth][Non-ACR] Fix app crash issue during free (#1531)
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>
4 years agoRelease 7.0.0.15131 submit/tizen_5.5/20200408.005345
admin [Tue, 7 Apr 2020 15:53:45 +0000 (15:53 +0000)]
Release 7.0.0.15131

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 7 Apr 2020 15:53:45 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Information] Added preload method for optimization (#1493)
JongHeonChoi [Tue, 7 Apr 2020 08:52:21 +0000 (17:52 +0900)]
[Information] Added preload method for optimization (#1493)

4 years agoRelease 7.0.0.15130 accepted/tizen/5.5/unified/20200403.153229 submit/tizen_5.5/20200403.005309
admin [Thu, 2 Apr 2020 15:53:09 +0000 (15:53 +0000)]
Release 7.0.0.15130

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 2 Apr 2020 15:53:09 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Bluetooth][TCSACR-311] Add new StartLeScan API (#1507)
Wootak [Thu, 2 Apr 2020 01:13:13 +0000 (10:13 +0900)]
[Bluetooth][TCSACR-311] Add new StartLeScan API (#1507)

4 years agoRelease 7.0.0.15129 accepted/tizen/5.5/unified/20200401.132718 submit/tizen_5.5/20200401.005345
admin [Tue, 31 Mar 2020 15:53:46 +0000 (15:53 +0000)]
Release 7.0.0.15129

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 31 Mar 2020 15:53:45 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years agoUpdate CurrentUICulture when Locale was changed (#1504)
Seungkeun Lee [Tue, 31 Mar 2020 05:59:24 +0000 (14:59 +0900)]
Update CurrentUICulture when Locale was changed (#1504)

4 years agoRelease 7.0.0.15128 accepted/tizen/5.5/unified/20200331.180250 submit/tizen_5.5/20200331.005156
admin [Mon, 30 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15128

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 30 Mar 2020 15:51:55 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Add SetPositionByLayout Property (#1498)
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

4 years ago[NUI] Fix scrolling (#1496)
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.

4 years agoRelease 7.0.0.15126 accepted/tizen/5.5/unified/20200326.232426 submit/tizen_5.5/20200327.005355
admin [Thu, 26 Mar 2020 15:53:55 +0000 (15:53 +0000)]
Release 7.0.0.15126

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 26 Mar 2020 15:53:55 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Set smack labels of symbol files in .spec.in (#1487)
JongHeonChoi [Thu, 26 Mar 2020 07:55:46 +0000 (16:55 +0900)]
[Build] Set smack labels of symbol files in .spec.in (#1487)

4 years agoRelease 7.0.0.15125 accepted/tizen/5.5/unified/20200325.144851 submit/tizen_5.5/20200325.005159
admin [Tue, 24 Mar 2020 15:51:59 +0000 (15:51 +0000)]
Release 7.0.0.15125

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 24 Mar 2020 15:51:59 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[StreamRecorder] Handle NotSupportedException as new feature added (#1443)
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>
4 years agoRelease 7.0.0.15124 accepted/tizen/5.5/unified/20200324.134400 submit/tizen_5.5/20200324.005222
admin [Mon, 23 Mar 2020 15:52:22 +0000 (15:52 +0000)]
Release 7.0.0.15124

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 23 Mar 2020 15:52:22 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[ElmSharp] Add ElmSharp.Wearable preloading (#1464)
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

4 years agoRelease 7.0.0.15123 accepted/tizen/5.5/unified/20200320.025552 submit/tizen_5.5/20200320.005156
admin [Thu, 19 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 7.0.0.15123

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 19 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Add API for changing layout sibling order (#1478)
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.

4 years agoRelease 7.0.0.15122 accepted/tizen/5.5/unified/20200318.225628 submit/tizen_5.5/20200318.154641
admin [Wed, 18 Mar 2020 06:46:41 +0000 (06:46 +0000)]
Release 7.0.0.15122

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Wed, 18 Mar 2020 06:46:41 +0000 (06:46 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Set executable to makerid.py
Wonyoung Choi [Wed, 18 Mar 2020 06:44:27 +0000 (15:44 +0900)]
[Build] Set executable to makerid.py

4 years ago[NUI] check layout owner is null when removing childLayout (#1473)
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.

4 years ago[NUI] Remove Window.Instance from the sample code (#1467)
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>
4 years ago[NUI] Apply CornerRadius to View (#1466)
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>
4 years ago[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1424)
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

4 years agoRelease 7.0.0.15117 accepted/tizen/5.5/unified/20200311.131025 submit/tizen_5.5/20200311.005208
admin [Tue, 10 Mar 2020 15:52:08 +0000 (15:52 +0000)]
Release 7.0.0.15117

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 10 Mar 2020 15:52:08 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Check the previous width and height specifications (#1457)
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>
4 years agoRelease 7.0.0.15116 submit/tizen_5.5/20200310.005153
admin [Mon, 9 Mar 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15116

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 9 Mar 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Change PageToSnap Behavior (#1452)
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.

4 years agoRelease 7.0.0.15115 accepted/tizen/5.5/unified/20200309.013523 submit/tizen_5.5/20200307.005350
admin [Fri, 6 Mar 2020 15:53:50 +0000 (15:53 +0000)]
Release 7.0.0.15115

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Fri, 6 Mar 2020 15:53:50 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Build] Set smack labels of symbol files (#1451)
WonYoung Choi [Fri, 6 Mar 2020 00:14:05 +0000 (09:14 +0900)]
[Build] Set smack labels of symbol files (#1451)

4 years agoRelease 7.0.0.15114 submit/tizen_5.5/20200306.005351
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Release 7.0.0.15114

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[MediaCodec] Register EosReached event (#1445)
hsgwon [Thu, 5 Mar 2020 09:41:53 +0000 (18:41 +0900)]
[MediaCodec] Register EosReached event (#1445)

4 years ago[NUI] Use padding & margin to meausre size in Layout (#1437) (#1448)
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.

4 years agoRelease 7.0.0.15112 accepted/tizen/5.5/unified/20200304.123846 submit/tizen_5.5/20200227.005352 submit/tizen_5.5/20200303.012956
admin [Wed, 26 Feb 2020 15:53:52 +0000 (15:53 +0000)]
Release 7.0.0.15112

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Wed, 26 Feb 2020 15:53:52 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Add to set Available Orientations (#1257)
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.

4 years agoRelease 7.0.0.15111 submit/tizen_5.5/20200225.005153
admin [Mon, 24 Feb 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15111

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Mon, 24 Feb 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Add ScrollEvent to ScrollableBase (#1431)
neostom432 [Mon, 24 Feb 2020 06:28:34 +0000 (15:28 +0900)]
[NUI] Add ScrollEvent to ScrollableBase (#1431)

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.

4 years agoFix margin bug in FlexLayout (#1419)
neostom432 [Mon, 24 Feb 2020 06:25:37 +0000 (15:25 +0900)]
Fix margin bug in FlexLayout (#1419)

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.

4 years agoRelease 7.0.0.15109 accepted/tizen/5.5/unified/20200221.094224 submit/tizen_5.5/20200221.005150
admin [Thu, 20 Feb 2020 15:51:50 +0000 (15:51 +0000)]
Release 7.0.0.15109

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Thu, 20 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[NUI] Remove draft property in ScrollableBase (#1429)
neostom432 [Thu, 20 Feb 2020 05:45:26 +0000 (14:45 +0900)]
[NUI] Remove draft property in ScrollableBase (#1429)

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.

4 years ago[ElmSharp] Fix GestureLayer native callback return type (#1423)
Seungkeun Lee [Thu, 20 Feb 2020 01:29:10 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1423)

LGTM

4 years ago[NUI] Add property LayoutWithTransition to LayoutItem (#1427)
neostom432 [Thu, 20 Feb 2020 01:14:09 +0000 (10:14 +0900)]
[NUI] Add property LayoutWithTransition to LayoutItem (#1427)

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.

4 years agoRelease 7.0.0.15106 submit/tizen_5.5/20200219.005149
admin [Tue, 18 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Release 7.0.0.15106

4 years agoMerge remote-tracking branch 'origin/API7' into tizen_5.5
admin [Tue, 18 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5

4 years ago[Applications.Common] Add a new element of ApplicationComponentType (#1397)
hjhun [Tue, 18 Feb 2020 08:20:04 +0000 (17:20 +0900)]
[Applications.Common] Add a new element of ApplicationComponentType (#1397)

Adds:
 - ComponentBasedApplication

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>