gelbeinhalb
|
acf3a7b003
|
Merge remote-tracking branch 'origin/development' into feature/88-neue-datenbank-struktur
# Conflicts:
# lib/data/dao/group_match_dao.dart
# lib/data/dao/match_dao.dart
# lib/data/dao/player_match_dao.dart
# lib/data/db/database.dart
# lib/data/db/database.g.dart
# lib/data/db/tables/group_match_table.dart
# lib/data/db/tables/player_match_table.dart
# lib/data/dto/match.dart
# lib/presentation/views/main_menu/home_view.dart
# lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart
# lib/presentation/views/main_menu/match_view/match_view.dart
# lib/services/data_transfer_service.dart
# test/db_tests/game_test.dart
# test/db_tests/group_match_test.dart
# test/db_tests/player_match_test.dart
|
2026-02-01 15:55:06 +01:00 |
|
gelbeinhalb
|
1d352821fc
|
all parameters are now required
|
2026-01-30 13:13:06 +01:00 |
|
|
|
6060afc543
|
Renamed package & bundle identifier
Pull Request Pipeline / test (pull_request) Successful in 1m58s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
|
2026-01-22 22:13:12 +01:00 |
|
|
|
be9d1b52d2
|
Merge branch 'development' into feature/169-gruppenprofile-implementieren
Pull Request Pipeline / test (pull_request) Successful in 2m19s
Pull Request Pipeline / lint (pull_request) Successful in 2m21s
# Conflicts:
# pubspec.yaml
|
2026-01-17 14:56:26 +01:00 |
|
|
|
a8129eb134
|
Implemented first version of group profile
|
2026-01-16 23:34:47 +01:00 |
|
|
|
b7930d5e2e
|
Adjusted constant name
|
2026-01-16 21:41:42 +01:00 |
|
|
|
bb79eecdfd
|
Updated and added comments
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
|
2026-01-13 22:24:31 +01:00 |
|
|
|
cde40ef293
|
Updated buttons in main menu
Pull Request Pipeline / test (pull_request) Successful in 1m57s
Pull Request Pipeline / lint (pull_request) Successful in 2m5s
|
2026-01-12 17:23:43 +01:00 |
|
|
|
97ca62b083
|
refactor: rename AdaptivePageRoute to adaptivePageRoute for lowerCamelCase
Pull Request Pipeline / lint (pull_request) Successful in 2m13s
Pull Request Pipeline / test (pull_request) Successful in 2m18s
|
2026-01-10 14:52:59 +01:00 |
|
|
|
d67972624e
|
replaced ternary operator solution with custom adaptive_page_route.dart
|
2026-01-10 14:44:33 +01:00 |
|
|
|
a4ef9705f9
|
made PageRoutes adapt to os, default to MaterialPageRoute
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
|
2026-01-09 22:22:26 +01:00 |
|
|
|
6e45e9435b
|
Refactored views
|
2026-01-07 13:27:39 +01:00 |
|
|
|
a78614851b
|
Added constants class
|
2026-01-07 13:02:09 +01:00 |
|
|
|
ec94e12ed7
|
implement changes
Pull Request Pipeline / test (pull_request) Successful in 2m27s
Pull Request Pipeline / lint (pull_request) Successful in 2m33s
|
2026-01-03 15:38:25 +01:00 |
|
|
|
3c22b084d6
|
made getters non nullable and removed all null assertion operators
Pull Request Pipeline / test (pull_request) Successful in 2m10s
Pull Request Pipeline / lint (pull_request) Failing after 2m11s
|
2026-01-02 19:01:44 +01:00 |
|
|
|
534d19efc3
|
Implemented localization across the application.
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Failing after 2m22s
|
2026-01-01 00:21:09 +01:00 |
|
|
|
f9722bc762
|
wrap isLoading = false in a mounted check and setState call
|
2025-12-24 13:01:05 +01:00 |
|
|
|
a747d91c5d
|
refactor group loading into reusable method loadGroups and call it after adding a group
|
2025-12-23 23:16:57 +01:00 |
|
|
|
9ad5c4ad6f
|
remove futurebuilder from groups view and refactor
|
2025-12-23 22:58:49 +01:00 |
|
|
|
d96494f608
|
Changed futurebuilder logic in groups_view
|
2025-12-21 15:50:24 +01:00 |
|
|
|
99cea1e703
|
Renamed every instance of "game" to "match"
|
2025-12-11 20:07:32 +01:00 |
|