Fix 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
authorMd. Shahrukh Islam <shahrukhi.i@samsung.com>
Thu, 6 Feb 2025 06:07:23 +0000 (12:07 +0600)
committerMd. Shahrukh Islam <shahrukhi.i@samsung.com>
Thu, 6 Feb 2025 06:07:23 +0000 (12:07 +0600)
[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>
SettingWallpaper/SettingWallpaper/Directory.Build.targets
SettingWallpaper/SettingWallpaper/tizen_dotnet_project.yaml
packaging/org.tizen.cssetting-wallpaper-1.0.1.rpk

index a468954a9ba6e9f6832eb54ce258228566757038..1c71457098dd24b4265ec0551ef561d81c430de2 100644 (file)
@@ -16,6 +16,6 @@ WARNING:  DO NOT MODIFY this file. Incorrect changes to this file will make it
         </PropertyGroup>
         <Message Text="Workspace: '$(WorkspaceFolder)'"  Importance="high" />
 
-               <Exec Command="C:\tizen-studio\tools\tizen-core\tz.exe pack  -S $(ProjectDir) $(WorkspaceFolder)"> </Exec>
+               <Exec Command="D:\tizensdk\tools\tizen-core\tz.exe pack-chain -S $(ProjectDir) -S $(ProjectDir)"> </Exec>
     </Target>
 </Project>
index 3f227eaec88bea9589504231eee12ca1f9746477..06e8f0af0199581766b9d34f6d28e77e195b2af9 100644 (file)
 # csproj file path
 csproj_file: SettingWallpaper.csproj
 
+# Default profile, Tizen API version
+profile: tizen
+api_version: "9.0"
+
+# Build type [Debug/ Release/ Test]
+build_type: Debug
+
+# Output path for build
+output_path:
+
+# Signing profile to be used for Tizen package signing
+# If value is empty: "", active signing profile will be used
+# Else If value is ".", default signing profile will be used
+signing_profile:
+pack_as_rpk: true
+
 # files monitored for dirty/modified status
 files:
+  - .gn
+  - Build/.exportmap
+  - Build/BUILD.gn
+  - Build/BUILDCONFIG.gn
+  - Build/SettingWallpaper/BUILD.gn
+  - Common/AppCommon.cs
+  - Common/ImageSelectedEventArgs.cs
+  - Common/PropertyNotifier.cs
+  - Common/Resources.cs
+  - Core/ViewManager.cs
+  - CustomBorder.cs
+  - Directory.Build.targets
+  - LanguageResources/LanguageResource.Designer.cs
+  - LanguageResources/LanguageResource.en-US.resx
+  - LanguageResources/LanguageResource.ko-KR.resx
+  - LanguageResources/LanguageResource.resx
+  - MediaContent/AlbumContent.cs
+  - MenuProvider.cs
+  - Models/AlbumDataModel.cs
+  - Models/AlbumDataProvider.cs
+  - Models/ImageDataModel.cs
   - SettingWallpaper.csproj
+  - ViewModels/AlbumDetailInfoViewModel.cs
+  - ViewModels/AlbumDetailViewModel.cs
+  - ViewModels/AlbumInfoViewModel.cs
+  - ViewModels/AlbumViewModel.cs
+  - ViewModels/WallpaperViewModel.cs
+  - Views/AlbumDetailView.cs
+  - Views/AlbumItemLayout.cs
+  - Views/AlbumView.cs
+  - Views/CustomAlbumTitle.cs
+  - Views/CustomTitleItem.cs
+  - Views/ImageItemLayout.cs
+  - Views/MainPage.cs
+  - Views/NoAlbumsView.cs
+  - Views/WallpaperView.cs
+  - res/allowed/SettingWallpaper/images/GalleryIcon.png
+  - res/allowed/SettingWallpaper/images/close.png
+  - res/allowed/SettingWallpaper/images/dark/back.png
+  - res/allowed/SettingWallpaper/images/dark/back_pressed.png
+  - res/allowed/SettingWallpaper/images/dark/background.png
+  - res/allowed/SettingWallpaper/images/dark/background_pressed.png
+  - res/allowed/SettingWallpaper/images/dark/folder.png
+  - res/allowed/SettingWallpaper/images/dark/next.png
+  - res/allowed/SettingWallpaper/images/dark/next_disabled.png
+  - res/allowed/SettingWallpaper/images/dark/next_pressed.png
+  - res/allowed/SettingWallpaper/images/dark/previous.png
+  - res/allowed/SettingWallpaper/images/dark/previous_disabled.png
+  - res/allowed/SettingWallpaper/images/dark/previous_pressed.png
+  - res/allowed/SettingWallpaper/images/dark/save.png
+  - res/allowed/SettingWallpaper/images/leftCorner.png
+  - res/allowed/SettingWallpaper/images/light/back.png
+  - res/allowed/SettingWallpaper/images/light/back_pressed.png
+  - res/allowed/SettingWallpaper/images/light/background.png
+  - res/allowed/SettingWallpaper/images/light/background_pressed.png
+  - res/allowed/SettingWallpaper/images/light/folder_normal.png
+  - res/allowed/SettingWallpaper/images/light/folder_pressed.png
+  - res/allowed/SettingWallpaper/images/light/next.png
+  - res/allowed/SettingWallpaper/images/light/next_disabled.png
+  - res/allowed/SettingWallpaper/images/light/next_pressed.png
+  - res/allowed/SettingWallpaper/images/light/previous.png
+  - res/allowed/SettingWallpaper/images/light/previous_disabled.png
+  - res/allowed/SettingWallpaper/images/light/previous_pressed.png
+  - res/allowed/SettingWallpaper/images/light/save.png
+  - res/allowed/SettingWallpaper/images/maximalize.png
+  - res/allowed/SettingWallpaper/images/minimalize.png
+  - res/allowed/SettingWallpaper/images/rightCorner.png
+  - res/allowed/SettingWallpaper/images/smallwindow.png
+  - res/allowed/SettingWallpaper/themes/dark.xaml
+  - res/allowed/SettingWallpaper/themes/light.xaml
+  - res/allowed/SettingWallpaper/wallpaper-icon.svg
+  - res/allowed/en-US/SettingWallpaper.resources.dll
+  - res/allowed/ko-KR/SettingWallpaper.resources.dll
+  - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/SettingWallpaper.dll
+  - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/en-US/SettingWallpaper.resources.dll
+  - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/ko-KR/SettingWallpaper.resources.dll
   - tizen-manifest.xml
 
-# Enable to pack as rpk
-pack_as_rpk: true
+# project dependencies
+deps: []
+
+# Source files matching these pattern will always be excluded from build
+src_file_patterns: []
+
+# Source files matching these patterns will only be included while building in test mode
+test_file_patterns: []
 
-# List of resource files to be packed in rpk
 resources:
-  - res/
-    
\ No newline at end of file
+    - /res
\ No newline at end of file
index f10a15c75b75a9d82703f7479f7e198b38451113..7f0200329f8704123ce85c0eefb4af79c3cc96a4 100644 (file)
Binary files a/packaging/org.tizen.cssetting-wallpaper-1.0.1.rpk and b/packaging/org.tizen.cssetting-wallpaper-1.0.1.rpk differ