patrykcoding / rcloneExplorer

rclone explorer for Android
MIT License
346 stars 51 forks source link

Implement Task to quickly sync files #257

Open newhinton opened 4 years ago

newhinton commented 4 years ago

see #256

This is missing a proper way to set local and remote folder via a picker. A few proper icons are missing and general ui-cleanup has to be done.

Also, an external way to trigger those tasks is not available. An intent can be used to start a snyc task based on the ID of a task which can be copied.

newhinton commented 4 years ago

The TaskDialog does not obey the theming

newhinton commented 4 years ago

I have added additional Rclone tasks

(Remote->Local and Local->Remote Copy tasks so that nothing in the target is deleted)

This may belong into a seperate pr