mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[PR #83] [MERGED] cleanup and bugfix #362
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#362
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?
📋 Pull Request Information
Original PR: https://github.com/ushahidi/SMSSync/pull/83
Author: @mandric
Created: 3/30/2013
Status: ✅ Merged
Merged: 4/3/2013
Merged by: @eyedol
Base:
develop← Head:develop📝 Commits (3)
93d9c9cminor cleanup28e0d0afixed bug when syncing pending messages but service is not runningf051075remove unused param from routeSms() and cleaned up some comments.📊 Changes
9 files changed (+135 additions, -118 deletions)
View changed files
📝
smssync/src/org/addhen/smssync/ProcessSms.java(+86 -98)📝
smssync/src/org/addhen/smssync/fragments/PendingMessages.java(+33 -9)📝
smssync/src/org/addhen/smssync/fragments/SyncUrl.java(+1 -1)📝
smssync/src/org/addhen/smssync/services/AutoSyncScheduledService.java(+1 -1)📝
smssync/src/org/addhen/smssync/services/AutoSyncService.java(+1 -1)📝
smssync/src/org/addhen/smssync/services/SmsReceiverService.java(+8 -3)📝
smssync/src/org/addhen/smssync/services/SyncPendingMessagesService.java(+2 -2)📝
smssync/src/org/addhen/smssync/util/MessageSyncUtil.java(+2 -2)📝
smssync/src/org/addhen/smssync/util/ServicesConstants.java(+1 -1)📄 Description
Cleaned up a few things and fixed a bug as you can see in the commit message.
Also was trying to debug a crash/unstable activity when syncing a lot of pending messages (> 300) after an import all at once. I should/will open an issue for that soon unless you want to try to replicate that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.