mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #64] stop sending message cancel does nothing #55
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mandric on GitHub (Nov 30, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/64
In some cases when SMSSync is sending a lot of messages, lets say if you re-import your entire sms message queue, it displays the warning below but pressing Cancel does nothing. The message just continues and SMSSync also continues syncing. Choosing Cancel should probably stop/start the service(s).
Sending SMS Message
org.addhen.smssync A large number of sms messages are being sent. Select "Ok" to continue or "Cancel" to stop sending."
@eyedol commented on GitHub (Dec 15, 2012):
@mandric I think this a prompt coming from the OS. That is why when you click on either OK or Cancel, SMSSync still does what it's doing.
I was thinking to provide a prompt that loads all the messages in the messages inbox, then the user selects which messages they want to import into SMSSync. That way we avoid issue of having to import all the messages into SMSSync for syncing.
Will make this a feature request.
@eyedol commented on GitHub (Jun 25, 2013):
This is handled well in the upcoming releases. Now you can cancel a sync process
@mandric commented on GitHub (Jun 28, 2013):
Fantastic, I will test out these changes soon.