summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Rename function to express its purpose betterDenis Kenzior1-2/+2
2009-10-08Allow sending DTMF tones in alerting statePekka Pessi1-1/+5
2009-10-08Use swap_without_accept method, if presentPekka Pessi1-0/+20
2009-10-05Fix: Don't crash when cached ef structure differsDenis Kenzior1-1/+1
2009-10-04Fix pointer size problem with GUINT_TO_POINTER and unsigned shortMarcel Holtmann1-1/+1
2009-10-02Fix: Handle empty SMSesDenis Kenzior1-2/+4
2009-10-02Fix: Make const correctDenis Kenzior2-4/+4
2009-10-02Fix: Add additional error checkingDenis Kenzior1-1/+4
2009-10-02Use small caps for 2G/3G functionsDenis Kenzior2-4/+4
2009-10-02Add utility to parse 3G get response dataDenis Kenzior2-0/+114
2009-10-02Add utility to parse 2G GET_RESPONSE dataDenis Kenzior2-0/+26
2009-10-02Add utility to lookup files in EF dbDenis Kenzior2-1/+23
2009-10-02Refactor: Move elementary file type checkingDenis Kenzior5-116/+80
2009-10-02Add basic elementary file databaseDenis Kenzior2-0/+73
2009-09-29Fix: different signedness comparisonDenis Kenzior1-1/+1
2009-09-29Fix: Don't try to set a value if already setDenis Kenzior1-0/+9
2009-09-29Add Muted property to CallVolume atomDenis Kenzior1-0/+66
2009-09-29Refactor: Call Volume set_property handlingDenis Kenzior1-71/+59
2009-09-29Get rid of unused defineDenis Kenzior1-2/+0
2009-09-29Get rid of unused variablesDenis Kenzior1-2/+0
2009-09-29Refactor: Assume driver will set call volumeDenis Kenzior1-3/+0
2009-09-29Don't use ofono_ prefix for static functionsDenis Kenzior1-11/+8
2009-09-29Refactor: Break up call volume notifyDenis Kenzior1-14/+24
2009-09-29Cleanup: Do not expose DBus details to driversDenis Kenzior1-4/+4
2009-09-29Add call volume interface to adjust speaker and mic volumeZhenhua Zhang2-0/+367
2009-09-28Fix: Report registered modems properlyDenis Kenzior1-2/+2
2009-09-28Fix efli being removed prematurelyDenis Kenzior1-4/+6
2009-09-25Fix segmentation fault from SIM reading on Calypso modemMarcel Holtmann1-0/+3
2009-09-24Fix whitespaceDenis Kenzior1-7/+7
2009-09-24Add initial support for LockedPins propertyDenis Kenzior1-7/+95
2009-09-23Ignore EFli if the first entry is emptyDenis Kenzior1-4/+11
2009-09-23Remove unused struct field.Andrzej Zaborowski1-1/+0
2009-09-23Rename eflp_format to efli_format, semantically opposite.Andrzej Zaborowski1-4/+4
2009-09-22Simplify: Use dbus_message_iter_get_argsDenis Kenzior4-103/+36
2009-09-22Remove unused structureDenis Kenzior1-6/+0
2009-09-23Fix unused variable issue from last commitsMarcel Holtmann1-1/+0
2009-09-22Fix: Comparison should be against negative errnoDenis Kenzior1-1/+1
2009-09-22Don't try to Lock or Unlock SIM PIN2Denis Kenzior1-1/+6
2009-09-22Make sure we try to lock/unlock/change only PINsDenis Kenzior1-4/+32
2009-09-22Refactor: Do not use int instead of enumDenis Kenzior1-4/+5
2009-09-22Add LockPin and UnlockPin functionsDenis Kenzior1-39/+76
2009-09-22Rearrange sim password enumDenis Kenzior1-25/+26
2009-09-22Fix: Make sure pin isn't emptyDenis Kenzior1-0/+4
2009-09-22Get rid of 1 line functionDenis Kenzior1-7/+2
2009-09-22Move some stuff aroundDenis Kenzior3-39/+36
2009-09-22Do PIN authenticationAndrzej Zaborowski3-1/+324
2009-09-22Assume sms is registered only when sim readyDenis Kenzior1-58/+12
2009-09-22Assume cbs is registered after sim readyDenis Kenzior1-48/+8
2009-09-22Assume netreg is registered when sim readyDenis Kenzior1-56/+16
2009-09-17Refactor language preference parsingDenis Kenzior1-71/+85