Skip to content
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

Bug with SMSParser #16

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 1 comment
Closed

Bug with SMSParser #16

GoogleCodeExporter opened this issue Apr 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I noticed that the SMSParser doesn't pick up SMS messages that are in the same 
clock-minute and same thread as another SMS. This is because the compareTo 
method for the SMS class is solely dependent on the message's time-stamp, thus 
messages with the same time-stamp in a thread are considered duplicates when 
added to Collections and are as result not added. A simple fix would be to 
alter the compareTo method in the SMS class to also consider the SMS's content 
and from contact.

I just wanted to point that small bug out. The API has been very helpful, 
thanks.

Original issue reported on code.google.com by chrismeg...@gmail.com on 26 Dec 2010 at 4:19

@GoogleCodeExporter
Copy link
Author

Check out the latest commits, these should have an updated compareTo

Original comment by liquid...@gmail.com on 6 Jan 2011 at 2:44

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant