Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-04 | Fix pointer size problem with GUINT_TO_POINTER and unsigned short | Marcel Holtmann | 1 | -1/+1 | |
2009-10-02 | Fix: Handle empty SMSes | Denis Kenzior | 1 | -2/+4 | |
If an SMS is empty (e.g. nothing to unpack) then we should simply continue on. | |||||
2009-10-02 | Fix: Make const correct | Denis Kenzior | 2 | -4/+4 | |
2009-10-02 | Fix: Add additional error checking | Denis Kenzior | 1 | -1/+4 | |
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 2 | -4/+4 | |
2009-10-02 | Add utility to parse 3G get response data | Denis Kenzior | 2 | -0/+114 | |
Based on ETSI 102.221 | |||||
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 2 | -0/+26 | |
This format is described in 51.011 and the older 11.11. It is not supported by newer 3G UICC based devices & sim card combinations | |||||
2009-10-02 | Add utility to lookup files in EF db | Denis Kenzior | 2 | -1/+23 | |
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 5 | -116/+80 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-10-02 | Add basic elementary file database | Denis Kenzior | 2 | -0/+73 | |
2009-09-29 | Fix: different signedness comparison | Denis Kenzior | 1 | -1/+1 | |
2009-09-29 | Fix: Don't try to set a value if already set | Denis Kenzior | 1 | -0/+9 | |
2009-09-29 | Add Muted property to CallVolume atom | Denis Kenzior | 1 | -0/+66 | |
2009-09-29 | Refactor: Call Volume set_property handling | Denis Kenzior | 1 | -71/+59 | |
2009-09-29 | Get rid of unused define | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Get rid of unused variables | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Refactor: Assume driver will set call volume | Denis Kenzior | 1 | -3/+0 | |
Driver should use the ofono_call_volume_set_microphone_volume and ofono_call_volume_set_speaker_volume functions. | |||||
2009-09-29 | Don't use ofono_ prefix for static functions | Denis Kenzior | 1 | -11/+8 | |
2009-09-29 | Refactor: Break up call volume notify | Denis Kenzior | 1 | -14/+24 | |
2009-09-29 | Cleanup: Do not expose DBus details to drivers | Denis Kenzior | 1 | -4/+4 | |
2009-09-29 | Add call volume interface to adjust speaker and mic volume | Zhenhua Zhang | 2 | -0/+367 | |
2009-09-28 | Fix: Report registered modems properly | Denis Kenzior | 1 | -2/+2 | |
2009-09-28 | Fix efli being removed prematurely | Denis Kenzior | 1 | -4/+6 | |
2009-09-25 | Fix segmentation fault from SIM reading on Calypso modem | Marcel Holtmann | 1 | -0/+3 | |
2009-09-24 | Fix whitespace | Denis Kenzior | 1 | -7/+7 | |
2009-09-24 | Add initial support for LockedPins property | Denis Kenzior | 1 | -7/+95 | |
2009-09-23 | Ignore EFli if the first entry is empty | Denis Kenzior | 1 | -4/+11 | |
2009-09-23 | Remove unused struct field. | Andrzej Zaborowski | 1 | -1/+0 | |
2009-09-23 | Rename eflp_format to efli_format, semantically opposite. | Andrzej Zaborowski | 1 | -4/+4 | |
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 4 | -103/+36 | |
2009-09-22 | Remove unused structure | Denis Kenzior | 1 | -6/+0 | |
2009-09-23 | Fix unused variable issue from last commits | Marcel Holtmann | 1 | -1/+0 | |
2009-09-22 | Fix: Comparison should be against negative errno | Denis Kenzior | 1 | -1/+1 | |
2009-09-22 | Don't try to Lock or Unlock SIM PIN2 | Denis Kenzior | 1 | -1/+6 | |
2009-09-22 | Make sure we try to lock/unlock/change only PINs | Denis Kenzior | 1 | -4/+32 | |
2009-09-22 | Refactor: Do not use int instead of enum | Denis Kenzior | 1 | -4/+5 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Add LockPin and UnlockPin functions | Denis Kenzior | 1 | -39/+76 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 1 | -25/+26 | |
2009-09-22 | Fix: Make sure pin isn't empty | Denis Kenzior | 1 | -0/+4 | |
2009-09-22 | Get rid of 1 line function | Denis Kenzior | 1 | -7/+2 | |
2009-09-22 | Move some stuff around | Denis Kenzior | 3 | -39/+36 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 3 | -1/+324 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-09-22 | Assume sms is registered only when sim ready | Denis Kenzior | 1 | -58/+12 | |
2009-09-22 | Assume cbs is registered after sim ready | Denis Kenzior | 1 | -48/+8 | |
2009-09-22 | Assume netreg is registered when sim ready | Denis Kenzior | 1 | -56/+16 | |
2009-09-17 | Refactor language preference parsing | Denis Kenzior | 1 | -71/+85 | |
- Make sure to handle capital / lower case ISO639 strings - Properly handle the case where files are empty / unused - Don't emit the signal unless the preferences are useable - Simplify the logic and be a bit more readable | |||||
2009-09-17 | Simplify function logic | Denis Kenzior | 1 | -8/+8 | |
2009-09-17 | Use g_ascii_isdigit | Denis Kenzior | 1 | -2/+1 | |
2009-09-17 | Fix potential memory leak | Denis Kenzior | 1 | -0/+6 | |
2009-09-17 | Rename function to be more clear | Denis Kenzior | 1 | -2/+2 | |