profile/iot/apps/dotnet/notifications.git
2 weeks agoRemoving auto generated Directory.Build.targets file to eliminate SVACE build error. 41/324841/1 tizen
azijurr [Tue, 27 May 2025 13:40:35 +0000 (19:40 +0600)]
Removing auto generated Directory.Build.targets file to eliminate SVACE build error.

Change-Id: I0c9fa15081b6e8dacfaef9ed68d751d3e105cc32
Signed-off-by: azijurr <azijur.r@samsung.com>
6 weeks agoImplement new SetBinding in Notifications with XAML off to improve launch time and... 08/323108/3
Md. Shahrukh Islam [Wed, 23 Apr 2025 06:10:27 +0000 (12:10 +0600)]
Implement new SetBinding in Notifications with XAML off to improve launch time and memory management.

[Cause & Measure]
1. Implemented SetBinding with creating new BindingSession
2. Set IsUsingXaml variable to false.
3. Launch time improved by on avg 30 ms
4. SptoPx is obsolete.
5. Window.Instance is now obsolete. So used GetDefaultWindow().
6. Optimized division operation with bitwise operation.
7. Removed unnecessary and redundant code

Change-Id: Ifedaecf60c5fb52a82986729e6e6a0c395a3fd40
Signed-off-by: Md. Shahrukh Islam <shahrukhi.i@samsung.com>
8 months agoUpdate Version 1.0.4 87/317887/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen_9.0 accepted/tizen/9.0/unified/20241030.235907 accepted/tizen/unified/20240920.172823 accepted/tizen/unified/dev/20240924.080653 accepted/tizen/unified/toolchain/20241004.101929 accepted/tizen/unified/x/20240923.021204 accepted/tizen/unified/x/asan/20241014.000316 tizen_9.0_m2_release
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 20 Sep 2024 04:57:58 +0000 (10:57 +0600)]
Update Version 1.0.4

[Changes]
    1. Fixed flicking issue at launch time when notification exists.

Change-Id: Ic5876868138b5ea484ca50f5839bfc9c7be92350
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
8 months agoFixed Flicking issue at launch time when notification exist. 84/317884/1
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 20 Sep 2024 04:22:07 +0000 (10:22 +0600)]
Fixed Flicking issue at launch time when notification exist.

[Problem][TNINE-4267] When there is a notification in the list, windows makes a flicking at the launch time

[Cause & Measure]
 Cause   : Window is resized twice by display server after launch.
 Measure : Added a delay of 500ms for adding NUIApplication.Window.Resized event handler to avoid the two unwanted resize after launch.

Change-Id: Ic59014ee078b02448d6c1e810c9575e638366386
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
9 months agoUpdate Version 1.0.3 88/317188/1 accepted/tizen/unified/20240906.155828 accepted/tizen/unified/dev/20240910.111646 accepted/tizen/unified/x/20240909.014411
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Thu, 5 Sep 2024 09:21:05 +0000 (15:21 +0600)]
Update Version 1.0.3

[Problem] N/A
[Cause & Measure]
 Cause : Version update
 Measure : Version update

Change-Id: Iba136e267e725ab65a1769b67bb6516196a78fa4
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
9 months agoUpdated Framework and SDK Version 84/317184/1
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Thu, 5 Sep 2024 08:05:39 +0000 (14:05 +0600)]
Updated Framework and SDK Version

[Problem] N/A
[Cause & Measure]
 Cause   : Version update
 Measure : Updated
Tizen.Net.Sdk    : 1.2.1
TargetFramework  : net6.0
Tizen.Net  : 12.0.0.18428

Change-Id: I027a236cec9f905258a7ab424595c66f876a48f1
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
9 months agoAdding profiling files to .gitignore 70/316970/1
Azijur Rahman Sheatu [Mon, 2 Sep 2024 05:15:32 +0000 (11:15 +0600)]
Adding profiling files to .gitignore

[Problem] N/A
[Cause & Measure]
 Cause : N/A
 Measure : N/A

Change-Id: I4c2a14d5e82e5d657ed767a886735300f24a9637
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
9 months agoFixed Border Radius Alignment 24/316724/1
Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 27 Aug 2024 08:28:39 +0000 (14:28 +0600)]
Fixed Border Radius Alignment

[Problem] [TNINE-4268] When scale factor is default, the border radious is not aligned with window content.

[Cause & Measure]
 Cause   : CornerRadius was not calucalted properly
 Measure : Used proper calculation for BorderRadius

