Commit Graph

285 Commits

Author SHA1 Message Date
d627f33579 Beta-Version 0.5.3 (#136)
* Updated createGameView ListBuilder

* Added ReorderableListView

* Increment build no

* Fixed bug with wrong medal icon

* change not equal to greater than

* Updated bool var

* Fixed deletion error

* Small translation improvements

* Implemented first version of point overview

* Visual improvements on table

* Added details and sum row

* Updated strings

* Implemented new strings

* Refactoring

* Updated graph displayment

* Moved new views to statistics section

* Added seperator in main menu

* Renaming

* Updated sign

* Updated colors & class name

* Removed empty line

* Updated round index

* Updated types

* Added new kamikaze button and bundles navigation functionality

* Updated lock icon

* Updated button position and design

* Removed title row and changed segmendetControl Padding

* Refactored logic and added comments

* Updated comment

* Chaned icon

* Added comment

* Removed print

* Updated colors

* Changed var name

* Removed unused strings

* Added gameMode

* Changed creation variable

* Updated mode selection

* Updated strings

* Changed mode order

* Implemented default mode selection

* Updated initState

* Removed print

* Removed print

* Removed comments

* Updated config service

* Changed create game view

* Changed icon

* Updated strings

* Updated config

* Updated mode selection logic

* Deleted getter

* Removed not used code

* Implemented reset logic for default game mode

* Updated to 0.5.0

* Hotfix: Pixel Overflow

* Changed the overall return type for gamemodes

* Updated documentation

* Fixed merge issues

* Added Custom button

* Updated strings

* Updated buttons, implemented animatedOpacity

* Keyboard still doesnt works

* Fixed keyboard behaviour

* Changed keyboard height

* Added method getGameSessionById()

* Updated gameSession class

* id gets added to gameSession class at creation

* Cleaned up file

* Added docs and dependency

* Removed toString

* Implemented null safety

* Added named parameter

* Replaced button with custom button

* Updated key

* Updated addGameSessionMethod

* Update README.md

* Added Strings for popup

* Implemented popup & confetti

* Extracted code to method _playFinishAnimation()

* Replaced tenary operator with Visibility Widget

* Replaced tenary operator with Visibility Widget

* Used variable again

* Added delays in constants.dart

* Removed confetti button

* Updated strings

* Removed print

* Added dispose for confettiController

* Implemented missing constant in code

* Updated gameSession logic so more than one player can be winner

* Updated strings

* Updated winner popup

* game names now can have up to 20 chars

* Updated strings

* Added sized box for visual enhancement

* Centered the add player button and made it wider

* New created player textfields get automatically focused

* Added focus nodes for autofocus and navigation between textfields

* Updated version number

* Updated game title textfield with focus node and textaction

* Added focusnodes to dispose

* Update README.md

* Fixed bug with no popup shown

* Fixed bug with out of range error

* Updated listener notification
2025-07-21 13:29:25 +02:00
4478c00b9d Corrected kamikaze index 2025-07-14 12:42:30 +02:00
37338dca76 Refactoring 2025-07-14 12:34:57 +02:00
4cfbaa00c0 Implemented reordering 2025-07-14 12:20:47 +02:00
f7676da88d Added white space 2025-07-14 11:40:03 +02:00
5a939f4447 Unnessecary code 2025-07-14 11:39:32 +02:00
f4120d28a9 Removed late 2025-07-14 11:38:28 +02:00
8b4a8bb86b Refactored and simplified 2025-07-14 11:30:55 +02:00
84e6f3f286 Updated build method 2025-07-14 11:14:44 +02:00
4a0ce067b5 Updated function _getSortedPlayerIndices() 2025-07-14 11:14:22 +02:00
f8bbbb04f3 Added type annotation 2025-07-14 11:12:32 +02:00
48784fd290 Updated comments 2025-07-14 11:07:14 +02:00
16d1c017af Updated _getPlacementPrefix method for dense ranks 2025-07-14 11:06:02 +02:00
79d0bdd19b Generated files update 2025-07-14 10:19:51 +02:00
047acfecd8 Updated string placeholders 2025-07-14 10:17:51 +02:00
a8298dfa21 Updated variable name 2025-07-14 10:16:42 +02:00
c24c271c82 Updated comment 2025-07-14 10:14:53 +02:00
db6d4690cb Implemented mounted checks & changed return type 2025-07-14 10:09:12 +02:00
0a0da96a3f Created Strings for popup 2025-07-14 10:01:11 +02:00
68477158e5 Implemented bonus popup 2025-07-13 23:57:15 +02:00
d296465b04 Updated point reduction 2025-07-13 19:56:31 +02:00
75568a1a4b Updated generated files 2025-07-13 11:55:46 +02:00
1157ab70ec Updated comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-13 11:49:47 +02:00
ee5319533a Changed string for GraphView title 2025-07-13 00:57:08 +02:00
fee6cc3a33 updated accessability of graph view 2025-07-13 00:56:32 +02:00
7733d3bd5c Replaced string & if statement with visibility widget 2025-07-13 00:55:28 +02:00
af630539db Changed overflow mode 2025-07-13 00:46:32 +02:00
0b1b71e227 Updated Y-Axis and removed values under y = 0 2025-07-13 00:37:16 +02:00
97da4cadff Removed dead code 2025-07-13 00:21:37 +02:00
5780155954 Adjusted jitterStep 2025-07-12 21:03:51 +02:00
b9c3e1dd4e Graph starts at round 0 now where all players have 0 points 2025-07-12 21:03:27 +02:00
c155d8c5ca HOTFIX: Graph showed wrong data 2025-07-12 20:46:32 +02:00
546ac1d996 Updates constant names and lint rule 2025-07-11 14:06:06 +02:00
cf0d7af343 Corrected scaling 2025-07-11 13:56:02 +02:00
df3a16151d Simplified comparison 2025-07-11 11:51:54 +02:00
5a1c3ef09a Changed lock emoji to CuperinoIcons.lock and placed it in trailing of app bar 2025-07-11 11:51:21 +02:00
340a022070 Updated RoundView buttons when game is finished 2025-07-11 11:40:26 +02:00
00b9ac62f7 Updated en string 2025-07-11 11:16:12 +02:00
e29b473009 Merge branch 'develop' into feature/95-delete-all-games-button
# Conflicts:
#	pubspec.yaml
2025-07-11 11:12:29 +02:00
55a61be44b Added Delete all games button to Settings 2025-07-11 11:10:06 +02:00
1494cb08a5 Overhauled comments in CustomTheme 2025-07-11 10:50:11 +02:00
5fa8d1fa3d Added comment to jitter calculation 2025-07-11 10:49:19 +02:00
4448fd2c39 Removed german comments 2025-07-11 10:44:21 +02:00
668328300a Added jitterStip to prevent the graphs overlaying each other 2025-07-11 10:34:39 +02:00
b3c70f711a Implemented empty builder for GraphView 2025-07-11 10:18:29 +02:00
964c179e69 Reordered properties 2025-07-10 20:46:11 +02:00
1c505916f3 Changed argument order 2025-07-10 20:14:50 +02:00
2f225c9b23 Renamed Stepper to CustomStepper 2025-07-10 20:13:54 +02:00
a8ca853c24 Replaced int constants with enums 2025-07-10 20:12:58 +02:00
f3114c6c32 corrected string typo 2025-07-10 20:04:11 +02:00