profile/iot/apps/dotnet/setting-wallpaper.git
8 weeks agoImplement SetBinding differently in Setting-Wallpaper with XAML off to improve launch... 46/322846/6 tizen
Md. Shahrukh Islam [Wed, 16 Apr 2025 10:26:24 +0000 (16:26 +0600)]
Implement SetBinding differently in Setting-Wallpaper 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.

Change-Id: I82750c6c9962a8c52e8cdfa0217911bc274a3be7
Signed-off-by: Md. Shahrukh Islam <shahrukhi.i@samsung.com>
2 months agoFix SVACE major issue 82/322582/2
azijurr [Fri, 11 Apr 2025 05:53:22 +0000 (11:53 +0600)]
Fix SVACE major issue

[Issue] WGID : 283490

[Cause & Masure]
Cause: It was detecting that Dispose(bool disposing) of base class is not called.
Measure: Calling base.Dispose(bool ..) instead of base.Dispose()

Change-Id: Icfa2a801e7f323d8e142cca2113135f48b490e17
Signed-off-by: azijurr <azijur.r@samsung.com>
2 months agoChanging postbuild command. 42/322542/1
azijurr [Thu, 10 Apr 2025 13:20:41 +0000 (19:20 +0600)]
Changing postbuild command.

[Cause & Measure]
Putting single line instead of multiple line. This needed to remove command at SVACE build time.

Change-Id: I7242ec43f1a8bf05d0adc6cbdd0f4e629820f92e
Signed-off-by: azijurr <azijur.r@samsung.com>
2 months agoUpdate version 1.0.2 75/322475/1
azijurr [Wed, 9 Apr 2025 12:50:11 +0000 (18:50 +0600)]
Update version 1.0.2
[Changes]
1. Fixed crash issue
2. Fixed UI issues
3. Updated NuGet package

Change-Id: I1f335828918811b70fddf5c9bdd081db978e5866
Signed-off-by: azijurr <azijur.r@samsung.com>
2 months agoFix NuGet package import issue 03/322403/2
azijurr [Tue, 8 Apr 2025 14:10:29 +0000 (20:10 +0600)]
Fix NuGet package import issue

[Cause & Measure]
Cause: When creating NuGet package with script it generates .dll(assembly) with different property, which causes conflict with the assembly with the SettingView tpk generated with Visual studio
Measure: Generating NuGet package with VisualStudio internal tools rather than script.

Change-Id: Ia697cc117ae9fc9ea8fe64c196aa0dfa90ffa19b

4 months agoFix improper UI issue of setting-wallpaper 38/319238/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen/unified/20250314.155258 accepted/tizen/unified/x/20250317.033630
Md. Shahrukh Islam [Thu, 6 Feb 2025 06:07:23 +0000 (12:07 +0600)]
Fix improper UI issue of setting-wallpaper

[Problem][TTEN-853] Wallpaper doesn't behave properly.

[Cause & Measure]
    Cause: Directory.Build.Target was not adjusted and that's why it couldn't find resources.
    Measure: Directory.Build.Target is now adjusted.

Change-Id: I157a700cb8e3762d9af23e9dff2b1e373fa0d97e
Signed-off-by: Md. Shahrukh Islam <shahrukhi.i@samsung.com>
4 months agoUpdate Version 1.0.1 58/318858/1
Md. Shahrukh Islam [Tue, 28 Jan 2025 06:23:53 +0000 (12:23 +0600)]
Update Version 1.0.1

[Changes]
    1.  Remove unnecessary logs and checks.
    2.  Improve response time of setting-wallpaper
    3.  Fix crash while closing maximized album view
    4.  Fix Album window border wrong icons wrong size and stroke width.
    5.  Fix wrong state of album icon when opening wallpaper app.
    6.  Adding Multi Language support for save button.
    7.  Updated korean translation string
    8.  Adding multi-language support

Change-Id: I499bb16b231fcea779c9fd015586d01cf291996d
Signed-off-by: Md. Shahrukh Islam <shahrukhi.i@samsung.com>
4 months agoRemove unnecessary logs and checks. 57/318857/1
Md. Shahrukh Islam [Tue, 28 Jan 2025 05:55:10 +0000 (11:55 +0600)]
Remove unnecessary logs and checks.

[Problem][TTEN-837] Many unnecessary logs and checks in setting-wallpaper

[Cause & Measure]
Disposed variable is always false in these files. So no need to check it.

