Commit Graph

13 Commits

Author SHA1 Message Date
ea461409fb Remove ByteArrayPropertyWithLength and update handling
Removed the ByteArrayPropertyWithLength class and refactored related methods to simplify the handling of string and blob properties without maxLength constraints. This change improves code maintainability by eliminating redundant checks and ensures that property operations are more straightforward and error-free. Additionally, updated the Kotlin version and optimized the build configuration for better dependency management.
2024-12-01 13:55:06 +01:00
e60b6472ba Remove ByteArrayPropertyWithLength and update handling
Removed the ByteArrayPropertyWithLength class and refactored related methods to simplify the handling of string and blob properties without maxLength constraints. This change improves code maintainability by eliminating redundant checks and ensures that property operations are more straightforward and error-free. Additionally, updated the Kotlin version and optimized the build configuration for better dependency management.
2024-11-30 12:03:16 +01:00
1827704109 Blob length fix 2024-09-15 15:14:41 +02:00
da52a66de1 Cleanup old bytes after update 2024-09-14 11:50:04 +02:00
19f6aa9b15 Fix off-by-one error 2024-09-13 20:13:37 +02:00
35f9be0504 Set correct length on blob, fix off by one error 2024-09-06 16:43:09 +02:00
85c3dd8292 Slices and string cache 2024-09-06 10:25:15 +02:00
6567da1683 Add size of length to buffer, cleanup 2024-09-02 11:19:37 +02:00
09d88dbb3f Add ByteArray constructor 2024-09-01 21:14:41 +02:00
9d6944400c Publish package to gitea 2024-09-01 19:11:15 +02:00
38964c1499 Remove gradle.properties 2024-09-01 14:59:56 +02:00
7f7471bf86 Add all the types, some cleanup 2024-09-01 14:54:55 +02:00
657331dd31 Initial commit 2024-09-01 10:25:04 +02:00