Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-21 | sms: Update signals for introspection | Denis Kenzior | 1 | -0/+2 | |
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 | sms: Initial Message interface implementation | Denis Kenzior | 1 | -31/+231 | |
2010-09-21 | Simplify linker script | Lucas De Marchi | 1 | -0/+7 | |
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 | sms: Update to the new history API | Denis Kenzior | 1 | -6/+4 | |
2010-09-21 | common: Implement ofono_uuid_to_str | Denis Kenzior | 1 | -0/+8 | |
2010-09-21 | history: Update to the new SHA1 based sms id API | Denis Kenzior | 2 | -13/+18 | |
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-16 | ussd: debug log notifys | Pekka Pessi | 1 | -0/+41 | |
2010-09-15 | stk: Refactor Send USSD error handling | Denis Kenzior | 1 | -13/+6 | |
2010-09-15 | stk: Fix style issues | Denis Kenzior | 1 | -0/+2 | |
2010-09-15 | stkutil: Don't include USSD text unless needed | Denis Kenzior | 2 | -3/+12 | |
2010-09-15 | stk: Handling of Send USSD proactive command | Jeevaka Badrappan | 1 | -1/+172 | |
2010-09-15 | ussd: Give proper errors | Denis Kenzior | 1 | -2/+2 | |
2010-09-15 | ussd: No need for these structure members | Denis Kenzior | 1 | -8/+0 | |
2010-09-15 | ussd: Add __ofono_ussd_initiate internal api | Jeevaka Badrappan | 2 | -5/+104 | |
2010-09-15 | ussd: Fix up minor style issue | Denis Kenzior | 1 | -2/+2 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 1 | -6/+33 | |
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command. | |||||
2010-09-14 | util: Clean up style issues | Denis Kenzior | 1 | -15/+18 | |
2010-09-14 | smsutil: Clean up ussd_encode | Denis Kenzior | 1 | -6/+4 | |
2010-09-14 | util: Clean up some coding style violations | Denis Kenzior | 1 | -9/+9 | |
2010-09-14 | util: Return the number of bytes read, not chars | Denis Kenzior | 1 | -1/+1 | |
To be consistent with the documentation header and other functions of this type | |||||
2010-09-14 | util: Add UCS2 to GSM 7bit converion function | Jeevaka Badrappan | 2 | -0/+118 | |
2010-09-14 | smsutil: Add USSD encoding function | Jeevaka Badrappan | 2 | -0/+30 | |
2010-09-14 | Fix common misspelling in source files | Lucas De Marchi | 1 | -1/+1 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: reponsible->responsible | |||||
2010-09-11 | Add support to enable/disable specific plugin | Zhenhua Zhang | 1 | -1/+10 | |
Support to load or not load specific plugin when ofono is started. E.g., use 'ofonod -P hfp' to disable hfp plugin. | |||||
2010-09-10 | stkutil: Add build_dataobj_ussd_text | Jeevaka Badrappan | 1 | -0/+24 | |
for ussd specific 'Text' Data object handling | |||||
2010-09-10 | gprs: add Suspended property | Mika Liljeberg | 1 | -0/+72 | |
2010-09-10 | smsutil: use unsigned printf format for msgid | Petteri Tikander | 1 | -2/+2 | |
2010-09-10 | smsutil: remove unused parameter | Petteri Tikander | 1 | -3/+1 | |
2010-09-10 | smsutil: status_report_expiration | Petteri Tikander | 2 | -5/+49 | |
2010-09-09 | voicecall: Simplify logic | Denis Kenzior | 1 | -1/+1 | |
2010-09-09 | stk: Fix User Cancel response to Set Up Call | Andrzej Zaborowski | 2 | -1/+15 | |
One of the clean-up commits changed the semantics of the dial request callback's parameter (NULL if call setup failed, non-NULL if success or user cancelled). | |||||
2010-09-09 | manager: Add GetModems method | Denis Kenzior | 1 | -0/+49 | |
2010-09-09 | modem: Add __ofono_modem_foreach | Denis Kenzior | 2 | -0/+14 | |
2010-09-09 | manager: Add ModemRemoved signal | Denis Kenzior | 2 | -0/+13 | |
2010-09-09 | manager: Add ModemAdded signal | Denis Kenzior | 2 | -0/+30 | |
2010-09-09 | modem: Remove unneeded functions | Denis Kenzior | 3 | -84/+0 | |