Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-13 | handsfree: Pass the error information to the core | Denis Kenzior | 1 | -5/+9 | |
if available. This is the preferred way, so that the core can take into account the error information in the future if required. | |||||
2011-10-13 | hfpmodem: Support of number requests (AT+BINP=1) | Mikel Astiz | 1 | -0/+59 | |
2011-10-13 | handsfree: Expose RequestPhoneNumber in D-Bus API | Mikel Astiz | 1 | -0/+50 | |
2011-10-13 | doc: Handsfree API support for +BINP=1 | Mikel Astiz | 1 | -0/+13 | |
2011-10-13 | handsfree: Set in-band ringing before registering | Denis Kenzior | 1 | -2/+2 | |
Avoid an extra signal emission | |||||
2011-10-13 | handsfree: Don't emit signals if not registered | Denis Kenzior | 1 | -0/+3 | |
2011-10-13 | hfpmodem: Set initial state for inband ringing | Mikel Astiz | 1 | -0/+6 | |
According to the HFP specification, inband ringing will be enabled by default if the AG supports it. This setting could later be changed by the unsolicited result code +BSIR. | |||||
2011-10-13 | doc: Add initial Handsfree API documentation | Mikel Astiz | 1 | -0/+30 | |
These basic features have already been implemented. | |||||
2011-10-13 | hfpmodem: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-13 | handsfree: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-13 | handsfree: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-12 | hfp_hf: Fix crash | Denis Kenzior | 1 | -2/+11 | |
If BlueZ exits during an outstanding Connect/Disconnect operation, oFono can crash due to the pending call finishing on an already-removed modem object. | |||||
2011-10-12 | mbpi: Add filename and line information on error | Oleg Zhurakivskyy | 1 | -21/+40 | |
2011-10-12 | lookup-apn: Fix crash on no APNs found | Oleg Zhurakivskyy | 1 | -1/+5 | |
2011-10-12 | lookup-apn: Remove unused includes | Oleg Zhurakivskyy | 1 | -5/+0 | |
2011-10-12 | mbpi: Improve mbpi_lookup() error reporting | Oleg Zhurakivskyy | 1 | -3/+6 | |
2011-10-12 | mbpi: Fix handling of the usage element | Oleg Zhurakivskyy | 1 | -21/+23 | |
2011-10-12 | mbpi: Reflow gsm_end() | Oleg Zhurakivskyy | 1 | -20/+22 | |
2011-10-12 | mbpi: Split gsm_start() for readability | Oleg Zhurakivskyy | 1 | -61/+77 | |
2011-10-12 | voicecall: Make emulator use release_queue | Denis Kenzior | 1 | -18/+11 | |
2011-10-12 | voicecall: Fix HangupAll for HFP | Denis Kenzior | 1 | -5/+38 | |
HFP does not implement HangupAll natively and most AGs do not support releasing held calls by id. Work around this by using hangup active and then dropping all held calls if no waiting calls exist. Otherwise fall back to releasing calls by id. | |||||
2011-10-11 | Release 1.0 | Marcel Holtmann | 2 | -1/+10 | |
2011-10-10 | doc: Update copyright information | Marcel Holtmann | 2 | -2/+2 | |
2011-10-10 | tools: Update copyright information | Marcel Holtmann | 4 | -4/+4 | |
2011-10-10 | unit: Update copyright information | Marcel Holtmann | 10 | -22/+22 | |
2011-10-10 | gisi: Update copyright information | Marcel Holtmann | 20 | -20/+20 | |
2011-10-10 | plugins: Update copyright information | Marcel Holtmann | 30 | -43/+44 | |
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 105 | -156/+157 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 89 | -108/+108 | |
2011-10-10 | gatchat: Update copyright information | Marcel Holtmann | 39 | -39/+39 | |
2011-10-06 | atmodem: Use ZTE specific vendor quirk for SMS support | Marcel Holtmann | 1 | -0/+2 | |
2011-10-06 | zte: Use own vendor quirk for SMS atom driver | Marcel Holtmann | 1 | -2/+1 | |
2011-10-06 | log: Rename program executable variable | Marcel Holtmann | 2 | -4/+6 | |
2011-10-05 | log: Add support for backtrace symbole resolving | Marcel Holtmann | 3 | -17/+112 | |
2011-09-29 | test: add support to select modem | Gustavo F. Padovan | 1 | -2/+10 | |
2011-09-29 | test: add support to select modem | Gustavo F. Padovan | 1 | -7/+13 | |
2011-09-29 | test: add support to select modem | Gustavo F. Padovan | 1 | -6/+11 | |
2011-09-29 | sap: also accept err = 0 in enable() | Gustavo F. Padovan | 1 | -1/+1 | |
2011-09-29 | telit: fix shutdown of bluetooth socket | Gustavo F. Padovan | 1 | -2/+5 | |
2011-09-29 | sap: add sap modem disable() support | Gustavo F. Padovan | 1 | -1/+3 | |
2011-09-29 | sap: clean up extra blank line | Gustavo F. Padovan | 1 | -1/+0 | |
2011-09-29 | sap: add full support to SAP modem | Gustavo F. Padovan | 1 | -0/+29 | |
Add pre_sim, post_sim, set_online and post_online calls | |||||
2011-09-29 | telit: add post_online to SAP Client | Gustavo F. Padovan | 2 | -27/+32 | |
2011-09-29 | telit: add set_online to SAP Client | Gustavo F. Padovan | 2 | -23/+26 | |
2011-09-29 | telit: add post_sim to SAP Client | Gustavo F. Padovan | 2 | -9/+14 | |
2011-09-29 | telit: add pre_sim support to SAP Client | Gustavo F. Padovan | 2 | -11/+16 | |
2011-09-29 | telit: init modem normally once SAP was enabled | Gustavo F. Padovan | 1 | -130/+141 | |
2011-09-29 | telit: add suport the disable SAP client | Gustavo F. Padovan | 2 | -32/+69 | |
2011-09-29 | sap: enable SAP modem, when BlueZ replies | Gustavo F. Padovan | 1 | -4/+18 | |
2011-09-29 | telit: Reflow sap_enable logic | Denis Kenzior | 1 | -12/+13 | |
To cover some conditions where we do not clean up properly |