dev1303 / gtalksms

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

Command Answers in multiple messages #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I thought it would be nice to have every "message" send as a actual message :) 
This works better with clients which format messages in a 
iphone-bubbles-like-way.

Have a look:
http://pastebin.com/BkvSFFE6

Original issue reported on code.google.com by ThDietri...@gmail.com on 10 Feb 2011 at 2:03

GoogleCodeExporter commented 8 years ago
I've split the messages in purpose. When we search sms from all users, that 
could take a long time.
So I send a message for each contact.

This option will be added after a setting refactoring (too much option for now, 
we have to add categories).

Original comment by Florent....@gmail.com on 10 Feb 2011 at 3:06

GoogleCodeExporter commented 8 years ago
Yes, first we have to redesign the settings, as it's getting pretty confusing.
Isn't you patch missing a if(!seperateMessages) statement for the last send()?

Original comment by fschm...@gmail.com on 10 Feb 2011 at 6:22

GoogleCodeExporter commented 8 years ago
yes exactly. I'm unsure why but I had it exactly like that. Thats also why I 
use a temporary variable for the process ;)

*corrected*

Original comment by ThDietri...@gmail.com on 10 Feb 2011 at 7:09

GoogleCodeExporter commented 8 years ago
btw. I'm not a 100% sure if the clear() method is sufficient or if a reset of 
other members (Fonts etc) is needed. 

Original comment by ThDietri...@gmail.com on 10 Feb 2011 at 7:12

GoogleCodeExporter commented 8 years ago

Original comment by fschm...@gmail.com on 11 Feb 2011 at 8:27

GoogleCodeExporter commented 8 years ago
I have made the change, but still the setting is missing. But now you can build 
your own gtalksms on base of the latest changes. See: 
http://code.google.com/p/gtalksms/source/detail?r=f205c43f37b4fe1335161556701b55
442ff89ddd

Original comment by fschm...@gmail.com on 11 Mar 2011 at 3:01

GoogleCodeExporter commented 8 years ago
Preferences -> Application settings -> Advanced -> Separate Messages

Original comment by fschm...@gmail.com on 11 Mar 2011 at 4:26

GoogleCodeExporter commented 8 years ago
Fixed in v2.1

Original comment by Florent....@gmail.com on 14 Mar 2011 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by fschm...@gmail.com on 25 Aug 2011 at 7:50