summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-24atmodem: Add vendor quirk for Infineon modemsMarcel Holtmann1-0/+1
2010-09-24ifxmodem: Fix whitespace corruptionMarcel Holtmann1-1/+1
2010-09-24calypsomodem: Cleanup of SIM Toolkit supportMarcel Holtmann1-30/+50
2010-09-24ifxmodem: Add debug for envelope response dataMarcel Holtmann1-5/+6
2010-09-24mbmmodem: Add debug for envelope response dataMarcel Holtmann1-3/+7
2010-09-24mbmmodem: Fix small typoMarcel Holtmann1-1/+1
2010-09-24mbmmodem: Cleanup of SIM Toolkit supportMarcel Holtmann1-21/+19
2010-09-24ifxmodem: Add support for SIM Toolkit (raw mode)Marcel Holtmann4-1/+328
2010-09-23ifxmodem: Add support for radio settingsMarcel Holtmann4-1/+223
2010-09-23Release 0.29Marcel Holtmann2-1/+13
2010-09-22simfs: Fix freeing a NULL queueDenis Kenzior1-2/+4
2010-09-22unit: Make test-sms less verboseDenis Kenzior1-3/+5
2010-09-22TODO: Mark status report task as doneDenis Kenzior2-12/+7
2010-09-22smsutil: Reflow the fuzzy matching codeDenis Kenzior1-102/+98
Make a bit more readable
2010-09-22unit: add fuzzy address check to test-smsPetteri Tikander1-1/+42
2010-09-22smsutil: add fuzzy address check for status reportPetteri Tikander1-16/+87
2010-09-21doc: Update SendMessage APIDenis Kenzior1-2/+4
2010-09-22api: Fix small copy&paste typoMarcel Holtmann1-2/+2
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan19-115/+219
2010-09-21sms: Update signals for introspectionDenis Kenzior1-0/+2
2010-09-21test: update monitor-ofono with new SMS apiDenis Kenzior1-0/+13
2010-09-21sms: Tweak behavior of txq_submitDenis Kenzior1-1/+14
If history tracking is desired, expose over D-Bus as well
2010-09-21sms: Emit MessageRemovedDenis Kenzior1-0/+12
2010-09-21sms: Emit MessageAddedDenis Kenzior1-0/+32
2010-09-21sms: Implement GetMessages methodDenis Kenzior1-0/+56
2010-09-21doc: Update SMS APIDenis Kenzior1-1/+48
- Add Message interface - Add Manager GetMessages method - Add Manager MessageAdded signal - Add Manager MessageRemoved signal
2010-09-21test: Update test/send-sms to the new APIDenis Kenzior1-2/+4
2010-09-21sms: Initial Message interface implementationDenis Kenzior1-31/+231
2010-09-21dbus: Add org.ofono.Message interfaceDenis Kenzior1-0/+1
2010-09-21TODO: Mark Better unique ID task as doneDenis Kenzior2-12/+10
2010-09-22Fix breakage of make distcheckMarcel Holtmann1-4/+3
2010-09-21Simplify linker scriptLucas De Marchi4-16/+8
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
2010-09-21stk: Language Notification proactive cmd supportJeevaka Badrappan1-0/+11
2010-09-21example_history: Update to the new internal APIDenis Kenzior1-13/+16
2010-09-21sms: Update to the new history APIDenis Kenzior1-6/+4
2010-09-21build: Make unit test compile with new dependencyDenis Kenzior1-1/+1
2010-09-21common: Implement ofono_uuid_to_strDenis Kenzior2-1/+13
2010-09-21history: Update to the new SHA1 based sms id APIDenis Kenzior3-16/+25
2010-09-21unit: Update test-sms to the new sr assembly apiDenis Kenzior1-8/+11
2010-09-21sms: Update to the new status report assembly apiDenis Kenzior1-5/+6
2010-09-21smsutil: update SR assembly to use SHA1 msg idsDenis Kenzior2-34/+62
2010-09-21sms: Get rid of NextMessageId settingDenis Kenzior1-10/+2
2010-09-21sms: Reflow manager methods tableDenis Kenzior1-6/+6
2010-09-21sms: Refactor __ofono_sms_txq_submitDenis Kenzior3-12/+25
2010-09-21sms: Refactor txq_entry_createDenis Kenzior1-18/+44
2010-09-21sms: Refactor outgoing sms id generatorDenis Kenzior1-19/+16
2010-09-21sms: replace sequential SMS message ID with hashInaky Perez-Gonzalez1-1/+49
The SMS messages's ID number (used for history, D-Bus naming and storage in external database) is updated to use a hash (based on PDUs and submission time) to further avoid ID collision concerns.
2010-09-21sms: Compute SHA1 based UUID for incoming messagesDenis Kenzior1-3/+36
2010-09-21include: Introduce ofono_uuidDenis Kenzior1-0/+4
2010-09-21Use DBUS_CONFDIR variable instead of DBUS_DATADIRMarcel Holtmann2-6/+6