Serhiy Mytrovtsiy
a4d5cf881b
- looking how to decode fp2e;
...
- add different units for sensors;
- cleanup;
2020-04-06 23:55:29 +02:00
Serhiy Mytrovtsiy
413674db32
- remove removable disks (dmg) from disk list;
...
- rename Temperature module to Sensors;
- fix ordering in temperature sensors list;
- rewrote SMC from C to Swift;
- now sensors list load automatically;
- removed all C code;
2020-04-06 18:22:12 +02:00
Serhiy Mytrovtsiy
a2ae1421aa
- update Temperature module (add all possible sensors to show);
...
- delete SystemKit;
- update Disk module to select the disk to show;
- fix interval saving in CPU, RAM and Disk modules;
2020-04-05 18:50:44 +02:00
Serhiy Mytrovtsiy
b448979aa2
- add temperature module (CPU and GPU temperature);
...
- fix value margin in network widget view;
- add missing widgets name;
- improve battery module updates;
2020-04-04 11:57:38 +02:00
Serhiy Mytrovtsiy
8f2eb5a3a2
fixed crashing; v1.5.2
2020-01-25 20:35:24 +01:00
Serhiy Mytrovtsiy
3fce79f914
v1.5.1
2020-01-22 23:40:16 +01:00
Serhiy Mytrovtsiy
0a3a4b2cd9
add a popup view for network module;
...
new reader in network module;
fix changing active popup view when switching the tabs;
2020-01-22 23:13:04 +01:00
Serhiy Mytrovtsiy
a73148526f
v1.5.0
2020-01-20 22:31:39 +01:00
Serhiy Mytrovtsiy
1c24d597cc
finished RAM, Disk, Battery and Network modules
2020-01-14 20:06:48 +01:00
Serhiy Mytrovtsiy
f00ae071bb
finally remove observable from the project;
...
started rewriting modules from zero;
CPU mvp;
2020-01-13 23:11:54 +01:00
Serhiy Mytrovtsiy
d17614cb49
replace NSTimer with GCD (fix CPU leak)
2020-01-09 19:08:13 +01:00
Serhiy Mytrovtsiy
dac05598f4
removed first empty point from CPU and Memory charts; small fixes;
2019-09-23 19:45:59 +02:00
Serhiy Mytrovtsiy
3b5ded38f7
rewrited battery widget
2019-09-13 22:05:53 +02:00
Serhiy Mytrovtsiy
4a896dd8d4
moved from cocoapods to carthage
2019-09-09 17:57:18 +02:00
Serhiy Mytrovtsiy
65abcf5eb8
small refactoring; improved widgets draw algorithm
2019-09-05 16:54:04 +02:00
Serhiy Mytrovtsiy
53138f1cee
created view for Battery module
2019-09-05 15:35:18 +02:00
Serhiy Mytrovtsiy
73efc7c1b3
new LaunchAtLogin mechanism (external library)
2019-09-04 21:37:23 +02:00
Serhiy Mytrovtsiy
019ee41c53
removed StatsLauncher
2019-09-04 21:19:45 +02:00
Serhiy Mytrovtsiy
e0ddc76f6f
created view for Memory module
2019-09-04 21:16:39 +02:00
Serhiy Mytrovtsiy
f2571989ac
created view for CPU module
2019-09-04 00:38:56 +02:00
Serhiy Mytrovtsiy
5a0f8ce854
initialized new menu view
2019-09-02 23:47:08 +02:00
Serhiy Mytrovtsiy
6572abf656
moved to swift 5
2019-08-19 00:11:07 +02:00
Serhiy Mytrovtsiy
e81a5f2a27
fixed start on boot
2019-08-19 00:07:42 +02:00
Serhiy Mytrovtsiy
6fa02a9f2b
small changes in Widgets structure
2019-07-14 00:33:47 +02:00
Serhiy Mytrovtsiy
9c46928c84
- fixed bug when widgets display not properly (or not shows at all)
...
- initialized bar chart widget
- fixed few bugs
2019-07-09 23:57:40 +02:00
Serhiy Mytrovtsiy
bdf6bd2655
small refactoring
2019-07-08 20:14:41 +02:00
Serhiy Mytrovtsiy
d4ef2ef02e
Merge branch 'updates' of https://github.com/exelban/stats into dev
2019-06-25 23:54:52 +02:00
Serhiy Mytrovtsiy
d9ab8551d3
created view which check if new version is available
2019-06-25 23:54:10 +02:00
Serhiy Mytrovtsiy
c0bb81a490
initialized network module; critical fixes in CPU and Memory modules
2019-06-25 00:43:40 +02:00
Serhiy Mytrovtsiy
4b660f88a5
merged battery module
2019-06-15 13:04:42 +02:00
Serhiy Mytrovtsiy
5f7ff5c5c1
merged about
2019-06-15 12:48:15 +02:00
Serhiy Mytrovtsiy
bdb8c052cc
added new widget Chart with label; initialized widget protocol;
2019-06-15 12:16:33 +02:00
Serhiy Mytrovtsiy
102ab549f3
cpu chart mvp
2019-06-14 22:53:05 +02:00
Serhiy Mytrovtsiy
7e28b2b375
addded about window
2019-06-14 20:27:24 +02:00
Serhiy Mytrovtsiy
ca5578970f
moved view to file
2019-06-14 16:51:16 +02:00
Serhiy Mytrovtsiy
a4166729ec
initialized battery module
2019-06-14 15:06:45 +02:00
Serhiy Mytrovtsiy
98d90f58a7
started with chart
2019-06-12 00:59:09 +02:00
Serhiy Mytrovtsiy
8322a9f398
v1.0.0
2019-06-10 17:58:12 +02:00
Serhiy Mytrovtsiy
3c234a34b3
start on login fixed
2019-06-10 10:22:08 +02:00
Serhiy Mytrovtsiy
1045009b3f
stash
2019-06-06 14:31:31 +02:00
Serhiy Mytrovtsiy
92738a9569
v0.0.1
2019-06-01 19:47:33 +02:00
Serhiy Mytrovtsiy
1fb4ec222a
moved to modules; removed global store; preferences and modules savings;
2019-06-01 16:57:03 +02:00
Serhiy Mytrovtsiy
8f73b468e6
renamed to Stats; added StatsLaucher; updated icon;
2019-05-31 23:10:00 +02:00