diff --git a/README.md b/README.md index bb247d76..a87a8246 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RasPi Check [![Build Status](https://travis-ci.org/eidottermihi/rpicheck.svg?bra RasPi Check started as a little personal project, from which I've never thought, that it would reach so many Raspberry Pi ® users. However, I no longer have the time (and patience) to keep this project up-2-date and especially to keep up with Google Play Store guidelines and Android API changes. -This being said, **version 1.8.14 is the final release** of RasPi Check (availabe on [F-Droid](https://f-droid.org/repository/browse/?fdid=de.eidottermihi.raspicheck) and on [GitHub Releases](https://github.com/eidottermihi/rpicheck/releases/tag/v1.8.14)). +This being said, **version 1.8.14 is the final release** of RasPi Check (available on [F-Droid](https://f-droid.org/repository/browse/?fdid=de.eidottermihi.raspicheck) and on [GitHub Releases](https://github.com/eidottermihi/rpicheck/releases/tag/v1.8.14)). If you have experience in maintaining an Android app & would like to take over the (outdated) codebase of RasPi Check, please reach out to me. @@ -15,12 +15,11 @@ RasPi Check ![RasPi Check Store Graphic](graphics/web_1024_500.jpg) -Android app for checking your Raspberry Pi ® status. +Android app for checking the status of your Raspberry Pi ® or other SBCs. The goal of this Android app is to show the user the current system status of a running Raspberry Pi ®. -RasPi Check uses a SSH connection (using [SSHJ](https://github.com/hierynomus/sshj)) to connect to your Raspberry Pi ® and queries the information using Linux utilities like `ps`, `df` or the [`/proc` virtual filesystem](https://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html). - +RasPi Check uses a SSH connection (using [SSHJ](https://github.com/hierynomus/sshj)) to connect to your Raspberry Pi ® and queries the information using Linux utilities like `ps`, `df` or the [`/proc` virtual filesystem](https://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html). This app also works on other SBCs via fake_vcgencmd, e.g. when running Armbian. Download @@ -36,4 +35,4 @@ Copyright Information ------------ The app logo is a derivative of "Raspberry.ico" by [Martina Šmejkalová](http://www.sireasgallery.com/), used under [CC BY](http://creativecommons.org/licenses/by/2.0/). The app logo is licensed under [CC BY](http://creativecommons.org/licenses/by/2.0/) by [Michael Prankl](https://github.com/eidottermihi). -'RasPi' is one of the Rasberry Pi ® abriviations. For more information visit [http://www.raspberrypi.org](http://www.raspberrypi.org). Raspberry Pi is a trademark of the Raspberry Pi Foundation. +'RasPi' is one of the Rasberry Pi ® abbreviations. For more information visit [http://www.raspberrypi.org](http://www.raspberrypi.org). Raspberry Pi is a trademark of the Raspberry Pi Foundation. diff --git a/graphics/raspicheck.png b/graphics/raspicheck.png index db0c8b55..7fe6ea18 100644 Binary files a/graphics/raspicheck.png and b/graphics/raspicheck.png differ diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt new file mode 100644 index 00000000..8dfe384a --- /dev/null +++ b/metadata/en-US/full_description.txt @@ -0,0 +1,11 @@ +Show the user the current system status of a running Raspberry Pi computer or +other SBC. To gather the information needed, RasPi Check uses a SSH connection. + +RasPi Check shows you overclocking information (frequency, temperature, volts) +and more system information (free memory, runtime, disk status). You can also +restart or halt your Raspberry Pi ® and send custom commands! If you always want +to keep an eye on your Pi there's also a widget for your homescreen. + +All you need for the app to work are your SSH login credentials. You can either +authenticate via password or via private/public key. This app also works on +other SBCs via fake_vcgencmd, e.g. when running Armbian. diff --git a/metadata/en-US/images/featureGraphic.jpg b/metadata/en-US/images/featureGraphic.jpg new file mode 100644 index 00000000..dd947516 Binary files /dev/null and b/metadata/en-US/images/featureGraphic.jpg differ diff --git a/metadata/en-US/images/icon.png b/metadata/en-US/images/icon.png new file mode 100644 index 00000000..7fe6ea18 Binary files /dev/null and b/metadata/en-US/images/icon.png differ diff --git a/metadata/en-US/phoneScreenshots/01-rpicheck.png b/metadata/en-US/phoneScreenshots/01-rpicheck.png new file mode 100644 index 00000000..7ecce722 Binary files /dev/null and b/metadata/en-US/phoneScreenshots/01-rpicheck.png differ diff --git a/metadata/en-US/phoneScreenshots/02-rpicheck.png b/metadata/en-US/phoneScreenshots/02-rpicheck.png new file mode 100644 index 00000000..a237a878 Binary files /dev/null and b/metadata/en-US/phoneScreenshots/02-rpicheck.png differ diff --git a/metadata/en-US/phoneScreenshots/03-rpicheck.png b/metadata/en-US/phoneScreenshots/03-rpicheck.png new file mode 100644 index 00000000..b4ec5e87 Binary files /dev/null and b/metadata/en-US/phoneScreenshots/03-rpicheck.png differ diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt new file mode 100644 index 00000000..bb8a102a --- /dev/null +++ b/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +Check the status of your RasPi and other SBCs diff --git a/metadata/en-US/title.txt b/metadata/en-US/title.txt new file mode 100644 index 00000000..29e3d853 --- /dev/null +++ b/metadata/en-US/title.txt @@ -0,0 +1 @@ +RasPi Check