Skip to content

feat: redesign TextToolScreen and resolve detekt issues - #3

Merged
SnowVolf merged 1 commit into
masterfrom
codex/add-detekt
Sep 20, 2026
Merged

SnowVolf merged 1 commit into
masterfrom
codex/add-detekt

Conversation

@SnowVolf

Copy link
Copy Markdown
Owner
  • Separate TextToolScreen and TextToolViewModel for unidirectional text tools (Adler32, CRC32, XML, Timestamp)
  • Redesign tool output to display result in a read-only OutlinedCard instead of a secondary input field
  • Add dynamic "pill-shaped" action container in the Navigation Toolbar
  • Add "Insert Current Timestamp" (in milliseconds) functionality for the Timestamp tool
  • Resolve Detekt code quality issues (MaxLineLength, LongMethod, MagicNumber, TooGenericExceptionCaught) across the codebase
  • Refactor UI components to meet detekt size thresholds

- Separate `TextToolScreen` and `TextToolViewModel` for unidirectional text tools (Adler32, CRC32, XML, Timestamp)
- Redesign tool output to display result in a read-only `OutlinedCard` instead of a secondary input field
- Add dynamic "pill-shaped" action container in the Navigation Toolbar
- Add "Insert Current Timestamp" (in milliseconds) functionality for the Timestamp tool
- Resolve Detekt code quality issues (`MaxLineLength`, `LongMethod`, `MagicNumber`, `TooGenericExceptionCaught`) across the codebase
- Refactor UI components to meet detekt size thresholds
@SnowVolf
SnowVolf merged commit d8f2382 into master Sep 20, 2026
1 check passed
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