Skip to content

Conversation

@SlaVcE14
Copy link
Owner

No description provided.

Added logic to treat numbers with invalid leading zeros as strings during JSON parsing to prevent incorrect numeric conversion. Updated tests to cover editing and parsing of such numbers.
Changed openOutputStream to use the "wt" mode when saving a file, ensuring the file is opened for writing as text. This may help prevent issues with file encoding or access.
Added a call to hideToolbar() before starting the file saving process to improve user experience during file operations.
Added a check to handle the case when raw data equals '-1'. In such cases, the data is converted from the root list before writing to the file, ensuring correct file output.
Enhance test summary output with detailed failure messages.
Handle numbers with leading zeros as strings in JSON
Specify write mode when opening output stream
Updated versionName to 1.8.5 and versionCode to 58 in build.gradle.
@SlaVcE14 SlaVcE14 added this to the 1.9 milestone Dec 21, 2025
@SlaVcE14 SlaVcE14 merged commit 50b7283 into dev Dec 22, 2025
3 checks passed
@SlaVcE14 SlaVcE14 deleted the 1.8.5 branch January 16, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant