Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-29 | Add at modem call volume driver | Denis Kenzior | 4 | -0/+238 | |
2009-09-29 | Fix: Don't try to set a value if already set | Denis Kenzior | 1 | -0/+9 | |
2009-09-29 | Be more numerically stable | Denis Kenzior | 1 | -2/+2 | |
2009-09-29 | Use none_prefix in cssn | Denis Kenzior | 1 | -1/+3 | |
2009-09-29 | Add Muted property to CallVolume atom | Denis Kenzior | 2 | -0/+69 | |
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 | 2 | -16/+28 | |
2009-09-29 | Cleanup: Do not expose DBus details to drivers | Denis Kenzior | 2 | -12/+8 | |
2009-09-29 | Add call volume interface to adjust speaker and mic volume | Zhenhua Zhang | 4 | -2/+443 | |
2009-09-28 | Fix: F3607gw not being recognized properly | Denis Kenzior | 1 | -11/+12 | |
Reports <foo> Broadband <foo> instead of <foo> Broadband Minicard <foo> F3607gw Mobile Broadband Data Modem F3607gw Mobile Broadband Modem F3607gw Mobile Broadband GPS Port F3607gw Mobile Broadband Network Adapter F3607gw Mobile Broadband Device Management F3607gw Mobile Broadband USIM Port | |||||
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 | Release 0.6 | Marcel Holtmann | 2 | -1/+6 | |
2009-09-25 | Add ignore line generated udev rules file | Marcel Holtmann | 1 | -0/+1 | |
2009-09-25 | Fix build issue with example history plugin | Marcel Holtmann | 1 | -1/+1 | |
2009-09-25 | Fix segmentation fault from SIM reading on Calypso modem | Marcel Holtmann | 1 | -0/+3 | |
2009-09-25 | Convert some more strings list for easier reading | Marcel Holtmann | 1 | -1/+3 | |
2009-09-25 | Add some more test scripts for SMS and voice call testing | Marcel Holtmann | 5 | -1/+91 | |
2009-09-24 | Add gsmdial application to ignore list | Marcel Holtmann | 1 | -0/+2 | |
2009-09-24 | Add skeleton for gsmdial test application | Marcel Holtmann | 1 | -0/+29 | |
2009-09-24 | Release 0.5 | Marcel Holtmann | 2 | -1/+14 | |
2009-09-24 | Add oFono whitepaper to distribution | Marcel Holtmann | 1 | -1/+8 | |
2009-09-24 | Fix whitespace | Denis Kenzior | 1 | -7/+7 | |
2009-09-24 | Add first draft of the ofono whitepaper | Denis Kenzior | 1 | -0/+172 | |
2009-09-24 | Update the sim-api with LockedPins property | Denis Kenzior | 1 | -0/+10 | |
2009-09-24 | Add initial support for LockedPins property | Denis Kenzior | 1 | -7/+95 | |
2009-09-24 | gdbus: handle introspection generally in generic_message. | RISKÓ Gergely | 1 | -43/+59 | |
Previously it was a specific case, now introspection is just another interface, which is always implemented. It is registered/unregistered when an object path is referenced first/last. | |||||
2009-09-24 | Unref GIOChannel in g_at_chat_new_from_tty | Zhenhua Zhang | 1 | -1/+4 | |
2009-09-23 | Ignore EFli if the first entry is empty | Denis Kenzior | 1 | -4/+11 | |
2009-09-23 | Add plugin interface for getting PIN lock state. | Andrzej Zaborowski | 2 | -0/+67 | |
It may be useful to have the information of whether card is currently locked and emit events when this changes but if we want to have it as a property, we would need properties for all types of locks and it wouldn't be all that useful. | |||||
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-23 | Update sim-api.txt: ChangePin no longer disables pin. | Andrzej Zaborowski | 1 | -2/+1 | |
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 | Update sim-api with LockPin and UnlockPin | Denis Kenzior | 1 | -0/+13 | |
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 | 3 | -13/+15 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Don't treat READY CPIN result differently | Denis Kenzior | 1 | -9/+8 | |
2009-09-22 | Add LockPin and UnlockPin functions | Denis Kenzior | 1 | -39/+76 | |
2009-09-22 | Move SSN unsolicited notification activation | Denis Kenzior | 2 | -6/+5 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 3 | -73/+77 | |
2009-09-22 | Fix: Make sure pin isn't empty | Denis Kenzior | 1 | -0/+4 | |