501 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
07ab25f9b1 feat: added Pie Chart widget to the Disk module (#682) 2021-11-08 18:07:08 +01:00
Serhiy Mytrovtsiy
5bd7df98e1 feat: adjusted widget preview sizes 2021-11-07 12:04:26 +01:00
Serhiy Mytrovtsiy
ab48870e73 fix: prevent crash if mac does not have a serial number (#688) 2021-11-06 11:59:44 +01:00
Serhiy Mytrovtsiy
02c8ec92ad feat: adjusted value size in the Line chart widget 2021-11-05 19:58:40 +01:00
Serhiy Mytrovtsiy
716b6a6a26 fix: fixed widget preview sizes 2021-11-05 19:12:20 +01:00
Serhiy Mytrovtsiy
9c9ea7eccc feat: adjusted line chart width 2021-11-05 19:12:05 +01:00
Serhiy Mytrovtsiy
b6c45c53b9 feat: redesigned settings view. Each module has two views: module settings and widget settings. The previous widget settings view was too complicated and weird 2021-11-04 17:38:53 +01:00
Serhiy Mytrovtsiy
e1bac3ffa0 fix: fixed Line Chart widget size when label option is enabled (#678) 2021-11-02 19:59:12 +01:00
Serhiy Mytrovtsiy
bf9b7af73b feat: added missing iMac18,2 (#676) 2021-11-01 18:53:03 +01:00
Serhiy Mytrovtsiy
e0eab4767e feat: added missing iMac and new MacBook Pro to the device list 2021-10-30 05:50:02 +02:00
Serhiy Mytrovtsiy
83cea2bcd9 feat: adjusted LineChart size 2021-10-28 17:13:15 +02:00
Serhiy Mytrovtsiy
8e00f7e0c5 fix: fixed LineChart updates when value is the same as previous read (#671) 2021-10-24 11:49:38 +02:00
Serhiy Mytrovtsiy
77d1b5d274 feat: added Reachability plugin and moved Network module to it 2021-10-15 19:31:14 +02:00
Serhiy Mytrovtsiy
585014cba1 feat: added monochrome (grayscaled) color to the Tachometer widget 2021-10-14 18:29:50 +02:00
Serhiy Mytrovtsiy
9163b35ecf feat: initialized Tachometer widget (#631) 2021-10-12 17:30:52 +02:00
Serhiy Mytrovtsiy
0320dfe709 fix: updated max file length in the swiftlint configuration 2021-10-05 19:14:09 +02:00
Serhiy Mytrovtsiy
487e68438e feat: added monochrome accent for network chart (#634) 2021-09-28 21:03:06 +02:00
Serhiy Mytrovtsiy
71164398e8 feat: added monochrome accent for Speed widget pictogram (#633) 2021-09-27 19:16:32 +02:00
Serhiy Mytrovtsiy
d37636a5bd fix: adjust network chart width when the label is enabled (#644) 2021-09-26 12:44:13 +02:00
Serhiy Mytrovtsiy
925d40439e feat: changed layout of settings view. Widget selector and settings are in the separate views 2021-09-19 12:23:55 +02:00
Serhiy Mytrovtsiy
a8f48fef3d fix: adjusted network graph offsets (#624) 2021-09-17 21:13:08 +02:00
Serhiy Mytrovtsiy
68dde13db5 feat: added macOS Monterey (12.x) to the SystemKit 2021-09-06 20:03:11 +02:00
Serhiy Mytrovtsiy
f06054f65d feat: removed button to kill the process in the the Top Process (CPU/RAM/Battery) (#593)
This reverts commit d6362c5fb3.
2021-08-30 19:07:14 +02:00
Serhiy Mytrovtsiy
d6362c5fb3 feat: added option to kill the process in the Top Process (CPU/RAM/Battery) (#569) 2021-08-19 19:30:57 +02:00
Serhiy Mytrovtsiy
bf5b4c406e feat: redraw ProcessView to the NSStackView (#569) 2021-08-17 18:25:22 +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
4d0123ea09 feat: added Label option to the Network chart widget (#572) 2021-08-12 14:48:31 +03:00
Serhiy Mytrovtsiy
dfba65e4d6 fix: removed layer in the Sensors widget (#581) 2021-08-10 21:43:33 +03:00
Serhiy Mytrovtsiy
918a07150b feat: change value type from Double to ColorValue in the BarChart (#441) 2021-08-02 20:11:48 +02:00
Serhiy Mytrovtsiy
83e6e21ec2 fix: fixed toggle buttons visibility in the settings when they must be disabled 2021-08-02 18:36:09 +02:00
Serhiy Mytrovtsiy
d499b9d020 fix: fixed popup view behavior when pinned. Now a pinned popup will not close if click on the settings window. Additionally fixed bug when popup view does not hide if previously was pinned and closed. 2021-07-31 15:39:46 +02:00
Serhiy Mytrovtsiy
cba36e70f8 fix: fixed switch buttons visibility on macOS 10.13 (#559) 2021-07-27 19:05:02 +02:00
Serhiy Mytrovtsiy
a2f80fda08 fix: adjust text view height in the separator, process view, and row view 2021-07-24 18:51:24 +02:00
Serhiy Mytrovtsiy
4197e2f76b fix: add error_msg func to the Logger
fix: removed unused code from the AppDelegate
2021-07-20 17:30:30 +02:00
Serhiy Mytrovtsiy
c5c4e4df3d v2.6.1 2021-07-18 15:01:10 +02:00
Serhiy Mytrovtsiy
39dcb7bc8a fix: enable Sensors widget settings (don't know why it was disabled) 2021-07-15 19:05:34 +02:00
Serhiy Mytrovtsiy
f3ef526c91 fix: add missing Bluetooth permission
feat: disable Bluetooth module by default
feat: add `Hide additional information when full` in Battery widget for Bluetooth module
2021-07-09 17:41:41 +02:00
Serhiy Mytrovtsiy
22386a4ae1 feat: initialized Bluetooth module (#277) 2021-07-08 23:03:02 +02:00
Serhiy Mytrovtsiy
178b713353 feat: prepare to support macOS 10.13 2021-07-07 19:15:47 +02:00
Serhiy Mytrovtsiy
08d8d84ceb feat: init server plugin 2021-07-06 18:17:37 +02:00
Serhiy Mytrovtsiy
08ed4379f2 fix: fixed value in the Mini widget (#525) 2021-07-04 21:33:32 +02:00
Serhiy Mytrovtsiy
5b41276b7f fix: removed OSLog from the SystemKit (moved to the NextLog) 2021-07-02 17:46:46 +02:00
Serhiy Mytrovtsiy
f136a2f9c8 feat: add translation to the modules name (#496) 2021-07-01 21:22:59 +02:00
Serhiy Mytrovtsiy
2e693cdd31 feat: add an option to choose text alignment in the Mini widget (#517) 2021-06-30 20:26:16 +02:00
Serhiy Mytrovtsiy
a3a002a2d3 feat: removed os.log and moved to NextLog 2021-06-26 13:38:45 +02:00
Serhiy Mytrovtsiy
4f7a7bab25 feat: initialize custom logger (NextLog) 2021-06-25 22:35:32 +02:00
Serhiy Mytrovtsiy
6f73735f68 fix: fixed GPU type in the Mini widget (#507) 2021-06-19 12:23:08 +02:00
Serhiy Mytrovtsiy
e3a6b68869 fix: fixed zones range in the BarChart when value if more than 1 (#510) 2021-06-18 19:15:32 +02:00
Serhiy Mytrovtsiy
36cc9107b7 feat: add a SMCHelper to work with SMC 2021-06-15 10:00:26 +02:00
Serhiy Mytrovtsiy
c55d313d72 feat: removed the SMC plugin from the Kit framework. Compile from SMC where needed. 2021-06-07 22:55:17 +02:00