Change-Id: If67aea9e04febb2139a4b32a43280aa5d7bfad54
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
11 months agoUpdate Version 1.0.2 68/314468/1 accepted/tizen/unified/20240715.155415 accepted/tizen/unified/dev/20240716.080908 accepted/tizen/unified/toolchain/20240812.133302 accepted/tizen/unified/x/20240716.041635 accepted/tizen/unified/x/asan/20240813.231740
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 12 Jul 2024 05:52:37 +0000 (11:52 +0600)]
Update Version 1.0.2

[Problem] N/A
[Cause & Measure]
 Cause : Version update
 Measure : Version update

Change-Id: I7d31b49ca494234a8516f72f2b79ad194ade44b6
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
11 months agoFix window position and size issue in low resolution. 70/314270/1
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 9 Jul 2024 12:01:34 +0000 (18:01 +0600)]
Fix window position and size issue in low resolution.

[Problem] When opening in low resolution the window border is positioned on the left side not centered.

[Cause & Measure]
 Cause : Base NUIApplication window size and position is being initialized with default value due to Tizen.System.TryGetValue giving static resolution.
 Measure : NUIApplication is initialized with smaller initial window size and postion and later resized according to resolution in OnCreate.

Change-Id: Ie233a18f14a8abcec11b3eec160291b7278ce0be
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
11 months agoFix window position and size issue in low resolution. 82/313882/2 accepted/tizen/unified/20240704.075707 accepted/tizen/unified/dev/20240708.001712 accepted/tizen/unified/x/20240705.012415
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Wed, 3 Jul 2024 06:16:06 +0000 (12:16 +0600)]
Fix window position and size issue in low resolution.

[Problem] When opening in low resolution the window border is positioned on the left side not centered and window size is not properly adjusted according to resolution.

[Cause & Measure]
 Cause : Window size and position isn't properly initialized and inside CustomBorder Constructor, MinSize is set to default value.
 Measure : Window size, position and  MinSize is properly calculated according to screen size.

Change-Id: Ife04002276ae819f8314dcdc3b740f5f606ed9db
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
11 months agoUpdate Version 1.0.1 20/313820/1
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 2 Jul 2024 06:39:24 +0000 (12:39 +0600)]
Update Version 1.0.1

[Problem] Version update
[Cause & Measure]
 Cause : Version update
 Measure : Version update

Change-Id: I1c15700ed25d25dda91301aa49556891aee01a74
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
11 months agoVersion changed back to 1.0.0 18/313818/1
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 2 Jul 2024 06:02:27 +0000 (12:02 +0600)]
Version changed back to 1.0.0

[Problem] Update version failed

[Cause & Measure]
 Cause : Can't find the updated version tpk file during build.
 Measure : Changing version 1.0.1 to 1.0.0 in manifest file.

Change-Id: I9b39643ade0cd9ac6ec26a3f73bb302b30490f3e
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
11 months agoFix window position issue in vertical orientation. 42/313542/1
Azijur Rahman Sheatu [Thu, 27 Jun 2024 13:34:30 +0000 (19:34 +0600)]
Fix window position issue in vertical orientation.

[Issue] TNINE-371

[Problem] When opening in vertical orientation the window border is positioned on the left side not centered.
[Cause & Measure]
 Cause : Window size and positions were not calculated properly.
 Measure : Window size and positions are applied accordingly to the GUI guide.

Change-Id: Ia4aa0f5cf81ff203226e73d394bab6211da690b7
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
11 months agoUpdate Version 1.0.1 39/313539/1
Azijur Rahman Sheatu [Thu, 27 Jun 2024 12:27:11 +0000 (18:27 +0600)]
Update Version 1.0.1

[Problem] Version update

[Cause & Measure]
 Cause : Version update
 Measure : Version update

Change-Id: I0a51bc0d901929ccd6a512bbb545b1ae9de32e16
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
15 months agoFixing Theme Change Issues for all components. 93/306993/2 accepted/tizen/unified/20240412.141505 accepted/tizen/unified/dev/20240620.002905 accepted/tizen/unified/x/20240415.014019 accepted/tizen/unified/x/asan/20240625.092624
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Fri, 1 Mar 2024 13:44:03 +0000 (19:14 +0530)]
Fixing Theme Change Issues for all components.

Change-Id: I06792f6ea4e466d86a4b677e9d2a93c38b967468
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
15 months agoUpdating Min Window Size as per new UX. 03/306703/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 26 Feb 2024 10:27:11 +0000 (15:57 +0530)]
Updating Min Window Size as per new UX.

