More operations - #245
Merged
Merged
Conversation
…anagement across backend and frontend services
…k usage metrics with severity levels and resolution logic
…ys with unique IDs and adding helper methods for FS formatting
…Nautilus, Dolphin, Nemo) and cross-platform registration logic
…ed registry and handler utilities
…t menu integration
…and add sponsor support section to about modal
…ng, and refactor rclone engine shutdown logic
…efresh DMG background asset
…add escape-close directive for modals
…h HTTP and FFI backends
… up unused imports
…one-manager into more-operations
… internationalization support across the application.
…uri backend services
… build configuration
…introducing filesystem path utilities and shared transfer table logic.
…port for bisync operations
…onfiguration - Implemented RemoteCreationOrchestrator to manage interactive remote creation flows. - Added methods for starting, submitting answers, and finalizing remote configurations. - Integrated with existing services for remote management, job management, and notifications. refactor: update RemoteManagementService to handle librclone state - Changed _isLibrclone signal to allow null state. - Removed unused resolvePublicLinkTarget and resolveDownloadRemote methods. feat: introduce utility functions for command options and memoized loading - Added INITIAL_COMMAND_OPTIONS and syncNonInteractiveOption for command option management. - Created memoizedLoader utility for efficient data loading. feat: enhance setting control component with numeric input handling - Added support for numeric types using stepper input in SettingControlComponent. - Refactored template to streamline control rendering based on type. fix: improve layout and styling in setting control component - Adjusted styles for setting items and reset button positioning. chore: clean up unused code and comments in various components - Removed commented-out code and unnecessary variables in FlagConfigStepComponent and ObscureToolComponent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant new features, improvements, and fixes to the project, focusing on enhanced platform integration, new operations, and expanded mobile support. It also updates dependencies, documentation, and CI workflows. The most important changes are summarized below:
Major Features and Integrations:
check,delete,copyurl,archivecreate, andcryptcheck, with new UI modals and backend parsing for detailed results.librclonesupport for Android/iOS (beta), including cross-compilation toolchains and a new GitHub Actions workflow for Android builds. Also includes DNS-over-HTTPS resolver for Android. [1] [2]Dependency and Platform Updates:
Bug Fixes and Quality Improvements:
Documentation and Community:
README.md,README.fr-FR.md, andREADME.es-ES.mdto reflect new features, donation links, and installation instructions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12].github/FUNDING.ymlto enable GitHub Sponsors and custom donation links.CI/CD:
release-android.yml) for building and uploading Android APKs, including full toolchain setup for cross-compilation.These changes collectively bring major new functionality, improved cross-platform support, and better developer and user experience.