Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | modem: Only find registered atoms | Denis Kenzior | 1 | -1/+1 | |
Change the semantics of __ofono_modem_find_atom to only return registered atoms. | |||||
2011-03-30 | devinfo: Register the devinfo atom | Denis Kenzior | 1 | -5/+19 | |
2011-03-30 | voicecall: set call_list to NULL | Denis Kenzior | 1 | -0/+1 | |
2011-03-30 | network: Notify only registered emulator atoms | Denis Kenzior | 1 | -10/+17 | |
2011-03-30 | modem: Add __ofono_modem_foreach_registered_atom | Denis Kenzior | 2 | -0/+29 | |
2011-03-30 | modem: Remove more un-needed code | Denis Kenzior | 1 | -7/+0 | |
2011-03-30 | network: Remove un-needed code | Denis Kenzior | 1 | -3/+0 | |
With the new add_atom_watch semantics the foreach statement is not needed. | |||||
2011-03-30 | atmodem: remove redundant code | Mika Liljeberg | 1 | -12/+1 | |
2011-03-30 | core: remove redundant code | Mika Liljeberg | 7 | -52/+0 | |
2011-03-30 | core: notify watches of already registered atoms | Mika Liljeberg | 1 | -1/+15 | |
2011-03-30 | test: Add DisplayAction method in test-stk-menu | Philippe Nunes | 1 | -0/+10 | |
2011-03-30 | stk: Handle user termination for Send DTMF | Philippe Nunes | 1 | -5/+21 | |
2011-03-30 | stkagent: typedef renaming from previous commit | Denis Kenzior | 2 | -4/+4 | |
2011-03-30 | stkagent: Add stk_agent_display_action method | Philippe Nunes | 2 | -0/+70 | |
2011-03-30 | doc: Introduce DisplayAction method to stk-api | Philippe Nunes | 1 | -0/+11 | |
2011-03-30 | doc: Reformat the dialup architecture layout a bit | Marcel Holtmann | 1 | -6/+7 | |
2011-03-30 | doc: add dialup-overview.txt | Guillaume Zajac | 1 | -0/+47 | |
2011-03-29 | TODO: set owner of HSP task | Frédéric Dalleau | 1 | -0/+1 | |
2011-03-29 | include: Remove unused typedef | Denis Kenzior | 1 | -5/+0 | |
2011-03-29 | netreg: add +COPS support for HFP emulator | Frédéric Danis | 1 | -11/+68 | |
2011-03-29 | gatserver: add tone and pulse dialing AT commands | Olivier Guiter | 1 | -0/+38 | |
2011-03-29 | doc: add Modem Emulator to wip section | Bertrand Aygon | 1 | -1/+7 | |
2011-03-29 | TODO: set owner of Emergency Calls task | Jeevaka Badrappan | 1 | -0/+1 | |
2011-03-29 | TODO: remove E911 support owner | Jarko Poutiainen | 1 | -1/+0 | |
2011-03-29 | gnss: fix broken build | Olivier Guiter | 1 | -0/+1 | |
2011-03-29 | gnss: fix broken build | Olivier Guiter | 1 | -1/+0 | |
2011-03-28 | doc: update overview.txt: add gps / gnss | Bertrand Aygon | 1 | -0/+8 | |
add GPS/Location Services feature information | |||||
2011-03-28 | gnss: Disable piecemeal CPOSR reporting | Denis Kenzior | 1 | -1/+1 | |
2011-03-28 | test: Rework the gnss test slightly | Denis Kenzior | 1 | -13/+15 | |
Rework the test to avoid going over 80 characters / line, eliminate some unneded empty lines and use slightly simpler variable names | |||||
2011-03-28 | test: add test-gnss | Jarko Poutiainen | 2 | -1/+93 | |
2011-03-28 | gnss: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-03-28 | phonesim: add gnss support | Denis Kenzior | 1 | -0/+1 | |
2011-03-28 | ste: add support for gnss | Jarko Poutiainen | 1 | -2/+6 | |
2011-03-28 | atmodem: add gnss driver | Jarko Poutiainen | 4 | -1/+289 | |
2011-03-28 | gatchat: Add support for short prompt send variant | Denis Kenzior | 1 | -13/+40 | |
2011-03-28 | gatsyntax: support short prompt in v1 parser | Denis Kenzior | 1 | -0/+24 | |
2011-03-28 | gatsyntax: support short prompt for permissive | Denis Kenzior | 1 | -0/+25 | |
2011-03-28 | gatchat: new hint to handle +CPOS | Jarko Poutiainen | 1 | -1/+2 | |
2011-03-28 | gatchat: introduce send for +CPOS | Jarko Poutiainen | 1 | -0/+8 | |
2011-03-28 | gnss: Rework logic flow for exceptional conditions | Denis Kenzior | 1 | -29/+23 | |
2011-03-28 | gnss: Minor style fix | Denis Kenzior | 1 | -7/+2 | |
2011-03-28 | gnss: Tweak error | Denis Kenzior | 1 | -1/+1 | |
2011-03-28 | gnss: No need to set this to FALSE | Denis Kenzior | 1 | -1/+0 | |
The structure is already zerod during g_try_new0 | |||||
2011-03-28 | gnss: Minor style tweak | Denis Kenzior | 1 | -5/+3 | |
2011-03-28 | gnss: block send_element if we have no agent | Denis Kenzior | 1 | -0/+3 | |
2011-03-28 | ofono.conf: add positioning agent interface | Jarko Poutiainen | 1 | -0/+1 | |
2011-03-28 | gnssagent: Unify sending functions | Denis Kenzior | 1 | -19/+14 | |
2011-03-28 | gnssagent: Minor style tweaks | Denis Kenzior | 1 | -9/+6 | |
2011-03-28 | gnss: Remove unneeded parameter to gnss_agent_new | Denis Kenzior | 3 | -9/+3 | |
2011-03-28 | src: add gnss atom and agent implementation | Jarko Poutiainen | 4 | -1/+589 | |