profile/iot/apps/dotnet/setting-bluetooth.git
2 years agoFix auto connect logic and add scan stop logic if destroyed 72/290972/1 accepted/tizen/unified/20230411.161259
Wootak Jung [Thu, 6 Apr 2023 01:32:49 +0000 (10:32 +0900)]
Fix auto connect logic and add scan stop logic if destroyed

Change-Id: I5bba7241fb4d9c2ba79c605ba01286a07727aafb
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd missing org.tizen.cssetting-bluetooth rpk 05/290705/1 accepted/tizen/unified/20230404.025047
Wootak Jung [Fri, 31 Mar 2023 05:48:06 +0000 (14:48 +0900)]
Add missing org.tizen.cssetting-bluetooth rpk

Change-Id: Ifd5f8d75cec78af2fd4f89464c996b9e7770ec5b
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoFix resource path to SettingCore 96/290696/1
Wootak Jung [Fri, 31 Mar 2023 02:17:36 +0000 (11:17 +0900)]
Fix resource path to SettingCore

Change-Id: Ife2d0b953f8b10cc4d6b3c8d73eba1197c42efda
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoReplace to gadget 81/290381/4
Wootak Jung [Fri, 24 Mar 2023 01:18:57 +0000 (10:18 +0900)]
Replace to gadget

Change-Id: I0b8684790f02dfc307fb4d3c150cb8ef6ba2fb23
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoRemove unnecessary dummy devices 29/286429/1 accepted/tizen/unified/20230109.151013
Wootak Jung [Fri, 6 Jan 2023 01:17:19 +0000 (10:17 +0900)]
Remove unnecessary dummy devices

Change-Id: I068707f212898cc0c23b28d8e751c4bb64cf37e5
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoResolve issue of adding paired item in device view 76/285776/1 accepted/tizen/unified/20230103.054909
Anuj Kumar Singh [Tue, 20 Dec 2022 04:13:13 +0000 (09:43 +0530)]
Resolve issue of adding paired item in device view

This patch resolve the following issue:
- Paired item should be added sequentially not rssi descending order like searched item.
- Paired item should come on top of paired devices list when connected.

Change-Id: I5fc0b3a8669fa1e17023e0acdb69e25406de244d
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
2 years agoAdd edit box of device name in Detail View. 45/285345/4
Anuj Kumar Singh [Fri, 9 Dec 2022 08:20:10 +0000 (13:50 +0530)]
Add edit box of device name in Detail View.

Change-Id: I34d31ecfb1a1ef20e2ee056bd99be4474e8a3189
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
2 years agoFix the issue that paired and searched views are scrolled separately 82/284882/1
Wootak Jung [Wed, 30 Nov 2022 00:58:38 +0000 (09:58 +0900)]
Fix the issue that paired and searched views are scrolled separately

Combine paired and searched views into one
Manage paired and searched devices as each collection

Change-Id: Ie8da84681bba62df1dcc82944807ac8be5cabc27
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoImplement auto connect logic to connect by 1 click. 10/284210/1 accepted/tizen/unified/20221115.172853
Anuj Kumar Singh [Fri, 11 Nov 2022 12:47:20 +0000 (18:17 +0530)]
Implement auto connect logic to connect by 1 click.

Change-Id: Id7868389f52f6c824dbbf9a1782c67b09f76964e
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
2 years agoFix back button not working issue 43/283343/1 accepted/tizen/unified/20221111.105330
Wootak Jung [Tue, 25 Oct 2022 01:36:06 +0000 (10:36 +0900)]
Fix back button not working issue

Change-Id: I85b90b76d842549b113943e47d205096146d113a
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd discovery auto start function 93/282893/1
Wootak Jung [Thu, 13 Oct 2022 05:02:31 +0000 (14:02 +0900)]
Add discovery auto start function

get bonded devices when bt enabled
start discovery when bt enabled
start discovery when enter the app

Change-Id: Iec6536719f821979c0e1ad67930a0ea8acf1f02d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoFix the rssi value setting issue 92/282892/1
Wootak Jung [Thu, 13 Oct 2022 04:36:40 +0000 (13:36 +0900)]
Fix the rssi value setting issue

Change-Id: I1c35eb95015fd5e5b687279ecd4f7ec839d31829
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoMove device view related functions to BtDeviceView.cs 91/282891/1
Wootak Jung [Thu, 13 Oct 2022 04:35:40 +0000 (13:35 +0900)]
Move device view related functions to BtDeviceView.cs

