Jaehyun Cho [Thu, 13 May 2021 11:01:14 +0000 (20:01 +0900)]
[NUI][TCSACR-419] Add DialogPage, Dialog, AlertDialog classes
File - src/Tizen.NUI.Components/Controls/Navigation/DialogPage.cs
- Class
[Add] public class DialogPage
- Constructor
[Add] public DialogPage()
- Property
[Add] public View Content { get; set; }
[Add] public bool EnableScrim { get; set; }
[Add] public bool EnableDismissOnScrim { get; set; }
[Add] public Color ScrimColor { get; set; }
[Add] protected View Scrim { get; set; }
- Method
[Add] public static void ShowDialog(View content)
[Add] public static void ShowAlertDialog(string title, string message, params View[] actions)
File - src/Tizen.NUI.Components/Controls/Dialog.cs
- Class
[Add] public class Dialog
- Constructor
[Add] public Dialog()
- Property
[Add] public View Content { get; set; }
File - src/Tizen.NUI.Components/Controls/AlertDialog.cs
- Class
[Add] public class AlertDialog
- Constructor
[Add] public AlertDialog()
[Add] public AlertDialog(string style)
[Add] public AlertDialog(AlertDialogStyle alertDialogStyle)
- Property
[Add] public string Title { get; set; }
[Add] public string Message { get; set; }
[Add] public IEnumerable<View> Actions { get; set; }
[Add] public View TitleContent { get; set; }
[Add] public View Content { get; set; }
[Add] public View ActionContent { get; set; }
- Method
[Add] public override void ApplyStyle(ViewStyle viewStyle)
File - src/Tizen.NUI.Components/Style/AlertDialogStyle.cs
- Class
[Add] public class AlertDialogStyle
- Constructor
[Add] public AlertDialogStyle()
[Add] public AlertDialogStyle(AlertDialogStyle style)
- Property
[Add] public TextLabelStyle TitleTextLabel { get; set; }
[Add] public TextLabelStyle MessageTextLabel { get; set; }
[Add] public ViewStyle ActionContent { get; set; }
- Method
[Add] public override void CopyFrom(BindableObject bindableObject)
Change-Id: Ifd65c58bdf474d260958d71ec45851f773ea50f3
Tan Nguyen [Wed, 12 May 2021 08:54:42 +0000 (08:54 +0000)]
Merge "[Telephony][Non-ACR] Modify timer for testing" into tizen
Wootak Jung [Wed, 12 May 2021 08:37:04 +0000 (17:37 +0900)]
[Telephony][Non-ACR] Modify timer for testing
Change-Id: I095017f922282c9dacb64bbdd5188d2f8d03ebee
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
chakradhar pogiri [Wed, 12 May 2021 08:22:48 +0000 (13:52 +0530)]
[Non-ACR][Tizen.Maps.Manual.Tests] Fix Text on navigation buttons
Change-Id: I0415b9177e043ea23853f5f310824daa48bc92d2
Signed-off-by: chakradhar pogiri <v.pogiri@samsung.com>
Tan Nguyen [Wed, 12 May 2021 07:09:40 +0000 (07:09 +0000)]
Merge "[Non-ACR][AttachPanel] Fix test case EventChanged_EventType_TEST()" into tizen
Nguyen Thi Luong [Tue, 11 May 2021 10:53:02 +0000 (17:53 +0700)]
[Non-ACR][AttachPanel] Fix test case EventChanged_EventType_TEST()
Change-Id: Iade9652f6c8d1ded3ac5a5148e8c89954174543b
Vu Nhu Anh [Tue, 11 May 2021 20:00:32 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I34662a871b3fd56c1c38a115fb3bd03d1a435c8b
chakradhar pogiri [Tue, 11 May 2021 02:46:12 +0000 (08:16 +0530)]
[Non-ACR][Tizen.Maps.Manual.Tests] Fix text view in wearable
Change-Id: I4e0a31d6fec01dc9e1c53a566df396845d56e469
Signed-off-by: chakradhar pogiri <v.pogiri@samsung.com>
Tan Nguyen [Mon, 10 May 2021 11:10:13 +0000 (11:10 +0000)]
Merge "[Multimedia.Manual][Non-ACR] Fix bug when display NotSupported message" into tizen
Tan Nguyen [Mon, 10 May 2021 11:09:47 +0000 (11:09 +0000)]
Merge "[Non-ACR][Tizen.Maps.Manual.Tests] resize text and buttons in map view" into tizen
chakradhar pogiri [Mon, 10 May 2021 04:55:52 +0000 (10:25 +0530)]
[Non-ACR][Tizen.Maps.Manual.Tests] resize text and buttons in map view
Change-Id: Ib540379630595025a3aaa5aaf60a72fef923db37
Signed-off-by: chakradhar pogiri <v.pogiri@samsung.com>
Seonah Moon [Mon, 10 May 2021 10:02:41 +0000 (19:02 +0900)]
[Nsd][Manual][Non-ACR] Fix display issue
Defect: TSDF-1533
Related TC: RegisterService_REGISTER_DNSSD_SERVICE
Description: All Button and text have been cut after tap on Register button
Change-Id: I2f108971032d9d685ef54ed8cce6627386778337
Haesu Gwon [Mon, 10 May 2021 09:38:54 +0000 (18:38 +0900)]
[Multimedia.Manual][Non-ACR] Fix bug when display NotSupported message
Change-Id: Ib2196a6624a3a6f7ab595a254eb503f89493188d
Jay Cho [Mon, 10 May 2021 02:20:12 +0000 (11:20 +0900)]
[ElmSharp] Remove ElmSharp and ElmSharpWearable from CsharpTCT
Change-Id: Ife7c1111e8a8a65fd6821c0ddb2e824efebfd629
Tan Nguyen [Mon, 10 May 2021 01:56:17 +0000 (01:56 +0000)]
Merge "[NUI][Non-ACR] Fix button text display issue" into tizen
zhouleonlei [Fri, 7 May 2021 09:26:02 +0000 (17:26 +0800)]
[NUI][Non-ACR] Fix button text display issue
https://code.sec.samsung.net/jira/browse/TSDF-1583
All button are not display so cannot perform any action to show log
https://code.sec.samsung.net/jira/browse/TSDF-1597
Logs display wrong
https://code.sec.samsung.net/jira/browse/TSDF-1598
AddIdle button don't display
https://code.sec.samsung.net/jira/browse/TSDF-1595
https://code.sec.samsung.net/jira/browse/TSDF-1596
App often hang or force close when scrolling steps or tap next button in any testcase.
Change-Id: I6536144c297226af2e858973a7fd4d998eb3e7e3
Vu Nhu Anh [Fri, 7 May 2021 20:00:28 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I985d2b66197e8671643adf4f3a139ff6056b8ca7
Vu Nhu Anh [Fri, 7 May 2021 01:59:23 +0000 (10:59 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I33541d617d0e47d813da28bb995cbace94f5e6bc
Tan Nguyen [Thu, 6 May 2021 11:45:18 +0000 (11:45 +0000)]
Merge "[Connection][Non-ACR] Remove incorrect comparision" into tizen
Cheoleun Moon [Thu, 6 May 2021 07:29:17 +0000 (16:29 +0900)]
[Connection][Non-ACR] Remove incorrect comparision
Change-Id: Ie04878b87b2d008156e5376473c803cfab3409ae
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Hyotaek Shim [Thu, 6 May 2021 01:24:17 +0000 (10:24 +0900)]
[System.Usb][Non-ACR] Complement description for Tizen.Usb.Manual.Tests
Change-Id: I29dea20d8f34b9c90d6e6b638f15debf5034da4c
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Vu Nhu Anh [Thu, 6 May 2021 01:56:11 +0000 (10:56 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ibac986c0412113108fa93a04d97b888254cf6243
Wootak Jung [Wed, 5 May 2021 22:54:41 +0000 (07:54 +0900)]
[Telephony][Non-ACR] Fix TCT crash issue
Change-Id: Ic68069f29364fe3a9d2557b0205a9b721fc42cc1
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Tan Nguyen [Wed, 5 May 2021 02:28:48 +0000 (02:28 +0000)]
Merge "[ElmSharp][Non-ACR] Fix typo in instruction" into tizen
Suyeon Hwang [Tue, 4 May 2021 09:36:38 +0000 (18:36 +0900)]
[Non-ACR][TtsEngine/SttEngine] Fix test buttons are not cut
Change-Id: I44cd10a110beb8a6c78f8f3f7db020ef915e343b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Tan Nguyen [Tue, 4 May 2021 03:33:53 +0000 (03:33 +0000)]
Merge "[MediaVision][Non-ACR] Fix invalid model parameters" into tizen
Tan Nguyen [Tue, 4 May 2021 03:33:44 +0000 (03:33 +0000)]
Merge "[NUI][Non-ACR] Fix the issue of text displaying abnormal for wearable" into tizen
Tan Nguyen [Tue, 4 May 2021 03:33:34 +0000 (03:33 +0000)]
Merge "[NUI][TCSACR-408][Add Slider and Progress properties]" into tizen
Tan Nguyen [Tue, 4 May 2021 03:33:23 +0000 (03:33 +0000)]
Merge "[Bluetooth][Non-ACR] Fix BluetoothAudio instance creating issue" into tizen
Wootak Jung [Tue, 4 May 2021 00:05:33 +0000 (09:05 +0900)]
[Bluetooth][Non-ACR] Fix BluetoothAudio instance creating issue
Change-Id: I9f279b68df92cfc06522df26c17b605a8668849c
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Vu Nhu Anh [Fri, 30 Apr 2021 20:00:40 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I0bb43cc7f2ed4b2157a01a26ac90fe7e06c3bc22
Seoyeon Kim [Fri, 30 Apr 2021 07:37:51 +0000 (16:37 +0900)]
[NUI][TCSACR-408][Add Slider and Progress properties]
- Progress.IndeterminateImageUrl
- ProgressStyle.IndeterminateImageUrl
- Slider.ThumbImageUrl
- Slider.IsValueShown
- Slider.ValueIndicatorText
- Slider.ValueIndicatorSize
- Slider.ValueIndicatorUrl
- Slider.IsDiscrete
- Slider.DiscreteValue
- SliderStyle.ValueIndicatorText
- SliderStyle.ValueIndicatorImage
Change-Id: Id24b7ba3b77d5eb499e48f099ee9d03b2c733b0c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
JoonghyunCho [Fri, 30 Apr 2021 01:54:31 +0000 (10:54 +0900)]
[ElmSharp][Non-ACR] Fix typo in instruction
Change-Id: I634dba8204f9428a42cfe99aed77dd6619be2391
zhouleonlei [Thu, 29 Apr 2021 10:06:32 +0000 (18:06 +0800)]
[NUI][Non-ACR] Fix the issue of text displaying abnormal for wearable
https://code.sec.samsung.net/jira/browse/TSDF-1532
All text of button and text of result are not displayed
Change-Id: Ie17bda90189d4f4d347ec2babad3bdb9710daf97
Tae-Young Chung [Thu, 29 Apr 2021 09:12:59 +0000 (18:12 +0900)]
[MediaVision][Non-ACR] Fix invalid model parameters
Change-Id: If505eb8f9c8ebf5088b494ff6be84782a0ebe485
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Vu Nhu Anh [Thu, 29 Apr 2021 08:23:15 +0000 (17:23 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I8f0fd2c6e3c9af649aeb449e57d1a9eaf3d6f1a4
Tan Nguyen [Thu, 29 Apr 2021 08:01:03 +0000 (08:01 +0000)]
Merge "[Non-ACR][NUI] Fix testhub fails" into tizen
Dongsug Song [Thu, 29 Apr 2021 01:07:06 +0000 (10:07 +0900)]
[Non-ACR][NUI] Fix testhub fails
- fix testhub auto tct fails, it only occurs on RPI board
- add delays to cover all profiles
Change-Id: Id0c99c534dc4a468c5bdb890aac25dfc4645a1e1
Vu Nhu Anh [Tue, 27 Apr 2021 20:00:28 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I47630aa2752eb949090a1c4411cf3b345333312f
Tan Nguyen [Fri, 23 Apr 2021 01:52:22 +0000 (01:52 +0000)]
Merge "[MediaVision][Non-ACR] Fix a bug of Init() condition in TSPoseLandmarkDetector.cs" into tizen
Tan Nguyen [Fri, 23 Apr 2021 01:52:14 +0000 (01:52 +0000)]
Merge "[Non-ACR][NUI] Fix default theme value of TextLabel" into tizen
Vu Nhu Anh [Thu, 22 Apr 2021 20:00:25 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I0461163f5352bbff0094f755d5fed3e76bdd592b
Tae-Young Chung [Thu, 22 Apr 2021 02:06:01 +0000 (11:06 +0900)]
[MediaVision][Non-ACR] Fix a bug of Init() condition in TSPoseLandmarkDetector.cs
In catch(NotSupportedException){}, _pdConfig may be NULL.
Thus, null check of _pdConfig should be done in try{}.
Change-Id: Ib90fffd9d5e149a2958afd7f5438cea42c9e552f
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Vu Nhu Anh [Wed, 21 Apr 2021 20:00:27 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: If23df8ece8ca590f1f998e6c932dc30e1464e99f
Jiyun Yang [Wed, 21 Apr 2021 06:11:17 +0000 (15:11 +0900)]
[Non-ACR][NUI] Fix default theme value of TextLabel
Default theme is no longer have a TextColor value for TextLabel.
Instead, it defines AutoScrollLoopCount for TextLabel.
Change-Id: Idd326d865d01ac423c354801024db891a9c46c50
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Vu Nhu Anh [Tue, 20 Apr 2021 20:00:28 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I417ca49e72c6a30dd70e5f2409a229f4bf2c2547
Tan Nguyen [Tue, 20 Apr 2021 02:20:59 +0000 (02:20 +0000)]
Merge "[Non-ACR][NUI] Fix build error" into tizen
Vu Nhu Anh [Mon, 19 Apr 2021 20:00:28 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I14bf2b42ea6039cfba5f2a092dce45fed3af7404
Dongsug Song [Mon, 19 Apr 2021 08:42:44 +0000 (17:42 +0900)]
[Non-ACR][NUI] Fix build error
Change-Id: I2ed054922c97367497fc90738e62ff6635c1811c
Tan Nguyen [Mon, 19 Apr 2021 06:53:06 +0000 (06:53 +0000)]
Merge "[TCSACR-399][Vision] Add pose detection api test" into tizen
Vu Nhu Anh [Fri, 16 Apr 2021 20:00:21 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I8fd14de42f6616e9de4301072231424d2052fbbc
Kwang Son [Fri, 22 Jan 2021 03:14:29 +0000 (12:14 +0900)]
[TCSACR-399][Vision] Add pose detection api test
Change-Id: I27c1a0bb1ba11fc8caa87a7521a1184ddaa3c4da
Signed-off-by: Kwang Son <k.son@samsung.com>
Vu Nhu Anh [Wed, 14 Apr 2021 20:00:31 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I52201f19790efeaf18718c18ab5202dde9e33ee0
Vu Nhu Anh [Tue, 13 Apr 2021 20:00:22 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I8dd41dc5d5b17d124106902cefd98ca2fab61a44
Vu Nhu Anh [Mon, 12 Apr 2021 20:00:25 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I0141e9aba3259e142f4a4bdf951110d37110d8eb
Nguyen Thi Luong [Mon, 12 Apr 2021 03:50:00 +0000 (10:50 +0700)]
[Non-ACR][Tizen.Applications.ComponentPort] Change TizenNETVersion]
Change-Id: Ica2ca36ae2e5c927d272579d29f0d9ebe825ca01
Tan Nguyen [Mon, 12 Apr 2021 02:35:02 +0000 (02:35 +0000)]
Merge "[NUI][TCSACR-403] Add FontSizeScale properties" into tizen
Tan Nguyen [Mon, 12 Apr 2021 02:34:53 +0000 (02:34 +0000)]
Merge "[ComponentBased][Non-ACR][Updated ambiguous instructions]" into tizen
Vu Nhu Anh [Thu, 8 Apr 2021 20:00:32 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I84562ca7a8b7f8177c36e8ac2a5de932d7b8d084
Changgyu Choi [Thu, 8 Apr 2021 00:47:00 +0000 (09:47 +0900)]
[ComponentBased][Non-ACR][Updated ambiguous instructions]
Change-Id: Ief5469afd63586f8c36904cf8a776d8d54c2582d
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Tan Nguyen [Wed, 7 Apr 2021 06:39:43 +0000 (06:39 +0000)]
Merge "[Applications.ComponentBased][TCSACR-406][Update testcase]" into tizen
Hwankyu Jhun [Mon, 29 Mar 2021 06:18:01 +0000 (15:18 +0900)]
[Applications.ComponentBased][TCSACR-406][Update testcase]
Adds:
- WaitForPort_CHECK()
- Send_CHECK_WITH_IOEXCEPTION()
- SendAndReceive_CHECK_WITH_IOEXCEPTION()
- SendAndReceiveAsync_CHECK_WITHOUT_EXCEPTION()
- SendAndReceiveAsync_CHECK_WITH_ARUMENTEXCEPTION()
- SendAndReceiveAsync_CHECK_WITH_UNAUTHORIZEDACCESSEXCEPTION()
- SendAndReceiveAsync_CHECK_WITH_IOEXCEPTION()
- RequestReceived_CHECK()
- ComponentTask_INIT()
- Start_CHECK_RUNNING()
- Stop_CHECK_RUNNING()
- IsRunning_CHECK()
- Port_GET()
- Sender_GET()
- Request_GET()
- IsReplyRequested_CHECK()
- Reply_SET_AND_GET()
Removes:
- OnRequestEvent_CHECK()
- OnSyncRequestEvent_CHECK()
Changes:
- ComponentPort_INIT()
- ComponentPort_INIT_WITH_NULL_AND_CHECK_ARGUMENTEXCEPTION()
- ComponentPort_INIT_WITH_EMPTYSTRING_AND_CHECK_ARGUMENTEXCEPTION()
- ComponentPort_INIT_AND_CHECK_IOEXCEPTION()
- SendSync_CHECK_WITHOUT_EXCEPTION()
=> SendAndReceive_CHECK_WITHOUT_EXCEPTION
- SendSync_CHECK_WITHOUT_EXCEPTION()
=> SendAndReceive_CHECK_WITH_ARGUMENTEXCEPTION()
- SendSync_CHECK_WITH_UNAUTHORIZEDACCESSEXCEPTION()
=> SendAndReceive_CHECK_WITH_UNAUTHORIZEDACCESSEXCEPTION()
Change-Id: I7571bc0dac759f25d0d1d5fca3e19c035cc12a2e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangjung Woo [Mon, 5 Apr 2021 08:09:35 +0000 (17:09 +0900)]
[Tizen.MachineLearning.Inference][Non-ACR] Check the privilege
If Privilege API is not supported on the target device,
Pipeline_INIT_CHECK_UnauthorizedAccessException test case should be
passed.
Change-Id: I456661dee90f229394a1e151b049b57648639ad8
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Tan Nguyen [Mon, 5 Apr 2021 01:56:08 +0000 (01:56 +0000)]
Merge "[NUI][Non-ACR] Fix the app launching issues for NUI.Manual.Tests" into tizen
Vu Nhu Anh [Sat, 3 Apr 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I21044ba0f52ad0d6f59823ac5e8689b83645397a
zhouleonlei [Thu, 1 Apr 2021 07:19:53 +0000 (15:19 +0800)]
[NUI][Non-ACR] Fix the app launching issues for NUI.Manual.Tests
https://code.sec.samsung.net/jira/browse/TSDF-961
LaunchRejectedException occurs in all Log related tcs
Change-Id: I9ebedca4dbf6f2fb7fb1cf6f415f3fa2a99a4351
Tan Nguyen [Tue, 30 Mar 2021 02:48:09 +0000 (02:48 +0000)]
Merge "[ComponentBased][Manual][TCSACR-400] Add test for WidgetComponent" into tizen
Tan Nguyen [Tue, 30 Mar 2021 02:47:53 +0000 (02:47 +0000)]
Merge "[MediaController][Non-ACR] Fix deadlock issue" into tizen
Vu Nhu Anh [Fri, 26 Mar 2021 20:00:33 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ia059049d57f4c8052a4b552617f923db5dce90ca
Haesu Gwon [Fri, 26 Mar 2021 07:39:03 +0000 (16:39 +0900)]
[MediaController][Non-ACR] Fix deadlock issue
Change-Id: I5b8685bd43dc3bc09b215b333f437f49de67164a
Vu Nhu Anh [Thu, 25 Mar 2021 20:00:25 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I8437ff9969320758a5321a3197a3943bd0b98f72
Dongsug Song [Wed, 24 Mar 2021 04:29:47 +0000 (13:29 +0900)]
[Non-ACR][WindowSystem] Fix build error
Change-Id: Ia26ff764fc3efe05b89c71fe2296158e567c5179
Tan Nguyen [Tue, 23 Mar 2021 09:02:31 +0000 (09:02 +0000)]
Merge "[Inputmethod][Non-ACR] Update tpk files to improve coverage" into tizen
Nguyen Thi Luong [Tue, 23 Mar 2021 04:18:06 +0000 (11:18 +0700)]
[Non-ACR][Applications.Service.Manual] Add suite Applications.Service.Manual.Tests to CSharpTCT.sln file
Change-Id: If460c36355dfb57ff94a6e846f28d1a694d70f6d
InHong Han [Mon, 22 Mar 2021 06:28:45 +0000 (15:28 +0900)]
[Inputmethod][Non-ACR] Update tpk files to improve coverage
Change-Id: Ia63d2c0430471deca2e45d19f077203d40260218
Vu Nhu Anh [Fri, 19 Mar 2021 20:00:21 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I5c8c3187f11da08a07e134c9e19cb93dc776fbb6
Changgyu Choi [Wed, 3 Mar 2021 01:48:13 +0000 (10:48 +0900)]
[ComponentBased][Manual][TCSACR-400] Add test for WidgetComponent
This patch is check lifecycle of widget component.
Change-Id: Idc7b42c34ecf0c2a35a638141d2ea58ab9029bf7
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Vu Nhu Anh [Thu, 18 Mar 2021 20:00:20 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ibfa578c023f746f0571ebe73e6cce32c0c52bd43
Vu Nhu Anh [Wed, 17 Mar 2021 20:00:27 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I8cd5fdb1e422abb01e5a918a8a4cc527a9fca6dd
Vu Nhu Anh [Tue, 16 Mar 2021 20:00:19 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: If5a8195291aa1dd254914cdb6b9d8f9cdde8bb8b
Tan Nguyen [Thu, 11 Mar 2021 04:00:20 +0000 (04:00 +0000)]
Merge "[Nuget][Non-ACR][Updated nuget dlls to latest]" into tizen
Tan Nguyen [Thu, 11 Mar 2021 04:00:09 +0000 (04:00 +0000)]
Merge "[TCSACR-397][NUI] Remove UIComponents and fix build error" into tizen
Vu Nhu Anh [Wed, 10 Mar 2021 20:00:24 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I243d3580ca02dd12ac77c3d52215d3cb11057a24
hyunho [Tue, 9 Mar 2021 07:58:22 +0000 (16:58 +0900)]
[WidgetControl][Non-ACR][Fix wrong instructions]
Change-Id: I429a182482f2e9bef06335b2df5228eb19a2f3d6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Vu Nhu Anh [Mon, 8 Mar 2021 20:00:22 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I102f3705bbdb13e4a7f0b469af4d8b02287d2abb
Vu Nhu Anh [Thu, 4 Mar 2021 20:00:28 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Ia2533827cd35d66a760f92b630f029ce6476eb51
Dongsug Song [Thu, 4 Mar 2021 12:04:58 +0000 (21:04 +0900)]
[TCSACR-397][NUI] Remove UIComponents and fix build error
Change-Id: I778a95be02f617733350d1710c081cac7a09dd4e
Tan Nguyen [Wed, 3 Mar 2021 08:59:20 +0000 (08:59 +0000)]
Merge "[MachineLearning.Inference][Non-ACR] Change string property test" into tizen
lokilee73 [Wed, 3 Mar 2021 02:04:50 +0000 (11:04 +0900)]
[Non-ACR][Device] Add display features for headless profile
ex) http://tizen.org/feature/display
http://tizen.org/feature/display.state
Change-Id: I0080bfb457b674702002e9159d14ad6c03162052
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Gichan Jang [Wed, 3 Mar 2021 08:21:37 +0000 (17:21 +0900)]
[MachineLearning.Inference][Non-ACR] Change string property test
Current setting and getting string property test try to select tensors that does not exist.
Changed to select the first tensor.
Change-Id: If1e2c70de21475181f7da2a3ed22f2de4e6e957f
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Hwankyu Jhun [Mon, 1 Mar 2021 23:57:14 +0000 (08:57 +0900)]
[ComponentPort][Non-ACR][Add a missing test application]
Adds:
- org.tizen.example.ComponentPortTest-1.0.0.tpk
Change-Id: Ia7c9ddf204725f161084f50e7c161454f8296b68
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Tan Nguyen [Fri, 26 Feb 2021 03:04:33 +0000 (03:04 +0000)]
Merge "Add default precondition for suite Tizen.MediaPlayer.Tests" into tizen
Nguyen Thi Luong [Fri, 26 Feb 2021 02:29:59 +0000 (09:29 +0700)]
Add default precondition for suite Tizen.MediaPlayer.Tests
Change-Id: I143d09302ee2af829f0922101949caa385d79c44
Vu Nhu Anh [Thu, 25 Feb 2021 20:00:35 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: Iee4b395ab9b78da0819d10b043035458416f01cd
Tan Nguyen [Wed, 24 Feb 2021 06:06:39 +0000 (06:06 +0000)]
Merge "[Service][Non-ACR][Add logs for debugging]" into tizen
Tan Nguyen [Wed, 24 Feb 2021 06:05:58 +0000 (06:05 +0000)]
Merge "[Non-ACR][SecureRepository] Change OCSP test certificates to newer ones" into tizen
Hwankyu Jhun [Wed, 24 Feb 2021 00:15:56 +0000 (09:15 +0900)]
[Service][Non-ACR][Add logs for debugging]
Change-Id: I3d359362cf744bf8f9c8dfdf649c2c468b001a50
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Vu Nhu Anh [Tue, 23 Feb 2021 20:00:29 +0000 (05:00 +0900)]
[Nuget][Non-ACR][Updated nuget dlls to latest]
Change-Id: I9292eb2f2796911c04a666f827bb40e178a1af96
Tomasz Swierczek [Tue, 23 Feb 2021 08:01:30 +0000 (09:01 +0100)]
[Non-ACR][SecureRepository] Change OCSP test certificates to newer ones
Previous test certificate started being rejected by MS OCSP server.
Updated to newest ones from bing.com
Change-Id: I92eff4ccee10986403396752a265fc71b2d4a36d
Tan Nguyen [Tue, 23 Feb 2021 02:15:07 +0000 (02:15 +0000)]
Merge "[Non ACR] Add suite Tizen.Applications.ComponentBased.ComponentPort.Tests to CSharpTCT.sln" into tizen