summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* SimRecords.getServiceProviderName() always returned null.jsh2009-07-011-1/+0
* Merge change 5810 into donutAndroid (Google) Code Review2009-06-301-2/+8
|\
| * Fix bug 1930055 of NullPointerException.John Wang2009-06-301-2/+8
* | Merge change 5804 into donutAndroid (Google) Code Review2009-06-301-10/+18
|\ \
| * | Ensure that we never trigger ArrayIndexOutOfBoundsException by checking thatChris Palmer2009-06-301-10/+18
* | | Fix typo introduced during variable cleanup.Jaikumar Ganesh2009-06-301-1/+1
|/ /
* | eliminate byte-typed cdma sms fieldsTammo Spalink2009-06-302-15/+15
* | Merge change 5485 into donutAndroid (Google) Code Review2009-06-292-2/+142
|\ \
| * | cdma sms is91 supportTammo Spalink2009-06-282-2/+142
* | | Merge change 5359 into donutAndroid (Google) Code Review2009-06-291-59/+46
|\ \ \
| * | | fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBC...Tammo Spalink2009-06-291-59/+46
| |/ /
* | | Fix setting of the APN type.Jaikumar Ganesh2009-06-291-3/+6
|/ /
* | Tune the Reconnect back off timer.Jaikumar Ganesh2009-06-263-37/+67
* | Merge change 5192 into donutAndroid (Google) Code Review2009-06-261-11/+11
|\ \
| * | make BitwiseInputStream.read return intTammo Spalink2009-06-241-11/+11
* | | CDMA incoming MMS fixesDavid Krause2009-06-252-7/+16
| |/ |/|
* | Fix SMS Ack.jsh2009-06-255-55/+69
* | Merge change 5344 into donutAndroid (Google) Code Review2009-06-2510-44/+104
|\ \
| * | frameworks/base: CDMA voicemail supportDavid Krause2009-06-2410-44/+104
* | | Fix intermittent crash related to call waitingDavid Krause2009-06-242-17/+31
|/ /
* | Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-231-5/+8
|/
* Add remaining retry count to response for PIN/PUK commands.jsh2009-06-221-8/+8
* Merge change 4731 into donutAndroid (Google) Code Review2009-06-202-237/+1
|\
| * gsm: Remove PppLink since pppd_gprs service does not exist.Chia-chi Yeh2009-06-192-237/+1
* | Merge change 4686 into donutAndroid (Google) Code Review2009-06-191-1/+5
|\ \
| * | Set AuthType to 0 if username is not specified.Jaikumar Ganesh2009-06-191-1/+5
* | | for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encodingTammo Spalink2009-06-189-189/+288
| |/ |/|
* | Add PDP Reject causes.Jaikumar Ganesh2009-06-155-105/+130
|/
* Fix data connection issues.Jaikumar Ganesh2009-06-122-30/+10
* Merge change 3907 into donutAndroid (Google) Code Review2009-06-117-40/+298
|\
| * Support SMS cell broadcasting for GSM in RIL.javajohnwang2009-06-117-40/+298
* | make sms calculateLength radio-independentTammo Spalink2009-06-115-25/+94
|/
* Merge change 3806 into donutAndroid (Google) Code Review2009-06-102-4/+7
|\
| * Fix a couple null pointer exceptions in CDMA voice call handling.Wink Saville2009-06-102-4/+7
* | Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.Jaikumar Ganesh2009-06-101-0/+1
* | Add additional parameters to SETUP_DATA_CALL and SMS response.Jaikumar Ganesh2009-06-102-4/+13
* | Merge change 3686 into donutAndroid (Google) Code Review2009-06-102-2/+8
|\ \ | |/ |/|
| * Fix cleanupConnection when switching from wifi.Jaikumar Ganesh2009-06-092-2/+8
* | Cleanup whitespace.Wink Saville2009-06-0942-329/+329
|/
* Merge change 3530 into donutAndroid (Google) Code Review2009-06-085-4/+28
|\
| * Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING & reportStkServiceIsRunning.Wink Saville2009-06-085-4/+28
* | Report device storage status (for SMS) to RIL.jsh2009-06-081-7/+33
|/
* Motorola changes from 090602 through 090605Wink Saville2009-06-0720-392/+1097
* Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
|\
| * Fix parameter mismatch for a couple of RIL commands.jsh2009-06-051-2/+1
* | Update a javadoc comment suggesting the use of a deprecated class.Marco Nelissen2009-06-041-1/+1
* | Merge change 3126 into donutAndroid (Google) Code Review2009-06-045-65/+63
|\ \
| * | Fix thread safety in DataConnectionTracker.Jaikumar Ganesh2009-06-035-65/+63
| |/
* | cdma getNeighboringCids to fail with an exceptionTammo Spalink2009-06-041-2/+15
|/
* Allow response payload on RIL_REQUEST errorjohnwang2009-06-021-24/+27