Commit graph

9 commits

Author SHA1 Message Date
7fc99f5799 Add koin dependencies injections. 2024-11-15 21:18:45 +01:00
59f8aff121 Refactor the windows navigation system 2024-11-13 16:36:35 +01:00
f6d026d50f Minor UI adjustment. 2024-11-11 18:38:25 +01:00
0e5fee6771 Add basic network feature.
Basic implementation of a WebSocket protocol with JSON.

Note : obfuscation & release build are deactivated again. Netty (needed for Ktor server) is a nightmare to build in release with or without proguard.
Spend more time until now on project configuration that in actual prototyping.
2024-11-09 19:35:24 +01:00
b71645a7a2 Link the CharacterSheet model to the UI. 2024-11-05 14:34:24 +01:00
65aa53890f Update the app with some features skeleton.
Change the navigation system
Add a basic file system management to save the charactersheet.
Add a common source code directory & commonTest module.
Add test to the business class.
2024-11-04 23:34:16 +01:00
d74a5fcd7c Basic character sheet edit. 2024-11-03 16:02:29 +01:00
6e4f91e007 Add a basic character sheet. 2024-11-03 10:04:18 +01:00
9ddd6018fd Initial commit 2024-11-02 08:34:20 +01:00