Commit Graph

24 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
0f03dccc07 feat: changed minimum macOS version to macOS 11.15 (Big Sur) 2026-02-22 15:52:36 +01:00
Serhiy Mytrovtsiy
7e833176d9 feat: moved all modules to the new way of reader mode with a small refactoring 2024-02-10 17:03:47 +01:00
Serhiy Mytrovtsiy
32bd6ff32c feat: added module types to the readers 2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy
07b29a41cb fix: fixed swiftlint errors 2022-07-10 12:45:38 +02:00
Serhiy Mytrovtsiy
f7a5526d5a feat: hide the fan controls if the fan cannot be controlled (hackintosh) 2022-04-28 20:16:09 +02:00
Serhiy Mytrovtsiy
f55bcff535 fix: enabled new BLE battery level reader only for macOS 11+ 2022-04-09 11:50:56 +02:00
Serhiy Mytrovtsiy
332fcd25a5 feat: added a new way to fetch a BLE battery level from the system_profiler (#859) 2022-04-09 11:43:14 +02:00
Serhiy Mytrovtsiy
c8904a27c5 feat: added No Bluetooth devices are available message to the Bluetooth module settings and popup view 2022-03-11 17:30:57 +01:00
Serhiy Mytrovtsiy
252274eaf9 feat: remove bluetooth device when disconnected (#805) 2022-01-22 14:42:02 +01:00
Serhiy Mytrovtsiy
2c10e790b2 fix: better using IOBluetoothDevices and move retrievePeripherals to the variable (#808) 2022-01-22 12:13:09 +01:00
Serhiy Mytrovtsiy
b727faa0ba fix: missing internal Bluetooth peripheral callback 2022-01-17 18:32:10 +01:00
Serhiy Mytrovtsiy
6d80f9e0ef feat: redesigned Bluetooth reader (#750) 2022-01-10 17:30:07 +01:00
Serhiy Mytrovtsiy
a33f3b3474 feat: added connection to the Bluetooth device (#750) 2021-12-31 15:03:56 +01:00
Serhiy Mytrovtsiy
73f423f67d fix: temporarily disabled getting Bluetooth devices via CBCentralManager (#642) 2021-09-23 21:57:05 +02:00
Serhiy Mytrovtsiy
f7341e6702 fix: fixed access to the IOBluetoothDevice when reading device from the CBCentralManager (#628) 2021-09-18 17:09:32 +02:00
Serhiy Mytrovtsiy
72d78bb718 fix: fixed Bluetooth device name (some devices have Unknown name) 2021-08-31 21:34:52 +02:00
Serhiy Mytrovtsiy
d49eef9020 fix: fixed race condition in the Bluetooth module (#591) 2021-08-27 18:11:43 +02:00
Serhiy Mytrovtsiy
7b9598861b feat: rewrite BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557) 2021-08-13 11:33:04 +03:00
Serhiy Mytrovtsiy
4831777b19 fix: fix BLE level when the value in cache is 1 (#551)
feat: change UUID to address in the BLE device toolTip
2021-07-30 16:54:51 +02:00
Serhiy Mytrovtsiy
cb7567d540 fix: fixed BLE battery level update (wrong check) (#551) 2021-07-28 18:23:30 +02:00
Serhiy Mytrovtsiy
f6d5f1a60a fix: fixed order of AirPods battery levels (Case, Left, Right) 2021-07-22 21:07:18 +02:00
Serhiy Mytrovtsiy
284d394035 fix: fixed BLE battery level update (#551) 2021-07-20 20:36:35 +02:00
Serhiy Mytrovtsiy
0d13c63a0e feat: add support for Magic Trackpad (#546) 2021-07-17 12:29:57 +02:00
Serhiy Mytrovtsiy
22386a4ae1 feat: initialized Bluetooth module (#277) 2021-07-08 23:03:02 +02:00