Change-Id: I0c721b5f25619b5a66c36617ae80c8d761095cde
Signed-off-by: Md. Shahrukh Islam <shahrukhi.i@samsung.com>
4 months agoFix long response time of setting-wallpaper 07/318807/2
shahrukh.i [Fri, 24 Jan 2025 06:30:32 +0000 (12:30 +0600)]
Fix long response time of setting-wallpaper

[Problem][TTEN-827] Setting-Wallpaper takes long time [800 ms] to launch after reboot

[Cause & Measure]
    Cause: API version was not latest.
           Window.Instance is deprecated
    Measure: Used Microsoft.NET.SDk, net6.0-tizen9.0
             Used Default instead of deprecated Window.Instance

Change-Id: I1866f580992b366f8dba241cb61e7a8cbb114976
Signed-off-by: shahrukh.i <shahrukh.i@samsung.com>
4 months agoFix crash while closing maximized album view 97/318497/1 accepted/tizen_unified_x_asan accepted/tizen/unified/20250124.105404 accepted/tizen/unified/x/20250125.012748 accepted/tizen/unified/x/asan/20250211.003525
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 17 Jan 2025 10:02:47 +0000 (16:02 +0600)]
Fix crash while closing maximized album view

[Problem][TTEN-805] Crash issue while closing maximized album window

[Cause & Measure]
    Cause: customWindow is being lowered without checking
           if it has been alread disposed in WindowVisibilityChanged Handler
    Measure: Null and disposed object check has been added

Change-Id: I5e399079ffef509a240a3c454fbfd26e4a833886
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
9 months agoAdding .dll resource files in .gitignore 40/316840/1
Azijur Rahman Sheatu [Thu, 29 Aug 2024 06:57:11 +0000 (12:57 +0600)]
Adding .dll resource files in .gitignore

[Issue] TNINE-3749

[Problem] .dll files modifications are detected by git each time we build project.
[Cause & Measure]
 Cause : .dll files were not included in the .gitignore
 Measure : Added .dll files in .gitignore

Change-Id: If40e978e89d2c36f8672bf1eef0f379d7a195b5c
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
12 months agoFix Album window border wrong icons wrong size and stroke width. 73/310173/2 accepted/tizen_9.0_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241030.231115 accepted/tizen/unified/20240621.010446 accepted/tizen/unified/dev/20240701.073134 accepted/tizen/unified/toolchain/20240624.121531 accepted/tizen/unified/x/20240624.031954 accepted/tizen/unified/x/asan/20240625.092619 tizen_9.0_m2_release
Azijur Rahman Sheatu [Mon, 27 May 2024 12:13:33 +0000 (18:13 +0600)]
Fix Album window border wrong icons wrong size and stroke width.

[Issue] TNINE-398

[Problem] Album window border wrong icons wrong size and stroke width are not aligned with GUI guide
[Cause & Measure]
 Cause : Border properties and icons were not set properly.
 Measure : Border properties and new icons are added properly.

Change-Id: Ife4f342ea9bd3c043924b1951651f11e76f435ac
Signed-off-by: azijur-r <azijur.r@samsung.com>
12 months agoFix wrong state of album icon when opening wallpaper app. 43/310043/3
azijur-r [Fri, 19 Apr 2024 11:15:33 +0000 (17:15 +0600)]
Fix wrong state of album icon when opening wallpaper app.

[Issue] TNINE-404

[Problem] Album icon state is not showing properly when Album is not opened.
[Cause & Measure]
 Cause : Only Icon for Album pressed state was added.
 Measure : Adding icon for Album non-pressed state.

Change-Id: Ifba465bd3f980f344f093e61d1cc5d46dcad8b0f
Signed-off-by: azijur-r <azijur.r@samsung.com>
13 months agoModifying the post build script. 40/310040/2
azijur-r [Fri, 19 Apr 2024 10:31:37 +0000 (16:31 +0600)]
Modifying the post build script.

[Issue] Self testing.

[Problem] NUIGadgetResourceManager.GetString(String name) was getting null for newly installed gadgets in Settings app.
[Cause & Measure]
 Cause : As defined by the FW team, DLL directories should be "res/allowed/<res-type>" rather than "res/allowed" to get the resources properly.
 Measure : Changed the post build script accordingly to store the resources files in proper destination

Change-Id: I7ed98b48c7e8db20476bda3c04f1786c4ac25fa3
Signed-off-by: azijur-r <azijur.r@samsung.com>
13 months agoFixed issue TNINE-365,TNINE-403 32/310132/1
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Tue, 23 Apr 2024 04:08:10 +0000 (09:38 +0530)]
Fixed issue TNINE-365,TNINE-403

