Skip to content

Commit

Permalink
add fastlane structure
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Sep 20, 2021
1 parent b2c6aa0 commit 8d10bd3
Show file tree
Hide file tree
Showing 32 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
noch ein patch:
- Notizen können in beliebiger Reihenfolge eingegeben und gelöscht werden
- crasht nicht mehr bei orientierungswechsel in "Neues Sudoku" Menü und während dem Spiel
- beim Laden wird das Feld der letzten Aktion automatisch ausgewählt
8 changes: 8 additions & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bietet viele Sudokutypen an, z.B. 4x4, 6x6, 16x16, squiggly oder Samurai.
Es gibt viele Hilfestellungen etwa
- vor und zurück
- zurückspringen an jeden bisherigen Spielstand
- bestimmtes Feld lösen
- zurück zum letzten korrekten Stand

Dazu viele Features wie zum Beispiel Gesteneingabe (Ziffern einfach auf den Schirm zeichnen).
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Viele Sudokutypen, viele Hilfestellungen, alles offline.
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SudoQ
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
another patch:
- notes can be properly set and removed in any order
- fixed crash on orientation change in "new sudoku" menu and game activity
- implement auto select of last action on loading a new game
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Play many sudoku types such as 16x16, squiggly or Samurai. There are many
assistances available, like back and forth, solve specific field ore back to
last correct status. Also, every state of the game is recorded in the history.
Also offers gesture input (draw number on the screen).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Play many sudoku types, with many assistances, all offline.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SudoQ
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/video.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.youtube.com/watch?v=_FQuiA1vvXk&feature=youtu.be
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
un autre patch :
- les notes peuvent être saisies et supprimées dans n'importe quel ordre
- plus de plantage lors du changement d'orientation dans le menu "Nouveau Sudoku" et pendant le jeu
- lors du chargement, le champ de la dernière action est automatiquement sélectionné

8 changes: 8 additions & 0 deletions fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Offre plusieurs types de Sudoku, par exemple 4x4, 6x6, 16x16, squiggly ou Samurai.
Il existe de nombreuses fonctions d'aide telles que
- d'un côté à l'autre
- revenir à n'importe quel état de jeu précédent
- résoudre un certain domaine
- retour à la dernière position correcte

Plus de nombreuses fonctionnalités telles que la saisie gestuelle (il suffit de dessiner des chiffres sur l'écran).
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
De nombreux types de sudokus, beaucoup d'aide, le tout hors ligne.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SudoQ

0 comments on commit 8d10bd3

Please sign in to comment.