You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add get_download RPC method and OutsideProvider registration
- Add register_provider and get_download JSON-RPC server methods
- Add DownloadItemData, RpcRegisterProviderRequest, RpcDownloadInfoRequest structs
- Implement get_download on OutsideProvider (HTTP JSON-RPC callback to Kotlin)
- Add GetDownload variant to FunctionType enum with default impl on BaseProvider
- Add get_download routing in provider.rs and api.rs
- Make data module public for cross-module imports
0 commit comments