2e3b462533
feat: added statistic tile factory
Pull Request Pipeline / lint (pull_request) Failing after 47s
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / localizations (pull_request) Successful in 27s
2026-05-24 15:11:56 +02:00
807ae61df7
feat: basic database functionality
Pull Request Pipeline / lint (pull_request) Failing after 47s
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / localizations (pull_request) Successful in 27s
2026-05-24 13:52:27 +02:00
37031d66c9
Updated attribute order
2026-05-24 12:16:44 +02:00
d389b93cc5
Updated method with join
2026-05-24 12:16:36 +02:00
134f77c5a3
feat: create statistics view
Pull Request Pipeline / lint (pull_request) Successful in 48s
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / localizations (pull_request) Successful in 27s
2026-05-24 01:26:08 +02:00
57ebea1eb7
Merge branch 'feature/180-Spielerprofile-implementieren' into feature/193-statisticsview-rework
2026-05-24 01:10:45 +02:00
9ad50c9f9c
Removed bg color
2026-05-23 21:52:32 +02:00
1f17b80f64
Merge branch 'development' into feature/180-Spielerprofile-implementieren
Pull Request Pipeline / lint (pull_request) Successful in 51s
Pull Request Pipeline / localizations (pull_request) Successful in 28s
Pull Request Pipeline / test (pull_request) Successful in 49s
2026-05-23 00:42:59 +02:00
3048e5c75d
Updated licenses [skip ci]
2026-05-22 22:38:11 +00:00
773056b162
Merge remote-tracking branch 'origin/development' into development
2026-05-23 00:34:47 +02:00
4dd4a2f35a
fix: reorder attribute
2026-05-23 00:34:28 +02:00
7d0f9b5c33
fix: import
2026-05-23 00:33:52 +02:00
dffc6b9151
Updated licenses [skip ci]
2026-05-22 22:30:21 +00:00
fad5a392cd
Merge branch 'development' into feature/180-Spielerprofile-implementieren
...
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 53s
Pull Request Pipeline / localizations (pull_request) Successful in 25s
# 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-23 00:22:03 +02:00
811079705f
Updated licenses [skip ci]
2026-05-22 22:12:45 +00:00
a6649b4258
Updated licenses [skip ci]
2026-05-22 22:10:08 +00:00
f6a5ab8943
Updated licenses [skip ci]
2026-05-22 22:08:31 +00:00
c10bc9dbdc
Actions & PR Template verbessern ( #223 )
...
Push Pipeline / test (push) Successful in 47s
Push Pipeline / update_version (push) Failing after 31s
Push Pipeline / generate_licenses (push) Failing after 36s
Push Pipeline / generate_localizations (push) Successful in 28s
Push Pipeline / sort_arb_files (push) Successful in 37s
Push Pipeline / format (push) Has been skipped
Push Pipeline / build (push) Successful in 5m32s
### Zugehörige Issue(s)
Closes #222
### Beschreibung
Die Push & PR-Pipelines wurden um Überprüfungen und Formatierung für die Lokalisierung erweitert. Außerdem wurde eine PR-Checkliste zum PR-Template hinzugefügt.
### Änderungen
- Template um `PR-Checklist` ergänzt (siehe Diff, gerne Ideen für mehr Punkte)
- PR-Pipeline überprüft jetzt ob `untranslated_messages.json` leer (also `{}`) ist. Wenn nicht, schlägt sie fehl
- In der Push-Pipeline werden jetzt die `.arb`-Files sortiert
- In der Push-Pipeline werden jetzt die lokalisierungen generiert
- Renovate Workflow hinzugefügt, welcher jede Woche die Dependencies überprüft (siehe [diese Test-PR](#244 ))
### Zusätzliche Anmerkungen
Ich wollt eigentlich auch einen Job zum generieren der DB-Files einbauen. Das hat jedoch nicht geklappt (siehe [hier](https://git.yannick-weigert.de/liquid-development/game-tracker/actions/runs/1013/jobs/3 ) oder [hier](https://git.yannick-weigert.de/liquid-development/game-tracker/actions/runs/1014/jobs/3 )), weil der jedes mal mehr als 10 Minuten gedauert hat und dann getimeoutet ist

Co-authored-by: Gitea Actions [bot] <actions@yannick-weigert.de >
Reviewed-on: #223
Co-authored-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
Co-committed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2026-05-22 19:12:59 +00:00
5a652a5f2c
feat: updatePlayerName keeps created order in nameCount
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-22 20:06:27 +02:00
4dcd4f0f71
fix: name count 3 player issue
2026-05-22 20:00:28 +02:00
25bc213769
Merge remote-tracking branch 'origin/feature/180-Spielerprofile-implementieren' into feature/180-Spielerprofile-implementieren
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-22 08:45:43 +02:00
9adcc29cda
fix: updatePlayerName corrects the name count after renaming to different name
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-21 23:57:59 +02:00
78c59a9b52
feat: add localization for no matches played and not part of any group
2026-05-21 16:20:48 +02:00
bf2cd2bf58
feat: add player creation callbacks to update member and match lists when group/match creation is canceled but player created
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-21 16:08:59 +02:00
ccb0d32c54
fix: tests for name count
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-21 15:45:29 +02:00
82095ab41a
fix: name count
2026-05-21 15:33:26 +02:00
2a38462c57
fix linter issues
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Successful in 56s
2026-05-21 10:34:01 +02:00
9909d959b0
implement missing localization
Pull Request Pipeline / test (pull_request) Failing after 47s
Pull Request Pipeline / lint (pull_request) Failing after 56s
2026-05-21 10:33:16 +02:00
b61a93328f
made alertDialog Confirm Button deactivate based on input, fix app skeleton alignment issue, implement correct nameCount Display
Pull Request Pipeline / test (pull_request) Failing after 42s
Pull Request Pipeline / lint (pull_request) Failing after 51s
2026-05-21 09:47:49 +02:00
679e869229
fix: player count calc error
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Failing after 52s
2026-05-20 19:58:59 +02:00
869c70ff63
add player change callbacks and improve player detail view
Pull Request Pipeline / test (pull_request) Failing after 47s
Pull Request Pipeline / lint (pull_request) Failing after 53s
2026-05-20 19:50:34 +02:00
b305145d34
implement basic player_detail_view.dart
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 51s
2026-05-20 15:15:47 +02:00
31dc899741
Updated licenses [skip ci]
2026-05-14 13:10:36 +00:00
f5b24cb923
disable button splash
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-13 16:31:24 +02:00
0d497236b0
remove space
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-13 15:55:38 +02:00
cadb5793e7
Merge remote-tracking branch 'origin/feature/215-haptisches-feedback-hinzufügen' into feature/215-haptisches-feedback-hinzufügen
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-13 15:38:24 +02:00
f87a873362
remove tooltip attribute
2026-05-13 15:38:19 +02:00
e2882c1c6a
changed long press vibration
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-13 13:54:01 +02:00
f5fbb3ecc4
fix: long press feedback on every call
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 53s
2026-05-13 13:48:44 +02:00
02bb7e4daa
Merge remote-tracking branch 'origin/feature/215-haptisches-feedback-hinzufügen' into feature/215-haptisches-feedback-hinzufügen
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-13 12:45:01 +02:00
a8369249b4
change settings_view buttons to haptic icon button
2026-05-13 12:44:39 +02:00
7e35ccae6b
add vibration to long tap
2026-05-13 12:37:19 +02:00
b82cca939f
remove unnecessary click
2026-05-13 12:37:11 +02:00
1edad99a1c
Merge branch 'development' into feature/215-haptisches-feedback-hinzufügen
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-11 19:19:54 +00:00
7a22deea1b
Updated licenses [skip ci]
2026-05-11 19:15:48 +00:00
f1899bfe44
feat: add haptic feedback to even more user interactions
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Failing after 51s
2026-05-11 10:59:48 +02:00
bc59d1d91c
feat: add haptic feedback to more user interactions
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / lint (pull_request) Failing after 50s
2026-05-11 10:27:35 +02:00
1d20127af4
feat: add haptic feedback for various user interactions
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 48s
2026-05-10 23:04:43 +02:00
699d4378b2
Updated licenses [skip ci]
2026-05-10 17:14:44 +00:00
c75b3e4a6d
updated comment
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 51s
2026-05-10 19:12:12 +02:00