Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | simutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | sim: Fix style issues | Aki Niemi | 1 | -5/+3 | |
2011-02-02 | simfs: Add NULL check | Aki Niemi | 1 | -0/+3 | |
2011-02-02 | message-waiting: Fix indentation | Aki Niemi | 1 | -3/+3 | |
2011-02-02 | cbs: Fix style issues | Aki Niemi | 1 | -6/+6 | |
2011-02-02 | call-volume: Fix style issue | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | call-settings: Fix style issues | Aki Niemi | 1 | -3/+3 | |
2011-02-02 | call-barring: Fix style issue | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | netreg: Fix coding style, M12 | Aki Niemi | 1 | -17/+14 | |
2011-02-02 | call-forwarding: Remove useless curly brackets | Aki Niemi | 1 | -2/+1 | |
2011-02-02 | simutil: Add checks for NULL | Aki Niemi | 1 | -0/+9 | |
2011-02-02 | audio-settings: Fix style, use tabs to indent | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | call-meter: Fix style issues | Aki Niemi | 1 | -5/+6 | |
2011-02-01 | common: implement initializer for ofono_call | Lucas De Marchi | 1 | -0/+7 | |
2011-01-29 | simfs: Return from sim_fs_op_check_cached on error | Andrzej Zaborowski | 1 | -1/+3 | |
2011-01-29 | simfs: Reset op_source in simfs_read_block | Andrzej Zaborowski | 1 | -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-28 | smsutil: do not allow larger file names | Lucas De Marchi | 1 | -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-28 | smsutil: Don't bother renaming to the same name | Denis Kenzior | 1 | -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-28 | smsutil: Fix corner case during tx queue loading | Denis Kenzior | 1 | -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-28 | smsutil: simplify tx backup loading | Denis Kenzior | 1 | -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-28 | sms: restore pending tx messages from backup | Lucas De Marchi | 4 | -0/+251 | |
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: delete sent sms messages from backup | Lucas De Marchi | 3 | -0/+61 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: store pending tx pdus on disk | Lucas De Marchi | 3 | -0/+54 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-26 | message-waiting: check for NULL argument | Pekka Pessi | 1 | -3/+10 | |
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 1 | -3/+2 | |
2011-01-26 | stk: Fix issue in stk_alpha_id_set | Jeevaka Badrappan | 1 | -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-26 | gprs: Refactor gprs provisioning | Denis Kenzior | 1 | -54/+70 | |
2011-01-26 | gprs: Put back the id if context creation fails | Denis Kenzior | 1 | -0/+1 | |
2011-01-26 | gprs: write out MessageCenter and MessageProxy | Denis Kenzior | 1 | -0/+9 | |
These values were not written out to settings | |||||
2011-01-26 | gprs-provision: Refactor provisioning | Denis Kenzior | 2 | -19/+17 | |
2011-01-26 | gprs: add gprs context provisioning | Jukka Saunamaki | 1 | -4/+95 | |
2011-01-26 | gprs-provision: add driver API sources | Jukka Saunamaki | 1 | -0/+104 | |
2011-01-26 | ofono.h: add gprs-provision | Jukka Saunamaki | 1 | -0/+8 | |
2011-01-26 | simutil: Add EFcsp file and service group IDs | Aki Niemi | 1 | -0/+16 | |
2011-01-26 | modem: Simplify the modem lockdown modification | Marcel Holtmann | 1 | -26/+27 | |
2011-01-26 | modem: Be a bit more paranoid with lock_owner reset | Marcel Holtmann | 1 | -0/+4 | |
2011-01-26 | modem: do not allow more than one client to lock down | Rémi Denis-Courmont | 1 | -7/+6 | |
2011-01-25 | call-settings: use enum values | Lucas De Marchi | 1 | -8/+8 | |
Use the enum values defined for CLIP, CNAP, CLIR, COLP and COLR. | |||||
2011-01-25 | common: add function to validate long numbers | Rafael Ignacio Zurita | 3 | -3/+21 | |
Also, adapt voicecall to use the new function for outgoing calls. | |||||
2011-01-25 | simutil: EF Fileid additions USIM and SIM Phonebook | Jessica Nilsson | 1 | -0/+12 | |
Also, adding some general fileids for building paths | |||||
2011-01-24 | stk: change timeout from 10 to 3mintues | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-23 | modem: Add feature entry for supplementary services | Marcel Holtmann | 1 | -0/+1 | |
2011-01-23 | ussd: Use global definition of supplementary services interface | Marcel Holtmann | 1 | -8/+9 | |
2011-01-22 | sim: Remove double empty lines | Marcel Holtmann | 1 | -1/+0 | |
2011-01-21 | voicecall: Fix some minor style issues for voicecall properties | Marcel Holtmann | 1 | -13/+13 | |
2011-01-20 | sms: Break out message objects into message.[ch] | Faiyaz Baxamusa | 3 | -219/+310 | |
These can be used as is by the CDMA SMS manager atom | |||||
2011-01-20 | sim-auth: Add skeleton for the sim-auth atom | Andrzej Zaborowski | 2 | -0/+136 | |
2011-01-20 | ofono.h: Remove unneeded initialisers | Andrzej Zaborowski | 1 | -24/+24 | |
They have no effect, enum already ensures the values are unique. | |||||
2011-01-20 | simutil: Fix a memory leak | Denis Kenzior | 1 | -1/+3 | |
2011-01-20 | simutil: SIM applications directory decoding utils | Andrzej Zaborowski | 2 | -0/+65 | |