Commit Graph

54 Commits

Author SHA1 Message Date
d6f6231b65 Code cleanup 2011-01-05 01:34:28 +00:00
da33ae2d69 Allow the "pdu" test tool to encode PDUs as well 2011-01-05 01:28:58 +00:00
ed4f34111b Added AT+COLP 2011-01-04 22:39:39 +00:00
8a4b58698e Added a callback when setting the GPRS network attachment status 2011-01-04 21:48:25 +00:00
3511d5e805 Working some more on GPRS support 2011-01-04 17:57:56 +00:00
fbcb1b9d0b Introducing some GPRS-related events 2011-01-04 17:37:40 +00:00
afa14f0d9f Added a command to attach to the GPRS network 2011-01-04 16:51:12 +00:00
9bdd22cff4 Avoiding some warnings 2010-08-09 19:13:31 +00:00
519d3f78db Implemented contact deletion 2010-07-24 17:02:11 +00:00
9642f83d85 Forcing a refresh after altering contacts 2010-07-24 14:36:34 +00:00
d7753fce0e Added two important comments 2010-07-24 13:51:28 +00:00
d01f9a2339 Hopefully fixed contacts creation and modification 2010-07-24 13:50:15 +00:00
071da7f0a3 Should now be able to create and edit contacts (not refreshed yet) 2010-07-24 13:18:39 +00:00
020c9731fb Automatically guess the adequate trigger when registered through a plug-in 2010-06-13 16:05:43 +00:00
5ae625c4d9 Remove the message from the list when deleted 2010-06-05 10:51:40 +00:00
5c655fe692 Asking for confirmation before deleting a message (untested) 2010-06-05 09:16:13 +00:00
b029f690c7 Implemented message deletion (untested, should ask for confirmation) 2010-06-04 22:50:38 +00:00
171c81f323 Code cleanup 2010-06-03 14:53:13 +00:00
0d138dcc3b Report incoming messages (enabled unsollicited mode) 2010-06-03 14:41:07 +00:00
055f7b6598 Fixed sending messages on the Openmoko Freerunner with the latest GSM firmware 2010-06-03 02:47:26 +00:00
b49fea57ac Allow sending PDUs more than 99 bytes long 2010-06-03 02:21:38 +00:00
5988a39a43 Sending messages in 8 bit mode works too 2010-06-01 23:25:13 +00:00
86444c0d7a Finally introducing the encryption plug-in (*not* functional yet) 2010-06-01 19:47:47 +00:00
4d7e27abfb Converting outgoing messages to the GSM alphabet (untested) 2010-05-30 14:29:36 +00:00
18b77c94f1 Avoid another compilation warning 2010-05-27 17:10:08 +00:00
f5d155d584 Avoid another compilation warning 2010-05-27 17:09:31 +00:00
6068715b80 Avoid some compilation warnings 2010-05-27 17:06:51 +00:00
9269981986 Trying to fix message reception in PDU mode 2010-05-27 16:50:59 +00:00
323fa29bd8 Found potential issues when calling 2010-05-27 15:25:58 +00:00
f70964a59a Trying to support PDU mode while receiving SMS messages (untested) 2010-05-27 11:58:12 +00:00
87bc7857d5 Added preliminary code to handle the different preferences dialogs 2010-05-21 19:28:53 +00:00
a46f6f973c Probably fixed the crash when sending messages 2010-05-21 17:56:39 +00:00
058621c2b2 Avoid errors while handling call waiting control 2010-05-21 09:32:42 +00:00
d60cf7296b Working on acceptance of incoming calls 2010-05-21 02:06:42 +00:00
01d2e6b76a Added a check whether the modem is alive (simply issuing "AT") 2010-05-20 17:04:11 +00:00
795134ce1c Enabling call waiting fixes incoming calls on the Openmoko Freerunner 2010-05-19 12:25:46 +00:00
7195d95fa3 Sending an SMS may take up to a minute (should cancel otherwise) 2010-05-14 15:51:39 +00:00
0a6e11eecc Longer timeout when calling (should fix some modems eg Openmoko Freerunner) 2010-05-12 11:38:56 +00:00
6fa34aa104 Implemented the mute control over AT+CMUT (may not fit the hardware) 2010-05-11 14:12:02 +00:00
27799ec00f Now able to fetch the battery status 2010-05-11 13:44:09 +00:00
9ba6e09f06 Fetching messages in text mode for the moment 2010-05-11 10:31:10 +00:00
0bb228fe93 Fetching the messages in PDU mode (without any conversion yet) 2010-05-11 09:46:04 +00:00
510ee0fff1 Partly implemented unsollicited and intermediate service notifications 2010-05-10 13:22:49 +00:00
9a8c41f8dc Now rejecting calls correctly 2010-05-10 01:39:08 +00:00
7fafe3261f Implemented full API access to +COLP and +CLIP 2010-05-10 01:32:42 +00:00
fe61ed7692 Hide the call window when a call is rejected (doesn't work when ringing yet) 2010-05-10 00:53:52 +00:00
d2b8972d76 Detect if a call was successfully accepted 2010-05-09 22:22:59 +00:00
efe5e8811e Detect if a call is ongoing 2010-05-09 22:18:42 +00:00
b9197def55 Implemented call presentation (partly tested) 2010-05-09 18:34:24 +00:00
32ba10e4a0 Clarified the use of GSM_PRIORITY_HIGHEST 2010-05-09 13:28:37 +00:00