| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge main into feat/download-java-rt | 2026-01-14 | 1 | -10/+14 | |
| |\ | | | | | | | | | | | | | - Integrate latest main branch changes (Fabric, Forge support, new UI) - Keep Adoptium Java download feature with SHA256 support - Merge improved download progress tracking with checksum verification - Update dependencies and build configuration | ||||
| | * | refactor: improve code readability by formatting and restructuring function ↵ | 2026-01-14 | 1 | -10/+14 | |
| | | | | | | | | | calls | ||||
| * | | Update src-tauri/src/core/java.rs | 2026-01-14 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | ||||
| * | | feat(java): integrate Adoptium API for Java runtime download | 2026-01-14 | 1 | -0/+419 | |
| |/ | | | | | | | | | | | | | | | | Add automatic Java (Temurin) download and installation feature: - Add Adoptium API v3 integration to fetch latest Java releases - Support JRE and JDK image types with version selection (8/11/17/21) - Implement platform detection for macOS, Linux, and Windows - Add SHA256 checksum verification for downloaded archives - Add tar.gz extraction support with Unix permission preservation - Handle macOS-specific Java path structure (Contents/Home/bin) - Add frontend UI with version selector and download progress - Register Tauri commands: fetch_adoptium_java, download_adoptium_java, fetch_available_java_versions Dependencies added: sha2, flate2, tar, dirs | ||||
| * | feat: implement Microsoft account token refresh and storage management; add ↵ | 2026-01-13 | 1 | -0/+254 | |
| Java detection functionality | |||||