summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
[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>
amitpatel [Fri, 1 Dec 2023 13:33:33 +0000 (19:03 +0530)]
Added multilanguage support
Change-Id: Id21d8aa091765c858f4ebc48246e4fe2bcc336d3
amitpatel [Mon, 23 Oct 2023 08:13:41 +0000 (13:43 +0530)]
Removed right icon for resize in custom window
Change-Id: I781f17f8991153a01e8299f212d54bcc9564585a
amitpatel [Tue, 17 Oct 2023 08:51:45 +0000 (14:21 +0530)]
Add safety null check
Change-Id: Ie8a4fe143a2fc363160b3b863e70c7619bfe3526
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>
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>
Updating Nuget Packages
Change-Id: Iccf4fa326532f20df88a6cd2ef31f575b57fad87
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
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>
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>
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>
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>
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>
Tizen Infrastructure [Wed, 7 Jun 2023 07:48:35 +0000 (07:48 +0000)]
Initial empty repository