Michael Prankl

Results 14 issues of 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...

feature
pull requests welcome

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. ![grafik](https://user-images.githubusercontent.com/2780736/149623400-8fcfe607-e066-4eb8-a877-d1ec09b1b5f6.png)

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.

feature
pull requests welcome

- sort table via tapping on header column - add space between columns for better readability - drop TTY column

feature
pull requests welcome

Also inlcude (maybe optional via setting item) following information: - Sdram freq - X264 freq - input voltage (5 volts power) - memory split

feature
pull requests welcome

Add a widget which starts a saved command (reboot, shutdown, etc)

feature

Write some UI tests that make sure new updates don't break features.

feature

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...