Commit Graph

51 Commits

Author SHA1 Message Date
uncor3 de1e07845d replace remaining png icons with svgs 2026-05-22 11:45:03 +00:00
uncor3 b43a6fdee2 delete unused stylesheets 2026-05-22 11:42:09 +00:00
uncor3 6830a31fc1 chore: reorganize app icons and migrate PNGs to SVGs 2026-05-22 07:50:47 +00:00
uncor3 d44f3d10fe delete unused Windows icons 2026-05-22 07:45:41 +00:00
uncore 651e526b9e update README 2026-04-16 12:38:09 -07:00
uncore c23d693568 update README 2026-04-11 18:27:31 -07:00
uncor3 5033fb92ad update icon.icns 2026-04-09 12:55:04 -07:00
uncor3 7f3ef29f01 feat: add support for enabling Wi-Fi connections in toolbox 2026-04-09 18:51:57 +00:00
uncor3 0c50cf4982 implement interval to try connecting to wireless devices and add device sleep warning dialog 2026-04-08 10:23:28 +00:00
uncor3 dbec7a2e49 feat(gallery): add refresh functionality 2026-04-07 18:21:19 +00:00
uncor3 3c5fe6787b Refactor and enhance service management
- Updated CMakeLists.txt to set CPACK_WIX_UPGRADE_GUID directly.
- Enhanced DependencyItem and DiagnoseWidget to manage service availability states.
- Implemented service management functions for Windows, including starting services and checking their status.
- Improved UI responsiveness in WelcomeWidget and NetworkDevicesToConnectWidget.
- Introduced SERVICE_AVAILABILITY enum to standardize service state representation.
- Cleaned up unnecessary code and comments across various files.
2026-04-07 11:30:27 +03:00
uncor3 5958a1d5da update app icon 2026-04-06 15:08:14 +00:00
uncor3 8981efff32 add ios-version image and update resources.qrc 2026-04-06 14:41:55 +00:00
uncor3 54f798e4ac feat(ui): implement DevModeWidget for iOS 17 and above 2026-04-04 10:46:42 +00:00
uncor3 049b364ac5 refactor(cleanup) : finish statusballoon impl, remove dead code , visual improvements 2026-03-23 11:59:30 -07:00
uncor3 dbe520e437 add MaterialSymbolsDelete icon to resources 2026-03-20 02:38:46 +00:00
uncor3 9043350731 implement album export, finish WinUI styles, cleanup code 2026-03-06 04:47:23 +03:00
uncor3 35c5985f47 detect recovery devices, cleanup code , use const pointers wherever possible, refactor img thumbnail loading, refactor gallery widget 2026-03-02 23:25:06 +00:00
uncor3 43d804991e refactor(ui): add WinUI stylesheet for Windows
- Introduced WinToolWidget for custom window management on Windows.
- Implemented backdrop type settings for Windows in SettingsManager.
- Enhanced SettingsWidget to allow selection of backdrop type.
- Improved status balloon and toolbox widget styles for Windows.
- Refined tab widget animations and styles for better visual feedback.
- Fixed issues with loading and error widgets in ZLoadingWidget.
- Updated welcome widget to support custom hyperlink colors.
- General code cleanup and style adjustments across multiple files.
2026-02-22 11:59:57 +03:00
uncor3 774f3442a1 refactor: update UI layout and connect img 2026-02-08 00:47:29 +00:00
uncor3 8f73ab81e9 Merge branch 'idevice-rust' into dev 2026-02-01 10:18:41 +00:00
uncor3 4089afe562 chore: update airplay tutorial video format 2026-01-30 13:09:58 -08:00
uncor3 8831ac95ee fix(airplay): refactor restart logic , update tutorial video and update settings UI 2026-01-25 07:44:26 +00:00
uncor3 2a71f011d9 implement statusballoon, refactor export logic and add new icons 2026-01-08 21:09:47 +00:00
uncor3 76131bff81 update Apple Silicon installation instructions 2025-12-01 22:03:54 +00:00
uncor3 e85bcc2c8e fix null folderIcon 2025-11-20 04:00:23 +00:00
uncor3 244d42f716 show trust dialog in DevicePendingWidget 2025-11-19 08:16:53 +00:00
uncor3 c95dab2881 fix macos build, remove NSPopover, update app icon.icns 2025-11-15 20:59:57 -08:00
uncor3 4862289a29 fix readme & add flat icon 2025-11-16 04:52:24 +00:00
uncor3 5a18865b1d skip prereleases & use versioned json for devdiskimgs 2025-11-16 04:04:22 +00:00
uncor3 8b0a673a55 refactor asset serving & fix typos
- Added necessary libraries for Linux build in build-linux.yml
- Updated submodule reference for zupdater
- Added new video resource for wireless gallery import
- use UDID instead of UUID across multiple files
- Improved user interface messages and layout in various widgets
- Refactor http server
2025-11-13 05:14:37 +00:00
uncor3 9584538f0e Add installer banners and update plugin paths (WIN32) 2025-11-12 20:57:10 -08:00
uncore 7f59c89bdd add assets 2025-11-13 04:05:09 -07:00
uncore faffb21c3d update README.md 2025-11-11 23:03:54 -07:00
uncore 37f9662662 update README.md 2025-11-11 20:12:13 -07:00
uncore d7cb64df3b update README.md 2025-11-11 19:13:10 -07:00
uncor3 8d94b2bf4d fix styles 2025-11-10 17:57:41 -08:00
uncor3 5685f1ade0 update CMake configuration for AUR build & add PrivateInfoLabel for masked display of sensitive information 2025-11-08 15:09:07 +00:00
uncor3 d0fb0870d4 fix bugs and styles
- Refactored jailbroken tab
- Added new icons
- Fixed files not closed in  read_afc_file_to_byte_array
- Improved memory cache for thumbnails in `PhotoModel`, increasing limit to 150MB.
- Updated UI elements in `SponsorWidget` and `ToolboxWidget` for better aesthetics and usability.
2025-11-07 14:31:28 +00:00
uncor3 b1adde58dd Add keychain dialog and settings for unsecure backend usage
- Introduced KeychainDialog for managing keychain access during app store sign-in.
- Added settings for enabling/disabling unsecure backend usage in SettingsManager.
- Updated AppsWidget to initialize keychain dialog based on settings.
- Enhanced error messages and UI adjustments in various components.
2025-11-03 14:14:45 -08:00
uncor3 3ae707b754 integrate ZUpdater & refactor device management and UI components
- Integrated ZUpdater to handle auto updating
- Updated DeviceManagerWidget to improve device selection logic and ensure current device is set correctly when devices are added or removed.
- Enhanced FileExplorerWidget to reset the view when sidebar items are clicked.
- Changed ZIconWidget to inherit from QAbstractButton for better button behavior and removed unnecessary mouse event handling.
- Updated iDescriptor to include device version parsing and improved device version retrieval logic.
- Refactored iFuseDiskUnmountButton and iFuseDiskUnmountButton to use ZIconWidget for a consistent UI.
- Improved iFuseWidget to handle device selection more robustly and update UI accordingly.
- Added SponsorAppCard and SponsorWidget to promote sponsorship within the app.
- Updated ToolboxWidget to streamline device selection and toolbox functionality.
- General code cleanup and comments for better maintainability.
2025-11-01 23:31:59 +00:00
uncor3 c783123b8d implement WelcomeWidget , fix bugs , add tutorial videos
- Introduced WelcomeWidget to display a welcome message when no devices are connected, replacing the previous "No devices detected" page in MainWindow.
- Replaced ClickableLabel with ZLabel in ifusewidget.h for improved UI consistency.
- Removed PCFileExplorerWidget and its associated header file, streamlining the codebase.
- Updated PhotoImportDialog to improve server start process and UI elements, including renaming buttons and adjusting labels.
- Modified RealtimeScreenWidget to increase delay before initializing screenshot service for better reliability.
- Enhanced SimpleHttpServer to include a method for retrieving the JSON file name.
- Updated ToolboxWidget to integrate WirelessPhotoImportWidget, allowing for wireless photo imports.
- Added WirelessPhotoImportWidget to facilitate the selection and import of photos, including a tutorial video feature.
- Created a new WelcomeWidget to guide users on connecting their iOS devices.
2025-10-18 22:16:15 +00:00
uncor3 8d7b027992 implement settings, fix bugs and enhance ui
- Added new settings keys in SettingsManager for download path, auto-check updates, auto-raise window, switch to new device, unmount iFuse on exit, theme, and connection timeout.
- Implemented methods to get and set these new settings.
- Updated SettingsWidget to include UI elements for the new settings, including checkboxes and a combo box for theme selection.
- Refactored loadSettings and saveSettings methods to handle new settings.
- Removed deprecated settings UI elements to streamline the interface.
- Introduced VirtualLocation widget for managing virtual location settings with a map interface.
- Integrated QML for map visualization and input handling for latitude and longitude.
- Added functionality to apply virtual location settings to the connected device.
2025-10-17 06:56:02 +00:00
uncor3 0c23824a4e add toolbox network devices & enhance UI with new icons
- Added new icons to resources.qrc for improved UI representation.
- Implemented ZIconWidget for buttons in AfcExplorerWidget, replacing ClickableIconWidget.
- Introduced NetworkDevicesWidget for discovering and monitoring network devices.
- Updated AppInstallDialog to use QTemporaryDir for better temporary directory management.
- Enhanced FileExportDialog to prompt user for opening the export directory upon completion.
- Refactored styles in various widgets for consistency and improved theming support.
- Cleaned up unused code and comments across multiple files.
2025-10-13 13:35:39 -07:00
uncor3 119d395273 update app icon 2025-10-13 01:32:54 +00:00
uncor3 89afe622ab add app icon & update icon paths 2025-10-13 01:21:44 +00:00
uncor3 2ce27fc968 feat: add DeviceImageWidget to display device mockups and wallpapers with current time 2025-10-13 00:43:33 +00:00
uncor3 a749d3f193 fix broken images 2025-10-11 20:39:44 -07:00
uncor3 9d0d68dfb0 add ios wallpapers 2025-10-11 18:07:49 -07:00
uncor3 0d383e8535 add an iphone png 2025-07-28 06:50:15 +00:00