Commit Graph

3984 Commits

Author SHA1 Message Date
Lucas De Marchi cc96fdfff0 test: add test/set-tty script
To enable/disable text-telephony support
2010-11-26 13:21:50 -06:00
Denis Kenzior 77e9d6f6ac ctm: Tweak documentation to reflect implementation 2010-11-26 13:08:48 -06:00
Denis Kenzior e773625ce5 ctm: fix minor style issues 2010-11-26 13:08:48 -06:00
Lucas De Marchi f41d00f332 ctm: add documentation for TextTelephony interface 2010-11-26 13:08:48 -06:00
Lucas De Marchi df2984a724 ctm: Add initial CTM atom implementation 2010-11-26 13:08:48 -06:00
Lucas De Marchi 3f49dd1390 ctm: add public header 2010-11-26 13:08:45 -06:00
Denis Kenzior cd281f4454 stkutil: Minor style fixes 2010-11-25 17:58:37 -06:00
Guillaume Lucas 9b690aad40 stkutil: Use sms_dcs_decode in decode_text
This is a much more pedantic version that can be used to
retrieve the text character set.
2010-11-25 17:57:26 -06:00
Andrzej Zaborowski 3d1a4ec239 stk: use bigger timeout in DisplayText
When the wait for user confirmation bit is set.
2010-11-25 16:46:33 -06:00
Jeevaka Badrappan 175ac85942 call-forwarding: skip property change data and fax 2010-11-24 15:54:46 -06:00
Denis Kenzior c5c2da0d19 doc: Add PropertyChanged signal to voicecall api 2010-11-24 15:43:31 -06:00
Denis Kenzior 5bedf08ef9 doc: Add GetProperties to CDMA voicecall api 2010-11-24 15:43:17 -06:00
Arun Ravindran 1f2fda47fc doc: Update voicecallmanager-api.txt 2010-11-24 15:32:28 -06:00
Lucas De Marchi b1c159e6f6 text-telephony: add new interface to feature map 2010-11-24 09:00:40 -06:00
Lucas De Marchi 2cc4ce9a11 text-telephony: define new dbus interface 2010-11-24 08:58:42 -06:00
Aki Niemi ec7cf7a857 TODO: Take ownership of neighbor cell atom task 2010-11-24 14:42:40 +02:00
Lucas De Marchi e98a41a22b doc: update radio-settings-api with possible errors
When GetProperties() and SetProperty() are called, there are more errors
that might be returned. Add them in documentation.
2010-11-23 16:08:00 -06:00
Marcel Holtmann e583efbc6c Release 0.36 2010-11-23 14:55:57 +01:00
Denis Kenzior 55d06009d4 doc: Add initial CDMA D-Bus API proposal 2010-11-23 06:59:39 -06:00
Rémi Denis-Courmont e9d80e40ac common: remove redundant predicate
If the first character is a plus sign, then it is not a nul, then
the string length is true anyway.
2010-11-23 06:48:57 -06:00
Gustavo F. Padovan b79b64439f dbus: Add __ofono_error_access_denied 2010-11-23 05:06:29 -06:00
Gustavo F. Padovan 9de85e7a78 TODO: Add owner to implement the Lockdown property 2010-11-23 05:05:31 -06:00
Lucas De Marchi e10ef94915 TODO: add owner to Frequency Band Selection task 2010-11-23 04:47:10 -06:00
Denis Kenzior 99107c6c9d gatchat: remove write watcher on a disconnect
There's a small probability that we call chat_wakeup_writer
just before the channel disonnects.  When this happens the write
watcher still fires causing a potential crash.
2010-11-23 03:21:22 -06:00
Denis Kenzior 5774e9fa53 stk: Minor style fix 2010-11-23 03:08:56 -06:00
Andrzej Zaborowski 55e1ca2e1c stk: Handle null Text field
Add a NULL check in dbus_apply_text_attributes because in some places
(like DisplayText handler) we call it without checking and we just check
the return value once.
2010-11-23 03:08:51 -06:00
Sjur Brændeland a32965de27 stemodem: Change use of types
Use the type __u32 for sequence counting rather than guint32,
and "void *" instead of gpointer.
Reduce the size of RTNL message buffer from 4096 to 1024,
as this should be sufficient to hold the NEWLINK message.
2010-11-23 03:06:34 -06:00
Denis Kenzior 7cde43b4b6 call-settings: Add support for +COLR in atmodem 2010-11-22 16:48:45 -06:00
Denis Kenzior d1de85e5a4 call-settings: Fix style issues 2010-11-22 16:32:27 -06:00
Denis Kenzior 6c2099fd8e call-settings: fix CLIR Invocation and Suppression
According to 22.030 the *31# version is used to suppress CLIR
and #31# version is used to invoke CLIR.
2010-11-22 16:29:46 -06:00
Denis Kenzior 5b51e2ff5d coding-style: Use stronger wording for rule M11 2010-11-22 10:13:34 -06:00
Denis Kenzior 80a8fd1a64 modem: Don't notify online watches the first time
We should not notify the online watches when we enter the OFFLINE state
for the first time.  We should only do so when we go from ONLINE state
into the OFFLINE state.
2010-11-22 09:56:22 -06:00
Denis Kenzior 60aceb3e71 modem: Miscellaneous style fixes 2010-11-22 09:54:25 -06:00
Andras Domokos d7fb7da021 modem: add modem online-offline watch 2010-11-22 09:53:41 -06:00
Pekka Pessi f3c75c9285 isi/voicecall: release COMING calls with BUSY cause
Very early incoming calls were not released with BUSY cause.
2010-11-22 08:19:38 -06:00
Denis Kenzior 5639c65397 doc: Fixup the use of read-write to readwrite 2010-11-22 05:20:28 -06:00
Denis Kenzior 07f132159c AUTHORS: Mention George's contributions 2010-11-22 05:12:49 -06:00
George Matveev b3f0867cb6 build: Update glib version in configure.ac
function g_mkstemp_full in src/storage.c
requires glib version 2.22 or higher
2010-11-22 05:12:30 -06:00
Jeevaka Badrappan 2d0cb92155 src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
Jeevaka Badrappan 4988741107 simutil: coding style fixes - rule M6 2010-11-22 05:06:38 -06:00
Jeevaka Badrappan b4353d15ea simfs: coding style fixes - rule M6 2010-11-22 05:06:21 -06:00
Jeevaka Badrappan 58b3d888c0 stkutil: coding style fixes - rule M6 2010-11-22 05:05:52 -06:00
Jeevaka Badrappan e6e27406ae smsutil: coding style fixes - rule M6 2010-11-22 05:05:31 -06:00
Jeevaka Badrappan 627ec8b0c3 util: coding style fixes - rule M6 2010-11-22 05:05:07 -06:00
Rémi Denis-Courmont a0f4dd266a doc: fix typos 2010-11-22 05:00:46 -06:00
Marcel Holtmann d74471e4d9 modem: Fix small coding style issue 2010-11-19 11:40:31 +01:00
Jeevaka Badrappan dfa7cf7145 util: Remove extra tab 2010-11-17 10:03:26 -06:00
Denis Kenzior 5625c9728f modem: Fix up doc typo 2010-11-17 08:26:26 -06:00
Sjur Brændeland 5b31446406 TODO: Add Location Service (AGPS) task. 2010-11-17 08:16:33 -06:00
Sjur Brændeland c2962678b7 coding-style: Add exception to rule M12
For external enums
2010-11-17 08:16:09 -06:00