Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-10 | unit: Fix up stk test data timezone handling | Denis Kenzior | 1 | -0/+6 | |
2010-12-10 | unit: Use empty text instead of NULL | Denis Kenzior | 1 | -2/+4 | |
2010-12-10 | stk: No need to check for null text | Denis Kenzior | 1 | -13/+8 | |
For Set up idle mode text | |||||
2010-12-10 | stkutil: fix crash cause by null text string | Guillaume Lucas | 1 | -2/+4 | |
According to 3GPP TS 31.124 a zero length for the text string should be allowed. An empty string must be returned to the user in this case. | |||||
2010-12-10 | gdbus: fix accessing freed callback data | Johan Hedberg | 1 | -5/+5 | |
cb->disc_func or cb->conn_func could remove the callback so this needs to be checked for before continuing processing. | |||||
2010-12-09 | doc: Add RoamingPreference property | Rajesh Kadhiravan Nagaiah | 1 | -0/+11 | |
2010-12-09 | test: Fixup build issues with test-sms | Denis Kenzior | 1 | -8/+8 | |
2010-12-08 | radio-settings: Minor style fixes for rule M13 | Denis Kenzior | 1 | -3/+3 | |
2010-12-08 | AUTHORS: Mention Rafael's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-08 | TODO: Add owner to 'GPS power control atom' task | Rafael Ignacio Zurita | 1 | -0/+1 | |
2010-12-08 | doc: Reword the description of GsmBand and UmtsBand | Denis Kenzior | 1 | -6/+6 | |
2010-12-08 | doc: document frequency band selection | Lucas De Marchi | 1 | -0/+43 | |
2010-12-08 | radio-settings: Minor style issues | Denis Kenzior | 1 | -4/+2 | |
2010-12-08 | radio-settings: add frequency band selection props | Lucas De Marchi | 1 | -2/+248 | |
2010-12-08 | include: Minor style fixes | Denis Kenzior | 2 | -10/+10 | |
2010-12-08 | radio-settings: add frequency band selection methods | Lucas De Marchi | 1 | -0/+33 | |
2010-12-08 | TODO: Mark Provide Local Information task as done | Denis Kenzior | 2 | -10/+9 | |
2010-12-08 | TODO: Mark Language Notification task as done | Jeevaka Badrappan | 2 | -6/+4 | |
2010-12-08 | unit: Minor style updates to test-sms | Denis Kenzior | 1 | -30/+27 | |
2010-12-08 | AUTHORS: Mention Oleg's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-08 | unit: add national dialect SMS character set tests | Oleg Zhurakivskyy | 1 | -0/+244 | |
2010-12-08 | simutil: fixup style according to M11 | Denis Kenzior | 1 | -158/+158 | |
2010-12-08 | gdbus: explicitly compare pointers to NULL | Lucas De Marchi | 3 | -24/+23 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-12-08 | stk: Handle provide local info proactive command | Yang Gu | 1 | -0/+77 | |
2010-12-08 | smsutil: Make timezone an optional field | Yang Gu | 3 | -12/+13 | |
2010-12-08 | test: When priting help for enter-pin, exit | Denis Kenzior | 1 | -0/+1 | |
2010-12-07 | smsutil: Change the range of time zone | Yang Gu | 1 | -2/+9 | |
2010-12-07 | phonesim: Add modem reset trigger | Gustavo F. Padovan | 1 | -0/+27 | |
2010-12-07 | Add ofono_modem_reset() | Gustavo F. Padovan | 1 | -0/+20 | |
Some modems can screw up everything and then we will need to do a silent reset of the modem. This patch take the modem back to the OFFLINE state. | |||||
2010-12-07 | modem: add ofono_modem_reset() to modem.h | Gustavo F. Padovan | 1 | -0/+2 | |
2010-12-07 | modem: only unref pending if it is a powered pending | Gustavo F. Padovan | 1 | -1/+2 | |
2010-12-07 | TODO: add owner to 'SIM PIN retry counter' task | Lucas De Marchi | 1 | -0/+1 | |
2010-12-07 | TODO: Add owner for the CNAP task | Gustavo F. Padovan | 1 | -0/+1 | |
2010-12-07 | gatchat: fix canceling in progress commands | Vinicius Costa Gomes | 1 | -1/+1 | |
As g_queue_peek_head() returns the node data field, we have to compare it against the actual command, not against the pointer to the queue node. | |||||
2010-12-07 | smsutil: Minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-12-07 | build: Silence another make message | Marcel Holtmann | 1 | -0/+2 | |
2010-12-07 | Mark ofono/*.h symbolink links as built sources | Rémi Denis-Courmont | 1 | -3/+3 | |
This forces automake/make to build them first if needed (as before). But it avoids marking every single header as a dependency of every single object. Thus we do not need a bogus full rebuild of the tree everytime a header is added. | |||||
2010-12-03 | voicecall: fix dial result handling | Pekka Pessi | 1 | -3/+16 | |
The existing call will be automatically put on hold if there is an existing active call when dialing. On some modems the dial request returns only after the dialed call is active and the existing call has been put on hold. However, on isimodem driver the dial request returns immediately before the existing call has changed its status. With isimodem driver the dial_handle_result() selected the existing call from the list when it should have created a new one. The dial result handling now guards againt returning a previously dialed active call as result. | |||||
2010-12-03 | network: Send strength as a byte, not uint16 | Denis Kenzior | 1 | -4/+5 | |
To be consistent with the documentation | |||||
2010-12-03 | AUTHORS: Mention Helen's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-03 | ste: Minor style fixes | Denis Kenzior | 1 | -1/+3 | |
2010-12-03 | ste: Restructure caif channel creation | Helen Clemson | 1 | -12/+28 | |
This is restructuring the caif channel creation, so that at a later date multiple AT channels can be supported. This effectively moves the channel creation from ste_enable, into its own function, ste_create_channel. | |||||
2010-12-03 | isi/voicecall: fix handling of waiting calls | Pekka Pessi | 1 | -58/+56 | |
Also, do not retrieve calls after isi_release_all_active() because retrieving is now only an unwanted side-effect . | |||||
2010-12-03 | isi/voicecall: avoid side-effects of release | Pekka Pessi | 1 | -16/+16 | |
If a call was held automatically when an another call was dialed or answered, it gets retrieved when the other call is released unless auto change features is explicitly disabled. Drop cause_type parameter because it is never used. Use cause code for busy when releasing incoming or waiting calls. | |||||
2010-12-03 | isi/voicecall: add call id to queued requests | Pekka Pessi | 1 | -32/+57 | |
2010-12-03 | isi/voicecall: fix status reporting | Pekka Pessi | 1 | -198/+189 | |
Do not report incoming calls to the oFono core until they can be answered. Report MT_RELEASED or MO_RELEASED via ofono_voicecall_notify(), TERMINATED calls via ofono_voicecall_disconnected(). | |||||
2010-12-03 | coding-style M14: parenthesis around sizeof arg | Pekka Pessi | 1 | -0/+14 | |
2010-12-03 | test: Unregister agents on keyboard interrupt | Aki Niemi | 2 | -2/+12 | |
Control-C now calls UnregisterAgent(), so the agents exit cleanly. | |||||
2010-12-03 | test: Fix script output | Aki Niemi | 1 | -1/+1 | |
There is no proposing, just action. | |||||
2010-12-03 | TODO: Add owner for IAP database task | Aki Niemi | 1 | -0/+1 | |