Hwankyu Jhun [Fri, 7 Jan 2022 05:39:05 +0000 (14:39 +0900)]
[EventManager][Non-ACR][Update trusted test app]
Change-Id: I4ecba5811134edb406fcb22741ded9a8f3c7c5a2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Tan Nguyen [Fri, 7 Jan 2022 03:17:08 +0000 (03:17 +0000)]
Merge "[NUI][ACR-455] Add public APIs: Copy, Cut and Paste for Text on TextEditor and TextField" into tizen
jusung [Thu, 6 Jan 2022 02:11:05 +0000 (11:11 +0900)]
[EventManager][Non-ACR][Update trusted test app]
Change-Id: Id33ec9960fd3a5edc16ad4f8e7e4cd2eb1b032bc
Signed-off-by: jusung <jusung07.son@samsung.com>
Tan Nguyen [Thu, 6 Jan 2022 02:01:09 +0000 (02:01 +0000)]
Merge "[NUI][ACR-444] Add EllipsisPosition property to TextLabel, TextField and TextEditor" into tizen
Shrouq Sabah [Tue, 31 Aug 2021 15:21:29 +0000 (18:21 +0300)]
[NUI][ACR-455] Add public APIs: Copy, Cut and Paste for Text on TextEditor and TextField
Added 14 test-cases for the below APIs:
public static string CopyToClipboard(TextEditor textEditor) //API
public static string CopyToClipboard(TextField textField) //API
public static string CutToClipboard(TextEditor textEditor) //API
public static string CutToClipboard(TextField textField) //API
public static void PasteTo(TextEditor textEditor) //API
public static void PasteTo(TextField textField) //API
Test-cases for both TextEditor and TextField:
- Tested only call for each API: Expected no exception.
- Tested CopyToClipboard API that retrieve copied text and keep selected text.
- Tested CutToClipboard API that retrieve cut text and remove selected text.
- Tested PasteTo after calling CopyToClipboard that paste the copied text.
- Tested PasteTo after calling CutToClipboard that paste the cut text.
Change-Id: Ic58203fabe8e9ec4d18766c3b5c04b3dbb7988f8
Tan Nguyen [Wed, 5 Jan 2022 10:14:17 +0000 (10:14 +0000)]
Merge "[NUI][TCSACR-436] Add NUI IME Window testcase" into tizen
Shrouq Sabah [Thu, 19 Aug 2021 10:22:07 +0000 (13:22 +0300)]
[NUI][ACR-444] Add EllipsisPosition property to TextLabel, TextField and TextEditor
Add test-cases read/write property for:
Ellipsis_Position Property in TextLabel, TextField and TextEditor
Positions: END, START and MIDDLE
Ellipsis Property in TextEditor
Note: Ellipsis Property exists in TextLabel & TextField with test-cases
Change-Id: Iabd9c9362ccfd2d644d4ec19f244a03d8eb5a8fe
jusung [Tue, 4 Jan 2022 04:14:57 +0000 (13:14 +0900)]
[EventManager][Non-ACR][Fix wrong reply result check]
Change-Id: I7ebd403407971771faf533b337b2f5a8608a4930
Signed-off-by: jusung <jusung07.son@samsung.com>
Vu Nhu Anh [Mon, 3 Jan 2022 20:00:30 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I875dd790092442ed4cb9bf2ad469287216cf07ec
jusung [Thu, 23 Dec 2021 05:14:23 +0000 (14:14 +0900)]
[EventManager][Non-ACR] Initialize flag variable
Change-Id: I78724681d8e4c3ebb8b8c2ddc1bfd1ab844d13bc
Signed-off-by: jusung <jusung07.son@samsung.com>
(cherry picked from commit
b4d9f30bc70a331f284f31d2e92aeaf64b4771dc)
Vu Nhu Anh [Tue, 21 Dec 2021 20:00:26 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I1cb23a796b24933a1c2d17edf92d53158519c509
Tan Nguyen [Fri, 17 Dec 2021 01:42:25 +0000 (01:42 +0000)]
Merge "[NUI][TCSACR-431] Add CameraView testcase" into tizen
Vu Nhu Anh [Tue, 14 Dec 2021 20:00:42 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Icf6f5c9eda7f8ddc338e4c7abbfedab2a845e7c5
Vu Nhu Anh [Mon, 13 Dec 2021 20:00:31 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I757045aadf39dc6ff778090a25899b63fe560e7b
Tan Nguyen [Fri, 10 Dec 2021 03:44:09 +0000 (03:44 +0000)]
Merge "[STT][Non-ACR][Set reserved key to make service engine work as test mode]" into tizen
Vu Nhu Anh [Thu, 9 Dec 2021 20:00:29 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I5cb155969ebe85c4941e30305b01845876d3f935
Vu Nhu Anh [Wed, 8 Dec 2021 20:00:26 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ie52194d1999ff8298369009b0081e135d251e5da
Suyeon Hwang [Tue, 7 Dec 2021 07:33:20 +0000 (16:33 +0900)]
[STT][Non-ACR][Set reserved key to make service engine work as test mode]
Change-Id: I4d1d3da59cfa4b834bd4827aad172869e0e7279a
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Vu Nhu Anh [Tue, 7 Dec 2021 20:00:29 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I79fc3ada7e5ed284f7c870ed1b0d7ea181b7a593
seungho [Fri, 7 May 2021 07:17:10 +0000 (16:17 +0900)]
[NUI][TCSACR-416][Make Transition public APIs]
- In the TCSACR-416, the constructor of TimePeriod is "public TimePeriod(float, float)".
- But, it is fixed to the "public TimePeriod(int, int)" in the next patch.
- https://code.sec.samsung.net/jira/browse/TCSACR-468 is the ACR about it
Change-Id: Id5ea389512837861c1a5f6788c62ef9e0ef38772
Signed-off-by: seungho <sbsh.baek@samsung.com>
Vu Nhu Anh [Mon, 29 Nov 2021 20:00:25 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I81955626ed4cdd82ef1d1bbfcd4edfce468938be
Tan Nguyen [Fri, 26 Nov 2021 02:08:22 +0000 (02:08 +0000)]
Merge "[MediaPlayer][Non-ACR] check if feature is support before wifi gets" into tizen
Vu Nhu Anh [Thu, 25 Nov 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I5771f5df243ded6a03e505861700fb7577c90a17
Tan Nguyen [Wed, 24 Nov 2021 04:34:13 +0000 (04:34 +0000)]
Merge "[Connection][Non-ACR][Add postcondition]" into tizen
Tan Nguyen [Wed, 24 Nov 2021 04:34:10 +0000 (04:34 +0000)]
Merge "[WiFi][Non-ACR][Do postcondition even in failure case]" into tizen
Vu Nhu Anh [Tue, 23 Nov 2021 20:00:22 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I66782f98fb6e5e33c0f50977260338e037612a93
Vu Nhu Anh [Mon, 22 Nov 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ie0e1d42b2787003b59abbbdfd137b2b4063606df
Tan Nguyen [Mon, 22 Nov 2021 08:07:44 +0000 (08:07 +0000)]
Merge "[Non-ACR] Update tizen-manifest.xml file for all packages" into tizen
quyet.leviet [Mon, 22 Nov 2021 07:46:15 +0000 (14:46 +0700)]
[Non-ACR] Update tizen-manifest.xml file for all packages
Change-Id: I14e365b0db829fe04d0053703afa97b049cb8419
Vu Nhu Anh [Fri, 19 Nov 2021 20:00:30 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I2b24fa172d9edcf1fcd91ca5625ae932644c18d3
Tan Nguyen [Thu, 18 Nov 2021 06:23:43 +0000 (06:23 +0000)]
Merge "Modify all scripts for tizen_7.0" into tizen
Tan Nguyen [Thu, 18 Nov 2021 03:36:05 +0000 (03:36 +0000)]
Merge "[Tizen_7.0]Modify all .csproj files and tizen-manifest.xml files for tizen_7.0 version" into tizen
Tan Nguyen [Thu, 18 Nov 2021 02:06:06 +0000 (02:06 +0000)]
Merge "[NUI][ACR-453] Add UTC for SelectionCleared Event" into tizen
Tan Nguyen [Thu, 18 Nov 2021 02:04:25 +0000 (02:04 +0000)]
Merge "[RPCPort][ACR-457] Add new RPCPort test cases" into tizen
Vu Nhu Anh [Wed, 17 Nov 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: If2fbb7df4bfdff4bfe430bc09da748bf9835568a
Nguyen Thi Luong [Wed, 17 Nov 2021 10:13:57 +0000 (17:13 +0700)]
Modify all scripts for tizen_7.0
Change-Id: I0e755034521d252662c89261b7484aacdbd881e5
cheoleun moon [Wed, 17 Nov 2021 04:36:41 +0000 (13:36 +0900)]
[Connection][Non-ACR][Add postcondition]
Change-Id: Iee7db5e0d5c844411cd357109abcda384e083ffb
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
cheoleun moon [Mon, 15 Nov 2021 11:32:25 +0000 (20:32 +0900)]
[WiFi][Non-ACR][Do postcondition even in failure case]
Change-Id: I7a5b53a6f154d973c4e606a87d2cba59d66ab1c5
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
Joogab Yun [Tue, 6 Jul 2021 09:38:47 +0000 (18:38 +0900)]
[NUI][TCSACR-431] Add CameraView testcase
Change-Id: I328743ee671094b477636dd021c47b8b99f27512
quyet.leviet [Tue, 16 Nov 2021 10:43:24 +0000 (17:43 +0700)]
[Tizen_7.0]Modify all .csproj files and tizen-manifest.xml files for tizen_7.0 version
Change-Id: I95feffda94b9b643a587679f827b468275dba8ab
Jeongyoon Nam [Mon, 15 Nov 2021 05:11:16 +0000 (14:11 +0900)]
[MediaPlayer][Non-ACR] check if feature is support before wifi gets
Change-Id: Ifdb852f6df78c304a7675a1382991b16b22283dc
Tan Nguyen [Mon, 15 Nov 2021 03:00:43 +0000 (03:00 +0000)]
Merge "[WiFi][Non-ACR][Reconnect to WiFi after a tct is finished]" into tizen
Vu Nhu Anh [Sat, 13 Nov 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Iae6fceb30f48e5a22d9506518334c446c0d86aec
cheoleun moon [Fri, 12 Nov 2021 05:47:55 +0000 (14:47 +0900)]
[WiFi][Non-ACR][Reconnect to WiFi after a tct is finished]
Change-Id: I17090569a399fa9c48bcb77c270683f7dc572ad7
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
Tan Nguyen [Fri, 12 Nov 2021 01:43:52 +0000 (01:43 +0000)]
Merge "[NUI][Non-ACR] Add EnableSelection set true at SelectionChanged test." into tizen
joogab.yun [Thu, 11 Nov 2021 06:37:57 +0000 (15:37 +0900)]
[NUI][Non-ACR] Add EnableSelection set true at SelectionChanged test.
Change-Id: I48101f028fc86a606877a5dfdbeaf9475a77afe0
Seonah Moon [Wed, 10 Nov 2021 06:30:50 +0000 (15:30 +0900)]
[Download][NON-ACR][bug fix: use Exception.Message for log]
Change-Id: I4a13e04495104c561051e065bfa93f6facb4188f
Tan Nguyen [Tue, 9 Nov 2021 02:22:03 +0000 (02:22 +0000)]
Merge "[NUI][TCSACR-471] Remove TCT by deprecating LinearLayout.LinearAlignment" into tizen
Changgyu Choi [Thu, 7 Oct 2021 02:05:14 +0000 (11:05 +0900)]
[RPCPort][ACR-457] Add new RPCPort test cases
Change-Id: Ia39fbf13b326698b946edbf2f1294232d697677d
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
zhouleonlei [Mon, 1 Nov 2021 09:50:28 +0000 (17:50 +0800)]
[NUI][Non-ACR][Add scrollablebase to fix text overflow]
Add scrollableBase for TabView to fix the issue of text overflow
https://code.sec.samsung.net/jira/browse/TSDF-4066
Change-Id: I035275af0e92bd2aab2726ad6680ba56b22c3d6b
Tan Nguyen [Thu, 28 Oct 2021 11:13:36 +0000 (11:13 +0000)]
Merge "[TTS][TCSACR-449][Add new TCs for ScreenReaderChanged event and IsScreenReaderOn property]" into tizen
Suyeon Hwang [Mon, 6 Sep 2021 07:36:37 +0000 (16:36 +0900)]
[TTS][TCSACR-449][Add new TCs for ScreenReaderChanged event and IsScreenReaderOn property]
Change-Id: I9cfe083e5c6bcbfa5deb44d5a1f28755c33f9507
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Tan Nguyen [Wed, 27 Oct 2021 04:24:42 +0000 (04:24 +0000)]
Merge "[Non-ACR][Maps]change distance to get place list" into tizen
Chakradhar Pogiri [Tue, 26 Oct 2021 12:37:55 +0000 (18:07 +0530)]
[Non-ACR][Maps]change distance to get place list
Change-Id: I2c9abbccba2d8e8c3772d8ff51affa65a0829825
Tan Nguyen [Wed, 27 Oct 2021 02:16:11 +0000 (02:16 +0000)]
Merge "[Nuget][Non-ACR][Updated nuget dlls to latest]" into tizen
Tan Nguyen [Wed, 27 Oct 2021 02:15:22 +0000 (02:15 +0000)]
Merge "[Applications.RPCPort][TCSACR-460] Add new testcases for Parcel" into tizen
Vu Nhu Anh [Tue, 26 Oct 2021 20:00:20 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I53782dedd7197d865c06f31cf834c54775e61019
Vu Nhu Anh [Mon, 25 Oct 2021 20:00:21 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I447976c533969e52cc115417c55d7ff4c8a2daf9
Wonsik Jung [Tue, 3 Aug 2021 11:10:56 +0000 (20:10 +0900)]
[NUI][TCSACR-436] Add NUI IME Window testcase
It has new NUIApplication's constructor and windowType for IME
Change-Id: Ib6bfc81a132fa2f70a963ab6c68459914e6828f4
abdullah [Wed, 1 Sep 2021 13:30:46 +0000 (16:30 +0300)]
[NUI][ACR-450] Add Hyphenation & Mixed Modes To Line Wrapping
Added tests to read/write hyphenation & mixed line wrapping modes
for TextEditor & TextLabel.
Change-Id: I2fc3bfb5e15ceabe2715cbe586c47b384bb2a127
Tan Nguyen [Mon, 18 Oct 2021 06:29:34 +0000 (06:29 +0000)]
Merge "[NUI][ACR-451] Add SelectionChanged Event" into tizen
Jaehyun Cho [Fri, 15 Oct 2021 06:55:59 +0000 (15:55 +0900)]
[NUI][TCSACR-471] Remove TCT by deprecating LinearLayout.LinearAlignment
TCT patch for https://code.sec.samsung.net/jira/browse/TCSACR-471
TCT is removed by deprecating LinearLayout.LinearAlignment
Change-Id: Ibb75acaa89eac205fa90ff6b9a1217d9e2e165f5
Vu Nhu Anh [Thu, 14 Oct 2021 20:00:22 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I834517b3b82aacfc980716e48a601e09b65a3452
Vu Nhu Anh [Wed, 13 Oct 2021 20:00:26 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Iafd2223bda989fc52bb9e962af71609dc4bb603d
Tan Nguyen [Wed, 13 Oct 2021 11:30:29 +0000 (11:30 +0000)]
Merge "[NUI][ACR-452] Add CursorPositionChanged Event" into tizen
Tan Nguyen [Wed, 13 Oct 2021 10:18:41 +0000 (10:18 +0000)]
Merge "[AudioIO][TCSACR-472] Support up-to 16 channel for recording" into tizen
zhouleonlei [Tue, 12 Oct 2021 09:12:39 +0000 (17:12 +0800)]
[NUI][Non-ACR][Fix text display issues and crash]
Change-Id: I895c1b782f0b751c85a3032b6437295869ea2148
Hwankyu Jhun [Fri, 24 Sep 2021 02:13:40 +0000 (11:13 +0900)]
[Applications.RPCPort][TCSACR-460] Add new testcases for Parcel
Adds:
- Parcel_INIT_WITH_BYTES()
- Parcel_WITH_NULL_BYTES_AND_CHECK_INVALIDIOEXCEPTION()
- ToBytes_RETURN()
Change-Id: Ic5fc01f89e7c0a8a44d0b6b43c90f9b22822148b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
huiyu.eun [Thu, 7 Oct 2021 06:48:30 +0000 (15:48 +0900)]
[NUI][Non-ACR][TSDF-4064] Lock UI while running test
https://code.sec.samsung.net/jira/browse/TSDF-4064
Block the button from being pressed several times.
Change-Id: I1b25af10e5ef292844545c68b0cfc99e83524243
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Tan Nguyen [Thu, 7 Oct 2021 02:23:26 +0000 (02:23 +0000)]
Merge "[PackageManager][TCSACR-442] Add TCs for new APIs" into tizen
Tan Nguyen [Thu, 7 Oct 2021 02:03:56 +0000 (02:03 +0000)]
Merge "[Applications][TCSACR-441] Add TCs for new APIs" into tizen
Tan Nguyen [Thu, 7 Oct 2021 02:03:26 +0000 (02:03 +0000)]
Merge "[NUI][Non-ACR] Fix guide steps & precondition" into tizen
Tan Nguyen [Thu, 7 Oct 2021 02:03:08 +0000 (02:03 +0000)]
Merge "[Non-ACR][SecureRepository]Update expired certificates" into tizen
Tan Nguyen [Thu, 7 Oct 2021 02:02:32 +0000 (02:02 +0000)]
Merge "[NUI][Non-ACR] Add missing TC [ViewStyle.CornerRadius]" into tizen
Vu Nhu Anh [Wed, 6 Oct 2021 20:00:20 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I65272c73fba93cc73789ffecde98d4d5395530af
Vu Nhu Anh [Wed, 6 Oct 2021 20:00:11 +0000 (05:00 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/test/tct/csharp/api into tizen
Change-Id: Id84ad5f778d5ad4ca216c9bbd38800974e1d68a5
Lukasz Pawelczyk [Wed, 6 Oct 2021 14:52:23 +0000 (16:52 +0200)]
[Non-ACR][SecureRepository]Update expired certificates
Change-Id: I4c9ec636510b3f282dacc7d2b33d8b7fa2ef0f97
Sangyoon Jang [Thu, 16 Sep 2021 05:12:37 +0000 (14:12 +0900)]
[Applications][TCSACR-441] Add TCs for new APIs
Change-Id: I01cc791bbc168b13b558acfa5b96cbf52c579165
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Eunki, Hong [Wed, 6 Oct 2021 03:18:30 +0000 (12:18 +0900)]
[NUI][Non-ACR] Add missing TC [ViewStyle.CornerRadius]
Change-Id: I77d8e9b2f3f6359e33faefd8cac084ddb936b215
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
huiyu.eun [Wed, 6 Oct 2021 03:05:05 +0000 (12:05 +0900)]
[NUI][Non-ACR] Fix guide steps & precondition
[TSDF-4066]Guide wasn't displayed fully
https://code.sec.samsung.net/jira/browse/TSDF-4066
Change-Id: Ibb94903e96e16521ca39a8e5d34080778b704d83
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Vu Nhu Anh [Tue, 5 Oct 2021 20:07:21 +0000 (05:07 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: If08098884eb1571d27fd132896d7a1e5d56819f3
Tan Nguyen [Tue, 5 Oct 2021 02:11:25 +0000 (02:11 +0000)]
Merge changes Idac8cb41,I047c3456 into tizen
* changes:
[Inputmethod][TCSACR-443] Add new TC for changing IME size
[TCSACR-443] Add InputMethodEditor.SetSize() tests
Vu Nhu Anh [Fri, 1 Oct 2021 20:00:31 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I132567ef282920c64702dbaef46365efad7c95e0
Nguyen Van Tan [Thu, 30 Sep 2021 06:34:56 +0000 (13:34 +0700)]
[Non-ACR] Addd NUI.Extention to CSharpTCT.sln
Change-Id: I9978caef30b8d7e54f509df757aa0b1f24f51077
Changgyu Choi [Thu, 30 Sep 2021 05:03:09 +0000 (14:03 +0900)]
[RPCPort][Non-ACR] Fix tct fail issue
Change-Id: Id87fae5ee2a8c2c9067e2e47b350de0f10a10617
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Taehyub Kim [Tue, 14 Sep 2021 06:15:41 +0000 (15:15 +0900)]
[NUI][TCSACR-454] Add RiveAnimationView APIs
Change-Id: Id516dd9170567e21315be1c46827f8daabe8ae8f
Vu Nhu Anh [Wed, 29 Sep 2021 20:00:26 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ieff0d3007d5966463dd872cd4d5a70d0b582a716
Nguyen Van Tan [Wed, 29 Sep 2021 02:52:53 +0000 (09:52 +0700)]
[Non-ACR] Add Multimedia.NUI to tct-suite-vs/CSharpTCT.sln file
Change-Id: If16615dce6fb1f631bc9ed4d4d9245f723987878
Vu Nhu Anh [Tue, 28 Sep 2021 20:00:30 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Iaf05558fd0b3d0d1d835fcf2849c5b39bfbf3bbd
Tan Nguyen [Tue, 28 Sep 2021 07:08:40 +0000 (07:08 +0000)]
Merge "[NUI][Non-ACR][Remove obsolete apis of XAML]" into tizen
Vu Nhu Anh [Mon, 27 Sep 2021 20:00:33 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I69de4c8f0523561f5eb8fb396b985d9f2ce36f49
Tan Nguyen [Mon, 27 Sep 2021 10:57:10 +0000 (10:57 +0000)]
Merge "[ImageUtil][TCSACR-445] Support HEIF image decoder" into tizen
Tan Nguyen [Mon, 27 Sep 2021 10:55:59 +0000 (10:55 +0000)]
Merge "[MediaContent][TCSACR-439] Support ebook format" into tizen
Xianbing Teng [Mon, 27 Sep 2021 10:38:23 +0000 (18:38 +0800)]
[NUI][Non-ACR][Remove obsolete apis of XAML]
Change-Id: I34a30468575b8bf7cd8d1261eb1890604bb55571
Hyotaek Shim [Thu, 23 Sep 2021 03:24:59 +0000 (12:24 +0900)]
[Sensor][Non-ACR][Add description]
Change-Id: Ibcd3161fab7030a8c330e3ef6640761cefedc53b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Sangyoon Jang [Tue, 7 Sep 2021 11:23:07 +0000 (20:23 +0900)]
[PackageManager][TCSACR-442] Add TCs for new APIs
Change-Id: Iea1e3885c774d5c45b5bf790d38997b63a49a26e
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
InHong Han [Mon, 13 Sep 2021 08:35:21 +0000 (17:35 +0900)]
[Inputmethod][TCSACR-443] Add new TC for changing IME size
Change-Id: Idac8cb419c5869b1455949f034ce13e51173231f
Haesu Gwon [Mon, 27 Sep 2021 01:26:06 +0000 (10:26 +0900)]
[AudioIO][TCSACR-472] Support up-to 16 channel for recording
Change-Id: I63902debbea6c10a6182146e6dd1eafadbe527f8
Haesu Gwon [Tue, 7 Sep 2021 02:25:07 +0000 (11:25 +0900)]
[MediaContent][TCSACR-439] Support ebook format
Change-Id: Id4369dddc5d68ab14a5b6aa21aa7f34dc7e81f44
Jihoon Kim [Fri, 20 Aug 2021 11:11:16 +0000 (20:11 +0900)]
[TCSACR-443] Add InputMethodEditor.SetSize() tests
Change-Id: I047c3456187f72daa158d56318f6d26fc0e2d5d8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>