Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | test: Update monitor-ofono with USSD support | Denis Kenzior | 1 | -0/+12 | |
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: Rework ussd_request | Denis Kenzior | 1 | -8/+9 | |
- Only allocate variables which are needed - Make sure buffers are big enough - converted is a simple string, no need to use fancy printf magic | |||||
2010-09-14 | ussd: Simplify ussd notification parser logic | Denis Kenzior | 1 | -27/+57 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 4 | -89/+115 | |
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 | ussd: Read current CSCS charset | Jeevaka Badrappan | 1 | -0/+16 | |
2010-09-14 | util: Clean up some coding style violations | Denis Kenzior | 1 | -9/+9 | |
2010-09-14 | test-util: Update unit test | Denis Kenzior | 1 | -1/+1 | |
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 | test-util: Fixup various style issues | Denis Kenzior | 1 | -7/+16 | |
2010-09-14 | test-util: test for UCS2 to GSM conversion | Jeevaka Badrappan | 1 | -0/+80 | |
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 | TODO: Add STK Language Notification task | Jeevaka Badrappan | 1 | -0/+6 | |
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-14 | Fix common misspellings in TODO file | Lucas De Marchi | 1 | -2/+2 | |
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 misspellings: proprietory->proprietary seperately->separately | |||||
2010-09-14 | Fix common misspelling in gisi | Lucas De Marchi | 2 | -2/+2 | |
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: fomr->from | |||||
2010-09-14 | Fix common misspellings in gatchat | Lucas De Marchi | 3 | -3/+3 | |
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 misspellings: priviledge->privilege succeded->succeeded | |||||
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 6 | -6/+6 | |
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 misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring | |||||
2010-09-14 | Fix common misspellings in documentation | Lucas De Marchi | 3 | -6/+6 | |
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 misspellings: accomodate->accommodate targetted->targeted transfering->transferring witheld->withheld withold->withhold | |||||
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 | atutil: Add parsing of CSCS queries | Jeevaka Badrappan | 2 | -0/+108 | |
2010-09-10 | build: Add forgotten disable-gprs and enable-gprs | Denis Kenzior | 1 | -1/+3 | |
2010-09-10 | test: add enable-gprs and disable-gprs scripts | Mika Liljeberg | 2 | -0/+40 | |
2010-09-10 | isimodem: implement Suspended property | Mika Liljeberg | 4 | -1/+99 | |
2010-09-10 | gprs: add Suspended property | Mika Liljeberg | 3 | -0/+101 | |
2010-09-10 | TODO: Claim ownership of Suspended property for GPRS | Mika Liljeberg | 1 | -1/+2 | |
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 | unit: Add unit test for status report expiration | Petteri Tikander | 1 | -0/+7 | |
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-10 | Release 0.28 | Marcel Holtmann | 2 | -1/+13 | |
2010-09-09 | test: Update to the new Manager api | Denis Kenzior | 48 | -213/+121 | |
2010-09-09 | test: Fix mixing tabs and spaces | Denis Kenzior | 1 | -3/+3 | |
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 | |