Tschernobyl for Android
Go to file
Markus Hoffmann 226c804811 1.16-11, New release
- little update contributing
- --> 2021
- --> codeberg
2020-12-28 11:22:10 +01:00
app 1.16-11, New release 2020-12-28 11:22:10 +01:00
contrib Anzeige aus Hohlspiegel hinzugefügt 2016-12-14 09:19:37 +01:00
fastlane/metadata/android 1.16-11, New release 2020-12-28 11:22:10 +01:00
gradle/wrapper Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00
logo Open-Source-Version 1.16 2016-12-13 11:24:56 +01:00
.gitignore Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00
CONTRIBUTING.md 1.16-11, New release 2020-12-28 11:22:10 +01:00
LICENSE Open-Source-Version 1.16 2016-12-13 11:24:56 +01:00
README.md 2020 --> 2021, Update README and Contribution guide, update information in Info/Preferences page 2020-12-28 11:07:47 +01:00
build.gradle Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00
gradlew Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00
gradlew.bat Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00
settings.gradle Adapted to gradle 4 builds with more recent 2018-08-03 14:52:08 +02:00

README.md

Tschernobyl

Logo

Tschernobyl für Android

Copyright (c) 1987-2021 Markus Hoffmann

Programm zur Abschätzung der Folgen durch radioaktive Belastung nach einem Kernkraftwerksunfall. Ausgangsgröße ist die gemessene radioaktive Belastung der Luft, wie sie beim Erreichen des betroffenen Gebietes zuerst gemessen wird. Daraus werden die Strahlenbelastungen durch die Direktstrahlung, Bodenstrahlung und Nahrungsaufnahme abgeschätzt. Dann werden die Risiken analysiert und Verhaltensmaßregeln abgeleitet.

Tschernobyl and Consequences

Copyright (c) 1987-2021 Markus Hoffmann

Program to estimate the consequences of radioactive pollution after a nuclear power plant accident. The starting point is the measured radioactive contamination of the air, as measured when it reaches the affected area first. From this, the radiation exposure from direct radiation, soil radiation and food intake is estimated. Then the risks are analyzed and behavioral measures are derived.

Download

Get it on F-Droid

Screenshots

App image App image App image App image

Important Note:

The WRITE EXTERNAL STORAGE permission is needed to write the reports to the file system,

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.

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/Tschernobyl.git

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

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