43 Commits

Author SHA1 Message Date
08b5ec6312 Remove alcoholic beverages
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 6m42s
2025-11-02 21:02:39 +01:00
842e6faf24 Fix clue rendering on light mode
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 5m35s
2025-10-29 22:13:06 +01:00
cc33616663 Switch to kover for code coverage
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 4m16s
2025-10-14 22:18:11 +02:00
90818d0bf1 Fix sonar build
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 11m16s
(I hope... works locally)
2025-10-13 19:36:59 +02:00
efac02216e Add commonUI test
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 7m17s
2025-10-12 23:51:12 +02:00
e66199d0dd Make sonar build faster and happier
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
2025-10-12 15:42:17 +02:00
255a61cf56 Coverage reporting improvements
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 8m48s
- add coverage to sonar
- coverage in domain and commonUI
2025-10-12 14:11:25 +02:00
6d58b93477 Sonar fixes
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 3m58s
2025-08-04 00:22:23 +02:00
Christian Basler
1836f53d7b Fix some inspection issues 2025-07-17 22:45:52 +02:00
Christian Basler
1800174087 Make app run on Android (WIP) 2025-07-14 21:34:13 +02:00
1fb3b39590 Make app run on Android (WIP) 2025-07-12 07:37:09 +02:00
Christian Basler
145abfe1ca Adaptive Layout 2025-07-11 16:59:26 +02:00
00c783ffd7 Adaptive Layout (WIP) 2025-07-09 22:50:44 +02:00
Christian Basler
7f88095a4b Adaptive Layout (WIP) 2025-07-09 21:19:41 +02:00
Christian Basler
3dbc994dc5 Adaptive Layout (WIP) 2025-07-08 21:41:50 +02:00
Christian Basler
a7e8325b26 Adaptive Layout (WIP) 2025-07-07 18:45:28 +02:00
Christian Basler
85763485d3 Fix issue where solution is in perfect order 2025-06-16 18:02:02 +02:00
Christian Basler
dedc686e9e Android UI (WIP) 2025-06-03 15:35:09 +02:00
Christian Basler
f69933c74d Android UI (WIP) 2025-06-02 20:56:12 +02:00
Christian Basler
d146ae11f7 Save each game for Debugging 2025-05-15 17:39:24 +02:00
Christian Basler
b05f971ec1 Add translations, fix maximisation 2025-05-01 21:42:41 +02:00
Christian Basler
f8d7702fca Add restart option 2025-04-29 06:00:34 +02:00
d02043bbdb Improve window resize behaviour 2025-04-28 05:29:16 +02:00
Christian Basler
53c535e127 Improve end screen 2025-03-21 16:52:17 +01:00
Christian Basler
c27e4a7f6f Add more strings and improve launcher icon 2025-03-18 18:24:04 +01:00
Christian Basler
54c22beddc Add icons and translations 2025-03-17 16:32:37 +01:00
Christian Basler
3eeeca34fc Also make snapshots when removing options
So we don't have situations where we can't undo a
selection that occurred from removing the second last
option.
2025-03-14 16:26:24 +01:00
Christian Basler
a3611cb9a7 Implement undo functionality
Not quite sure about its usability though
2025-03-14 06:32:12 +01:00
Christian Basler
63f6fca83f Add restart 2025-03-12 07:52:02 +01:00
Christian Basler
f9dc62d148 Add timer 2025-03-01 23:27:07 +01:00
e5a0a0adb0 Improvements
try to make it run on Android (finally!)
2024-08-25 21:55:05 +02:00
Christian Basler
8399f98d75 Improvements
try to make it run on Android (still unsuccessful)
2024-08-21 17:03:52 +02:00
082899152f Improvements
try to make it run on Android (still unsuccessful)
2024-08-21 00:37:29 +02:00
9175e54c69 Improvements
try to make it run on Android (still unsuccessful)
2024-08-18 10:38:20 +02:00
a019ea406d Add improvements
There is an issue related to the new code finding single options
2024-07-28 10:15:58 +02:00
e673b3cb4d Fix cleanup 2024-07-25 21:22:19 +02:00
Christian Basler
75a0789fb4 Highlight violated clues (WIP) 2024-07-25 20:52:48 +02:00
Christian Basler
3cae93e5bf Add improvements
almost playable
2024-07-24 17:37:44 +02:00
630d24f3c4 Fix some rendering issues 2024-07-23 22:54:02 +02:00
a29c117b85 Fix some rendering issues 2024-07-23 00:11:16 +02:00
82a5660bc9 Fix solver
generator and/or solver still needs optimization
2024-07-10 22:36:42 +02:00
5b97b789a5 Add minor improvements 2024-07-02 23:11:53 +02:00
1f588e6596 Restructure project
* use modules instead of source sets
* Kotlin JVM instead of multiplatform (for now) to make things simpler
* Warning: GameCell doesn't use mutableState anymore, this needs to be
           fixed for the UI to work!
2024-07-02 10:53:04 +02:00