emaiannone / privacy-friendly-dicer

Privacy Friendly App for rolling six-sided dice.

Home Page:https://secuso.org/pfa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Friendly Dicer

Get it on F-Droid

Privacy Friendly Dicer is a very simple dicing application. It can be used to roll up to 10 six-sided dice. This can be done either by pressing a button or by shaking the smartphone.

This app is optimized regarding the user's privacy. It doesn't use any tracking mechanisms, neither it displays any advertisement.

It only uses one permission: Vibration for providing feedback whether dice were rolled or not. But this can be switched on/off in the settings. If the permission is not granted in Android versions higher than 6 the device simply does not vibrate.
Privacy Friendly Dicer uses SecureRandom [http://docs.oracle.com/javase/7/docs/api/java/security/SecureRandom.html] to get a number between 1 and 6 to determine the dicing result.

Motivation

Privacy Friendly Dicer has been developed to provide a privacy friendly dicing application. It belongs to the Privacy Friendly Apps group which is developed by the SECUSO research group at Technische Universität Darmstadt, Germany. More information can be found on secuso.org/pfa

Building

Further development requires Android Studio, we recommend to use at least version 2.2.2

API Reference

Mininum SDK: 16 Target SDK: 25

License

Privacy Friendly Dicer is licensed under the GPLv3. Copyright (C) 2015 Karola Marky

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, either version 3 of the License, or (at your option) any later version.

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, see http://www.gnu.org/licenses/.

The icons used in the nagivation drawer are licensed under the CC BY 2.5. In addition to them the app uses icons from Google Design Material Icons licensed under Apache License Version 2.0. All other images (the logo of Privacy Friendly Apps, the SECUSO logo, the app logo and splash icon) copyright Technische Universtität Darmstadt (2016).

Contributors

App-Icons: Markus Hau

Github-Users:
Yonjuni

About

Privacy Friendly App for rolling six-sided dice.

https://secuso.org/pfa

License:GNU General Public License v3.0


Languages

Language:Java 100.0%