Skip to content

Releases: ribbons/TaskerRsync

Rsync for Tasker 0.13

18 May 16:14
Compare
Choose a tag to compare
  • Return a clear error message when a file access permission needs to be granted to the app to allow rsync to read or write a given path.
  • Re-title and add some details after the update check toggle in both the Dropbear and rsync actions for clarity.
  • Default the update check toggle to off if the app was installed from a store (as the store is likely to manage updates itself).
  • Explain the reasons for all requested app permissions in both the readme and project homepage.
  • Updated bundled Dropbear binaries to 2024.85.
  • Updated bundled rsync binary to 3.3.0.
  • Updated dependencies.

Rsync for Tasker 0.12

03 Mar 20:20
Compare
Choose a tag to compare
  • Return errors from actions instead of throwing exceptions for 'expected' problems.
  • Removed timeout option from dbclient action and automatically set timeout 1 second before the action timeout in Tasker.
  • Added automatic timeout functionality to the rsync action too.
  • Added a message to the returned error when the dbclient or rsync actions reach their timeout.
  • Updated targetSdk to 34 (Android 14).
  • Updated dependencies.

Rsync for Tasker 0.11

14 Jun 18:58
Compare
Choose a tag to compare
  • Add a timeout option to the dbclient action (to allow easier debugging for some types of issue).
  • Correct the update screen title shown once the app is updated.
  • Updated dependencies.

Rsync for Tasker 0.10

31 Dec 14:26
Compare
Choose a tag to compare
  • Improved the update screen to display correct content once the app has updated.
  • Made background check for updates optional.
  • Updated targetSdk to 33 (Android 13).
  • Added notification permission request on Android 13 devices (when leaving config screens) if update check is enabled.
  • Corrected the notification icon (and colour) used when plugin actions are running.
  • Updated bundled Dropbear binaries to 2022.83.
  • Updated bundled rsync binary to 3.2.7.
  • Updated dependencies.

Rsync for Tasker 0.9

05 Oct 18:46
Compare
Choose a tag to compare
  • Switched dbclient & rsync config inputs to use fixed width fonts.
  • Updated bundled rsync binary to 3.2.6.
  • Updated dependencies.

Rsync for Tasker 0.8

12 Sep 15:25
Compare
Choose a tag to compare
  • Enabled specifying known SSH host keys for remote connections.
  • Updated bundled rsync binary to 3.2.5.
  • Updated targetSdk to 32 (Android 12L).
  • Updated dependencies.

Rsync for Tasker 0.7

25 Jun 20:08
Compare
Choose a tag to compare
  • Added an automatic update check which shows a notification to download and install the update.
  • Updated dependencies.

Rsync for Tasker 0.6

29 Apr 20:26
Compare
Choose a tag to compare
  • Fix 'There was a problem while parsing the package' when attempting to install on Android 11 and above.
  • Updated bundled rsync binary to 3.2.4.
  • Updated dependencies.

Rsync for Tasker 0.5

31 Mar 20:10
Compare
Choose a tag to compare
Rsync for Tasker 0.5 Pre-release
Pre-release
  • Overhauled the command argument parsing so that instead of naively splitting on spaces it can now handle single or double quotes and backslash escapes in the same way as a POSIX shell would (which allows passing arguments containing spaces). Also added tab and newline to the characters that arguments are split on.
  • Made the command argument input fields wrap over multiple lines (instead of scrolling) and accept newlines (which combined with the above allows laying out the arguments much more clearly).
  • Updated dependencies.

Rsync for Tasker 0.4

30 Jan 20:53
Compare
Choose a tag to compare
Rsync for Tasker 0.4 Pre-release
Pre-release
  • Updated Gradle and dependencies.
  • Build, sign and add APK to GitHub release instead of uploading a signed bundle to the Play Store as sadly Google rejected the app.