7 Commits

Author SHA1 Message Date
f0379e97c7 Merge pull request 'MVP' (#141) from development into main
Reviewed-on: #141
Reviewed-by: gelbeinhalb <spam@yannick-weigert.de>
2026-01-09 12:55:50 +00:00
c2394c3733 Merge pull request 'MVP-Refactoring' (#139) from refactoring/68-mvp-refactoring into development
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s
Reviewed-on: #139
Reviewed-by: gelbeinhalb <spam@yannick-weigert.de>
Reviewed-by: Mathis Kirchner <mathis.kirchner.mk@gmail.com>
2026-01-08 20:24:01 +00:00
88766652b9 Small loc corrections
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m21s
2026-01-08 21:21:33 +01:00
2a1573ee2d Remove Whitespace
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m12s
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
2026-01-08 21:15:01 +01:00
cfb07bfe28 Updated localizations
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m14s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
2026-01-08 21:13:24 +01:00
d741990f2f Fixed navbar issue
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2026-01-08 21:07:30 +01:00
76121eb4fb Updated localizations
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
2026-01-07 17:30:19 +01:00
9 changed files with 386 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
{ {
"@@locale": "de", "@@locale": "de",
"all_players": "Alle Spieler:innen:", "all_players": "Alle Spieler:innen",
"all_players_selected": "Alle Spieler:innen ausgewählt", "all_players_selected": "Alle Spieler:innen ausgewählt",
"amount_of_matches": "Anzahl der Spiele", "amount_of_matches": "Anzahl der Spiele",
"cancel": "Abbrechen", "cancel": "Abbrechen",
@@ -44,7 +44,7 @@
"no_matches_created_yet": "Noch keine Spiele erstellt", "no_matches_created_yet": "Noch keine Spiele erstellt",
"no_players_created_yet": "Noch keine Spieler:in erstellt", "no_players_created_yet": "Noch keine Spieler:in erstellt",
"no_players_found_with_that_name": "Keine Spieler:in mit diesem Namen gefunden", "no_players_found_with_that_name": "Keine Spieler:in mit diesem Namen gefunden",
"no_players_selected": "Keine Spieler:in ausgewählt", "no_players_selected": "Keine Spieler:innen ausgewählt",
"no_recent_matches_available": "Keine letzten Spiele verfügbar", "no_recent_matches_available": "Keine letzten Spiele verfügbar",
"no_second_match_available": "Kein zweites Spiel verfügbar", "no_second_match_available": "Kein zweites Spiel verfügbar",
"no_statistics_available": "Keine Statistiken verfügbar", "no_statistics_available": "Keine Statistiken verfügbar",
@@ -64,7 +64,7 @@
"search_for_groups": "Nach Gruppen suchen", "search_for_groups": "Nach Gruppen suchen",
"search_for_players": "Nach Spieler:innen suchen", "search_for_players": "Nach Spieler:innen suchen",
"select_winner": "Gewinner:in wählen:", "select_winner": "Gewinner:in wählen:",
"selected_players": "Ausgewählte Spieler:innen: {count}", "selected_players": "Ausgewählte Spieler:innen",
"settings": "Einstellungen", "settings": "Einstellungen",
"single_loser": "Ein:e Verlierer:in", "single_loser": "Ein:e Verlierer:in",
"single_winner": "Ein:e Gewinner:in", "single_winner": "Ein:e Gewinner:in",
@@ -73,11 +73,11 @@
"successfully_added_player": "Spieler:in {playerName} erfolgreich hinzugefügt", "successfully_added_player": "Spieler:in {playerName} erfolgreich hinzugefügt",
"there_is_no_group_matching_your_search": "Es gibt keine Gruppe, die deiner Suche entspricht", "there_is_no_group_matching_your_search": "Es gibt keine Gruppe, die deiner Suche entspricht",
"this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden", "this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden",
"today_at": "Heute um {time}", "today_at": "Heute um",
"undo": "Rückgängig", "undo": "Rückgängig",
"unknown_exception": "Unbekannter Fehler (siehe Konsole)", "unknown_exception": "Unbekannter Fehler (siehe Konsole)",
"winner": "Gewinner*in", "winner": "Gewinner:in",
"winrate": "Siegquote", "winrate": "Siegquote",
"wins": "Siege", "wins": "Siege",
"yesterday_at": "Gestern um {time}" "yesterday_at": "Gestern um"
} }

View File

@@ -9,6 +9,9 @@
"@amount_of_matches": { "@amount_of_matches": {
"description": "Label for amount of matches statistic" "description": "Label for amount of matches statistic"
}, },
"@app_name": {
"description": "The name of the App"
},
"@cancel": { "@cancel": {
"description": "Cancel button text" "description": "Cancel button text"
}, },
@@ -22,13 +25,7 @@
"description": "Label for choosing a ruleset" "description": "Label for choosing a ruleset"
}, },
"@could_not_add_player": { "@could_not_add_player": {
"description": "Error message when adding a player fails", "description": "Error message when adding a player fails"
"placeholders": {
"playerName": {
"type": "String",
"example": "John"
}
}
}, },
"@create_group": { "@create_group": {
"description": "Button text to create a group" "description": "Button text to create a group"
@@ -86,9 +83,6 @@
"@game_name": { "@game_name": {
"description": "Placeholder for game name search" "description": "Placeholder for game name search"
}, },
"@game_tracker": {
"description": "App Name"
},
"@group": { "@group": {
"description": "Group label" "description": "Group label"
}, },
@@ -212,13 +206,7 @@
"description": "Label to select the winner" "description": "Label to select the winner"
}, },
"@selected_players": { "@selected_players": {
"description": "Shows the number of selected players", "description": "Shows the number of selected players"
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
}, },
"@settings": { "@settings": {
"description": "Settings label" "description": "Settings label"
@@ -251,13 +239,7 @@
"description": "Warning message for irreversible actions" "description": "Warning message for irreversible actions"
}, },
"@today_at": { "@today_at": {
"description": "Date format for today", "description": "Date format for today"
"placeholders": {
"time": {
"type": "String",
"example": "14:30"
}
}
}, },
"@undo": { "@undo": {
"description": "Undo button text" "description": "Undo button text"
@@ -275,22 +257,17 @@
"description": "Label for wins statistic" "description": "Label for wins statistic"
}, },
"@yesterday_at": { "@yesterday_at": {
"description": "Date format for yesterday", "description": "Date format for yesterday"
"placeholders": {
"time": {
"type": "String",
"example": "14:30"
}
}
}, },
"all_players": "All players:", "all_players": "All players",
"all_players_selected": "All players selected", "all_players_selected": "All players selected",
"amount_of_matches": "Amount of Matches", "amount_of_matches": "Amount of Matches",
"app_name": "Game Tracker",
"cancel": "Cancel", "cancel": "Cancel",
"choose_game": "Choose Game", "choose_game": "Choose Game",
"choose_group": "Choose Group", "choose_group": "Choose Group",
"choose_ruleset": "Choose Ruleset", "choose_ruleset": "Choose Ruleset",
"could_not_add_player": "Could not add player {playerName}", "could_not_add_player": "Could not add player",
"create_group": "Create Group", "create_group": "Create Group",
"create_match": "Create match", "create_match": "Create match",
"create_new_group": "Create new group", "create_new_group": "Create new group",
@@ -308,7 +285,6 @@
"format_exception": "Format Exception (see console)", "format_exception": "Format Exception (see console)",
"game": "Game", "game": "Game",
"game_name": "Game Name", "game_name": "Game Name",
"game_tracker": "Game Tracker",
"group": "Group", "group": "Group",
"group_name": "Group name", "group_name": "Group name",
"groups": "Groups", "groups": "Groups",
@@ -348,7 +324,7 @@
"search_for_groups": "Search for groups", "search_for_groups": "Search for groups",
"search_for_players": "Search for players", "search_for_players": "Search for players",
"select_winner": "Select Winner:", "select_winner": "Select Winner:",
"selected_players": "Selected players: {count}", "selected_players": "Selected players",
"settings": "Settings", "settings": "Settings",
"single_loser": "Single Loser", "single_loser": "Single Loser",
"single_winner": "Single Winner", "single_winner": "Single Winner",
@@ -357,11 +333,11 @@
"successfully_added_player": "Successfully added player {playerName}", "successfully_added_player": "Successfully added player {playerName}",
"there_is_no_group_matching_your_search": "There is no group matching your search", "there_is_no_group_matching_your_search": "There is no group matching your search",
"this_cannot_be_undone": "This can't be undone", "this_cannot_be_undone": "This can't be undone",
"today_at": "Today at {time}", "today_at": "Today at",
"undo": "Undo", "undo": "Undo",
"unknown_exception": "Unknown Exception (see console)", "unknown_exception": "Unknown Exception (see console)",
"winner": "Winner", "winner": "Winner",
"winrate": "Winrate", "winrate": "Winrate",
"wins": "Wins", "wins": "Wins",
"yesterday_at": "Yesterday at {time}" "yesterday_at": "Yesterday at"
} }

