summaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/downloader.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-151-3/+397
| | | | | | | | - Added commands to fetch and refresh the Java catalog, cancel downloads, and manage pending downloads. - Enhanced the Java download modal in the UI to support version selection, download progress, and pending downloads. - Introduced new types for Java catalog, download progress, and pending downloads. - Updated settings store to handle Java catalog state, download progress, and pending downloads. - Improved user experience with loading states, error handling, and status notifications for Java installations.
* Merge main into feat/download-java-rtBegonia, HE2026-01-141-38/+126
|\ | | | | | | | | | | | | - 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 ↵HsiangNianian2026-01-141-6/+34
| | | | | | | | calls
| * Update src-tauri/src/core/downloader.rs简律纯2026-01-141-0/+7
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * Update src-tauri/src/core/downloader.rs简律纯2026-01-141-4/+1
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * feat: implement global progress tracking for concurrent downloadsHsiangNianian2026-01-141-59/+88
| |
| * feat: display download rate and progress with concurrency supportHsiangNianian2026-01-141-3/+30
| |
* | feat(java): integrate Adoptium API for Java runtime downloadBegonia, HE2026-01-141-7/+37
|/ | | | | | | | | | | | | | | | 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
* chore(style): format codeHsiangNianian2026-01-131-42/+57
|
* feat: refactor download logic to use chunking for response handlingHsiangNianian2026-01-131-9/+2
|
* feat: implement download functionality with progress monitoring and version ↵HsiangNianian2026-01-131-28/+105
| | | | management
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-0/+51