summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02simutil: Remove trailing WSAki Niemi1-1/+1
2011-02-02sim: Fix style issuesAki Niemi1-5/+3
2011-02-02simfs: Add NULL checkAki Niemi1-0/+3
2011-02-02message-waiting: Fix indentationAki Niemi1-3/+3
2011-02-02cbs: Fix style issuesAki Niemi1-6/+6
2011-02-02call-volume: Fix style issueAki Niemi1-1/+1
2011-02-02call-settings: Fix style issuesAki Niemi1-3/+3
2011-02-02call-barring: Fix style issueAki Niemi1-1/+1
2011-02-02netreg: Fix coding style, M12Aki Niemi1-17/+14
2011-02-02call-forwarding: Remove useless curly bracketsAki Niemi1-2/+1
2011-02-02simutil: Add checks for NULLAki Niemi1-0/+9
2011-02-02audio-settings: Fix style, use tabs to indentAki Niemi1-1/+1
2011-02-02call-meter: Fix style issuesAki Niemi1-5/+6
2011-02-01common: implement initializer for ofono_callLucas De Marchi1-0/+7
2011-01-29simfs: Return from sim_fs_op_check_cached on errorAndrzej Zaborowski1-1/+3
2011-01-29simfs: Reset op_source in simfs_read_blockAndrzej Zaborowski1-0/+2
If the block is not in cache or if this is the last block of a last op in the queue, then fs->op_source might be left with the wrong value.
2011-01-28smsutil: do not allow larger file namesLucas De Marchi1-2/+3
If file name had anything in the name after addr-msgid, it would be parsed as well. This is not what we want, since there could be temporary files lying around.
2011-01-28smsutil: Don't bother renaming to the same nameDenis Kenzior1-5/+12
In sms_tx_queue_load, if the resulting file is the same (which is quite often the case) then don't bother trying to rename it.
2011-01-28smsutil: Fix corner case during tx queue loadingDenis Kenzior1-12/+12
If there are extraneous files in the directory when it is being loaded, then the index used to rename the old file into the new file can get out of sync with what the core expects.
2011-01-28smsutil: simplify tx backup loadingDenis Kenzior1-41/+11
glib functions as a rule do not use g_try* variations. They use g_malloc instead, so there's no need to check for out of memory conditions.
2011-01-28sms: restore pending tx messages from backupLucas De Marchi4-0/+251
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: delete sent sms messages from backupLucas De Marchi3-0/+61
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: store pending tx pdus on diskLucas De Marchi3-0/+54
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-26message-waiting: check for NULL argumentPekka Pessi1-3/+10
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-3/+2
2011-01-26stk: Fix issue in stk_alpha_id_setJeevaka Badrappan1-1/+6
Fixes the crash seen with the null alpha identifier. Also removed the icon check since the decision of whether to inform the user of the action is dependent entirely on whether the alpha identifier is provided by the UICC.
2011-01-26gprs: Refactor gprs provisioningDenis Kenzior1-54/+70
2011-01-26gprs: Put back the id if context creation failsDenis Kenzior1-0/+1
2011-01-26gprs: write out MessageCenter and MessageProxyDenis Kenzior1-0/+9
These values were not written out to settings
2011-01-26gprs-provision: Refactor provisioningDenis Kenzior2-19/+17
2011-01-26gprs: add gprs context provisioningJukka Saunamaki1-4/+95
2011-01-26gprs-provision: add driver API sourcesJukka Saunamaki1-0/+104
2011-01-26ofono.h: add gprs-provisionJukka Saunamaki1-0/+8
2011-01-26simutil: Add EFcsp file and service group IDsAki Niemi1-0/+16
2011-01-26modem: Simplify the modem lockdown modificationMarcel Holtmann1-26/+27
2011-01-26modem: Be a bit more paranoid with lock_owner resetMarcel Holtmann1-0/+4
2011-01-26modem: do not allow more than one client to lock downRémi Denis-Courmont1-7/+6
2011-01-25call-settings: use enum valuesLucas De Marchi1-8/+8
Use the enum values defined for CLIP, CNAP, CLIR, COLP and COLR.
2011-01-25common: add function to validate long numbersRafael Ignacio Zurita3-3/+21
Also, adapt voicecall to use the new function for outgoing calls.
2011-01-25simutil: EF Fileid additions USIM and SIM PhonebookJessica Nilsson1-0/+12
Also, adding some general fileids for building paths
2011-01-24stk: change timeout from 10 to 3mintuesJeevaka Badrappan1-1/+1
2011-01-23modem: Add feature entry for supplementary servicesMarcel Holtmann1-0/+1
2011-01-23ussd: Use global definition of supplementary services interfaceMarcel Holtmann1-8/+9
2011-01-22sim: Remove double empty linesMarcel Holtmann1-1/+0
2011-01-21voicecall: Fix some minor style issues for voicecall propertiesMarcel Holtmann1-13/+13
2011-01-20sms: Break out message objects into message.[ch]Faiyaz Baxamusa3-219/+310
These can be used as is by the CDMA SMS manager atom
2011-01-20sim-auth: Add skeleton for the sim-auth atomAndrzej Zaborowski2-0/+136
2011-01-20ofono.h: Remove unneeded initialisersAndrzej Zaborowski1-24/+24
They have no effect, enum already ensures the values are unique.
2011-01-20simutil: Fix a memory leakDenis Kenzior1-1/+3
2011-01-20simutil: SIM applications directory decoding utilsAndrzej Zaborowski2-0/+65