Commit Graph

432 Commits

Author SHA1 Message Date
uncor3 ff0e88af8e chore: remove zupdater subproject 2026-02-01 10:54:14 +00:00
uncor3 8f73ab81e9 Merge branch 'idevice-rust' into dev 2026-02-01 10:18:41 +00:00
uncor3 ea6e346fc6 fix build 2026-02-01 10:11:13 +00:00
uncor3 bdf574db0c refactor(qballoontip): update balloon tip implementation 2026-02-01 01:55:13 -08:00
uncor3 9211187c4e refactor(core): update wireless device connection logic to work cross-platform 2026-02-01 01:52:02 -08:00
uncor3 d4100c48a9 feat(ui): add NetworkDevicesToConnectWidget, update mainwindow 2026-02-01 01:49:00 -08:00
uncor3 b407070829 feat(dnssd): add macAddress field 2026-02-01 01:41:14 -08:00
uncor3 8fd2c6c76e feat(build): add SQLite3 dependency to CMakeLists.txt 2026-02-01 01:20:55 +00:00
uncor3 4441ec6dc3 fix(core): seg fault 2026-02-01 01:20:40 +00:00
uncor3 278e8cb868 calculate Gallery size using Photos.sqlite 2026-02-01 01:18:05 +00:00
uncor3 652b1fa4c8 refactor(gallery): use QThreadPool for much more efficient img loading 2026-02-01 01:16:31 +00:00
uncor3 f00bf62144 add utils, enhance ui, remove debug stuff 2026-02-01 01:13:23 +00:00
uncor3 163d6b8e84 fix: adjust minimum window size 2026-01-31 22:50:42 +00:00
uncor3 dcef84a1a6 refactor: wirelessgalleryimportwidget, introduce new wirelessFileServerPort setting 2026-01-31 22:19:48 +00:00
uncor3 4df3c1d7a8 fix WIndows build worlflow 2026-01-31 13:19:48 +00:00
uncor3 920a5b920c update path to MSYS2 archive script in Windows build workflow 2026-01-31 13:17:20 +00:00
uncor3 9051a7d847 bump version to 0.2.0 2026-01-31 13:10:56 +00:00
uncor3 3fc4e0f401 add libarchive dependency to Windows build workflow 2026-01-31 13:10:20 +00:00
uncor3 5b1503531f add airplay no-hold setting and UI option 2026-01-31 13:10:11 +00:00
uncor3 c63686dc9e use stack allocated std::recursive_mutex 2026-01-31 07:29:15 -05:00
uncor3 b2d76ac482 bundle iproxy with the application and update initialization logic in SSHTerminalWidget 2026-01-31 04:22:43 -08:00
uncor3 6b73ddd186 update submodule reference 2026-01-30 23:31:53 +00:00
uncor3 b4360c89fb remove unnecessary QMessageBox 2026-01-30 23:30:22 +00:00
uncor3 1740c7d0ce replace go script with PowerShell script for downloading MSYS2 archive 2026-01-30 23:27:59 +00:00
uncor3 b6a38ec4bd update uxplay reference 2026-01-30 13:24:32 -08:00
uncor3 729a4968de update macOS deploy script 2026-01-30 13:11:06 -08:00
uncor3 4089afe562 chore: update airplay tutorial video format 2026-01-30 13:09:58 -08:00
uncor3 4d424b4343 update build workflows 2026-01-28 16:28:04 +00:00
uncor3 882c5b22cf update ADDITIONAL_DLLS 2026-01-28 16:11:47 +03:00
uncor3 c01ad59de6 add MSYS2 archive downloader 2026-01-28 16:05:39 +03:00
uncor3 8ec38d3ee0 feat(ui): check for Bonjour in AirPlay widget, make AirPlay widget resizeable 2026-01-28 16:04:19 +03:00
uncor3 d48e478a86 refactor(ui): drop Fusion styles , adjust sizes and improve layout in various components 2026-01-26 13:39:09 +03:00
uncor3 93be7c8b8a fix(build): add libarchive dependency and improve WinFsp installation retries 2026-01-26 13:34:55 +03:00
uncor3 a1a610bbd2 feat(diagnose): add Bonjour Service installation support 2026-01-26 13:29:53 +03:00
uncor3 b65f02b88f Merge branch 'main' into dev 2026-01-25 07:48:39 +00:00
uncor3 8831ac95ee fix(airplay): refactor restart logic , update tutorial video and update settings UI 2026-01-25 07:44:26 +00:00
uncor3 ff1ffb62d4 fix(gitignore): update ignore list 2026-01-25 05:18:59 +03:00
uncor3 35703e4a41 fix(deploy): add missing GStreamer plugins for uxplay 2026-01-25 05:18:20 +03:00
uncor3 c45108ba3f fix(build): winres compiler errors 2026-01-25 05:17:00 +03:00
uncor3 2e4ace960a fix(core): Windows exported file timestamps 2026-01-25 05:14:01 +03:00
uncor3 e8ddacd174 Merge pull request #43 from Integral-Tech/fix-irecovery-path
Fix search path of libirecovery
2026-01-19 23:45:17 -08:00
uncor3 d2867acc47 fix infinite loop & fix safeGetFileTree for houseArrestAfcClient 2026-01-20 07:08:44 +00:00
uncor3 b3ba32e74e fix build 2026-01-20 02:09:19 +00:00
uncor3 d8325c0223 update linux deploy script & fix warnings 2026-01-20 00:11:59 +00:00
uncor3 2102e6d072 update uxplay ref 2026-01-19 22:27:10 +00:00
uncor3 ac81ee087c Refactor LiveScreenWidget, implement HouseArrest , fix bugs
- Introduced ScreenshotrThread to manage screenshot capturing in a separate thread.
- Updated LiveScreenWidget to utilize the new thread for capturing screenshots.
- Removed unused timer and related code for periodic screenshot updates.
- Enhanced error handling and initialization logic for screenshot service.
- Updated ServiceManager to include methods for taking screenshots and enabling developer mode.
- Refactored various methods in ServiceManager to accept optional parameters for AFC client handling.
- Improved error handling in VirtualLocation for setting device location.
- Enhanced ZLoadingWidget to support multiple content states using QStackedWidget.
- Cleaned up code and comments across multiple files for better readability and maintainability.
2026-01-15 02:06:11 +00:00
uncor3 d6a42c8879 fix(core): avoid reassigning raw pointer & warn before recovery mode 2026-01-08 19:36:07 -08:00
uncor3 2a71f011d9 implement statusballoon, refactor export logic and add new icons 2026-01-08 21:09:47 +00:00
uncor3 868efa4525 WIP: migrate to idevice-rs (90% done) 2026-01-06 16:42:00 +00:00
uncor3 5ce29c2283 Merge branch 'main' into dev 2026-01-04 22:50:26 +00:00