Change-Id: I00019eb95135cb072d6a9ea09a50d912452ef2c3
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
16 months ago[TNINE-364] Updating Bin Icon Position on resize. 31/305431/1 accepted/tizen/unified/20240202.170017 accepted/tizen/unified/toolchain/20240311.070112 accepted/tizen/unified/x/20240205.064016
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Thu, 1 Feb 2024 12:46:56 +0000 (18:16 +0530)]
[TNINE-364] Updating Bin Icon Position on resize.
[TNINE-368] Adding Fullstop in Text.
[TNINE-390] Min Size set to prevent overlapping.

Change-Id: I5f3c6f9eb6f221c519d6ebbcffeb0f3b2b750df0
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
18 months agoAdded multilanguage support 84/302184/3 accepted/tizen_unified_riscv accepted/tizen/unified/20231205.024715 accepted/tizen/unified/riscv/20231220.131727
amitpatel [Fri, 1 Dec 2023 13:33:33 +0000 (19:03 +0530)]
Added multilanguage support

Change-Id: Id21d8aa091765c858f4ebc48246e4fe2bcc336d3

19 months agoRemoved right icon for resize in custom window 81/300381/4 accepted/tizen/unified/20231116.175521
amitpatel [Mon, 23 Oct 2023 08:13:41 +0000 (13:43 +0530)]
Removed right icon for resize in custom window

Change-Id: I781f17f8991153a01e8299f212d54bcc9564585a

19 months agoAdd safety null check 40/300140/2
amitpatel [Tue, 17 Oct 2023 08:51:45 +0000 (14:21 +0530)]
Add safety null check

Change-Id: Ie8a4fe143a2fc363160b3b863e70c7619bfe3526

21 months agoAdding License header in all files. 44/298844/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.095740 accepted/tizen/unified/20230918.154722 tizen_8.0_m2_release
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Thu, 14 Sep 2023 06:38:26 +0000 (12:08 +0530)]
Adding License header in all files.

Change-Id: I5a1f5d26a81526420ab41bf9a0f4483880b5e6b2
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoUpdating TargetFramework in csproject and fixing SVACE issue. 37/298837/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Thu, 14 Sep 2023 05:35:06 +0000 (11:05 +0530)]
Updating TargetFramework in csproject and fixing SVACE issue.

Change-Id: I3be84a0626259109545e9e2e24793ed1951dbabe
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoUpdating Nuget Packages 83/298683/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Tue, 12 Sep 2023 09:12:06 +0000 (14:42 +0530)]
Updating Nuget Packages

Change-Id: Iccf4fa326532f20df88a6cd2ef31f575b57fad87
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoAdding LICENSE and NOTICE files 12/297712/1 accepted/tizen/unified/20230823.173931
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 23 Aug 2023 07:09:39 +0000 (12:39 +0530)]
Adding LICENSE and NOTICE files

Change-Id: I830bad1e44f9690191186bc02d6d410f47ceeb59
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoAdding Dispose and Updating tpk name. 06/297706/2
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 23 Aug 2023 06:31:37 +0000 (12:01 +0530)]
Adding Dispose and Updating tpk name.

Change-Id: I218dc2342af34a71958009428d1e1a0ee232b64e
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoThe patch contains following changes: 05/297605/5
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 21 Aug 2023 11:09:08 +0000 (16:39 +0530)]
The patch contains following changes:
1. Dark and Light Theme Implementation.
2. Detailed Notifications Option.

Change-Id: Iff6b4059ea8eb5359bed027c01e181aa26558daa
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
23 months agoAdded Clearing Notifications Feature and Notification Added/Deleted Events. 75/294875/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 28 Jun 2023 05:18:53 +0000 (10:48 +0530)]
Added Clearing Notifications Feature and Notification Added/Deleted Events.

Change-Id: Icd48156f7e9745276aa8260ec62253ff994105a6
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
23 months agoInitial Code for Notifications App 64/294364/2
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Fri, 16 Jun 2023 11:40:45 +0000 (17:10 +0530)]
Initial Code for Notifications App

Change-Id: Ice04c644e65db55c1da403380c8f00709fdfc1f3
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
2 years agoInitial empty repository master
Tizen Infrastructure [Wed, 7 Jun 2023 07:48:35 +0000 (07:48 +0000)]
Initial empty repository