Commit Graph

1314 Commits

Author SHA1 Message Date
759e168216 Merge remote-tracking branch 'origin/development' into feature/206-Neuer-Regelsatz-Platzierung
# Conflicts:
#	lib/l10n/arb/app_de.arb
#	lib/l10n/arb/app_en.arb
#	lib/l10n/generated/app_localizations.dart
#	lib/l10n/generated/app_localizations_de.dart
#	lib/l10n/generated/app_localizations_en.dart
2026-05-09 19:18:54 +02:00
9e76acce29 Updated licenses [skip ci] 2026-05-09 17:15:22 +00:00
84f8a77c72 Updated version number [skip ci] 2026-05-09 17:14:43 +00:00
e5b44b2660 Merge pull request 'Implementierung der Games' (#203) from feature/119-implementierung-der-games-2 into development
All checks were successful
Push Pipeline / test (push) Successful in 47s
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / format (push) Successful in 54s
Push Pipeline / build (push) Successful in 5m30s
Reviewed-on: #203
2026-05-09 17:13:46 +00:00
ae572a5dbd Refactored trailing widgets
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Successful in 53s
2026-05-09 18:55:00 +02:00
1de0ef52ad feat: updated placement num styling
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 18:41:03 +02:00
496d411af6 feat: updated drag effect 2026-05-09 18:37:02 +02:00
79ce3efd0a implement setPlacement in Score Dao & add placement game type to match tile
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-09 18:19:30 +02:00
616c239375 change placement to text in match detail view
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:47:23 +02:00
9781a20b38 implement dragging animation
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:36:18 +02:00
385bd39aa1 change placement tile decoration
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-09 17:30:44 +02:00
f7c8160c58 fix: removed print in test
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:28:57 +02:00
5c9db7244a fix: adjusted test
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:22:16 +02:00
fbb83aaf7b fix: localization plural 2026-05-09 17:17:33 +02:00
2d2a83ea4c remove matchStateUpdate bcs alr implement in another pr 2026-05-09 17:14:38 +02:00
f9eafa5b3d add: empty game list messages
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 53s
2026-05-09 15:01:21 +02:00
df757af7ec fix: choose tile alignment
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 13:33:50 +02:00
fd553e1d24 fix: chevron tap
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 13:27:24 +02:00
5b668d28b7 add translation for drag to set placement
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 13:02:42 +02:00
2fdcc3e8aa remove unecessessary prefix text
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-09 13:01:42 +02:00
350c5430a4 implement updateMatchStateAfterSave to refresh match scores
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Successful in 52s
2026-05-09 12:57:42 +02:00
f0062dd9d9 add const
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-09 12:34:07 +02:00
6f155182b5 remove scroll-physics from single winner & placement ruleset listview
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Failing after 50s
2026-05-09 12:33:54 +02:00
8b7a519e64 fix: update string interpolation and use const TextStyle for consistency
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-09 11:51:13 +02:00
868460b023 feat: update TextIconListTile to support custom icons
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Failing after 49s
2026-05-09 11:50:49 +02:00
003a5122fa Merge branch 'development' into feature/119-implementierung-der-games-2
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 11:30:26 +02:00
bc997633eb feat: add placement ruleset and related localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 48s
2026-05-09 02:08:40 +02:00
044a6acbbe Updated licenses [skip ci] 2026-05-08 22:02:41 +00:00
5b3b706c28 Updated version number [skip ci] 2026-05-08 22:00:28 +00:00
7fa9b61d49 Merge pull request 'StatisticsView + HomeView zusammenlegen' (#208) from enhancement/192-statisticsview-+-homeview-zusammenlegen into development
All checks were successful
Push Pipeline / test (push) Successful in 45s
Push Pipeline / update_version (push) Successful in 5s
Push Pipeline / generate_licenses (push) Successful in 36s
Push Pipeline / format (push) Successful in 52s
Push Pipeline / build (push) Successful in 5m35s
Reviewed-on: #208
Reviewed-by: Mathis Kirchner <mathis.kirchner.mk@gmail.com>
2026-05-08 21:59:35 +00:00
86a920e934 fix: tab title
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 47s
2026-05-08 23:33:15 +02:00
28fb608b30 fix: increased font size
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 48s
2026-05-08 19:45:46 +02:00
0d1ed3e666 fix: no element error 2026-05-08 19:36:52 +02:00
4520281cb6 fix: popup area 2026-05-08 19:33:22 +02:00
8169d92c6c Merge branch 'development' into enhancement/192-statisticsview-+-homeview-zusammenlegen
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-08 18:59:54 +02:00
3494d397ed Updated licenses [skip ci] 2026-05-08 16:52:55 +00:00
514b1c32e7 Updated version number [skip ci] 2026-05-08 16:52:14 +00:00
08ae9269b1 Merge pull request 'Navbar animation verbessert' (#210) from enhancement/209-navbar-animation-verbessern into development
All checks were successful
Push Pipeline / test (push) Successful in 45s
Push Pipeline / update_version (push) Successful in 5s
Push Pipeline / generate_licenses (push) Successful in 39s
Push Pipeline / format (push) Successful in 55s
Push Pipeline / build (push) Successful in 5m29s
Reviewed-on: #210
Reviewed-by: Felix Kirchner <flixcoo@noreply.git.yannick-weigert.de>
2026-05-08 16:51:22 +00:00
686a13c64f Merge branch 'development' into enhancement/209-navbar-animation-verbessern
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-08 16:48:37 +00:00
726630027e Merge branch 'development' into feature/119-implementierung-der-games-2
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-08 18:09:56 +02:00
4190eb2bc6 Merge remote-tracking branch 'origin/enhancement/192-statisticsview-+-homeview-zusammenlegen' into enhancement/192-statisticsview-+-homeview-zusammenlegen
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 57s
Pull Request Pipeline / test (pull_request) Successful in 54s
2026-05-08 18:06:35 +02:00
cd7e61e2c7 Applied #212 fix 2026-05-08 18:06:05 +02:00
f6dccbfc76 Improved skeleton data 2026-05-08 18:06:05 +02:00
284395bb77 Deleted home view 2026-05-08 18:06:02 +02:00
aeba2e93e0 Updated licenses [skip ci] 2026-05-08 16:04:25 +00:00
23f0c9c23e Updated statistics view 2026-05-08 18:04:01 +02:00
610a842b8a Updated version number [skip ci] 2026-05-08 16:03:46 +00:00
3750020663 Merge pull request 'Home Info Tile Design überarbeitet' (#212) from enhancement/211-Home-Info-Tile-Design-überarbeiten into development
All checks were successful
Push Pipeline / test (push) Successful in 45s
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / format (push) Successful in 54s
Push Pipeline / build (push) Successful in 5m41s
Reviewed-on: #212
Reviewed-by: Felix Kirchner <flixcoo@noreply.git.yannick-weigert.de>
2026-05-08 16:02:30 +00:00
4dd794c08f Applied #212 fix
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-05-08 18:02:00 +02:00
b6a252287d refactor: adjust heights and alignment in QuickInfoTile for better layout
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-08 12:17:40 +02:00