Commit Graph

710 Commits

Author SHA1 Message Date
uncor3 33d588cb82 feat(deploy-exe): add deploy script for Windows 2026-06-09 21:57:14 +03:00
uncor3 d946adf626 refactor(dnssd_service): comment out QWidget related code 2026-06-09 21:53:41 +03:00
uncor3 628099bbec refactor(main.rs): only set gstreamer plugin envs in release build 2026-06-09 21:52:21 +03:00
uncor3 a9163757c0 fix(Apps): remove debug print 2026-06-09 21:50:45 +03:00
uncor3 e68f2d2e8b refactor(DeviceTab.qml): enhance SidebarTabButton with title and udid properties 2026-06-09 21:50:14 +03:00
uncor3 ce80232a82 refactor(SidebarTabButton.qml): update layout and improve header display in SidebarTabButton.qml 2026-06-09 21:49:25 +03:00
uncor3 17eca1dbb5 refactor(DeviceInfo.qml): enhance layout and add action buttons in DeviceInfo.qml 2026-06-09 21:47:44 +03:00
uncor3 f09e89377c refactor(DeviceGallery.qml): use StateView in DeviceGallery.qml 2026-06-09 21:47:16 +03:00
uncor3 a5442d7245 feat(ui): improve tab navigation and update StatusBar layout 2026-06-09 21:45:58 +03:00
uncor3 f483d7da43 fix(Toolbox.qml): replace Image with IconImage 2026-06-09 21:43:00 +03:00
uncor3 4dc8e0f171 fix icon path 2026-06-09 21:41:47 +03:00
uncor3 ca2bd878a6 refactor(iDescriptor.h): remove unused includes and commented-out code 2026-06-08 21:22:23 +00:00
uncor3 b1137a8181 feat(main): add springboard_services module 2026-06-08 21:07:49 +00:00
uncor3 a8bf693048 feat(dependencies): update ipatool to version 0.1.2 and add base64 dependency 2026-06-08 21:07:36 +00:00
uncor3 720222e09c feat(StateView): add auto-switch functionality for loading state 2026-06-08 21:05:09 +00:00
uncor3 6b4fc34b52 feat(NetworkDevices): implement NetworkDevicesToConnect component for managing network device connections 2026-06-08 21:04:59 +00:00
uncor3 f159295e71 feat(StatusWindow): add StatusWindowProcess component for process management 2026-06-08 21:04:45 +00:00
uncor3 6ba27cfc7c refactor(Tabs): lazy loads some tabs 2026-06-08 21:04:20 +00:00
uncor3 e0d310bf3c feat(qmldir): add StatusWindow and Helpers singletons 2026-06-08 21:03:35 +00:00
uncor3 81d58edccd remove old file 2026-06-08 21:03:25 +00:00
uncor3 5c165a1794 feat(InstalledApps): implement InstalledApps 2026-06-08 21:02:45 +00:00
uncor3 b14f52ff58 refactor(StatusBar): restructure layout and improve button organization 2026-06-08 21:01:44 +00:00
uncor3 693538b699 refactor(HowToConnect): remove loading timer and adjust layout properties for images 2026-06-08 21:01:14 +00:00
uncor3 d29866ee27 feat(StatusWindow): impl StatusWindow component 2026-06-08 21:00:53 +00:00
uncor3 89f07bc6f2 feat(Helpers): impl Helpers in qml 2026-06-08 21:00:00 +00:00
uncor3 86101db179 fix: icon.source 2026-06-08 20:59:36 +00:00
uncor3 ae081e28a4 feat(DeviceTab): use StackLayout 2026-06-08 20:58:59 +00:00
uncor3 e6b33ffb6a feat(DeviceInfo): add DiskUsage component and refactor layout 2026-06-08 20:58:13 +00:00
uncor3 1ea882877d feat(DeviceImage): remove hardcoded logic 2026-06-08 20:55:44 +00:00
uncor3 e2028369a3 feat(DeviceGallery): add ScrollView 2026-06-08 20:54:21 +00:00
uncor3 66864816c7 feat(DeviceContext): enhance device event handling and fix text formatting 2026-06-08 20:53:52 +00:00
uncor3 99272c09b2 refactor(Device): impl lazy loading 2026-06-08 20:52:57 +00:00
uncor3 0b7dbf8151 feat(apps): implement search functionality and create AppItem component 2026-06-08 20:50:28 +00:00
uncor3 18d15d5113 feat(album_contents): add ScrollView 2026-06-08 20:49:26 +00:00
uncor3 2c158d9bf1 feat(apps): impl search 2026-06-08 20:48:18 +00:00
uncor3 e65049b709 cargo fmt 2026-06-08 20:47:14 +00:00
uncor3 e75737ead1 refactor(service_manager): remove fetch_app_icon, reorganize imports and update signal parameters 2026-06-08 20:46:16 +00:00
uncor3 02c9644736 feat(image_loader): derive QtThreading 2026-06-08 20:45:04 +00:00
uncor3 bef33171cf feat(sp_client) : impl springboard_services_client 2026-06-08 20:44:32 +00:00
uncor3 c1f2d7eed4 refactor(query): derive QtThreading 2026-06-08 20:43:10 +00:00
uncor3 ab860a31f7 feat(device): add UNKNOWN_DEVICE entry to DeviceDatabaseInfo 2026-06-08 20:42:18 +00:00
uncor3 a6b41c1a27 refactor(core): derive QtThreading, insert required info 2026-06-08 20:41:45 +00:00
uncor3 d26afbc400 fix render loop on Linux 2026-05-23 13:13:06 +00:00
uncor3 034d4c5ae6 use serviceFactory to create sqlite client 2026-05-23 13:12:22 +00:00
uncor3 685c537bc0 fix image resource path in QQuickImageProvider 2026-05-23 13:10:16 +00:00
uncor3 21b65c8c33 fix read_albums and query statements for various iOS versions 2026-05-23 13:09:55 +00:00
uncor3 2f1ad86f18 implement create_service_manager in service_factory 2026-05-22 12:14:21 +00:00
uncor3 7c89da7ae7 implement CableInfo in qml 2026-05-22 12:13:41 +00:00
uncor3 3e0b78149b move Windows SibebarTabButton into windows subfolder 2026-05-22 12:13:11 +00:00
uncor3 057a386e10 implement QueryMobileGestalt in qml 2026-05-22 12:11:40 +00:00