summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-11-29atmodem: Forgot to reset sms data on removeDenis Kenzior1-0/+2
2010-11-29configure: do not hard-code the C run-time library nameRémi Denis-Courmont1-1/+1
Since oFono does (obviously) not use -nostdlib, this only broke support for alternative C run-times.
2010-11-27simutil: Add EFcfis and EFcphs-cff file IdsJeevaka Badrappan1-0/+2
2010-11-26call-volume: Minor coding style fixJeevaka Badrappan1-2/+1
2010-11-26audio-settings: Remove unwanted checkJeevaka Badrappan1-4/+1
2010-11-26call-volume: Remove extra line at EOFJeevaka Badrappan1-1/+0
2010-11-26doc: update cdma-voicecall-manager-api.txtArun Ravindran1-0/+30
2010-11-26network: Use bit as size instead of byteYang Gu1-2/+2
2010-11-26core: Remove stray newlines in messages sent to logRémi Denis-Courmont3-4/+4
2010-11-26isigen: Remove stray newlines in DBGRémi Denis-Courmont1-1/+1
2010-11-26ste: Remove stray newlines in messages sent to logRémi Denis-Courmont2-2/+2
2010-11-26isi: Remove stray newlines in messages sent to logRémi Denis-Courmont5-15/+15
2010-11-26call-volume: Fix dbus error message typeJeevaka Badrappan1-3/+3
2010-11-26build: Add forgotten test/test-ttyDenis Kenzior1-1/+2
2010-11-26test: add test/set-tty scriptLucas De Marchi1-0/+25
To enable/disable text-telephony support
2010-11-26ctm: Tweak documentation to reflect implementationDenis Kenzior1-1/+1
2010-11-26ctm: fix minor style issuesDenis Kenzior1-6/+4
2010-11-26ctm: add documentation for TextTelephony interfaceLucas De Marchi2-1/+40
2010-11-26ctm: Add initial CTM atom implementationLucas De Marchi3-1/+337
2010-11-26ctm: add public headerLucas De Marchi2-1/+68
2010-11-25stkutil: Minor style fixesDenis Kenzior1-2/+2
2010-11-25stkutil: Use sms_dcs_decode in decode_textGuillaume Lucas1-4/+8
This is a much more pedantic version that can be used to retrieve the text character set.
2010-11-25stk: use bigger timeout in DisplayTextAndrzej Zaborowski1-0/+3
When the wait for user confirmation bit is set.
2010-11-24call-forwarding: skip property change data and faxJeevaka Badrappan1-0/+7
2010-11-24doc: Add PropertyChanged signal to voicecall apiDenis Kenzior1-0/+5
2010-11-24doc: Add GetProperties to CDMA voicecall apiDenis Kenzior1-1/+6
2010-11-24doc: Update voicecallmanager-api.txtArun Ravindran1-1/+8
2010-11-24text-telephony: add new interface to feature mapLucas De Marchi1-0/+1
2010-11-24text-telephony: define new dbus interfaceLucas De Marchi1-0/+1
2010-11-24TODO: Take ownership of neighbor cell atom taskAki Niemi1-0/+1
2010-11-23doc: update radio-settings-api with possible errorsLucas De Marchi1-0/+4
When GetProperties() and SetProperty() are called, there are more errors that might be returned. Add them in documentation.
2010-11-23Release 0.36Marcel Holtmann2-1/+13
2010-11-23doc: Add initial CDMA D-Bus API proposalDenis Kenzior4-0/+328
2010-11-23common: remove redundant predicateRémi Denis-Courmont1-1/+1
If the first character is a plus sign, then it is not a nul, then the string length is true anyway.
2010-11-23dbus: Add __ofono_error_access_deniedGustavo F. Padovan2-0/+7
2010-11-23TODO: Add owner to implement the Lockdown propertyGustavo F. Padovan1-0/+1
2010-11-23TODO: add owner to Frequency Band Selection taskLucas De Marchi1-0/+1
2010-11-23gatchat: remove write watcher on a disconnectDenis Kenzior1-0/+3
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-23stk: Minor style fixDenis Kenzior1-1/+1
2010-11-23stk: Handle null Text fieldAndrzej Zaborowski1-0/+3
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-23stemodem: Change use of typesSjur Brændeland1-7/+7
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-22call-settings: Add support for +COLR in atmodemDenis Kenzior1-1/+53
2010-11-22call-settings: Fix style issuesDenis Kenzior1-3/+9
2010-11-22call-settings: fix CLIR Invocation and SuppressionDenis Kenzior1-2/+2
According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR.
2010-11-22coding-style: Use stronger wording for rule M11Denis Kenzior1-2/+2
2010-11-22modem: Don't notify online watches the first timeDenis Kenzior1-2/+2
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-22modem: Miscellaneous style fixesDenis Kenzior2-9/+11
2010-11-22modem: add modem online-offline watchAndras Domokos2-0/+54
2010-11-22isi/voicecall: release COMING calls with BUSY causePekka Pessi1-0/+1
Very early incoming calls were not released with BUSY cause.
2010-11-22doc: Fixup the use of read-write to readwriteDenis Kenzior7-9/+9