Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
Desktop
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.31
2012/07/31 21:56:47
khorben
Fixed build on case-insensitive filesystems
1.30
2012/07/05 22:13:04
khorben
Refactored modem plug-ins (paving the way for multiple concurrent backends)
1.29
2011/08/11 23:45:51
khorben
Merged branch khorben-phone
1.28
2011/02/02 23:57:32
khorben
Code cleanup
1.27
2011/01/04 22:39:39
khorben
Added AT+COLP
1.26
2011/01/04 21:48:25
khorben
Added a callback when setting the GPRS network attachment status
1.25
2011/01/04 17:57:55
khorben
Working some more on GPRS support
1.24
2011/01/04 17:37:40
khorben
Introducing some GPRS-related events
1.23
2011/01/04 16:51:12
khorben
Added a command to attach to the GPRS network
1.22
2010/07/24 17:02:11
khorben
Implemented contact deletion
1.21
2010/07/24 13:18:38
khorben
Should now be able to create and edit contacts (not refreshed yet)
1.20
2010/06/04 22:50:38
khorben
Implemented message deletion (untested, should ask for confirmation)
1.19
2010/06/03 14:41:07
khorben
Report incoming messages (enabled unsollicited mode)
1.18
2010/06/03 02:17:51
khorben
Added a quirk for the Openmoko Freerunner (not implemented yet)
1.17
2010/06/01 19:47:47
khorben
Finally introducing the encryption plug-in (*not* functional yet)
1.16
2010/05/30 14:29:35
khorben
Converting outgoing messages to the GSM alphabet (untested)
1.15
2010/05/21 09:32:42
khorben
Avoid errors while handling call waiting control
1.14
2010/05/21 02:06:42
khorben
Working on acceptance of incoming calls
1.13
2010/05/20 17:04:11
khorben
Added a check whether the modem is alive (simply issuing "AT")
1.12
2010/05/19 12:25:46
khorben
Enabling call waiting fixes incoming calls on the Openmoko Freerunner
1.11
2010/05/11 14:12:01
khorben
Implemented the mute control over AT+CMUT (may not fit the hardware)
1.10
2010/05/11 13:44:09
khorben
Now able to fetch the battery status
1.9
2010/05/11 09:46:03
khorben
Fetching the messages in PDU mode (without any conversion yet)
1.8
2010/05/10 13:22:49
khorben
Partly implemented unsollicited and intermediate service notifications
1.7
2010/05/10 01:39:08
khorben
Now rejecting calls correctly
1.6
2010/05/10 01:32:42
khorben
Implemented full API access to +COLP and +CLIP
1.5
2010/05/09 22:18:41
khorben
Detect if a call is ongoing
1.4
2010/05/09 18:34:23
khorben
Implemented call presentation (partly tested)
1.3
2010/05/08 13:03:58
khorben
Re-inject the current command on timeout and then ensure the operation worked
1.2
2010/05/08 03:07:47
khorben
Obtaining the functionality status before really using the phone
1.1
2010/05/08 01:23:56
khorben
Let the modem command generation be done in its own class too
1.27.2.5
2011/01/22 23:40:15
khorben
Implemented the retry value again
1.27.2.4
2011/01/22 22:31:33
khorben
Dynamically creating the preferences dialog
1.27.2.3
2011/01/22 15:38:00
khorben
Cleaning up some more
1.27.2.2
2011/01/20 01:37:58
khorben
Making some progress with parsing results of AT commands
1.27.2.1
2011/01/16 19:01:06
khorben
Rewrite is ongoing