Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-14 | gatchat: Fix calling unregister from callbacks | Denis Kenzior | 1 | -2/+40 | |
This fixes the issues with SIM hotswap on infineon | |||||
2010-10-14 | TODO: Mark SIM icon tasks as done | Denis Kenzior | 2 | -16/+6 | |
2010-10-14 | gatchat: break out the remove_if logic | Denis Kenzior | 1 | -46/+64 | |
And make unregister_group use the new function | |||||
2010-10-14 | gatchat: quit early if the group id doesn't match | Denis Kenzior | 1 | -1/+1 | |
If the ID of the notify matches but the group id does not match it means that the unregister is being called with an id that does not belong to that particular group. Checking further entries is no longer necessary. | |||||
2010-10-14 | Fix style problem | Aki Niemi | 1 | -1/+1 | |
2010-10-14 | gisi: Fix copyright and license boilerplate | Aki Niemi | 18 | -246/+230 | |
2010-10-14 | sms: Implement text and datagram watch | Aki Niemi | 2 | -17/+171 | |
Allow setting a watch for incoming text and datagram messages on the sms atom. | |||||
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 32 | -418/+411 | |
2010-10-14 | isimodem: Fix SMSC address update request | Aki Niemi | 1 | -2/+2 | |
2010-10-14 | simutil: add ID of EFadn | Petteri Tikander | 1 | -0/+1 | |
2010-10-14 | stk: Add a debug to print the handled command type | Denis Kenzior | 1 | -0/+2 | |
2010-10-14 | API for STK driver to signal executed commands | Andrzej Zaborowski | 2 | -0/+45 | |
Some modems are able to handle some proactive commands in their firmware or otherwise, if the command doesn't require input from user. Nevertheles ofono may need to update internal state or notify the user where necessary. With this api the driver can notify core that a command is being executed in the modem or that a command is finished executing and the TERMINAL RESPONSE has been sent to SIM. It would also be possible for a driver to handle a command. | |||||
2010-10-14 | stkagent: Add PlayTone and LoopTone requests | Andrzej Zaborowski | 2 | -0/+107 | |
2010-10-14 | stk: Simplify and add icon to alphaId api | Andrzej Zaborowski | 1 | -18/+7 | |
The assumption is now that stk_alpha_id_set will handle NULL or empty alphaIds or icons. | |||||
2010-10-14 | stk: Make the stk properties not optional | Denis Kenzior | 1 | -30/+21 | |
2010-10-14 | stkagent: Handle NULL items in append_menu_items | Denis Kenzior | 1 | -1/+2 | |
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. |