Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-14 | doc: Update the properties to be readonly | Denis Kenzior | 1 | -5/+5 | |
This also implies that none of these properties are optional | |||||
2010-10-14 | stk: IdleModeIcon and MainMenuIcon properties | Andrzej Zaborowski | 1 | -0/+23 | |
2010-10-14 | stk: Rename sms_submit_req to extern_req | Andrzej Zaborowski | 1 | -8/+13 | |
2010-10-14 | doc: Remove unused property | Denis Kenzior | 1 | -5/+0 | |
2010-10-14 | stk: Reflow stk_menu_create slightly | Denis Kenzior | 1 | -7/+8 | |
2010-10-14 | stk: Add icon ID information in stk_menu | Andrzej Zaborowski | 3 | -5/+24 | |
2010-10-14 | phonesim: minor whitespace fix | Denis Kenzior | 1 | -1/+2 | |
2010-10-14 | stk: Pass icon IDs in stk agent request parameters | Andrzej Zaborowski | 3 | -44/+55 | |
2010-10-14 | doc: Add STK properties relevant for icons. | Andrzej Zaborowski | 1 | -1/+11 | |
2010-10-14 | doc: Update property name to match code. | Andrzej Zaborowski | 1 | -2/+2 | |
2010-10-13 | gdbus: fix not handling bus disconnects | Luiz Augusto von Dentz | 1 | -0/+4 | |
We where not dispatching data when a bus disconnects which cause Disconnected signal to not be processed and thus causing the process to either not exit or to not trigger callbacks registered with g_dbus_set_disconnect_function. To fix this now we always schedule a dispatch which will make sure data still not processed will make its way to the proper handlers even if disconnected. | |||||
2010-10-13 | ofono.rules: Add additional MBM rules | Torgny Johansson | 1 | -0/+16 | |
Add Ericsson c3607w and HP f3607gw/f3307 devices to udev rules file | |||||
2010-10-13 | sim: Refactor iidf reading | Denis Kenzior | 1 | -90/+90 | |
Get rid of image_data since it can lead to potential memory leaks when sim is removed while the IIDF operations are in progress. | |||||
2010-10-13 | test: Update get-icon to the new API | Denis Kenzior | 1 | -1/+5 | |
2010-10-13 | sim: Use ay return signature for GetIcon | Denis Kenzior | 1 | -6/+16 | |
2010-10-13 | doc: Update sim-api.txt with GetIcon | Denis Kenzior | 1 | -0/+6 | |
2010-10-13 | simfs: Also clean out image files | Denis Kenzior | 1 | -1/+33 | |
When cleaning cache | |||||
2010-10-13 | test: Add get-icon script | Denis Kenzior | 2 | -1/+29 | |
2010-10-13 | simfs: Fix the number of bytes copied | Denis Kenzior | 1 | -4/+5 | |
In block reading operations we read too much when the number of bytes to read is smaller than the size of the file. | |||||
2010-10-13 | simfs: Add some debug statements | Denis Kenzior | 1 | -0/+6 | |
2010-10-13 | huawei: Fixup whitespace corruption | Denis Kenzior | 1 | -2/+2 | |
2010-10-13 | simfs: Move buffer back to the op structure | Denis Kenzior | 1 | -16/+14 | |
This was causing problems when multiple sim writes were being issued (and thus bug #8265). | |||||
2010-10-13 | simfs: Reflow to get rid of unnecessary label | Denis Kenzior | 1 | -10/+5 | |
2010-10-13 | sim: Use g_dbus_create_reply | Denis Kenzior | 1 | -5/+4 | |
Instead of compound statements | |||||
2010-10-13 | sim: Don't re-check for id != 0 | Denis Kenzior | 1 | -9/+1 | |
We already check the id is valid in the get_icon function, there's no reason to re-check it. | |||||
2010-10-13 | simutil: add file type for EFimg | Kristen Carlson Accardi | 1 | -0/+1 | |
2010-10-13 | sim: implement GetIcon | Kristen Carlson Accardi | 1 | -0/+187 | |
2010-10-13 | simfs: Group lines logically | Denis Kenzior | 1 | -3/+0 | |
2010-10-13 | simfs: If buffer alloc fails, error out | Denis Kenzior | 1 | -1/+5 | |
2010-10-13 | simfs: Don't try to read image cache imsi is null | Denis Kenzior | 1 | -1/+3 | |
2010-10-13 | simfs: Make image cache logic a bit easier to read | Denis Kenzior | 1 | -5/+6 | |
2010-10-13 | simfs: cache images | Kristen Carlson Accardi | 2 | -0/+66 | |
2010-10-13 | ifx: Disable modem UART for power saving | Marcel Holtmann | 1 | -0/+4 | |
Send AT+XPOW=0,0,0 command when enabling modem to disable UART. This is done for power saving. | |||||
2010-10-13 | atmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -4/+3 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-10-13 | ifxmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -5/+4 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-10-11 | Fix smart messaging D-Bus signatures | Aki Niemi | 1 | -4/+4 | |
2010-10-11 | Fix smart messaging documentation | Aki Niemi | 1 | -13/+12 | |
2010-10-11 | isigen: Add dummy ops for enable/disable | Aki Niemi | 1 | -0/+12 | |
Without these the core gets confused. These are actually no-ops, since enabling and disabling aren't supported with a USB modem. | |||||
2010-10-10 | voicecall: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |
2010-10-10 | voicecall: remove dial_request_finish() cb param | Pekka Pessi | 1 | -9/+9 | |
There is no need for callback param anymore. | |||||
2010-10-10 | voicecall: Check dial requests in voicecall_is_busy | Pekka Pessi | 1 | -7/+2 | |
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial(). | |||||
2010-10-10 | ussd: pass call_in_progress to valid_ussd_string | Pekka Pessi | 1 | -1/+13 | |
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string. | |||||
2010-10-10 | common: fixup logic of valid_ussd_string() | Pekka Pessi | 3 | -27/+21 | |
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD. | |||||
2010-10-08 | TODO: long phone numbers | Pekka Pessi | 1 | -0/+6 | |
2010-10-07 | udev: refactor add_isi | Pekka Pessi | 1 | -5/+15 | |
Gather OFONO_ISI_ADDRESS from same udev device node as OFONO_DRIVER. | |||||
2010-10-07 | udev: do not use post-143 libudev features | Pekka Pessi | 1 | -22/+16 | |
There is no udev_device_get_property_value() in libudev version 143. | |||||
2010-10-07 | Fix COLR typo | Alexander Kanavin | 1 | -1/+1 | |
2010-10-07 | Fix typo in SS enum to string conversion | Alexander Kanavin | 1 | -1/+1 | |
2010-10-06 | doc: Play Tone command proposed d-bus API. | Andrzej Zaborowski | 1 | -0/+40 | |
2010-10-06 | ussd: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |