Commit Graph

2021 Commits

Author SHA1 Message Date
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
e39584241e feat: initialized first widget for the CPU module 2024-07-02 21:09:37 +02:00
Serhiy Mytrovtsiy
79183dba35 v2.10.19 2024-06-30 11:30:27 +02:00
Coopydood
0c9dda2c85 lang: added English (U.K.) language variant (#1985)
* Add files via upload

Signed-off-by: Coopydood <39441479+Coopydood@users.noreply.github.com>

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

Signed-off-by: Coopydood <39441479+Coopydood@users.noreply.github.com>

---------

Signed-off-by: Coopydood <39441479+Coopydood@users.noreply.github.com>
2024-06-30 11:15:28 +02:00
Serhiy Mytrovtsiy
24f37249e5 feat: adjusted switch view height 2024-06-28 10:14:16 +02:00
Serhiy Mytrovtsiy
c768c9b472 feat: added notifications to the Bluetooth module (#1891) 2024-06-24 20:36:21 +02:00
Serhiy Mytrovtsiy
04aa325c9c v2.10.18 2024-06-16 12:17:55 +02:00
Ryan Cao
0b2ff43b3d feat: added macOS 15 (Sequoia) string (#1992)
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2024-06-16 12:13:16 +02:00
lilfer
2021cbcde6 feat: added charging current and voltage (#1986) 2024-06-16 12:13:05 +02:00
Žiga Povhe
a128041971 lang: updated Slovenian translations (#1991) 2024-06-16 12:12:40 +02:00
Serhiy Mytrovtsiy
68d1a0c86f fix: fixed GPU temperature value in the chart (#1984) 2024-06-13 18:25:31 +02:00
Serhiy Mytrovtsiy
f2858f80b8 fix: enabled network details update on every read (#1966) 2024-06-11 21:54:59 +02:00
Serhiy Mytrovtsiy
75a7416b7e fix: fixed crash when calculating text width for a monospaced font (#1988) 2024-06-10 21:20:53 +02:00
Serhiy Mytrovtsiy
a6410d8258 v2.10.16 2024-06-09 11:43:45 +02:00
Serhiy Mytrovtsiy
5105d7cdb9 fix: updated monospaced font for stack widget (#1978) 2024-06-08 10:23:26 +02:00
Serhiy Mytrovtsiy
d8c127e4d2 fix: removed check that prevents updates of line chart when the same value 2024-06-07 20:21:58 +02:00
Serhiy Mytrovtsiy
f3f43dae80 v2.10.15 2024-05-26 11:24:54 +02:00
Vincenzo Deluca
ea6e57bb3b feat: updated Italian strings (#1965) 2024-05-26 11:12:08 +02:00
Kevin Manca
42749af2e0 lang: updated Italian localization (#1954)
synced with new strings
2024-05-26 11:11:04 +02:00
Jerry Zhang
abc932cbe1 lang: updated Simplified Chinese localization (#1963) 2024-05-26 11:10:47 +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
7a0eb5ac87 feat: moved from writing each read from reader to the db. From now every 10th read will be written, also the last read will be saved to the db before the app is closed. 2024-05-21 21:02:24 +02:00
Serhiy Mytrovtsiy
f7dd03f048 fix: hidden latency value when network is down (#1950) 2024-05-20 19:13:40 +02:00
Serhiy Mytrovtsiy
45a0757baf v2.10.14 2024-05-19 12:23:13 +02:00
Shun Min Chang
e2c4f12936 lang: added import/export settings translation (#1945)
* Add Import / Export settings of localizable

* Update localizable of zh-Hant

---------

Co-authored-by: Alan Chang <alan.chang@bionime.com>
2024-05-19 11:21:45 +02:00
Serhiy Mytrovtsiy
0606540964 fix: removed debug logs from combined view (#1947) 2024-05-17 11:13:37 +02:00
Serhiy Mytrovtsiy
b81d6f720f v2.10.13 2024-05-12 11:30:30 +02:00
Ahnaf Mahmud
20756a181d lang: updated model identifier string (#1936)
Signed-off-by: Ahnaf Mahmud <44692189+infinitepower18@users.noreply.github.com>
2024-05-12 11:28:10 +02:00
Serhiy Mytrovtsiy
74da91ff59 fix: fixed showing the default value of update interval for all modules even after the change (#1942) 2024-05-12 11:27:12 +02:00
Serhiy Mytrovtsiy
d055ded9c7 feat: moved Disk notification settings to the new selectors 2024-05-10 20:28:32 +02:00
Serhiy Mytrovtsiy
2b70064eb5 feat: moved RAM notification settings to the new selectors 2024-05-09 17:34:33 +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
9e26cc36ba feat: moved CPU and GPU notification settings to the new selector that allows specifying custom threshold and not from a predefined list 2024-05-06 19:04:25 +02:00
Serhiy Mytrovtsiy
89b7ac76db v2.10.12 2024-05-05 11:25:04 +02:00
Vincenzo Deluca
22697aa667 lang: updated Italian translation (#1919) 2024-05-05 11:20:43 +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
499a30ff89 fix: fixed switching sensor in the settings (#1923) 2024-05-02 17:46:58 +02:00
Serhiy Mytrovtsiy
7ee3d9673e fix: fixed upload/download positions in the Network widget (#1916) 2024-05-01 15:59:49 +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
a2807a54f7 v2.10.11 2024-04-28 19:33:20 +02:00
Jerry Zhang
f06bf94f17 lang: updated Simplified Chinese localization (#1909) 2024-04-28 19:30:01 +02:00
jrthsr700tmax
7297fb440a lang: updated Taiwan Traditional Chinese localization (#1912) 2024-04-28 19:29:50 +02:00
Serhiy Mytrovtsiy
73bca146ef fix: fixed app restart after import/reset settings 2024-04-27 14:31:12 +02:00
Serhiy Mytrovtsiy
0f5e1fb40a lang: changed Chart duration to Chart history 2024-04-26 21:51:05 +02:00
Serhiy Mytrovtsiy
bfadf4eb9b feat: moved widgets settings to the new design 2024-04-25 18:04:19 +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
bd810e87b8 feat: added system uptime to the CPU popup (#1398) 2024-04-22 12:54:49 +02:00