Commit Graph

13 Commits

Author SHA1 Message Date
uncor3 0f85563dc5 remove unused imports, cleanup code 2026-04-05 23:33:06 +00:00
uncor3 216fbb7fe5 fix(iomanager): implement import for AFC2 and House Arrest 2026-04-05 10:10:10 +00:00
uncor3 fc88af8e35 fix(screenshot): ignore error in service.take_screenshot() 2026-04-05 10:00:36 +00:00
uncor3 3b2fe2698f fix(lib): implement proper pairing logic and spawn heartbeat task after device is initialized 2026-04-05 09:59:35 +00:00
uncor3 9d08f89dde fix Windows build 2026-04-04 19:18:06 +03:00
uncor3 1153225467 feat(service_manager): expose diag commands 2026-04-04 10:54:51 +00:00
uncor3 56fa9310a6 fix: use hause_arrest or afc2 client whenever possible 2026-04-04 10:32:55 +00:00
uncor3 491f1af88c respect env var "USBMUXD_PAIRING_FILES_LOCATION", fix get_pairing_files on macos, fix device cleanup bugs 2026-04-02 14:59:18 -07:00
uncor3 d38f1e7175 migrate to cxx-qt 2026-04-02 05:32:11 +00:00
uncor3 f4ffbcaf54 Refactor device event handling and improve icon loading in InstalledAppsWidget
- Updated DeviceInfoWidget to include necessary headers for UI components.
- Modified DiskUsageWidget to enable debug mode for gallery usage.
- Enhanced iDescriptor.h by adding new AddType for pairing failures.
- Replaced QLabel with IDLoadingIconLabel in InstalledAppsWidget for better icon handling.
- Implemented asynchronous icon loading in InstalledAppsWidget using a queue.
- Improved event handling in main window to differentiate between connection states.
- Added alreadyExists method in NetworkDeviceCard to handle already connected devices.
- Updated Rust dependencies and added new header for device event subscription.
- Refactored Rust code to improve device pairing logic and event callback handling.
2026-03-25 10:52:24 +00:00
uncor3 95c53eb6ad compile rust_codebase within idevice_ffi 2026-03-23 22:34:52 +00:00
uncor3 bbeeadd5c9 feat: refactor Rust integration 2026-03-23 12:19:11 -07:00
uncor3 101febb632 feat: introduce Rust into the codebase
- Rewrite DeviceMonitorThread in Rust (idevice_monitor)
- Enhanced ServiceManager to check for application shutdown before executing operations.
- Introduced auto-connect feature for wireless devices in SettingsManager.
- Updated SettingsWidget to include UI elements for auto-connecting wireless devices.
- Make import button work in gallerywidget
2026-03-21 01:50:37 +00:00