summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change 1522 into donutAndroid (Google) Code Review2009-06-023-107/+240
|\
| * support more minor cdms sms bearer data subparametersTammo Spalink2009-06-023-107/+240
* | Merge change 2761 into donutAndroid (Google) Code Review2009-06-0213-501/+396
|\ \
| * | TODO's from Teleca with modifications from wink.Wink Saville2009-06-0113-501/+396
| |/
* | expose (but still hide) sms user data headersTammo Spalink2009-06-022-5/+8
|/
* Manually merge a few fixes from cupcake and cupcake_dcm.jsh2009-06-015-24/+57
* Fix concat SMS for GSM.jsh2009-05-291-1/+7
* Telephony support for SMS memory reporting to the network.jsh2009-05-298-49/+155
* Enforce permissions for PhoneStateListener events.Jaikumar Ganesh2009-05-291-3/+15
* Motorola additions for CDMA support without CdmaSuppConnTrackerWink Saville2009-05-2825-726/+1855
* Check for desiredPowerState (airplane mode) before setting up data.Jaikumar Ganesh2009-05-263-9/+17
* Merge change 2347 into donutAndroid (Google) Code Review2009-05-261-4/+8
|\
| * Fix Disconnect path for CDMA.Jaikumar Ganesh2009-05-221-4/+8
* | Merge change 418 into donutAndroid (Google) Code Review2009-05-252-8/+24
|\ \
| * | add additional CdmaDataConnectionTracker event loggingTammo Spalink2009-05-202-8/+24
* | | added SmsMessage ConcatRef parsing validationTammo Spalink2009-05-221-3/+12
| |/ |/|
* | Make sure smsHeader != null before using it.jsh2009-05-202-2/+2
* | Merge change 1127 into donutAndroid (Google) Code Review2009-05-1912-660/+528
|\ \
| * | SmsHeader rewrite, in preparation for migration to public API.Tammo Spalink2009-05-2012-660/+528
| |/
* | Fix network preference getting incorrectly set.Jaikumar Ganesh2009-05-192-13/+13
* | Add a method to get the PhoneType in CellLocation.Jaikumar Ganesh2009-05-196-74/+114
* | Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATIONMike Lockwood2009-05-191-2/+3
* | am 808f2919: AI 148962: Default language in Switzerland should be german and ...Ramanan Rajeswaran2009-05-181-1/+1
|\ \ | |/ |/|
| * AI 148962: Default language in Switzerland should be german and not english.Ramanan Rajeswaran2009-05-181-1/+1
* | Teleca 2b changesWink Saville2009-05-1841-546/+2612
* | Tear down data, if a disconnect request is pending.Jaikumar Ganesh2009-05-151-8/+12
* | Internal APIs to get/set SMSC address.jsh2009-05-117-0/+86