Resolve Bluetooth turning on, turning off info missing 86/299086/2
authorAkash Kumar <akash1.kumar@samsung.com>
Tue, 19 Sep 2023 09:06:12 +0000 (14:36 +0530)
committerAkash Kumar <akash1.kumar@samsung.com>
Tue, 19 Sep 2023 09:11:09 +0000 (14:41 +0530)
This patch:
 -Resolves jira https://code.sec.samsung.net/jira/browse/TEIGHT-5174
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Change-Id: I9ee3fd5aab11b904ba43dc834d548ab0279e6ec5

SettingBluetooth/SettingBluetooth/View/BtMainView.cs
SettingBluetooth/SettingBluetooth/View/Resources.cs
packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk

index 930fe239feb37d6a6ce13f810f3631a66543672e..91305243261244a041d550dc9c5e7afb4e19af38 100644 (file)
@@ -23,6 +23,7 @@ namespace SettingBluetooth
                     SettingBluetooth.mScanButton.IsEnabled = false;
                     break;
                 case BtOperationState.Deactivating:
+                    BtDeviceView.UpdateSearchedTitle(Resources.IDS_ST_BODY_TURNING_OFF_BLUETOOTH);
                     break;
                 case BtOperationState.Activated:
                     BtDeviceView.AddDeviceView(mMainView);
@@ -30,6 +31,7 @@ namespace SettingBluetooth
                     SettingBluetooth.mScanButton.IsEnabled = true;
                     break;
                 case BtOperationState.Activating:
+                    BtDeviceView.UpdateSearchedTitle(Resources.IDS_ST_BODY_TURNING_ON_BLUETOOTH);
                     break;
                 case BtOperationState.Searching:
                     BtDeviceView.RemoveAllSearchedDevices();
index a25f8d881447750ca8d1bf959ef9800d2604b428..a22fa8ec1d1af23c508125e0a05c5ca666b159f5 100644 (file)
@@ -18,6 +18,8 @@ namespace SettingBluetooth
         }
 
         static public string IDS_BT_BODY_SCANNING_FOR_DEVICES_ING = "Scanning for devices...";
+        static public string IDS_ST_BODY_TURNING_OFF_BLUETOOTH = "Turning off Bluetooth...";
+        static public string IDS_ST_BODY_TURNING_ON_BLUETOOTH = "Turning on Bluetooth...";
         static public string IDS_BT_SK_STOP = "Stop";
         static public string IDS_BT_BODY_AVAILABLE_DEVICES = "Available devices";
         static public string IDS_BT_SK_SCAN = "Scan";
index ccef307be5354726ba2895fc4e9da9fc43c29a38..4f812ccb725c28f99a9c78720e1c7437bf2acc57 100644 (file)
Binary files a/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.0.0.rpk differ