Change-Id: I303953c857c2c81cd8233e8da97cbcfd93b7676d
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
16 months ago[TNINE-786] Updating Select Query for fetching Album List. 70/305870/1 accepted/tizen/unified/20240219.160353 accepted/tizen/unified/dev/20240620.011302 accepted/tizen/unified/toolchain/20240311.070119 accepted/tizen/unified/x/20240220.150025
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 12 Feb 2024 10:09:34 +0000 (15:39 +0530)]
[TNINE-786] Updating Select Query for fetching Album List.

Change-Id: Ifddbedcc15f27d953b26ebd9612838dffd4e9e56
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
17 months agoFixing issue TNINE-365 and TNINE-409 28/304128/3 accepted/tizen_unified_riscv accepted/tizen/unified/20240112.154607 accepted/tizen/unified/riscv/20240115.113705
tarunkumarmahay1999 [Wed, 10 Jan 2024 10:03:13 +0000 (15:33 +0530)]
Fixing issue TNINE-365 and TNINE-409

Change-Id: I518a3875b125f8651be12eeff075aeabf35531fc
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
17 months agoAdding Multi Language support for save button. 46/304046/2 accepted/tizen/unified/20240110.154142 accepted/tizen/unified/riscv/20240111.042804
tarunkumarmahay1999 [Tue, 9 Jan 2024 10:25:26 +0000 (15:55 +0530)]
Adding Multi Language support for save button.

Change-Id: Iecddaee810b33fc167e011582fd68799f5299fc8
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
18 months agoUpdated korean translation string 36/302336/1 accepted/tizen/unified/20231215.165026 accepted/tizen/unified/riscv/20231215.050354
amitpatel [Tue, 5 Dec 2023 10:30:15 +0000 (16:00 +0530)]
Updated korean translation string

Change-Id: I9640830d16c6cc589c868d85b25db29363f3e67b

18 months agoAdding multi-language support 05/302205/2 accepted/tizen/unified/20231205.024717
tarunkumarmahay1999 [Mon, 4 Dec 2023 05:30:07 +0000 (11:00 +0530)]
Adding multi-language support

Change-Id: Ic07bc4baf1654edc73b5189dfc4c391f01b4cbbf
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
18 months agoUpdate RPK 74/301374/1 accepted/tizen/unified/20231115.173520 accepted/tizen/unified/20231120.023131
amitpatel [Wed, 15 Nov 2023 05:25:08 +0000 (10:55 +0530)]
Update RPK

Change-Id: I7bc62b649cdb2f7c8b2b30debac6558ca3928ca4

19 months agoAdd metadata information. 94/300694/1
Piotr Czaja [Tue, 31 Oct 2023 16:04:28 +0000 (17:04 +0100)]
Add metadata information.

Change-Id: I41e0a51714204dec8153bdc6facd4ace8ca2321c
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
21 months agoFixing Svace issues. 43/298843/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.095808 accepted/tizen/unified/20230918.154728 tizen_8.0_m2_release
tarunkumarmahay1999 [Thu, 14 Sep 2023 06:18:53 +0000 (11:48 +0530)]
Fixing Svace issues.

Change-Id: I18e446e82043e032efa9da565b1d62e620b9dc88
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
21 months agoUpdating Nuget Source for SettingCore 88/298788/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 13 Sep 2023 11:24:49 +0000 (16:54 +0530)]
Updating Nuget Source for SettingCore

Change-Id: I658740156813161263bc70dd9ad215c94ccc8edc
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
21 months agoFixing issues TEIGHT-5176, TEIGHT-5177 and TEIGHT-5178 13/298613/3
tarunkumarmahay1999 [Mon, 11 Sep 2023 10:58:25 +0000 (16:28 +0530)]
Fixing issues TEIGHT-5176, TEIGHT-5177 and TEIGHT-5178

Change-Id: Ia6096f3b23592c8c1afb333b570d369f2160b605
Signed-off-by: tarunkumarmahay1999 <tarun.mahay@samsung.com>
22 months agoFixing wallpaper thumbnail's aspect ratio. 12/296512/1 accepted/tizen/unified/20230731.175330
tarun.mahay [Mon, 31 Jul 2023 03:54:18 +0000 (09:24 +0530)]
Fixing wallpaper thumbnail's aspect ratio.

