Commit Graph

1370 Commits

Author SHA1 Message Date
1de8062925 Ignore errors when setting the baudrate (sigh) 2010-05-02 01:28:24 +00:00
d0597d6cd1 Also set the modem to verbose mode once settled 2010-05-02 01:12:41 +00:00
6527392636 Allow a different suffix to be specified by command queued 2010-05-02 01:01:46 +00:00
8e8c887592 Reverted last changes 2010-05-02 00:46:39 +00:00
da50d43cae Have a global quirk about carriage returns instead 2010-05-01 20:22:10 +00:00
6f39850241 Added another quirk for the Openmoko Freerunner 2010-05-01 19:49:02 +00:00
3a2c08debb Fixed sending the SIM PIN on the Openmoko Freerunner 2010-05-01 19:12:03 +00:00
e19a39ef2e Now consider that just "\r" or "\n" are enough to break a line 2010-05-01 18:38:27 +00:00
44ca5038ed Also support answers to COPS with only 3 arguments 2010-05-01 17:32:07 +00:00
1d5b054f4b Hide the SIM PIN query dialog upon success 2010-05-01 17:31:05 +00:00
65bd9451f8 Always enable the phone functionality 2010-05-01 17:05:09 +00:00
1001b38564 The Openmoko Freerunner's model identification string has quotes 2010-05-01 16:28:21 +00:00
c9bb017597 Support the Openmoko Freerunner's differing syntax when entering the SIM PIN code 2010-05-01 16:19:24 +00:00
df5e598e0b Some code shouldn't have survived the latest debugging session 2010-05-01 15:49:29 +00:00
c3fd226884 About to release as 0.0.1 2010-05-01 13:20:36 +00:00
cd3b5d1b52 Updated the usage instructions 2010-05-01 13:19:30 +00:00
ba6d6b7f6a Let hardware flow be optional 2010-05-01 05:25:53 +00:00
02833219c9 There was probably a race condition when trying to settle with the modem 2010-05-01 03:30:53 +00:00
a48cbb2c4c On Linux realloc(0xg00d, 0) may return NULL without being an error 2010-05-01 03:04:29 +00:00
e2c3b06bda Was probably having two read watchers in some cases 2010-05-01 02:50:49 +00:00
e42d05e351 Fixed compilation with 2.10 <= Gtk+ < 2.18 2010-05-01 02:31:02 +00:00
bce582c623 Letting gsm.c be more robust 2010-05-01 02:22:57 +00:00
71192d61c4 Simply hide progress windows when deleted 2010-05-01 01:48:07 +00:00
b6b619c1af Hopefully fixed the last issue with tracking the PIN code status 2010-04-30 16:08:11 +00:00
9aafe85949 Do not hide the code window when entering a code 2010-04-30 16:00:58 +00:00
7d5a2e21f1 Wrap text within the message composition window 2010-04-30 15:54:16 +00:00
918ec2c5dd Updated the translation 2010-04-30 15:52:28 +00:00
062c71e831 Ignore errors when fetching contacts or messages (as opposed to the list) 2010-04-30 15:48:21 +00:00
3cd62b7fab Another attempt at getting SIM PIN interaction right 2010-04-30 15:45:54 +00:00
68d3c2a338 Implemented progress bar while checking the PIN code (untested) 2010-04-30 15:30:29 +00:00
ca60e90bc6 Tracking correctly if messages are sent 2010-04-30 15:16:43 +00:00
f2c01e00c8 Force registration checks until registered (fixes initial registration) 2010-04-30 05:09:25 +00:00
b11f03cfd5 Some bugfixes 2010-04-30 04:36:56 +00:00
02d871d159 Avoid a potential memory leak 2010-04-30 03:57:18 +00:00
f9b27fcd10 Trying to avoid insertion of commands while in PDU mode 2010-04-30 03:55:05 +00:00
9ff505ec4b The wrong window was focused when sending a message 2010-04-30 03:41:29 +00:00
d7c8cb3bfe Should now be focusing requested windows accordingly 2010-04-30 03:38:35 +00:00
4e99b47eab Avoid some warnings 2010-04-30 03:27:38 +00:00
529471d850 Print out errors coherently 2010-04-30 03:25:54 +00:00
8b4c65c8d8 Updated the translation 2010-04-30 03:03:40 +00:00
fbeff7311d Really put the phone number in the entry of the messaging window 2010-04-30 02:13:01 +00:00
db7c61e9b9 Successfully sending SMS messages 2010-04-30 02:11:46 +00:00
353a2b7282 Forgot to define a prototype (fixes a warning) 2010-04-30 00:28:14 +00:00
325b8b948f Do not set entries before they're created 2010-04-30 00:27:16 +00:00
9dff3cb94e Almost able to send SMS messages by now 2010-04-29 16:09:15 +00:00
9faadcf143 Attempt to convert contacts' names to UTF-8 2010-04-28 23:11:23 +00:00
042d60b67f Clear the code entry when re-requested 2010-04-28 23:03:26 +00:00
7059a15680 Really implemented the callback mechanism this time 2010-04-28 22:57:15 +00:00
8bd75384fb Avoid a compilation warning 2010-04-28 22:55:01 +00:00
c9cd795a14 Much better error handling (should also track when the SIM is ready) 2010-04-28 22:53:36 +00:00