Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-24 | atmodem: Add vendor quirk for Infineon modems | Marcel Holtmann | 1 | -0/+1 | |
2010-09-24 | ifxmodem: Fix whitespace corruption | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | calypsomodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -30/+50 | |
2010-09-24 | ifxmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -5/+6 | |
2010-09-24 | mbmmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -3/+7 | |
2010-09-24 | mbmmodem: Fix small typo | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | mbmmodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -21/+19 | |
2010-09-24 | ifxmodem: Add support for SIM Toolkit (raw mode) | Marcel Holtmann | 4 | -1/+328 | |
2010-09-23 | ifxmodem: Add support for radio settings | Marcel Holtmann | 4 | -1/+223 | |
2010-09-23 | Release 0.29 | Marcel Holtmann | 2 | -1/+13 | |
2010-09-22 | simfs: Fix freeing a NULL queue | Denis Kenzior | 1 | -2/+4 | |
2010-09-22 | unit: Make test-sms less verbose | Denis Kenzior | 1 | -3/+5 | |
2010-09-22 | TODO: Mark status report task as done | Denis Kenzior | 2 | -12/+7 | |
2010-09-22 | smsutil: Reflow the fuzzy matching code | Denis Kenzior | 1 | -102/+98 | |
Make a bit more readable | |||||
2010-09-22 | unit: add fuzzy address check to test-sms | Petteri Tikander | 1 | -1/+42 | |
2010-09-22 | smsutil: add fuzzy address check for status report | Petteri Tikander | 1 | -16/+87 | |
2010-09-21 | doc: Update SendMessage API | Denis Kenzior | 1 | -2/+4 | |
2010-09-22 | api: Fix small copy&paste typo | Marcel Holtmann | 1 | -2/+2 | |
2010-09-21 | Fix multi-line comment style issues | Jeevaka Badrappan | 19 | -115/+219 | |
2010-09-21 | sms: Update signals for introspection | Denis Kenzior | 1 | -0/+2 | |
2010-09-21 | test: update monitor-ofono with new SMS api | Denis Kenzior | 1 | -0/+13 | |
2010-09-21 | sms: Tweak behavior of txq_submit | Denis Kenzior | 1 | -1/+14 | |
If history tracking is desired, expose over D-Bus as well | |||||
2010-09-21 | sms: Emit MessageRemoved | Denis Kenzior | 1 | -0/+12 | |
2010-09-21 | sms: Emit MessageAdded | Denis Kenzior | 1 | -0/+32 | |
2010-09-21 | sms: Implement GetMessages method | Denis Kenzior | 1 | -0/+56 | |
2010-09-21 | doc: Update SMS API | Denis Kenzior | 1 | -1/+48 | |
- Add Message interface - Add Manager GetMessages method - Add Manager MessageAdded signal - Add Manager MessageRemoved signal | |||||
2010-09-21 | test: Update test/send-sms to the new API | Denis Kenzior | 1 | -2/+4 | |
2010-09-21 | sms: Initial Message interface implementation | Denis Kenzior | 1 | -31/+231 | |
2010-09-21 | dbus: Add org.ofono.Message interface | Denis Kenzior | 1 | -0/+1 | |
2010-09-21 | TODO: Mark Better unique ID task as done | Denis Kenzior | 2 | -12/+10 | |
2010-09-22 | Fix breakage of make distcheck | Marcel Holtmann | 1 | -4/+3 | |
2010-09-21 | Simplify linker script | Lucas De Marchi | 4 | -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-21 | stk: Language Notification proactive cmd support | Jeevaka Badrappan | 1 | -0/+11 | |
2010-09-21 | example_history: Update to the new internal API | Denis Kenzior | 1 | -13/+16 | |
2010-09-21 | sms: Update to the new history API | Denis Kenzior | 1 | -6/+4 | |
2010-09-21 | build: Make unit test compile with new dependency | Denis Kenzior | 1 | -1/+1 | |
2010-09-21 | common: Implement ofono_uuid_to_str | Denis Kenzior | 2 | -1/+13 | |
2010-09-21 | history: Update to the new SHA1 based sms id API | Denis Kenzior | 3 | -16/+25 | |
2010-09-21 | unit: Update test-sms to the new sr assembly api | Denis Kenzior | 1 | -8/+11 | |
2010-09-21 | sms: Update to the new status report assembly api | Denis Kenzior | 1 | -5/+6 | |
2010-09-21 | smsutil: update SR assembly to use SHA1 msg ids | Denis Kenzior | 2 | -34/+62 | |
2010-09-21 | sms: Get rid of NextMessageId setting | Denis Kenzior | 1 | -10/+2 | |
2010-09-21 | sms: Reflow manager methods table | Denis Kenzior | 1 | -6/+6 | |
2010-09-21 | sms: Refactor __ofono_sms_txq_submit | Denis Kenzior | 3 | -12/+25 | |
2010-09-21 | sms: Refactor txq_entry_create | Denis Kenzior | 1 | -18/+44 | |
2010-09-21 | sms: Refactor outgoing sms id generator | Denis Kenzior | 1 | -19/+16 | |
2010-09-21 | sms: replace sequential SMS message ID with hash | Inaky Perez-Gonzalez | 1 | -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-21 | sms: Compute SHA1 based UUID for incoming messages | Denis Kenzior | 1 | -3/+36 | |
2010-09-21 | include: Introduce ofono_uuid | Denis Kenzior | 1 | -0/+4 | |
2010-09-21 | Use DBUS_CONFDIR variable instead of DBUS_DATADIR | Marcel Holtmann | 2 | -6/+6 | |