austgl / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

Message reader repeats messages in short term threads #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The GTalk reader in 2.9.0 and up will sometimes repeat the messages when they 
are part of a short term thread.  This means that if the sender sends multiple 
posts within 1 minute the whole message is repeated each time a new segment is 
received.  

example:
post 1
post 1, post 2
post 1, post 2, post 3

expected behavior is to read only the unread portions of the messages.  Example:
post 1
post 2
post 3

If the sender waits longer than 1 minute between posts it will generally work 
correctly.

Original issue reported on code.google.com by JimR...@gmail.com on 30 Dec 2012 at 2:35

GoogleCodeExporter commented 9 years ago

Original comment by JimR...@gmail.com on 30 Dec 2012 at 2:54

GoogleCodeExporter commented 9 years ago
2.9.3 fixes this.  Tested in Android 4.04 and 2.3.4.  Please test.

Original comment by JimR...@gmail.com on 1 Jan 2013 at 10:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6390245a7c21.

Original comment by JimR...@gmail.com on 1 Jan 2013 at 10:43

GoogleCodeExporter commented 9 years ago
Also tested on Xoom with 4.1 Jelly Bean.

Original comment by JimR...@gmail.com on 1 Jan 2013 at 10:45

GoogleCodeExporter commented 9 years ago
This still happens randomly.  Very non-repeatable.  Repeats some but not others.

Original comment by JimR...@gmail.com on 19 Jan 2013 at 10:28

GoogleCodeExporter commented 9 years ago
Issue 171 has been merged into this issue.

Original comment by JimR...@gmail.com on 15 Aug 2013 at 1:12

GoogleCodeExporter commented 9 years ago
I am making this a more general issue relating to the message reader as the new 
accessibility service is also having this problem.  Also, I plan to remove the 
specific GTalk integration in favor of the new accessibility method.

Original comment by JimR...@gmail.com on 22 Sep 2013 at 2:50

GoogleCodeExporter commented 9 years ago
Added an event time check.  It now checks the time of the last read messages 
and only reports newer ones.  Implemented in 2.11.1.

Original comment by JimR...@gmail.com on 10 Dec 2013 at 2:05

GoogleCodeExporter commented 9 years ago
fixed with 2.11.2

Original comment by JimR...@gmail.com on 14 Dec 2013 at 10:05