Thursday, August 11, 2011

Number: 528
Content:
Nomor XL Anda memasuki masa tenggang pada 14-08-2011. Segera isi ulang utk tetap menikmati tarif murah & layanan terbaik XL Prabayar. Abaikan jika sdh isi ulang
Time: 11/08/2011 14:10:27

---

select g.datetime, 'me', g.content
from smsout o, smsoutgroup g
where o.smsoutgroupid = g.id

union

select datetime, sender, content
from smsin

order by datetime


951

Tuesday, August 9, 2011

SmsManager feedback :
1. Inbox/reply (the UI like instant messenger)
2. Import process still too slow -> make it faster
3. Sending, add option to skip duplicate number or not
4. Support multipart message, when more than 160 show dialog, show how many parts

select distinct max(datetime) dt, sender
from smsin a
group by sender

inner join

select content

order by dt desc




959
1912

Monday, August 8, 2011

One of SmsManager issue is the application crashed when starting service of more than one modem.

In this forum post http://smslib.org/forum/topic/number-of-gsm-modems-limit the creator of smslib said,
Make sure that the multiple-modem connectivity is ok. Many of the reported problems were attributed to usb hubs and stuff like that. From my experience, it's better to invest in a good multi-serial "intelligent" expansion board.


957

Thursday, August 4, 2011

todo :
- export -> bug, if user click cancel button, succes dialog showed
- export -> ask overwrite confirmation if the file is already exists
- import -> show/report skipped/already exist numbers

done :
- import -> set wait cursor while importing -> done
- group -> set phone numbers textarea taller
- export -> save previous path


944

Wednesday, August 3, 2011

todo :
sending -> content textarea -> display typed / remaining message length

123456789
223456789
323456789
423456789
523456789
623456789
723456789
823456789
923456789
103456789
113456789
123456789
133456789
143456789
153456789
1634567890

946