rschilling / websmsdroid

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

view messages by date only #595

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

we use smsdroid on our "on-call" phone. We send sms from our nagios server to 
this phone via an commercial sms-provider. This provider provides two paths, 
one standard and one "gold" or "priority" path for better reliability. 

Our sms are about 70% standard and 30% gold-path. Problem is, the gold-path sms 
are sent from many different numbers (Don't know what the technical background 
is here). So in the standard, threaded view, we have all these contacts with 
one or more sms coming all from the same source (our nagios server). This gets 
a bit confusing over time, especially with checking a timeline of events.

Therefore we would like an option to switch the view to a non-threaded, view. 
It should be orderered by "date-received". I know this is a special use case 
but maybe it's just an easy fix and it would help us very much. Otherwise it's 
a nice app.

Original issue reported on code.google.com by gernot.p...@gmail.com on 5 Oct 2011 at 10:05

GoogleCodeExporter commented 9 years ago
well, the problem here is, that the one designed the database was on bad drugs.
sms and mms do have different timestamps making it impossible to sort the 
messages on my own.
this is why i dropped implementing a message list.
even though mms do not matter in your case, i do not know, how to integrate 
this for general release without disturbing the feeling for all the other users.

any ideas?

Original comment by f...@ub0r.de on 9 Oct 2011 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by f...@ub0r.de on 5 Dec 2011 at 5:59