125 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
91d2450f62 - fix battery module enabling when disabled (#89) 2020-09-23 19:22:51 +02:00
Serhiy Mytrovtsiy
ebd901ec7b - fix crash when some information missing about battery (#88)
- add MacPro5,1 to the list of devices
2020-09-20 21:30:23 +02:00
Serhiy Mytrovtsiy
fbf2e56cab - update image in README (#39)
- fix a translation in Disk
- fix misspelling in Battery popup
2020-08-30 22:12:38 +02:00
Serhiy Mytrovtsiy
a424dc871e i18n (#77)
* - initialize localization with English
- add i18n to app settings

* - add translation to widget settings

* - add translation to CPU

* - add translation to GPU

* - add translation to Memory

* - add translation to Disk

* - add translation to Sensors
- add translation to Network

* - add translation to Battery

* - add Polish language
- small fixes in translation

* - add Ukrainian language
2020-08-30 13:23:40 +02:00
Serhiy Mytrovtsiy
1530c24c87 - fix popup processes when open for first time
- update GPU popup view
2020-08-18 00:04:48 +02:00
Serhiy Mytrovtsiy
95f941149f - fix unnecessary popup interface update (when popup closed)
GPU module MVP
2020-08-17 22:51:21 +02:00
Serhiy Mytrovtsiy
2904b090a4 - disk IO stats (mvp) 2020-08-08 20:42:53 +02:00
Serhiy Mytrovtsiy
e4e91f8e8f - fix widget ordering in widget selector (now there will be ordering) 2020-08-06 21:52:02 +02:00
Serhiy Mytrovtsiy
946ecdd71e - add icon to top processes 2020-08-01 20:50:41 +02:00
Serhiy Mytrovtsiy
e24a9ef2a2 - update settings view (moved all view to one scroll view) 2020-08-01 19:56:57 +02:00
Serhiy Mytrovtsiy
0ab7457694 - add top processes to Battery module 2020-07-30 17:22:34 +02:00
Serhiy Mytrovtsiy
383f4195bb - fix battery charging state in a popup view
- add a visualization of battery level when charging (vertical bar)
2020-07-24 10:28:14 +02:00
Serhiy Mytrovtsiy
095e60499a - update battery low level notification algorithm
- fix showing a low level notification on each measurement lower than set
2020-07-20 17:51:49 +02:00
Serhiy Mytrovtsiy
1d09a11409 - add lightning to battery when power cable connected (now the battery widget have the same behavior as default macos)
- fix battery reader (app gets to know that AC is connected after the second read)
- updated selection in Network and Battery module
- update default color for mini widget in battery module
2020-07-19 01:27:40 +02:00
Serhiy Mytrovtsiy
706e8219ce - add low battery notification with option to select battery level (disabled/3%/5%/10%/15%/20%/30%/40%/50%) 2020-07-15 22:18:24 +02:00
Serhiy Mytrovtsiy
8dbafa40ac - add option to set up update interval for CPU module
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())

- add option to select update interval for RAM module

- add option to select update interval for Disk module
- small refactoring in cpu and ram settings

- add option to select update interval for Sensors module
2020-07-11 13:40:59 +02:00
Serhiy Mytrovtsiy
5e51770cbc - add an option to select a network interface
- update logic when the module is not available (now reader initializing after the module is initialized)
- update a Network popup view
2020-07-06 19:25:41 +02:00
Tobias Schaefer
d36e1bb3d7 Fix typos in application and README.md (#49)
* Fix typo 'Temperatrure' on battery details

* Fix typos in README.md
2020-06-29 20:07:32 +02:00
Serhiy Mytrovtsiy
3f8ee3bd65 - update structure name in modules
- add arguments support (--reset, --disable)
- update a README
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
a9342d10b7 fix battery widget visibility in darkmode 2020-06-10 09:29:15 +02:00
Serhiy Mytrovtsiy
be6886a5af fix battery level visibility when mini widget 2020-06-08 16:32:58 +02:00
Serhiy Mytrovtsiy
249ba521a6 fix data update in battery popup 2020-06-08 13:20:24 +02:00
Serhiy Mytrovtsiy
658545fad2 small fix in battery module 2020-06-08 13:03:00 +02:00
Serhiy Mytrovtsiy
af7f91afd6 add charging state to battery widget 2020-06-08 13:00:00 +02:00
Serhiy Mytrovtsiy
4d6f759d3b v2.0.0 (#34)
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00