View File

@@ -101,7 +101,7 @@ abstract class AppLocalizations {
/// Label for all players list /// Label for all players list
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'All players:'** /// **'All players'**
String get all_players; String get all_players;
/// Message when all players are added to selection /// Message when all players are added to selection
@@ -116,6 +116,12 @@ abstract class AppLocalizations {
/// **'Amount of Matches'** /// **'Amount of Matches'**
String get amount_of_matches; String get amount_of_matches;
/// The name of the App
///
/// In en, this message translates to:
/// **'Game Tracker'**
String get app_name;
/// Cancel button text /// Cancel button text
/// ///
/// In en, this message translates to: /// In en, this message translates to:
@@ -143,8 +149,8 @@ abstract class AppLocalizations {
/// Error message when adding a player fails /// Error message when adding a player fails
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Could not add player {playerName}'** /// **'Could not add player'**
String could_not_add_player(String playerName); String could_not_add_player(Object playerName);
/// Button text to create a group /// Button text to create a group
/// ///
@@ -248,12 +254,6 @@ abstract class AppLocalizations {
/// **'Game Name'** /// **'Game Name'**
String get game_name; String get game_name;
/// App Name
///
/// In en, this message translates to:
/// **'Game Tracker'**
String get game_tracker;
/// Group label /// Group label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
@@ -491,8 +491,8 @@ abstract class AppLocalizations {
/// Shows the number of selected players /// Shows the number of selected players
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Selected players: {count}'** /// **'Selected players'**
String selected_players(int count); String get selected_players;
/// Settings label /// Settings label
/// ///
@@ -545,8 +545,8 @@ abstract class AppLocalizations {
/// Date format for today /// Date format for today
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Today at {time}'** /// **'Today at'**
String today_at(String time); String get today_at;
/// Undo button text /// Undo button text
/// ///
@@ -581,8 +581,8 @@ abstract class AppLocalizations {
/// Date format for yesterday /// Date format for yesterday
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Yesterday at {time}'** /// **'Yesterday at'**
String yesterday_at(String time); String get yesterday_at;
} }
class _AppLocalizationsDelegate class _AppLocalizationsDelegate

View File

@@ -9,7 +9,7 @@ class AppLocalizationsDe extends AppLocalizations {
AppLocalizationsDe([String locale = 'de']) : super(locale); AppLocalizationsDe([String locale = 'de']) : super(locale);
@override @override
String get all_players => 'Alle Spieler:innen:'; String get all_players => 'Alle Spieler:innen';
@override @override
String get all_players_selected => 'Alle Spieler:innen ausgewählt'; String get all_players_selected => 'Alle Spieler:innen ausgewählt';
@@ -17,6 +17,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override @override
String get amount_of_matches => 'Anzahl der Spiele'; String get amount_of_matches => 'Anzahl der Spiele';
@override
String get app_name => 'Game Tracker';
@override @override
String get cancel => 'Abbrechen'; String get cancel => 'Abbrechen';
@@ -30,7 +33,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get choose_ruleset => 'Regelwerk wählen'; String get choose_ruleset => 'Regelwerk wählen';
@override @override
String could_not_add_player(String playerName) { String could_not_add_player(Object playerName) {
return 'Spieler:in $playerName konnte nicht hinzugefügt werden'; return 'Spieler:in $playerName konnte nicht hinzugefügt werden';
} }
@@ -88,9 +91,6 @@ class AppLocalizationsDe extends AppLocalizations {
@override @override
String get game_name => 'Spielvorlagenname'; String get game_name => 'Spielvorlagenname';
@override
String get game_tracker => 'Game Tracker';
@override @override
String get group => 'Gruppe'; String get group => 'Gruppe';
@@ -150,7 +150,7 @@ class AppLocalizationsDe extends AppLocalizations {
'Keine Spieler:in mit diesem Namen gefunden'; 'Keine Spieler:in mit diesem Namen gefunden';
@override @override
String get no_players_selected => 'Keine Spieler:in ausgewählt'; String get no_players_selected => 'Keine Spieler:innen ausgewählt';
@override @override
String get no_recent_matches_available => 'Keine letzten Spiele verfügbar'; String get no_recent_matches_available => 'Keine letzten Spiele verfügbar';
@@ -216,14 +216,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get select_winner => 'Gewinner:in wählen:'; String get select_winner => 'Gewinner:in wählen:';
@override @override
String selected_players(int count) { String get selected_players => 'Ausgewählte Spieler:innen';
final intl.NumberFormat countNumberFormat = intl.NumberFormat.compact(
locale: localeName,
);
final String countString = countNumberFormat.format(count);
return 'Ausgewählte Spieler:innen: $countString';
}
@override @override
String get settings => 'Einstellungen'; String get settings => 'Einstellungen';
@@ -254,9 +247,7 @@ class AppLocalizationsDe extends AppLocalizations {
'Dies kann nicht rückgängig gemacht werden'; 'Dies kann nicht rückgängig gemacht werden';
@override @override
String today_at(String time) { String get today_at => 'Heute um';
return 'Heute um $time';
}
@override @override
String get undo => 'Rückgängig'; String get undo => 'Rückgängig';
@@ -265,7 +256,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get unknown_exception => 'Unbekannter Fehler (siehe Konsole)'; String get unknown_exception => 'Unbekannter Fehler (siehe Konsole)';
@override @override
String get winner => 'Gewinner*in'; String get winner => 'Gewinner:in';
@override @override
String get winrate => 'Siegquote'; String get winrate => 'Siegquote';
@@ -274,7 +265,5 @@ class AppLocalizationsDe extends AppLocalizations {
String get wins => 'Siege'; String get wins => 'Siege';
@override @override
String yesterday_at(String time) { String get yesterday_at => 'Gestern um';
return 'Gestern um $time';
}
} }

View File

@@ -9,7 +9,7 @@ class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale); AppLocalizationsEn([String locale = 'en']) : super(locale);
@override @override
String get all_players => 'All players:'; String get all_players => 'All players';
@override @override
String get all_players_selected => 'All players selected'; String get all_players_selected => 'All players selected';
@@ -17,6 +17,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override @override
String get amount_of_matches => 'Amount of Matches'; String get amount_of_matches => 'Amount of Matches';
@override
String get app_name => 'Game Tracker';
@override @override
String get cancel => 'Cancel'; String get cancel => 'Cancel';
@@ -30,8 +33,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get choose_ruleset => 'Choose Ruleset'; String get choose_ruleset => 'Choose Ruleset';
@override @override
String could_not_add_player(String playerName) { String could_not_add_player(Object playerName) {
return 'Could not add player $playerName'; return 'Could not add player';
} }
@override @override
@@ -88,9 +91,6 @@ class AppLocalizationsEn extends AppLocalizations {
@override @override
String get game_name => 'Game Name'; String get game_name => 'Game Name';
@override
String get game_tracker => 'Game Tracker';
@override @override
String get group => 'Group'; String get group => 'Group';
@@ -216,14 +216,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get select_winner => 'Select Winner:'; String get select_winner => 'Select Winner:';
@override @override
String selected_players(int count) { String get selected_players => 'Selected players';
final intl.NumberFormat countNumberFormat = intl.NumberFormat.compact(
locale: localeName,
);
final String countString = countNumberFormat.format(count);
return 'Selected players: $countString';
}
@override @override
String get settings => 'Settings'; String get settings => 'Settings';
@@ -253,9 +246,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get this_cannot_be_undone => 'This can\'t be undone'; String get this_cannot_be_undone => 'This can\'t be undone';
@override @override
String today_at(String time) { String get today_at => 'Today at';
return 'Today at $time';
}
@override @override
String get undo => 'Undo'; String get undo => 'Undo';
@@ -273,7 +264,5 @@ class AppLocalizationsEn extends AppLocalizations {
String get wins => 'Wins'; String get wins => 'Wins';
@override @override
String yesterday_at(String time) { String get yesterday_at => 'Yesterday at';
return 'Yesterday at $time';
}
} }

View File

@@ -34,21 +34,17 @@ class GameTracker extends StatelessWidget {
); );
}, },
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
onGenerateTitle: (context) => AppLocalizations.of(context).game_tracker, onGenerateTitle: (context) => AppLocalizations.of(context).app_name,
darkTheme: ThemeData.dark(),
themeMode: ThemeMode.dark, // forces dark mode themeMode: ThemeMode.dark, // forces dark mode
theme: ThemeData( theme: ThemeData(
primaryColor: CustomTheme.primaryColor, primaryColor: CustomTheme.primaryColor,
scaffoldBackgroundColor: CustomTheme.backgroundColor, scaffoldBackgroundColor: CustomTheme.backgroundColor,
appBarTheme: CustomTheme.appBarTheme, appBarTheme: CustomTheme.appBarTheme,
colorScheme: ColorScheme.fromSeed( colorScheme: ColorScheme.fromSeed(
seedColor: CustomTheme.primaryColor, seedColor: CustomTheme.primaryColor,
brightness: Brightness.dark, brightness: Brightness.dark,
).copyWith(surface: CustomTheme.backgroundColor), ).copyWith(surface: CustomTheme.backgroundColor),
), ),
home: const CustomNavigationBar(), home: const CustomNavigationBar(),
); );
} }

