Turann_
20d4fc0441
Update NetworkService.qml
2026-03-14 06:06:36 +03:00
Turann_
7af3f19c1e
resolve merge issue[s]
2026-03-14 05:57:42 +03:00
Turann_
b790d0d1b7
Merge branch 'main' into pr/networking-refactor-pt2
2026-03-14 05:46:20 +03:00
Lemmy
c67f293aca
chore(autofmt)
2026-03-13 22:13:05 -04:00
Turann_
b8dcf04a9b
prep for icons
2026-03-14 04:01:47 +03:00
Turann_
a5ac9541fe
carry over requested changes from pt1 | apply pt1.patch
2026-03-13 22:57:00 +03:00
Turann_
c994bdbfd2
add timer, use color & i18n of open.
2026-03-13 22:41:44 +03:00
Turann_
22a694ce77
finalize, enterprise support
2026-03-13 18:42:02 +03:00
Turann_
16d5e1f022
Improve enterprise support
2026-03-13 18:26:24 +03:00
Turann_
1f8bef9b9f
Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1
2026-03-13 00:39:04 +03:00
Turann_
b3d2172d72
Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2
2026-03-13 00:38:43 +03:00
Lemmy
c15fb85c53
chore(bt): unified get/setDeviceAutoConnect to use similar arguments
2026-03-12 17:29:32 -04:00
Turann_
cada065b00
feat(network): improve UI consistency and connection info display
2026-03-10 03:51:14 +03:00
Turann_
471f515ac0
i18n
2026-03-08 06:59:29 +03:00
Turann_
4c6f9ab471
Update NetworkService.qml
2026-03-08 06:29:15 +03:00
Turann_
88618b68f4
basic enterprise support
2026-03-08 06:17:34 +03:00
Turann_
d4f2ebb9a5
Here we go again
2026-03-08 05:54:30 +03:00
notiant
7d0e16906e
Add queue for Bluetooth auto-connect
2026-03-06 18:28:29 +01:00
Lysec
11a7f26943
fix(BluetoothService): pause bluetoothctl polling during lockscreen
2026-03-06 10:07:34 +01:00
Lemmy
52a7165b46
autofmt
2026-03-05 19:01:19 -05:00
Turann_
bdc263ea69
-- unnecessary variable -- (read desc)
...
Timer and delay makes it horrible because lack of sleep(500); or something like it - as far as i know.
@notiant Will you?
2026-03-06 01:05:22 +03:00
Turann_
62c7947657
Update BluetoothService.qml
2026-03-05 23:01:23 +03:00
notiant
69e54e823c
remove Bluetooth auto-connect notification
2026-03-05 12:36:53 +01:00
notiant
ff0297d56e
Fix Bluetooth auto-connect not working on startup
2026-03-04 20:23:39 +01:00
Lemmy
a513db0840
bt: auto-connect cleanup
2026-03-03 19:11:32 -05:00
Lemmy
abb7704699
Merge pull request #1981 from cbxcvl/feature/bluetooth-autoconnect
...
feat(bluetooth): auto-connect paired & trusted devices with toggle control
2026-03-03 19:09:19 -05:00
cbxcvl
cfaf900f3f
refactor(bluetooth): address code review feedback
...
- Replace mirrored autoConnectEnabled property with Connections block
- Remove no-op _autoConnectInProgress flag (device.connect() is async)
- Remove redundant count variable, use devList.length directly
2026-03-03 16:19:52 -03:00
Lemmy
0b905ff661
bt-service: fix logic to not invoke bluetoothctl when not installed
2026-02-28 18:00:30 -05:00
cbxcvl
fca7e360ab
fix(bluetooth): remove redundant auto-trust Instantiator
...
The pairing script already calls `bluetoothctl trust` after a successful
pair, so the `!modelData.trusted` condition was never true.
2026-02-26 14:49:59 -03:00
cbxcvl
470b61f4e1
feat(bluetooth): auto-connect paired & trusted devices with toggle control
...
Adds automatic reconnection of paired and trusted Bluetooth devices
when Bluetooth is enabled or when the shell starts. The feature is
fully toggleable ON/OFF from three places:
- Settings > Connections > Bluetooth (persistent NToggle)
- Bluetooth Panel quick toggle (NIconButton in header)
- IPC commands: toggleAutoConnect, enableAutoConnect, disableAutoConnect
Changes:
- New setting: bluetoothAutoConnect (default: true)
- Auto-trust devices upon pairing via Instantiator/Connections watcher
- 2s delay after BT enable to allow adapter initialization
- Respects airplane mode
- Toast notification when auto-connect fires
2026-02-25 23:50:16 -03:00
Lemmy
95e57065e4
Merge pull request #1876 from notiant/patch-4
...
Adjust margins in BluetoothPanel & fix flickering issue in BluetoothSubTab
2026-02-20 18:36:47 -05:00
Lysec
7e9694c4dc
ProgramCheckerService: move bluetoothctl check from BluetoothService here
2026-02-18 14:24:29 +01:00
Lysec
a3853caf1c
BluetoothService: add one time check for bluetoothctl
2026-02-18 13:47:22 +01:00
notiant
aabd28e40a
adjust margins in BluetoothPanel & fix flickering issue in BluetoothSubTab
2026-02-18 05:06:17 +01:00
Lemmy
2ba86f4eb6
bt: autofmt
2026-02-17 15:05:09 -05:00
Turann_
d141e1e056
This toast is not required.
2026-02-16 01:21:49 +03:00
Turann_
f8d992a409
Update log types
2026-02-16 00:37:16 +03:00
Turann_
ac0ee8d673
Update bluetooth-pair.py
...
Update bluetooth-pair.py
Update BluetoothService.qml
2026-02-16 00:18:35 +03:00
Turann_
5f1bc5c587
Update BluetoothService.qml
2026-02-15 23:16:19 +03:00
Lemmy
2b5b4d30fb
autofmt
2026-02-15 10:26:10 -05:00
notiant
db87f90313
proper fix for Airplane Mode
2026-02-15 00:18:36 +01:00
Lemmy
f08b1d5666
autofmt+settings db
2026-02-13 16:09:25 -05:00
notiant
40c8224f5a
check for airplane mode on startup
2026-02-13 08:16:54 +01:00
Turann_
33a59888de
Attempt to fix tracking, strict toggles,menus if airplane mode or hardware disabled/broken
...
Stricter toggles.
hw (bluetooth) state polling.
Update BluetoothSubTab.qml
Disable toggles if airplane mode active.
ethernetprefs cancelled.
2026-02-13 07:29:28 +03:00
notiant
59b4b5b7ec
fixes to Airplane Mode
2026-02-13 02:18:46 +01:00
notiant
4b513b4d8f
Fix airplane mode logic & some cleanup
2026-02-12 02:55:40 +01:00
Turann_
d05b46bd90
restore previous rfkill, add polling check
2026-02-11 17:36:26 +03:00
Turann_
21814ee074
Revert airplane toggle
2026-02-11 17:29:27 +03:00
Turann_
0acae22bc9
Added airpllane toggle. Minimal wifi UI
2026-02-11 16:43:06 +03:00
Turann_
f59f4e6cf3
Addressing #1750
2026-02-11 13:46:50 +03:00