208 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
d0f4354c05 feat: added macOS widget for Network module 2024-08-01 23:37:08 +02:00
Serhiy Mytrovtsiy
598dc2d5dd feat: small cleanup in the popup views 2024-07-24 19:15:15 +02:00
Serhiy Mytrovtsiy
d85f148cc3 feat: renamed Color and Widget to SColor and SWidget to be compatible with SwiftUI 2024-07-04 19:52:52 +02:00
Serhiy Mytrovtsiy
f2858f80b8 fix: enabled network details update on every read (#1966) 2024-06-11 21:54:59 +02:00
Serhiy Mytrovtsiy
7bc2f94e2d fix: fixed widget activate threshold logic for the Network module (#1958) 2024-05-23 20:42:57 +02:00
Serhiy Mytrovtsiy
f7dd03f048 fix: hidden latency value when network is down (#1950) 2024-05-20 19:13:40 +02:00
Serhiy Mytrovtsiy
d055ded9c7 feat: moved Disk notification settings to the new selectors 2024-05-10 20:28:32 +02:00
Serhiy Mytrovtsiy
eb882774bb feat: small codebase refactoring (mostly removed unused code and changes in access control) 2024-05-08 17:21:58 +02:00
Serhiy Mytrovtsiy
e925e6d131 feat: added option to change chart duration to the Network popup 2024-05-07 18:45:49 +02:00
Serhiy Mytrovtsiy
2c2689eed0 feat: enabled selecting public IP address in portal view (#1927) 2024-05-03 13:24:55 +02:00
Serhiy Mytrovtsiy
c37585d4b3 feat: moved widget activation threshold slider to the input with a base that allows specifying the threshold more accurate 2024-04-30 22:43:39 +02:00
Serhiy Mytrovtsiy
d5d70a299e feat: added fixed scale option for Network popup (#1787) 2024-04-29 21:56:12 +02:00
Serhiy Mytrovtsiy
f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy
ab4dcbfd94 feat: added option to hide public IP section from the Network popup (#1877) 2024-04-23 17:46:06 +02:00
Serhiy Mytrovtsiy
b016113447 fix: fixed bug with line chart offset in the menu bar (#1894) 2024-04-15 19:14:10 +02:00
Serhiy Mytrovtsiy
2ec21de043 feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2. 2024-04-09 18:42:28 +02:00
Serhiy Mytrovtsiy
f2d9a491fa feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart. 2024-04-08 16:44:26 +02:00
Serhiy Mytrovtsiy
27891b0d5a feat: added main chart scale setting to the Network popup settings 2024-04-06 16:00:50 +02:00
Serhiy Mytrovtsiy
05c35c6d1e v2.10.5 2024-03-24 12:49:10 +01:00
小明
5b51ef1b6a fix: fixed nettop CPU abnormal usage in some cases (#1854) 2024-03-24 12:36:05 +01:00
Serhiy Mytrovtsiy
6482a43dea feat: added public IP address to the network portal view (#1842) 2024-03-20 19:26:48 +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
d6a88e5d78 feat: updated Disk portal view 2024-01-27 21:22:59 +01:00
Serhiy Mytrovtsiy
35839cea6a feat: rearranged network main view in the popup (download/upload stats) 2024-01-13 21:10:02 +01:00
Serhiy Mytrovtsiy
d2f080e104 feat: moved all popups to new ProcessesView for top processes 2024-01-06 10:29:43 +01:00
Serhiy Mytrovtsiy
b21630218c feat: initialized ProcessesView that will be common for all popups 2024-01-05 21:02:29 +01:00
Serhiy Mytrovtsiy
4754b6144a feat: added reverse order to the network chart (#1721) 2023-12-19 23:05:33 +01:00
Serhiy Mytrovtsiy
dca3c03acd feat: added wifi network name from networksetup (#1723) 2023-12-18 16:44:06 +01:00
Serhiy Mytrovtsiy
97d884c860 feat: added latency to the Network popup (based on the ICMP requests) (#1707)
feat: removed WiFi network name from the network popup (starting from macOS Sonoma it's not available without CoreLocation access)
2023-12-08 17:58:13 +01:00
Serhiy Mytrovtsiy
1a9a5e7839 feat: added speed base selector to the disk module when speed widget is enabled 2023-10-21 18:45:24 +02:00
justinharrell
24b29ccbfe feat: moved network base setting to module from widget (#1635)
Co-authored-by: Justin Harrell <justin@harrell.io>
2023-10-21 18:28:58 +02:00
Serhiy Mytrovtsiy
9115329767 fix: changed reference from unowned to weak in the modules (prevents crash in some cases) 2023-08-13 13:15:27 +02:00
Serhiy Mytrovtsiy
32bd6ff32c feat: added module types to the readers 2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy
1e0ba3b61f feat: moved all reader's values to the Codable protocol 2023-06-27 17:09:38 +02:00
Serhiy Mytrovtsiy
bc34a39b86 fix: close socket listener when no ICMP host is set up. Prevent ICMP callbacks from other apps when ICMP must be off 2023-06-12 18:00:47 +02:00
Serhiy Mytrovtsiy
94bf62ae70 feat: added information when network data was reset last in the Network popup (#1495) 2023-05-29 19:15:36 +02:00
Serhiy Mytrovtsiy
c6fa3f4592 feat: moved from IO in the Network portal to the network chart 2023-05-20 13:58:33 +02:00
Serhiy Mytrovtsiy
efdbff5424 feat: added grid chart to the network popup for connectivity history (#1397) 2023-04-11 21:51:03 +02:00
Serhiy Mytrovtsiy
3c9a3722bf fix: fixed swiftlint warnings (#1386) 2023-04-01 16:58:05 +02:00
Zhizhen He
001f787e41 fix: fixed some typo (#1373) 2023-03-25 23:01:46 +01:00
Serhiy Mytrovtsiy
d70b424211 feat: added fieldSettingRow for setting with text field 2023-03-25 17:29:06 +01:00
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
3ee65acbcc feat: added an option to specify the public IP address auto-refresh interval. Never will be a default option. 2023-03-09 18:37:17 +01:00
Vojtěch Svědiroh
4012529c16 lang: fixed typo in the unit (#1325) 2023-02-26 16:08:11 +01:00
Serhiy Mytrovtsiy
b8c0844d10 feat: added portal view to the GPU module
feat: added portal view to the Network module
feat: added portal view to the Disk module
2023-02-25 11:46:59 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
51ebe2907e fix: improved network threshold logic (#1211) 2022-12-12 18:51:16 +01:00
Serhiy Mytrovtsiy
25e7e38eb9 feat: added icons to the modules in the sidebar menu (starting from macOS 11.0) 2022-12-03 12:25:45 +01:00
Serhiy Mytrovtsiy
aa9abf3555 feat: added RSSI, noise, and transmit rate to the SSID tooltip (#1187) 2022-11-23 19:34:17 +01:00
Serhiy Mytrovtsiy
9f38e0ba63 fix: updated build runner to macOS 12 and removed OWE and OWE Transition from the wifi encryption list to fix the build 2022-11-08 20:08:48 +01:00