View File

@@ -155,7 +155,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
(r) => r.$1 == selectedRuleset, (r) => r.$1 == selectedRuleset,
); );
} else { } else {
hintText = AppLocalizations.of(context).match_name; hintText = loc.match_name;
selectedRuleset = null; selectedRuleset = null;
} }
}); });

View File

@@ -119,9 +119,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
), ),
const SizedBox(height: 10), const SizedBox(height: 10),
Text( Text(
AppLocalizations.of( loc.selected_players,
context,
).selected_players(selectedPlayers.length),
style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold), style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
), ),
const SizedBox(height: 10), const SizedBox(height: 10),

View File

@@ -161,13 +161,9 @@ class _MatchTileState extends State<MatchTile> {
final loc = AppLocalizations.of(context); final loc = AppLocalizations.of(context);
if (difference.inDays == 0) { if (difference.inDays == 0) {
return AppLocalizations.of( return "${loc.today_at} ${DateFormat('HH:mm').format(dateTime)}";
context,
).today_at(DateFormat('HH:mm').format(dateTime));
} else if (difference.inDays == 1) { } else if (difference.inDays == 1) {
return AppLocalizations.of( return "${loc.yesterday_at} ${DateFormat('HH:mm').format(dateTime)}";
context,
).yesterday_at(DateFormat('HH:mm').format(dateTime));
} else if (difference.inDays < 7) { } else if (difference.inDays < 7) {
return loc.days_ago(difference.inDays); return loc.days_ago(difference.inDays);
} else { } else {