summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
azijurr [Wed, 22 Jan 2025 10:03:40 +0000 (16:03 +0600)]
Adding logs in OnAppSelect method.
[Cause & Measure]
OnAppSelect is called when we click an app on the TaskBar. So, this can be used to track the start of app launch time.
Change-Id: Ib8da765f1d2858f235715788fd06b20a20d654a7
Signed-off-by: azijurr <azijur.r@samsung.com>
Fix crash issue
[Problem] [TTEN-791,794,795,796,799]org.tizen.taskbar crashed
[Cause & Measure]
cause: PxToSp method causing the crash
measure: Instead of calculating in Sp used px.
So, PxToSp method is not needed here
Change-Id: I89dbd3144f0cfc5a889da4f3be2833500795d97d
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
azijurr [Wed, 18 Dec 2024 05:58:21 +0000 (11:58 +0600)]
Publishing tpk
[Changes]
1. Fix Sqlite exception.
Change-Id: I026f7b0183c95e5acdd662777a280952b3c2ba95
Signed-off-by: azijurr <azijur.r@samsung.com>
azijurr [Tue, 17 Dec 2024 15:32:43 +0000 (21:32 +0600)]
Fixed org.tizen.taskbar crashed issue.
[Problem][TTEN-382][TTEN-381][TTEN-379][TNINE-5234] org.tizen.taskbar crashed
[Cause & Measure]
Cause : Sqlite exception happenned when executing sqliteCommand.ExecuteReader() method.
Measure : Handled exception with try-catch block.
Change-Id: Ie650129baf1574332062fdd880fb2973495b9a34
Signed-off-by: azijurr <azijur.r@samsung.com>
Update Version 1.0.1
[Changes]
1. Implemented taskbar scrollable feature
Change-Id: Ib445594b42f15b66add625f6f827118fa32efaf3
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Fix defects detected by static analysis tool
[Problem] Issues detected by Static Analysis Tool
[Cause & Measure]
Cause : scrollbarStyle is not properly disposed
Measure : scrollbarStyle is properly disposed
Change-Id: I3e362559f147fb4d26dc60dd22f4e7d9872d9a82
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Azijur Rahman Sheatu [Mon, 2 Sep 2024 06:49:41 +0000 (12:49 +0600)]
Adding items to .gitignore
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : N/A
Change-Id: Ic9890fad392d2ada23cdf79d8f924b2fc1d9e602
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Made Taskbar Scrollable
[Problem] Taskbar was not scrollable, so adding more apps was inconvenient.
[Cause & Measure]
Cause : Using Regular View With LinearLayout
Measure : Using ScrollableBase instead of View
Change-Id: Ib32b7f0730337b3912d17a8afe0f78cf289d0639
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Preventing settings app to get displayed in ApplicationsView.
Change-Id: I055dd2074fc8f592d81d314314feae6eafc8f595
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
tarunkumarmahay1999 [Tue, 16 Jan 2024 07:22:48 +0000 (12:52 +0530)]
Adding multi language support
Change-Id: Ibc153463450c8e1f357020cc65cea42688c9cd80
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
This Commit Contains Following Changes:
1. Updating Running Apps Background and Indicator.
2. Clear notifications menu Option.
Change-Id: I7cb3a72d970a7ee1ccef70264d43ac07dc041589
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Updating taskbar UI as per new UX.
Fixing JIRA Issues -> [5543], [5544], [5545], [5546], [5547]
Change-Id: Id6916a4ac009295b8c85fb1c76837b76cc5e5a78
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Updating Theme Individually on Theme Change.
Change-Id: I1249cea7f04ed97f0104a16acc867d377739a5b2
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Adding Licence header in all files.
Change-Id: If20ed2addcd8ba26ceded0fe5b9ced54903941de
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Modifying TargetFramework in csproject
Change-Id: I2cb2bd9628d545b235659961c60be3551a5b03e2
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Updating Nuget Packages
Change-Id: I6a9e5c81a4f89f56732242335b218909c88d707c
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Updating taskbarservice size as per placement
Change-Id: I4cc7531beab85ed1e1b1226eadc8c7fa406413d3
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Modifying More Menu and Uninstall Popup for TaskbarService Window
Change-Id: Ia16f5153d134aa7826e72130fbe850dc0236187d
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Changing SoftkeyService to TaskbarService
Change-Id: I12d9260aa014ffb08371e13ab986c4198bd0628e
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Adding Notifications App in Taskbar
Change-Id: I163167ee0fcdc7bc365372c068dc38e93cca1fbc
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Initial Code for TaskBar
Change-Id: Ic9e266bd5ceb947fa69cf7d03bc9a0cb1612355e
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Tizen Infrastructure [Tue, 25 Apr 2023 02:52:57 +0000 (02:52 +0000)]
Initial empty repository