adds fastlane information for F-Droid description incorporation
This commit is contained in:
parent
a1ba051b75
commit
b885b4a097
12 changed files with 36 additions and 0 deletions
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/3.png
Normal file
BIN
fastlane/metadata/android/de-DE/images/phoneScreenshots/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
19
fastlane/metadata/android/de-DE/long_description.txt
Normal file
19
fastlane/metadata/android/de-DE/long_description.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
Privacy Friendly Sudoku ist ein Logikspiel. Ziel des Spiels ist es, das komplette Spielfeld mit Zahlen zu füllen, dass jede Zahl nur einmal in jeder Zeile, Spalte und Untersektion vorkommt.
|
||||
|
||||
Privacy Friendly Sudoku hat drei verschiedene Spielmodi:
|
||||
6x6 Spielfeld mit 2x3 Untersektionen
|
||||
|
||||
9x9 Spielfeld mit 3x3 Untersektionen
|
||||
|
||||
12x12 Spielfeld mit 3x4 Untersektionen
|
||||
|
||||
|
||||
|
||||
Pro Spielmodus existieren vier verschiedene Schwierigkeitsgrade, die sich nicht an der Anzahl der vorgegebenen Felder orientieren, sondern an den Lösungsstrategien, die benötigt werden um das Sudoku zu lösen. Der Level-Generator versucht immer die minimale Anzahl an Feldern vorzugeben, die für das Lösen des Spiels nötig sind.
|
||||
|
||||
Die App unterscheidet sich von anderen Applikationen hinsichtlich zweier Aspekte:
|
||||
1. Die Privacy Friendly Sudoku App verzichtet auf Berechtigungen.
|
||||
2. Die Privacy Friendly Sudoku App verzichtet komplett auf das Einblenden von Werbung.
|
||||
Viele andere kostenlose Apps im Google Play Store blenden störende Werbung ein, die unter anderem auch die Akkulaufzeit verkürzt.
|
||||
|
||||
Die App gehört zur Gruppe der Privacy Friendly Apps, die von der Forschungsgruppe SECUSO der Technischen Universität Darmstadt entwickelt werden. Mehr Informationen unter: https://secuso.org/pfa
|
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Privatsphäre freundliches Sudoku ohne Werbung oder Berechtigungen
|
1
fastlane/metadata/android/de-DE/title.txt
Normal file
1
fastlane/metadata/android/de-DE/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Sudoku (Privacy Friendly)
|
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
13
fastlane/metadata/android/en-US/long_description.txt
Normal file
13
fastlane/metadata/android/en-US/long_description.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
Privacy Friendly Sudoku is a logic puzzle game. The goal is to fill the complete board with numbers. Every number may only occur once in every column, row and subsection.
|
||||
|
||||
Privacy Friendly Sudoku has three different game modes:
|
||||
1. a 6x6 game field with 2x3 subsections
|
||||
2. a 9x9 game field with 3x3 subsections
|
||||
3. a 12x12 game field with 3x4 subsections
|
||||
|
||||
For each game mode there are four different difficulty levels, that are not measured by the number of set values but rather by the solving strategies needed to solve the game. The generator always tries to provide a game that has the minimum amount of set values, that are needed to solve the game.
|
||||
|
||||
Our Privacy Friendly App differs from other applications with respect to two aspects:
|
||||
1. The Privacy Friendly Sudoku App does not use any permission.
|
||||
2. The Privacy Friendly Sudoku App completely relinquishes advertisement.
|
||||
Many other free apps in the Google Play Store dazzle annoying advertising and also shortens battery life.
|
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Privacy Friendly Sudoku without permissions or advertising
|
1
fastlane/metadata/android/en-US/title.txt
Normal file
1
fastlane/metadata/android/en-US/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Sudoku (Privacy Friendly)
|
Loading…
Reference in a new issue