Change-Id: I9410e8a2bba05f26c94de03ff5d22fdc6462f3aa
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoFix to do not show dialog when try to disconnect in detail view 51/282851/1
Wootak Jung [Wed, 12 Oct 2022 08:18:42 +0000 (17:18 +0900)]
Fix to do not show dialog when try to disconnect in detail view

Change-Id: Ifb49ed3295f4ea040dead3d7f9c2922e573a2349
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd device sorting logic with the rssi 50/282850/1
Wootak Jung [Wed, 12 Oct 2022 08:11:19 +0000 (17:11 +0900)]
Add device sorting logic with the rssi

Change-Id: I170b213797fbc602bfd1954616c17506fe5bfa7d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoEnable device icon 49/282849/1
Wootak Jung [Wed, 12 Oct 2022 08:04:57 +0000 (17:04 +0900)]
Enable device icon

Change-Id: I763b005d874cdba090a28ae5a991eac578cbc941
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd detail view 16/282816/2
Wootak Jung [Wed, 12 Oct 2022 02:55:43 +0000 (11:55 +0900)]
Add detail view

add device icon property

Change-Id: I469b1420bc6846f043f0a9f616edd7d77edf4eaf
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd hid connect/disconnect functions 57/282757/1
Wootak Jung [Tue, 11 Oct 2022 06:56:31 +0000 (15:56 +0900)]
Add hid connect/disconnect functions

Change-Id: I58206d65eb3c5211870341f7dc9f746f14fe33f3
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd audio disconnection alert popup 40/282640/1
Wootak Jung [Fri, 7 Oct 2022 07:37:05 +0000 (16:37 +0900)]
Add audio disconnection alert popup

Change-Id: Ie370273612a4bfb335133a137578dfa2d01e948d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd audio connect/disconnect funtions 38/282638/1
Wootak Jung [Fri, 7 Oct 2022 06:49:04 +0000 (15:49 +0900)]
Add audio connect/disconnect funtions

add SubLabel on device item

Change-Id: Ib7cfa175d499de720adfef13d3001e63cf9adce2
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoModify variable name 80/282580/1
Wootak Jung [Thu, 6 Oct 2022 06:50:20 +0000 (15:50 +0900)]
Modify variable name

Change-Id: Ifca9fcdae0c9c78a9a0edf633e8e16588846f1e6
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd pair/unpiar functions 77/282577/1
Wootak Jung [Thu, 6 Oct 2022 06:19:58 +0000 (15:19 +0900)]
Add pair/unpiar functions

Change-Id: I6f526090d005c649151ae04d60785bb7685f33cc
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd paired device view 36/282536/2 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060618 accepted/tizen/7.0/unified/hotfix/20221116.111648 accepted/tizen/unified/20221005.144506 tizen_7.0_m2_release
Wootak Jung [Wed, 5 Oct 2022 07:09:36 +0000 (16:09 +0900)]
Add paired device view

add operation state changed logic
add device changed logic
add detail button

Change-Id: I3214eb0513c2b4983ccfdd51d028778cd424f3ff
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd Model Device methods 05/282505/1
Dohyun Pyun [Tue, 4 Oct 2022 23:37:39 +0000 (08:37 +0900)]
Add Model Device methods

Change-Id: I4d126d86def1a0c9e888d6f600c7bfdc0635700d
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
2 years agoApply MVC(ModelViewController) design 90/282490/2 accepted/tizen/unified/20221005.090825
Wootak Jung [Tue, 4 Oct 2022 08:49:42 +0000 (17:49 +0900)]
Apply MVC(ModelViewController) design

Change-Id: I73635f056fe8c6fec6fb9403351d0cbed88dc074
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd searched device view and scan button 39/282439/1
Wootak Jung [Tue, 4 Oct 2022 01:21:50 +0000 (10:21 +0900)]
Add searched device view and scan button

add platform privilege

Change-Id: If6abb35aa4f81d4e010d3e6446aca8fe895f63c4
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoAdd multi language support 54/282254/1
Wootak Jung [Thu, 29 Sep 2022 06:03:51 +0000 (15:03 +0900)]
Add multi language support

Change-Id: I853c6096330971fc4a8449fff0a4ed2e5cb1000a
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoInitial commit 29/281929/1 accepted/tizen/unified/20220927.132302
Wootak Jung [Fri, 23 Sep 2022 07:19:29 +0000 (16:19 +0900)]
Initial commit

Change-Id: Iad8c41157992a1751a50c083a765356adc945dcb
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoInitial empty repository master
Tizen Infrastructure [Thu, 22 Sep 2022 04:53:51 +0000 (04:53 +0000)]
Initial empty repository