summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
azijurr [Thu, 16 Jan 2025 11:47:42 +0000 (17:47 +0600)]
Handle exception during ReceivedAppControl.ExtraData.Get(key) operation.
Change-Id: I46ed2e8e8b41852a10df98e3295a0a39a08d2efc
Signed-off-by: azijurr <azijur.r@samsung.com>
Update Version 2.0.1
[Changes]
1. Fixing internal_name to align with package_name
2. Fix share-panel build error
3. Disabling app launcher of Share-panel app from Apps application
Change-Id: Ia29f464901020a69ede392da43350a678ac0dcf2
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
azijurr [Mon, 25 Nov 2024 06:06:49 +0000 (12:06 +0600)]
Disabling app launcher of Share-panel app from Apps application
[Problem] [TNINE-5357] Share-panel app launcher is available in the Apps aplication list.
[Cause & Measure]
Cause : nodisplay properties value was set to false.
Measure : Set nodisplay properties value to true.
Change-Id: I94a3a1feba390b46c29327281fef3b3a1a5b14f6
Signed-off-by: azijurr <azijur.r@samsung.com>
azijurr [Mon, 25 Nov 2024 05:45:25 +0000 (11:45 +0600)]
Fix share-panel build error.
[Problem] [TNINE-5356] Build failing in the updated VS Extension/workload.
[Cause & Measure]
Cause : In the updated workload Directory.Build.targets and tizen_workspace.yaml content changed.
Measure : As those files are auto generated, removing those from project to get latest when build in VS.
Change-Id: I16a98138718edab75e154446c6b64792b3843651
Signed-off-by: azijurr <azijur.r@samsung.com>
Fixing internal_name to align with package_name
[Problem] N/A
[Cause & Measure]
Cause : QB was failing as there was no package named org.tizen.share-panel.tpk
Measure : Changing the spec file according to package_name
Change-Id: If8484a08815f6d55f9dccc8d1a049d3112947a5f
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Update Version 2.0.0
[Changes]
1. Implemented both Frontend and Backend.
2. SharePanel can launch bluetooth to share files.
Change-Id: Icd287f82e5a8101b19674f3648a1ae6d0c255d5c
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Update Version 1.0.1
[Changes]
1. Implemented both Frontend and Backend.
2. SharePanel can launch bluetooth to share files.
Change-Id: Ib105db47fe0091adc16e3753f42d60c67147d6e2
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Implementation of Frontend and Backend Logic of SharePanel
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : Implemented frontend and backend of SharePanel
Change-Id: Ia1b62447a82d8b6c589b213e08832da4ed3d1179
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Implementation of outerview and closebutton in SharePanel
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : Implemented outerview and closebutton in SharePanel.
Change-Id: I1eabff44ccf5cd239e2a3e761d92554cc068e38e
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Implementation of main frontend of SharePanel
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : Implemented front end part of mainview of sharepanel.
Change-Id: I5feb3a17d743d28bb8194018822bd303ef45ca59
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Azijur Rahman Sheatu [Thu, 22 Aug 2024 13:49:40 +0000 (19:49 +0600)]
Initial codes
[Problem] Need to initiate new Share-panel app in .NET.
[Cause & Measure]
Cause : Project was in Native
Measure : Creating new project in .NET
Change-Id: I97f94c375e1c5e388ef084ccd3240202eb02e2d8
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Jinkun Jang [Tue, 20 Aug 2024 02:05:36 +0000 (02:05 +0000)]
Initial empty repository