summaryrefslogtreecommitdiff
path: root/plugins/ofono.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-04ofono: Fix signal strength reportSamuel Ortiz1-12/+12
2010-11-26ofono: Parse the new Lockdown propertyGustavo F. Padovan1-0/+14
2010-11-25ofono: Fix Modem properties parsingGustavo F. Padovan1-7/+4
2010-11-23ofono: Set network group when adding the networkMohamed Abbas1-1/+3
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-4/+1
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann1-2/+0
2010-09-27Check device before call connman_device_set_string at ofono pluginMartin Xu1-3/+3
2010-09-10Remove leftover definesMarcel Holtmann1-3/+0
2010-09-10Implement the ModemAdded and ModemRemoved signal handlersSamuel Ortiz1-0/+27
2010-09-10Fix typo: modem_removed is linked to the MODEM_REMOVED signalSamuel Ortiz1-1/+1
2010-09-10Support the new oFono Manager APISamuel Ortiz1-171/+62
2010-09-09Fix debug message formattingSamuel Ortiz1-1/+1
2010-09-09Fix error message formattingSamuel Ortiz1-1/+1
2010-09-09Extend the D-Bus timeout for slow modemsSamuel Ortiz1-1/+1
2010-09-09Power the ConnectionManager interface up when it shows upSamuel Ortiz1-1/+10
2010-09-09ofono: use new oFono GPRS interfacesPekka Pessi1-342/+340
2010-09-09ofono: use Modem Online propertyPekka Pessi1-50/+193
2010-09-09ofono: refactor modem_has_gprs()Pekka Pessi1-4/+10
2010-09-09ofono: refactor simPekka Pessi1-46/+4
2010-09-09ofono: refactor pri_context_changed handlerPekka Pessi1-39/+39
2010-09-09ofono: fix pending_network_is_available()Pekka Pessi1-23/+3
2010-09-09ofono: don't reuse identifier pending_networkPekka Pessi1-12/+10
2010-09-09ofono: fix add_network()Pekka Pessi1-7/+12
2010-09-09ofono: do not strdup in get_ident()Pekka Pessi1-5/+1
2010-09-09ofono: refactor dbus callsPekka Pessi1-194/+75
2010-09-09ofono: avoid race between signals and methodsPekka Pessi1-19/+34
2010-09-09ofono: fix stale data usagePekka Pessi1-8/+14
2010-09-09ofono: log more of the errorsPekka Pessi1-5/+27
2010-09-09ofono: refactor SetProperty D-Bus callsPekka Pessi1-132/+45
2010-06-25Set the network roaming toggle according to oFono statusSamuel Ortiz1-0/+30
2010-06-16Use the network_update() routine for propagating strenght changesSamuel Ortiz1-1/+1
2010-06-16Track strength changes from oFono's registration interfaceSamuel Ortiz1-1/+9
2010-06-14ofono: Follow registration name changesKalle Valo1-0/+47
2010-06-11Remove IPv4 element registration from the oFono pluginSamuel Ortiz1-31/+1
2010-06-10ofono: do not use context path as network group identifierKalle Valo1-8/+5
2010-05-21Adapt to new MCC and MNC properties from oFonoDaniel Wagner1-19/+36
2010-04-14ofono API refactoring: Rename netreg Operator property to NameDaniel Wagner1-1/+6
2010-04-14Remove the access of status property of DataConnectionManager from oFonoMartin Xu1-12/+0
2010-03-23Set network->device as NULL when the device is removedMartin Xu1-1/+3
2010-03-19Handle the case that MobileNetworkCodeLength is not providedMartin Xu1-15/+16
2010-03-19Correct the modem properties key nameMartin Xu1-1/+1
2010-03-08Export MCC and MNC for cellular servicesMartin Xu1-8/+33
2010-02-11Add static IP supportMartin Xu1-0/+3
2010-01-29Add network->driver->setup() callback functionMartin Xu1-2/+11
2010-01-28Use operator name as the network nameMartin Xu1-17/+101
2010-01-23Set APN before connecting via oFono pluginMartin Xu1-0/+66
2010-01-23Add default context if no context existsMartin Xu1-0/+78
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann1-15/+18
2009-12-31Port ofono driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-67/+68