16 Commits

Author SHA1 Message Date
7e521da0f7 stuff 2026-01-12 00:04:17 +00:00
b9f35fa5f2 stuff 2026-01-11 23:55:35 +00:00
50a0bc0b80 Add scripts to automatically fix common Java decompilation errors and malformed declarations 2026-01-11 23:52:23 +00:00
20f8799feb stuff 2026-01-11 23:50:53 +00:00
77bcfe366d stuff 2026-01-11 23:48:17 +00:00
a1b5633261 Refactor and add scripts for fixing constructor and package declaration issues in Java files 2026-01-11 23:31:50 +00:00
77da48b6ad stuff 2026-01-11 23:31:17 +00:00
b9dc7be3ce stuff 2026-01-11 23:15:41 +00:00
d374bf1563 stuff 2026-01-11 22:14:51 +00:00
eee450ed82 stuff 2026-01-11 21:54:27 +00:00
623bf273c3 stuff 2026-01-11 21:53:08 +00:00
4842b570a5 stuff 2026-01-11 21:42:29 +00:00
4bedc7cd6a stuff 2026-01-11 21:30:39 +00:00
89317fbc21 Refactor documentation and consolidate scripts
- Deleted `IMPLEMENTATION_SUMMARY.md` as its content is now integrated into other documentation.
- Added `INDEX.md` for quick navigation of the scripts folder.
- Created `MARKDOWN_STYLE.md` to establish a consistent markdown style guide for documentation.
- Updated `README.md` to reflect the new documentation structure and provide links to additional resources.
- Introduced `README_SCRIPTS.md` detailing the consolidation of scripts into `tustu_tools.py`.
- Added `REORGANIZATION_SUMMARY.md` to summarize the changes made during the scripts reorganization.
- Removed `TEST_DATA_GENERATOR_FEATURE.md` as its content is now covered in `README_SCRIPTS.md`.
- Updated `scripts/README.md` to include links to new documentation files and improve clarity.
2026-01-11 21:09:51 +00:00
db8eac5a02 feat: Add unified command-line utility for TunerStudio project
- Introduced `tustu_tools.py` to consolidate various scripts into a single command-line tool.
- Implemented key generation functionality with multiple algorithms.
- Added dummy data generation and email formatting capabilities.
- Included structure analysis and constructor fixing for Java files.
- Created wrapper script `tustu-tools` for easy access to the utility.
- Developed test scripts for dummy data and email generation.
- Added a script for reorganizing the app directory structure.
2026-01-11 21:05:10 +00:00
84f4e09289 feat: Add scripts for renaming obfuscated Java files, reorganizing structure, and testing dummy data generation
- Implemented `rename_obfuscated_files.py` to generate semantic names for obfuscated Java files, analyze import dependencies, and execute batch renaming.
- Created `reorganize_structure.py` to analyze the current directory structure, propose reorganization plans, and execute file movements based on package declarations.
- Added `test_dummy_data.py` to demonstrate the functionality of the dummy data generator and validate generated registration keys.
- Introduced `test_email_generation.py` to test the email generation functionality for registration emails.
2026-01-11 20:48:24 +00:00