Commit graph

175 commits

Author SHA1 Message Date
51021d41d5 Refactor the character sheet. 2024-11-26 21:58:36 +01:00
52f7f8333b Add version to the charactersheet savable. 2024-11-17 22:25:48 +01:00
c7fe440f8f Add tooltip to the character sheet. 2024-11-16 11:32:05 +01:00
7fc99f5799 Add koin dependencies injections. 2024-11-15 21:18:45 +01:00
f459877d55 Add error management for the network client. 2024-11-15 16:43:36 +01:00
e880d37275 Add diminished status management. 2024-11-15 15:42:19 +01:00
59f8aff121 Refactor the windows navigation system 2024-11-13 16:36:35 +01:00
5ac0c2dcf6 Change the blur mechanism 2024-11-12 16:57:54 +01:00
3705fbd947 Add PP and HP managmenet 2024-11-11 22:32:01 +01:00
f6d026d50f Minor UI adjustment. 2024-11-11 18:38:25 +01:00
ca456b55d9 Add roll history page 2024-11-10 17:26:58 +01:00
f92922c228 Add roll sharing feature over the WebSocket. 2024-11-09 22:57:26 +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
ba0cc30a1a Remove Google DataStore. save data directly into files. enable obfuscation. 2024-11-08 16:54:48 +01:00
81d725e224 Add release build support (DMG) 2024-11-08 10:39:26 +01:00
b348f8a327 Add release build support (MSI) with proguard disable because of Datastore 2024-11-07 23:19:14 +01:00
7af0c15a62 Add values/strings file 2024-11-07 18:43:29 +01:00
5bc8706972 Add gradle configuration for MacOS release. 2024-11-06 14:48:38 +01:00
bf57839242 Remove prefernce_pb from indexing 2024-11-05 17:28:48 +01:00
1b9a2f48ca Add string roll support 2024-11-05 17:17:33 +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