Skip to content

Commit

Permalink
Mark fast finishing mode as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 23, 2024
1 parent d859a07 commit 62cf91c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Move the popup messages of the main screen to the absolute bottom of the screen, now covering the
bottom app bar. Avoids covering the bottom row of number buttons when checking if there are errors.
- Mark 'Fast Finishing Mode' as stable.

### Deprecated

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mittels der Spieloptionen kann man diverse Einstellungen vornehmen, um z.B. mit
<b>Moderne UI</b>

- Kein Umschalten notwendig, um zwischen der Eingabe einer möglichen Ziffer und einer Ziffer, die man hergeleitet hat: Eine kurze Berührung trägt eine mögliche Ziffer ein, eine lange Berührung eine hergeleitete Ziffer.
- Beta-Feature: Der Schnelleingabe-Modus ermöglicht es, am Ende des Spiels schnell eindeutige Zellen zu füllen, ohne dass man bei jeder Zelle drücken und halten muss. Feedback zu der Funktion gerne im Bugtracker, zu erreichen im Menü unter "Fehler und Features".
- Der Schnelleingabe-Modus ermöglicht es, am Ende des Spiels schnell eindeutige Zellen zu füllen, ohne dass man bei jeder Zelle drücken und halten muss.
- Benutzt Farben, die stark an das Bild "Die Siesta" von Paul Gauguin angelehnt sind (was den Namen der APP erklären könnte).


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Via game options, you may alter the game to solve other digits, smaller or great
<b>Slick and modern UI</b>

- No switching of 'pencil mode' or such thing is needed: To set a value of a cell, just use short-tap to alter a possible value and long-tap for a known value.
- Beta feature: 'Fast Finishing Mode' enables to fill cell with exactly one pencil mark rapidly. To be activated in the preferences. Feedback welcome, use the menu item 'Bugs and Features'.
- 'Fast Finishing Mode' enables to fill cell with exactly one pencil mark rapidly.
- Uses colors from the painting 'The Siesta' from Paul Gauguin (guess where the app's name comes from...)


Expand Down
2 changes: 1 addition & 1 deletion gauguin-app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<string name="main_activity_current_game_saved">Spiel erfolgreich gespeichert.</string>
<string name="load_game_screen_app_bar_button_delete_all">Alle Spiele löschen</string>
<string name="main_screen_label_fast_finishing_mode_active">Schnelleingabe-Modus</string>
<string name="setting_flag_use_fast_finishing_mode_title">[Beta!] Schnelleingabe-Modus nutzen</string>
<string name="setting_flag_use_fast_finishing_mode_title">Schnelleingabe-Modus nutzen</string>
<string name="setting_flag_use_fast_finishing_mode_summary_on">Am Ende eines Spiels lassen sich einzelne, vorgemerkte Zahlen direkt durch Antippen einer Zelle übernehmen</string>
<string name="setting_flag_use_fast_finishing_mode_summary_off">Einzelne, vorgemerkte Zahlen immer durch langes Antippen übernehmen</string>
<string name="main_screen_label_fast_finishing_mode_deactivate_button">Schließen</string>
Expand Down
2 changes: 1 addition & 1 deletion gauguin-app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<string name="main_activity_current_game_saved">Game saved successfully.</string>
<string name="load_game_screen_app_bar_button_delete_all">Delete All</string>
<string name="main_screen_label_fast_finishing_mode_active">Fast Finishing Mode</string>
<string name="setting_flag_use_fast_finishing_mode_title">[Beta!] Use Fast Finishing Mode</string>
<string name="setting_flag_use_fast_finishing_mode_title">Use Fast Finishing Mode</string>
<string name="setting_flag_use_fast_finishing_mode_summary_on">At the end of the game, enter numbers directly by tapping on single pencil marks</string>
<string name="setting_flag_use_fast_finishing_mode_summary_off">Keep filling single pencil marks as number via long tapping</string>
<string name="main_screen_label_fast_finishing_mode_deactivate_button">Close</string>
Expand Down

0 comments on commit 62cf91c

Please sign in to comment.