Commit Graph
47 Commits
Author SHA1 Message Date
Hoang Hong QuanandGitHub 0e608a56ce Add GUI Support for OpCore Simplify (#512)
* Refactor OpCore-Simplify to GUI version

* New ConfigEditor

* Add requirement checks and installation in launchers

* Add GitHub Actions workflow to generate manifest.json

* Set compression level for asset

* Skip .git and __pycache__ folders

* Refactor update process to include integrity checker

* Add SMBIOS model selection

* Update README.md

* Update to main branch
2025-12-30 14:19:47 +07:00
Onn 6201a69ef7 Update IntelBluetoothFirmware repository owner 2025-12-03 16:58:52 +07:00
Onn 628df8aaf6 Skill issue 2025-11-14 14:18:03 +07:00
Onn 924c66f72f Add integrity checking for downloaded files 2025-11-14 13:35:24 +07:00
Hoang Hong Quan 542ad9623c Enhance user prompts, add temporary dir handling 2025-10-22 00:59:12 +07:00
Hoang Hong Quan 6f2a68de79 Add USBToolBox kext 2025-10-21 22:39:25 +07:00
Hoang Hong Quan 070e4ba505 Revert "Force use OpenCore commit 5e4d423 for macOS Tahoe 26 support" 2025-06-12 18:21:30 +07:00
Hoang Hong Quan d3c9a042a8 Force use OpenCore commit 5e4d423 for macOS Tahoe 26 support
https://github.com/acidanthera/OpenCorePkg/commit/5e4d423b14be95124331b6ce6dc55e7e48e7dd6c
2025-06-11 13:35:57 +07:00
Hoang Hong Quan ca43374a9c Add Intel WiFi kext selection 2025-04-24 17:19:36 +07:00
Hoang Hong Quan 6a01a49628 Fix download URL handling for Ath3kBTInjector kext 2025-04-15 09:37:21 +07:00
Hoang Hong Quan 6e201bb180 Fix None checks for product history index 2025-03-23 14:01:53 +07:00
Hoang Hong Quan 08c21c8d8f Fix None checks for product history index 2025-03-23 13:56:36 +07:00
Hoang Hong Quan 7c121658fe Fix product name matching 2025-03-23 02:39:24 +07:00
Hoang Hong Quan 2bbbfd4e77 Refactor file gathering logic and implement additional logging 2025-03-23 01:45:40 +07:00
Hoang Hong Quan 827bdc8db7 Sync CpuTopologyRebuild changes 2025-01-20 16:30:53 +07:00
Hoang Hong Quan 86725b28fb Add support for Aquantia AQtion Ethernet Controllers 2025-01-14 14:15:13 +07:00
Hoang Hong Quan 2cecb4782d Remove unnecessary AMD Vanilla Patches download message 2024-12-12 22:08:10 +07:00
Hoang Hong Quan a469db2520 Replace GitHub API with static HTML parsing to avoid API rate limiting 2024-12-10 12:15:06 +07:00
Hoang Hong Quan 43e5065bfa Add valid kext check before saving 2024-12-10 10:45:18 +07:00
Hoang Hong Quan 706f33a909 Unzip product zip file ensuring no duplicates 2024-11-09 19:06:56 +07:00
Hoang Hong Quan 82cd2feefa Unzip all existing zip files before processing 2024-11-09 17:25:55 +07:00
Hoang Hong Quan e05eafc6ec Fix missing AirportItlwm kext for macOS Sequoia 15 2024-11-01 00:25:52 +07:00
Hoang Hong Quan c82978ec26 Update functions to retrieve information from GitHub API 2024-10-27 01:31:01 +07:00
Hoang Hong Quan 5ea5992abd Fix missing IntelMausi kext in download section 2024-10-24 20:10:33 +07:00
Hoang Hong Quan b888f154e7 Update related to Hardware Sniffer 2024-10-16 01:06:59 +07:00
Hoang Hong Quan affdb0fb3d Integrate Hardware Sniffer for a simplified process 2024-10-15 07:47:49 +07:00
Hoang Hong Quan 734a326c9c Ensure standalone kext plugins have download urls 2024-10-11 11:04:30 +07:00
Hoang Hong Quan 35fd8af0c5 Use OpenCorePkg instead of OpenCore NO ACPI 2024-10-09 15:38:55 +07:00
Hoang Hong Quan 2cac9e122f Download only necessary kexts to reduce wait time 2024-10-08 21:02:29 +07:00
Hoang Hong Quan 4b4e09c1ec Remove text color formatting 2024-10-08 01:01:23 +07:00
Hoang Hong Quan 0d7d4fee3e Download OcBinaryData directly from the repository to replace 2024-09-29 04:01:32 +07:00
Hoang Hong Quan 89515ab5c6 Change the method for retrieving bootloader and kexts download information 2024-09-29 02:35:39 +07:00
Hoang Hong Quan 88a62db33e Rewrite code related to GitHub REST API request quota 2024-09-29 02:28:32 +07:00
Hoang Hong Quan d61189171a Refactor directory traversal function 2024-09-28 06:05:46 +07:00
Hoang Hong Quan 30aecf78f2 Rewrite some parts related to handling the collection of bootloaders and kexts 2024-09-13 22:07:21 +07:00
Hoang Hong Quan 2540798def Refactor folder creation function 2024-09-13 17:41:54 +07:00
Hoang Hong Quan e7794d6c44 Add AppleALC kext with a temporary patch for macOS Sequoia 15 2024-09-11 17:29:45 +07:00
Hoang Hong Quan a7ae4ce721 Update download links for kexts including AMFIPass and IOSkywalkFamily 2024-09-09 16:04:42 +07:00
Hoang Hong Quan 887f7a587d Download AMD Vanilla Patches only when needed 2024-08-02 17:31:14 +07:00
Hoang Hong Quan 805666c893 Add support for some Intel network hardware 2024-07-31 08:13:19 +07:00
Hoang Hong Quan a955966d72 Remove all f-strings due to some errors 2024-07-29 16:03:13 +07:00
Hoang Hong Quan ea98f0c950 Move extract zip function to utils 2024-07-29 15:14:51 +07:00
Hoang Hong Quan 1e00ad5730 Update search functionality to locate paths based on file extension or name pattern 2024-07-29 15:13:29 +07:00
Hoang Hong Quan 41684befac Ensure the value is always valid 2024-07-27 19:01:08 +07:00
Hoang Hong Quan af2eeec284 Cannot allow reloading of files that have already been completed 2024-07-27 18:51:07 +07:00
Hoang Hong Quan d9e0ed9b34 Fix the incorrect path in some cases 2024-07-27 18:25:25 +07:00
Hoang Hong Quan 72a124244b Initial commit 2024-07-26 18:09:54 +07:00