lexicon2008 / android-smspopup

Automatically exported from code.google.com/p/android-smspopup
0 stars 0 forks source link

Enhance message splitting #267

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enhance splitting of messages of 160+ characters by adding 3 new options.  
First, allow the sms to be split at whole words, instead of at exactly 160 
characters.  Second, enable option to add a message count to maintain order of 
message.  (ie. (1/3), (2/3), (3/3)).  There should be two implementations of 
the message counter, one that splits the messages at 160 chars exactly, and the 
other that splits the sms at whole words.

This will provide 5 options for the user, regarding splitting sms:

1) Splitting disabled
2) Splitting enabled (split at 160)
3) Splitting enabled (split at whole words)
4) Splitting enabled (insert message number, split at 160)
5) Splitting enabled (insert message number, split at whole words)

Original issue reported on code.google.com by wakeboar...@gmail.com on 5 Sep 2011 at 10:53

GoogleCodeExporter commented 9 years ago
A fully revamped version of SMS Popup is now available in the Google Play 
Store: 
https://play.google.com/store/apps/details?id=net.everythingandroid.smspopup

I am closing out all old issues/bugs that relate to SMS Popup <=1.10 as so much 
was changed in this version. Please create new issues if you see them in the 
latest update.

Original comment by adam.eve...@gmail.com on 14 Apr 2012 at 7:37