[GH-ISSUE #66] Disable unnecessary "no task enabled" notifications #57

Closed
opened 2026-02-28 01:22:58 +03:00 by kerem · 0 comments
Owner

Originally created by @olliebennett on GitHub (Dec 21, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/66

When automatically fetching tasks (for instance, every 2 minutes), the app sends a toast notification along the lines of:

"No task is enabled on the configured Sync URL."

This can get in the way (or at least be an irritation) when using the phone for other purposes.

I've patched my own fork of the code by simply commenting out the offending lines:

else {
  showToast(context, R.string.no_task);
}

in MessageSyncUtil.java, and it's a vast improvement!

I attempted to create this as a further option in the settings, but then considered that it might be a bit overkill to allow this to be customised.

Thanks,
Ollie

Originally created by @olliebennett on GitHub (Dec 21, 2012). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/66 When automatically fetching tasks (for instance, every 2 minutes), the app sends a toast notification along the lines of: "No task is enabled on the configured Sync URL." This can get in the way (or at least be an irritation) when using the phone for other purposes. I've patched my own fork of the code by simply commenting out the offending lines: ``` else { showToast(context, R.string.no_task); } ``` in `MessageSyncUtil.java`, and it's a vast improvement! I attempted to create this as a further option in the settings, but then considered that it might be a bit overkill to allow this to be customised. Thanks, Ollie
kerem closed this issue 2026-02-28 01:22:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#57
No description provided.