Change-Id: I590cad8c247c123263c8ac52b0355d53b8979826
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
22 months agoProviding theme support in the application. 77/296377/4 accepted/tizen/unified/20230727.173107
tarun.mahay [Wed, 26 Jul 2023 09:11:04 +0000 (14:41 +0530)]
Providing theme support in the application.

Change-Id: I12d0d24c39ce2f2ad87da1c85e466af2377a24dc
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
22 months agoUpdated images for folder, buttons. 90/296090/1 accepted/tizen/unified/20230720.164629
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 19 Jul 2023 12:32:59 +0000 (18:02 +0530)]
Updated images for folder, buttons.

Change-Id: I8650132129148e7b377377718607b9d8aa9971d9
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
23 months agoSet fullscreen mode and adding AppBar 82/295282/1 accepted/tizen/unified/20230712.040712
Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics [Tue, 4 Jul 2023 10:49:10 +0000 (12:49 +0200)]
Set fullscreen mode and adding AppBar

Change-Id: If6c4bda3098d8212a02f118399091dad951d5695
Signed-off-by: Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
2 years agoAdding support for wallpaper creation with local image. 54/293854/4 accepted/tizen/unified/20230615.060054
tarun.mahay [Wed, 7 Jun 2023 06:37:32 +0000 (12:07 +0530)]
Adding support for wallpaper creation with local image.

Change-Id: Ied6c26d0ab247245caddd2b4dbef510982694df5
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
2 years agoCorrected Images resource path, spec file 83/292883/1 accepted/tizen/unified/20230531.151924
amitpatel [Tue, 16 May 2023 11:58:56 +0000 (17:28 +0530)]
Corrected Images resource path, spec file

Change-Id: I9c9860d865005a9fb9c9c473852eb71b4489a86f

2 years agoImplement MainMenu NUIGadget changes for wallpaper. 19/292819/1
amitpatel [Mon, 15 May 2023 08:03:59 +0000 (13:33 +0530)]
Implement MainMenu NUIGadget changes for wallpaper.

Change-Id: I3de98ddfcce33bfa9bddac17010d8124c27af115

2 years agoUpdated the backButton UI. 59/283059/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 17 Oct 2022 11:23:45 +0000 (16:53 +0530)]
Updated the backButton UI.

Change-Id: I82d281b28d10ec948afc310b855ffb42cbd1f2a3
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
2 years ago1. Adding Support for Korean Language. 19/283019/3 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.055752 accepted/tizen/7.0/unified/hotfix/20221116.111703 accepted/tizen/unified/20221017.021921 tizen_7.0_m2_release
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Sun, 16 Oct 2022 09:22:02 +0000 (14:52 +0530)]
1. Adding Support for Korean Language.
2. Fixing Save Button Position.

Change-Id: Ic944d2858a9865077db238249beb59ddce5cb193
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
2 years agoFixing save button in settings wallpaper. 99/282799/1 accepted/tizen/unified/20221012.124357
tarun.mahay [Tue, 11 Oct 2022 13:42:51 +0000 (19:12 +0530)]
Fixing save button in settings wallpaper.

Change-Id: I097ef8e2d1be0166403d2d8d917231aa55314083
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
2 years agoApache License 2.0 is applied 99/282699/1 accepted/tizen/unified/20221011.015434
Jin Yoon [Mon, 10 Oct 2022 04:51:32 +0000 (13:51 +0900)]
Apache License 2.0 is applied

Change-Id: Ic53cd54a87866cf71ebde8d3c8de23ab644ec846

2 years agoFixing Scaling Issues in Button and AlbumsFolder. 53/282553/1 accepted/tizen/unified/20221007.050537
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 5 Oct 2022 13:05:38 +0000 (18:35 +0530)]
Fixing Scaling Issues in Button and AlbumsFolder.

Change-Id: I7d1ab59bdc217fb4eada3f4b914830337e86416c
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
2 years agoFixing SVACE issue related to hadle leak 50/282250/1 accepted/tizen/unified/20220930.020552
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Thu, 29 Sep 2022 06:27:17 +0000 (11:57 +0530)]
Fixing SVACE issue related to hadle leak

Change-Id: I0e6b0130d7353994d5106746348c8e5b159942f1
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
2 years agoInitial Code for Wallpaper Settings App. 62/282062/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 26 Sep 2022 13:22:55 +0000 (18:52 +0530)]
Initial Code for Wallpaper Settings App.

Change-Id: If068fcf918a8eb9d7e15d83be45fc1ce94ce1f26
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 [Tue, 20 Sep 2022 06:15:34 +0000 (06:15 +0000)]
Initial empty repository