Commit graph

107 commits

Author SHA1 Message Date
Derek J. Clark 5d2937af6f
Multiplatform Dev (#52)
* Use environment home instead of hard coding home_path

* Fix Makefile

* Use PathBuf instead of format. Catch else fore /tmp/ default directory

* Restore logpath for deployment. Resolve warning from copy() not having err handled.

* Undo add #[cfg(debug_assertions)] in wrong place.
2022-11-29 00:04:03 +00:00
NGnius (Graham) 2b2a6eaf9d Add charge mode setting for SD, move static battery readings into driver 2022-11-21 20:58:35 -05:00
NGnius (Graham) 1466c4647b Add battery charge mode back-end support (untested) 2022-11-21 17:00:43 -05:00
NGnius (Graham) 31c72de11e Add and (mostly) test driver support 2022-11-19 15:21:09 -05:00
NGnius (Graham) 165a78e231 Add advanced CPU config UI (untested) 2022-11-13 21:18:48 -05:00
NGnius (Graham) d6196c6dad Add new API calls to front-end for #44 and #48 and improve resolve's type '''safety''' 2022-11-13 12:51:40 -05:00
NGnius (Graham) 1a49516d51 Make Persistent description a bit more self-evident, as requested by sentient burger conglomerate 2022-11-12 23:37:54 -05:00
NGnius (Graham) 01c86eeafe Add some additional APIs endpoints for #48 and more 2022-11-12 23:17:13 -05:00
NGnius (Graham) 1610f18278 Refactor API processing to apply settings from single thread and queue API calls instead of locking 2022-11-09 22:09:05 -05:00
NGnius (Graham) 357a7cfe37 Test and perfect fix for non-persistent saving 2022-10-11 17:38:20 -04:00
NGnius (Graham) c13f35a4a1 Fix loading & saving non-persistent configs, hopefully 2022-10-04 20:49:02 -04:00
NGnius (Graham) 6878897784 Fix clock speeds defaulting too low at wakeup when not set 2022-09-13 17:09:51 -04:00
NGnius (Graham) ba021c8f93 Fix wake detection, add more debug logging 2022-09-11 11:37:26 -04:00
NGnius (Graham) ef0a55b8ed I can['t] spell 2022-09-08 23:31:34 -04:00
NGnius (Graham) e13b1d434c Increment to v1.0.2 2022-09-08 23:20:42 -04:00
NGnius (Graham) 1795c29603 Minor repo cleanup/reconfigure 2022-09-08 20:04:07 -04:00
NGnius (Graham) ce9c6dcd7b Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
NGnius (Graham) a82f4b6ff6 Add install and build instructions 2022-09-06 17:29:42 -04:00
NGnius (Graham) 86471990bb Clamp JSON CPU count to available CPU count 2022-09-05 21:58:03 -04:00
NGnius (Graham) 7f60a00ee4 Configure for release 2022-09-05 21:55:40 -04:00
NGnius (Graham) aad7887b84 Reduce slider lag, fix frequency ordering mismatch, prepare for release 2022-09-05 21:36:16 -04:00
NGnius (Graham) 4983b07b3c Update store thumbnail 2022-09-05 17:14:44 -04:00
NGnius (Graham) 26e781df25 Re-add battery stats 2022-09-05 17:02:02 -04:00
NGnius (Graham) db3f4a85c0 Add experimental Decky CI back-end building, fix frequency controls crashing the kernel 2022-09-05 14:24:13 -04:00
NGnius (Graham) 18433bf5c5 Update UI image, fix minor display bug 2022-08-31 20:29:08 -04:00
NGnius (Graham) 1538f9a862 Update UI to use new back-end, complete #22 #23 #27, paves the way for #21 2022-08-31 20:18:15 -04:00
NGnius 9590a90722 Add profile loading API (back & front) 2022-08-26 17:00:43 -04:00
NGnius 0a4d84c22f Add new backend interface to front-end (untested) 2022-08-23 17:50:46 -04:00
NGnius (Graham) c225554f78 Define complete Rust back-end API and functionality 2022-08-09 20:56:22 -04:00
NGnius 20ce2f1d5f Create Rust back-end (WIP) 2022-07-30 16:33:31 -04:00
NGnius (Graham) 2b8fa74339 Merge branch 'dev' 2022-07-15 16:28:28 -04:00
NGnius (Graham) 278a28a11f Set serverApi as soon as possible 2022-07-15 16:28:02 -04:00
NGnius (Graham) d3f5a7d4df Update thumbnail image 2022-07-10 20:39:46 -04:00
NGnius (Graham) 6cf5996e5c Update thumbnail image 2022-07-10 20:03:41 -04:00
NGnius (Graham) 1182ab11df Merge branch 'dev' 2022-07-10 14:30:29 -04:00
NGnius (Graham) 860933d975 Update README with code changes from v0.7.0 2022-07-10 14:20:34 -04:00
NGnius (Graham) 01bf335a9a Use real variables to backup 'state' variables which keep losing state 2022-07-10 14:12:44 -04:00
NGnius (Graham) 6ade60664e Remove mentions of fan control from README, direct users to Fantastic 2022-07-09 12:01:31 -04:00
NGnius (Graham) 0e6a6a036b Bump version to 0.7.0-rc1 2022-07-06 20:41:21 -04:00
NGnius (Graham) 28e54eb899 Improve debug logging of back-end interactions 2022-07-06 19:26:49 -04:00
NGnius (Graham) 689e8dbee9 Hopefully fix #17 bug 2 properly this time 2022-07-06 19:21:06 -04:00
NGnius (Graham) 137d8454a8 Remove HTTP server due to plugin store requirements 2022-07-05 18:14:50 -04:00
NGnius (Graham) c1d80a32fa Fix #17 Too much game info data sent thru plugin framework 2022-07-05 17:18:40 -04:00
NGnius (Graham) 1fbfb8a743 Update to latest pluginlib version 2022-07-04 17:18:51 -04:00
NGnius (Graham) 2f32c5b2b4 Change icon to drill 2022-06-10 20:34:19 -04:00
NGnius (Graham) ef678ed122 React UI rewrite; port to new decky plugin framework 2022-06-10 20:02:05 -04:00
NGnius (Graham) 072053dcfc Bump version to v0.7.0 2022-05-31 19:42:13 -04:00
NGnius (Graham) 181f915c23
Update bug-report.md 2022-05-30 00:49:06 +00:00
NGnius (Graham) 6eb4b9e249 Merge branch 'dev' 2022-05-28 11:16:47 -04:00
NGnius (Graham) 249e86e8df Automatically disable jupiter-fan-control when appropriate; hide warning about it 2022-05-28 11:15:19 -04:00