-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port tasks to new rcx-version #84
Conversation
This also fixes a small bug which generally blocks uploading when it only should block it when not on wifi |
Works very well! Thanks for your work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@newhinton There are conflicts which need to be resolved manually.
Is this feature similar to rclone-browser's tasks?
@iamtalhaasghar I need to update my branch to the latest anyway, so i'll do that. Can you give me a link to the rclone-browser you mean? |
# Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/res/values/strings.xml # gradle/wrapper/gradle-wrapper.properties
Yes, i believe they are quite similar. My PR allows you to define a folder and a target, which can then be triggered by an external app. Im currently working on a trigger-system, so that tasks can directly be scheduled via rcx, i expect this to be working shortly |
This now contains a trigger mechanism in addition to tasks |
Edit: Moved todo to description |
…file does not work yet
…r crashes if the rclone binary is broken/unavailable and throw fitting error
I capsuled the rclone processcall, because when it was not supplied by a build, the app just crashes. We should never crash, and this should trigger a more or less appropriate errormessage. (8d4b122) |
fixed remotePath not keeping path fixes #33
I have created a fork and development continues over at my repository. (If i have any signed CLA's, please consider them revoked for now.) |
This updates the tasks-branch from rclone to rcx and the changes made since the fork
Closes #146, #38, #61 and i guess it closes #128 aswell
Todo:
In the future:
I want to investigate how exactly rcx behaves when multiple tasks are run simultaneous. The resulting information can be used to extend the trigger mechanism, so that it would be possible to run a task after a different task was run
Those ideas will very likely not be in this PR