summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 0.5.20.5.2.00.5.2Dan Williams2012-03-141-2/+2
* release: update NEWSDan Williams2012-03-141-0/+1
* hso: disable echo removalAleksander Morgado2012-03-131-2/+6
* at-serial-port: new property to control whether echo removal should be appliedAleksander Morgado2012-03-132-3/+60
* gsm: retry sending SMS in PDU mode if text fails and PDU is supportedDan Williams2012-03-011-26/+58
* build: include proper build dependencies for the polkit conf fileAleksander Morgado2012-02-261-1/+2
* release: bump version to 0.5.1.97 (0.5.2-rc1)0.5.1.97Dan Williams2012-02-251-1/+1
* release: update NEWSDan Williams2012-02-251-0/+1
* cdma: fix crash on NULL error (bgo #670145)Tom Goetz2012-02-251-2/+2
* Revert "huawei: rework probing and detection"Aleksander Morgado2012-02-252-169/+139
* core: fix loop limits in echo removalAleksander Morgado2012-02-162-2/+3
* at-serial-port: implement built-in echo/garbage removalAleksander Morgado2012-02-165-2/+130
* charsets: don't crash when passing a NULL string to the UTF-8 converterAleksander Morgado2012-02-081-0/+3
* release: update NEWSDan Williams2012-02-071-0/+1
* test: fix SMS testcase errors due to uninitialized GErrorDan Williams2012-02-071-12/+12
* gsm: ensure text mode SMS list doesn't pick up too much textDan Williams2012-02-071-1/+1
* gsm: fix text mode SMS list regex for single messagesDan Williams2012-02-071-1/+1
* build: do not warn about using deprecated methodsAleksander Morgado2012-02-071-1/+1
* gsm: use new common charset converter when parsing operator name/codeAleksander Morgado2012-02-071-30/+1
* gsm: convert SMS text and number from current charset to UTF-8Aleksander Morgado2012-02-071-2/+10
* charsets: new method to do our best to convert from current charset to UTF-8Aleksander Morgado2012-02-072-1/+95
* charsets: don't warn if we couldn't convert from hex to utf8Aleksander Morgado2012-02-071-1/+2
* core: plug leaks when passing GValueArrays to dbus_g_method_return()Aleksander Morgado2012-02-073-0/+8
* sms: handle text mode SMS listingDan Williams2012-02-033-115/+288
* test: (sms-get.py) don't fail if we don't get an SMSCDan Williams2012-02-031-1/+7
* gsm: fix listing SMS messages in text modeDan Williams2012-02-011-46/+48
* gsm: fix setting PDU mode for SMS messagesDan Williams2012-02-011-1/+1
* test: pretty-print SMS messages in sms-get.pyDan Williams2012-02-011-1/+20
* build: more libqcdm standalone fixesDan Williams2012-02-013-8/+12
* test: add SMS get example/testDan Williams2012-02-012-0/+56
* test: add missing examples to Makefile.amDan Williams2012-02-011-1/+3
* test: rename SMS send exampleDan Williams2012-02-012-1/+1
* qcdm: fix some build errors when building standaloneDan Williams2012-02-016-9/+15
* qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 statesDan Williams2012-02-014-27/+31
* qcdm: add some mode prefsDan Williams2012-02-011-0/+4
* ussd: ensure coded string is valid before stripping quotesAleksander Morgado2012-01-231-1/+3
* ussd: plug a leakAleksander Morgado2012-01-231-2/+4
* release: bump version to 0.5.1.96 (0.5.2-rc2)0.5.2-rc20.5.1.96Dan Williams2012-01-181-1/+1
* release: update NEWSDan Williams2012-01-181-0/+1
* gsm: fix return value of SMS send methodDan Williams2012-01-183-10/+89
* test: print sent SMS message index on successDan Williams2012-01-181-1/+2
* qcdm: some devices do implement SW_VERSIONDan Williams2012-01-183-8/+9
* gsm: change SMS send validity from 5-minute units to minutesDan Williams2012-01-185-39/+63
* test: enhance SMS send util to accept validity and SMSC addressDan Williams2012-01-181-8/+36
* gsm: fix CMGS PDU mode length calculationDan Williams2012-01-184-15/+25
* qcdm: add more mode prefsDan Williams2012-01-182-0/+10
* gsm: use PDU modem when the modem doesn't support text modeDan Williams2012-01-181-4/+118
* qcdm: GSM MCC, MNC, LAC and CI don't seem to valid in WCDMA modeDan Williams2012-01-181-18/+22
* qcdm: let WCDMA/GSM devices pass CDMA-only testsDan Williams2012-01-181-5/+29
* test: print out error if sending SMS failsDan Williams2012-01-181-4/+3