Calculates the Dew Point based on temperature and relative humidity for Android.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Markus Hoffmann a0c6241fa6 Release 21, link to codeberg, 2021 2 years ago
app Release 21, link to codeberg, 2021 2 years ago
fastlane/metadata/android Release 21, link to codeberg, 2021 2 years ago
gradle/wrapper Update auf Gradle 4 5 years ago
logo added logo image, increased build version 8 years ago
tools cosmetic correction to .bas file 7 years ago
.gitignore Adapt gradle properties handling, prepare vor version 1.06-20 3 years ago
CONTRIBUTING.md Release 21, link to codeberg, 2021 2 years ago
LICENSE Renamed COPYING -> LICENSE file 8 years ago
README.md Release 21, link to codeberg, 2021 2 years ago
build.gradle Update auf Gradle 4 5 years ago
gradlew Update auf Gradle 4 5 years ago
gradlew.bat Update auf Gradle 4 5 years ago
settings.gradle Update auf Gradle 4 5 years ago

README.md

Dew Point for Android

(c) 2008-2021 by Markus Hoffmann

Logo

Calculates the Dew Point.

This app calculates the Dew Point based on temperature and relative humidity. Tap the thermometers and simply adjust the values for relative air humidity and air temperature. The dew point and the absolute water content of the air are calculated automatically. The dew point tells you, at which temperature of e.g. surfaces, walls or window panes condensation starts. So: Walls which have a lower temperature than what the dew point tells you, get wet! Window panes get fogged. Make sure, that humidity is sufficient low and the walls are adequately warm.

Taupunkt für Android

(c) 2008-2021 by Markus Hoffmann

Rechnet den Taupunkt aus.

Dieses kleine Programm erlaubt es Ihnen, den Taupunkt auszurechnen. Hierzu können Sie durch Antippen die relative Luftfeuchtigkeit und die Lufttemperatur eingeben. Taupunkt und Wassergehalt der Luft werden automatisch berechnet. Der Taupunkt besagt, bei welcher Temperatur z.B. von Oberflächen, Wänden oder Fensterscheiben die Kondensation einsetzt. Also: Wände, welche eine Temperatur kleiner der des Taupunkts haben, werden naß! Scheiben beschlagen. Achten Sie also immer darauf, daß die Luftfeuchtigkeit hinreichend klein, und die Wände ausreichend warm sind.

Point de Rosée

(c) 2008-2021 by Markus Hoffmann

Calcule le point de rosée.

Cette application calcule le point de rosée basé sur la température et l'humidité relative. Appuyez sur les thermomètres et il suffit de régler les valeurs de l'humidité relative de l'air et de la température de l'air. Le point de rosée et la teneur en eau absolue de l'air sont calculés automatiquement.

Le point de rosée vous indique à quelle température, par exemple de surfaces, des murs ou des vitres condensation commence. Donc: murs qui ont une température inférieure à ce que le point de rosée vous indique, se mouiller! Les vitres vont se embué. Assurez-vous que l'humidité est suffisante bas et les murs sont suffisamment chaud.

Download

Get it on F-Droid

Screenshots

App image App image
App image App image App image App image

Important Note:

No software can be perfect. We do our best to keep this app bug free, improve it and fix all known errors as quick as possible. However, this program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use this program on your own risk. Please report all errors, so we can fix them.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; Version 2.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Building the .apk file

The build uses the gradle environment. A ./gradlew build should do.

git clone git@codeberg.org:kollo/Taupunkt.git

then do a cd Taupunkt ./gradlew build (Enter passwords for the keystore) (the compile process will take a while.)

The apk should finally be in build/outputs/apk/Taupunkt-release.apk