Vincent Velociter
3488ea2fe9
Fixes
2026-01-16 17:14:00 +01:00
Vincent Velociter
5d07b2e6cc
Simplify evaluation service
2026-01-16 16:46:48 +01:00
Vincent Velociter
83f55bdb80
Remove EngineState.disposed
2026-01-16 09:49:55 +01:00
Vincent Velociter
d2e1dbebed
Fix tests
2026-01-16 09:46:20 +01:00
Vincent Velociter
2a1955d9f6
WIP on new stockfish api
2026-01-16 09:15:48 +01:00
Huzaifa
10ce9ed517
Fix(a11y): Merge semantics for Lichess welcome message ( #2520 )
2026-01-14 10:28:40 +01:00
Vincent Velociter
827e38228e
Fix provider bug that prevented to access games offline ( #2519 )
...
* Fix game provider bug
Closes #2473
* Make http error detection less specific
2026-01-13 12:39:38 +01:00
Vincent Velociter
a0e04fbb61
Improve broadcast standings
...
Fixes #2498
2026-01-12 15:35:03 +01:00
Noah
5e58666d6d
Share observed round ( #2512 )
2026-01-12 10:45:24 +01:00
Noah
4d68b60588
add team to player screen in broadcasts ( #2511 )
2026-01-12 10:43:11 +01:00
Vincent Velociter
24f1975701
Generate new translations
2026-01-12 10:42:50 +01:00
Noah
e93a7c5a29
fix streamer api ( #2510 )
2026-01-12 10:28:19 +01:00
Vincent Velociter
a9d9370e2d
Don't precache images
2026-01-10 13:45:25 +01:00
Vincent Velociter
551ada40e1
Fix provider load order issue
2026-01-10 13:45:21 +01:00
Noah
6642899b5b
remove duplicate button ( #2497 )
2026-01-10 12:03:09 +01:00
TheLastFlame
54802f8107
Remove flutter_displaymode ( #2500 )
...
* Remove manual refresh rate logic
* Remove flutter_displaymode dependency
2026-01-10 12:01:10 +01:00
Noah
1179f168d9
Fix multiple analysis session issues ( #2496 )
2026-01-10 11:58:52 +01:00
Sanjay Jaganur
ed95ad47e4
Added upload button for .pgn files in load_position section ( #2448 )
2026-01-09 11:28:28 +01:00
Vincent Velociter
e89ccda389
Report engine load errors
2026-01-08 11:30:38 +01:00
Vincent Velociter
f00e01ac02
Rename log service
2026-01-08 11:21:32 +01:00
Vincent Velociter
cbda44b36a
Attempt to fix inexplicable error after riverpod 3.0 udpate
...
Received crash reports of preloadedDataProvider that has no value, which
cannot happen in theory (did not happen with riverpod 2.0).
2026-01-07 16:17:42 +01:00
Vincent Velociter
4cffd5390d
Generate translations
2026-01-07 10:32:20 +01:00
Vincent Velociter
b00be18357
Tweak comments
2026-01-07 10:25:22 +01:00
Vincent Velociter
1f19168873
Fix formatting
2026-01-06 14:43:02 +01:00
Vincent Velociter
25fead2018
Fix potential init engine race condition
2026-01-06 14:21:43 +01:00
Vincent Velociter
e23579fdd5
Prevent engine being stuck by nnue downloading failure
2026-01-06 14:16:32 +01:00
Vincent Velociter
1036753867
Fix potential deadlock while disposing stockfish
2026-01-06 14:07:22 +01:00
Vincent Velociter
d724525012
Fix potential race condition while init stockfish
2026-01-06 14:03:16 +01:00
Vincent Velociter
c389d96b1c
Fix puzzle provider unmounted issue
2026-01-06 10:55:17 +01:00
Vincent Velociter
ea6cdd8efe
Tweak
2026-01-06 09:51:29 +01:00
Tom Praschan
c7a4ce3106
fix: remove delay when entering analysis board ( #2471 )
...
This is an alternate fix for #1232 which does not need the 500ms delay.
When entering the analysis board, the delay of 500ms before scrolling to
the current move is unexpected for users. With this solution, we can
jump to the current move immedialtely.
2025-12-30 18:44:57 +01:00
Vincent Velociter
d022970c29
Improve broadcast listings
2025-12-30 18:37:01 +01:00
Vincent Velociter
12f2b50cae
Fix overflow of engine gauge eval
2025-12-30 18:37:01 +01:00
Tom Praschan
e1dada5ccd
feat: add log screen ( #2463 )
2025-12-29 13:33:33 +01:00
Vincent Velociter
021fd0732c
Bug fixes
2025-12-29 13:02:01 +01:00
Vincent Velociter
96aef2d48e
Save standalone analysis session in memory ( #2462 )
...
* Save standalone analysis session in memory
Closes #2423
* Upgrade riverpod_lint
2025-12-27 11:36:26 +01:00
Vincent Velociter
23a71c771f
Show game result in broadcast player games
2025-12-27 10:32:54 +01:00
Vincent Velociter
af3b32b924
Fix showing too much cloud eval lines
2025-12-26 16:12:31 +01:00
Vincent Velociter
9391c313b9
Attempt to fix engine initialisation issues ( #2460 )
2025-12-26 16:12:20 +01:00
Vincent Velociter
ae8720a3d2
Remove puzzle unused code
2025-12-26 13:10:34 +01:00
Vincent Velociter
b465a1cec0
Remove cached_network_image
2025-12-26 12:05:56 +01:00
Vincent Velociter
c874129b20
Show the bot image for bots
2025-12-26 11:46:20 +01:00
Vincent Velociter
2cf766d4be
Fix broadcast player screen
2025-12-26 11:30:43 +01:00
Vincent Velociter
eea2f24509
Broadcast improvements ( #2459 )
2025-12-25 17:47:31 +01:00
Vincent Velociter
166c5384ee
Don't show rated option for corres. variant challenges
...
Closes #2454
2025-12-24 11:17:37 +01:00
Vincent Velociter
bcae51a390
Providers refactoring
2025-12-24 10:55:30 +01:00
Vincent Velociter
2668f04586
Fix restoring puzzle streak from local storage
...
Fixes #2458
2025-12-24 10:40:35 +01:00
Sam Baumann
494614c2ca
Fix: reset puzzle streak correctly when failing the first puzzle ( #2452 )
2025-12-23 11:01:25 +01:00
Vincent Velociter
588844973d
Fix register firebase after sign in
...
And make sure _registeredDevice flag is only set when device is actually
registered.
2025-12-23 10:55:41 +01:00
Vincent Velociter
a514ce5330
Update app_settings plugin
2025-12-21 12:17:49 +01:00