Michael Prankl
Michael Prankl
Currently, the app needs `vcgencmd` to work properly. vcgencmd is part of every Raspberry Pi's firmware and is used to get "hardware" information (cpu speed, temperature etc.). Making the availablity...
current version in PlayStore is only 1.8.2. New Play Store release of 1.8.14 fails, because Play Store now requires at least targetLevel 30, current is onyl 28. 
Allow to specify a timeout (e.g. "in 10 Minutes") or time (Sunday, 10 pm) when executing a custom command. The commands executes (in background) when the timer condition is met.
- sort table via tapping on header column - add space between columns for better readability - drop TTY column
Also inlcude (maybe optional via setting item) following information: - Sdram freq - X264 freq - input voltage (5 volts power) - memory split
Adds a new module 'artemis-junit-5' which adds JUnit 5 Extensions for unit testing. For backwards compability, 'artemis-junit' still uses JUnit 4. Common stuff has been moved to 'artemis-junit-commons'. Work is...
Adds two new configuration parameters to support the usage of a HTTP proxy.
Running `npm install` on an project using deasync fails, when Node environment variable `NODE_EXTRA_CA_CERTS` is set: ```bash $ export NODE_EXTRA_CA_CERTS=my_ca_chain.crt $ npm install > [email protected] install C:\Users\michael.prankl\git\appswitcher-vue\node_modules\deasync > node ./build.js...