summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-14test-util: Update unit testDenis Kenzior1-1/+1
2010-09-14util: Return the number of bytes read, not charsDenis Kenzior1-1/+1
To be consistent with the documentation header and other functions of this type
2010-09-14test-util: Fixup various style issuesDenis Kenzior1-7/+16
2010-09-14test-util: test for UCS2 to GSM conversionJeevaka Badrappan1-0/+80
2010-09-14util: Add UCS2 to GSM 7bit converion functionJeevaka Badrappan2-0/+118
2010-09-14smsutil: Add USSD encoding functionJeevaka Badrappan2-0/+30
2010-09-14TODO: Add STK Language Notification taskJeevaka Badrappan1-0/+6
2010-09-14Fix common misspelling in source filesLucas De Marchi1-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-14Fix common misspellings in TODO fileLucas De Marchi1-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-14Fix common misspelling in gisiLucas De Marchi2-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-14Fix common misspellings in gatchatLucas De Marchi3-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-14Fix common misspellings in driversLucas De Marchi6-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-14Fix common misspellings in documentationLucas De Marchi3-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-11Add support to enable/disable specific pluginZhenhua Zhang1-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-10stkutil: Add build_dataobj_ussd_textJeevaka Badrappan1-0/+24
for ussd specific 'Text' Data object handling
2010-09-10atutil: Add parsing of CSCS queriesJeevaka Badrappan2-0/+108
2010-09-10build: Add forgotten disable-gprs and enable-gprsDenis Kenzior1-1/+3
2010-09-10test: add enable-gprs and disable-gprs scriptsMika Liljeberg2-0/+40
2010-09-10isimodem: implement Suspended propertyMika Liljeberg4-1/+99
2010-09-10gprs: add Suspended propertyMika Liljeberg3-0/+101
2010-09-10TODO: Claim ownership of Suspended property for GPRSMika Liljeberg1-1/+2
2010-09-10smsutil: use unsigned printf format for msgidPetteri Tikander1-2/+2
2010-09-10smsutil: remove unused parameterPetteri Tikander1-3/+1
2010-09-10unit: Add unit test for status report expirationPetteri Tikander1-0/+7
2010-09-10smsutil: status_report_expirationPetteri Tikander2-5/+49
2010-09-09voicecall: Simplify logicDenis Kenzior1-1/+1
2010-09-09stk: Fix User Cancel response to Set Up CallAndrzej Zaborowski2-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-10Release 0.28Marcel Holtmann2-1/+13
2010-09-09test: Update to the new Manager apiDenis Kenzior48-213/+121
2010-09-09test: Fix mixing tabs and spacesDenis Kenzior1-3/+3
2010-09-09manager: Add GetModems methodDenis Kenzior1-0/+49
2010-09-09modem: Add __ofono_modem_foreachDenis Kenzior2-0/+14
2010-09-09manager: Add ModemRemoved signalDenis Kenzior2-0/+13
2010-09-09manager: Add ModemAdded signalDenis Kenzior2-0/+30
2010-09-09modem: Remove unneeded functionsDenis Kenzior3-84/+0
2010-09-09TODO: Remove unneeded empty lineDenis Kenzior1-1/+0
2010-09-09modem: Break out append_modem_propertiesDenis Kenzior2-26/+32
2010-09-09Add gdbus/polkit.c file to sources listMarcel Holtmann1-1/+2
2010-09-09Add support for builtin GDBus security using PolicyKitMarcel Holtmann2-1/+247
2010-09-09Add support for GDBus security action and flagsMarcel Holtmann2-3/+21
2010-09-09Use simpler error callbacks for GDBus security hooksMarcel Holtmann2-8/+30
2010-09-09Add support for GDBus security handlersMarcel Holtmann2-22/+156
2010-09-09stkutil: Trivial style issueDenis Kenzior1-4/+2
2010-09-09stkutil: Add Send USSD-specific Text dataobjJeevaka Badrappan1-0/+11
Send USSD terminal response re-uses the 'Text' data object, however it passes around binary data structures. We make an exception specifically for this case and invent a new stk_ussd_text data structure that is handled separately from simple STK text.
2010-09-09stkutil: Add Send USSD specific result codesJeevaka Badrappan1-0/+2
2010-09-09call-settings: Add __ofono_call_settings_is_busyJeevaka Badrappan2-0/+8
2010-09-09call-forwarding: Add __ofono_call_forwarding_is_busyJeevaka Badrappan2-0/+8
2010-09-09call-barring: Add __ofono_call_barring_is_busyJeevaka Badrappan2-0/+8
2010-09-09TODO: update owner persist outgoing SMS messages taskKristen Carlson Accardi1-0/+1
2010-09-09AUTHORS: Mention Jeevaka's contributionsDenis Kenzior1-0/+1