Commit graph

10 commits

Author SHA1 Message Date
de13bf2c74 Add file system management in the main menu. 2024-11-28 19:04:45 +01:00
34a0ee13f0 Small UI / UX adjustment on the character sheet detail/edit 2024-11-28 13:36:21 +01:00
51021d41d5 Refactor the character sheet. 2024-11-26 21:58:36 +01:00
7fc99f5799 Add koin dependencies injections. 2024-11-15 21:18:45 +01:00
ca456b55d9 Add roll history page 2024-11-10 17:26:58 +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
b348f8a327 Add release build support (MSI) with proguard disable because of Datastore 2024-11-07 23:19:14 +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
9ddd6018fd Initial commit 2024-11-02 08:34:20 +01:00