summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* E911 call fix in ECMWink Saville2009-08-185-30/+158
* resolved conflicts for merge of 696b912e to eclairjohnwang2009-08-172-11/+55
|\
| * Use dataRoaming in dataConnectionTracker.John Wang2009-08-132-11/+55
* | Fix CDMA to startup/shutdown based on apn en/disabRobert Greenwalt2009-08-176-403/+299
* | Replace loop-delay in setPowerStateToDesired() with async approachYong Zhang2009-08-153-12/+51
* | A hack that when restartRadio is called the CdmaDataConnectionTrackerWink Saville2009-08-151-1/+1
* | Allow CdmaDataConnectionTracker to handle RIL_UNSOL_OTA_PROVISION_STATUSWink Saville2009-08-153-8/+35
* | Merge change 21171Android (Google) Code Review2009-08-131-6/+15
|\ \
| * | Allow max_retires to be set to infinite.Wink Saville2009-08-131-6/+15
* | | Merge change 21166Android (Google) Code Review2009-08-133-21/+22
|\ \ \
| * | | Rename bcdByteToInt to gsmBcdByteToInt and beBcdByteToInt to cdmaBcdByteToInt.Wink Saville2009-08-133-21/+22
| |/ /
* | | Merge change 21186Android (Google) Code Review2009-08-131-1/+1
|\ \ \
| * | | Trigger data connection update if network type changes.jsh2009-08-131-1/+1
| |/ /
* | | Merge change 20853Android (Google) Code Review2009-08-135-126/+88
|\ \ \ | |/ / |/| |
| * | Add net type to mobile for mobile-required trafficRobert Greenwalt2009-08-125-126/+88
* | | Merge change 21006Android (Google) Code Review2009-08-122-24/+287
|\ \ \ | |/ / |/| |
| * | Fix the issue of incorrect conversion of the plus sign in a dial string.Tang@Motorola.com2009-08-122-24/+287
* | | am 4cc16a7b: Merge change 20859 into donutjsh2009-08-121-3/+5
|\ \ \ | |/ / |/| / | |/
| * Fix for sending 16-bit SMS message with header.jsh2009-08-111-3/+5
* | Merge change 20683Android (Google) Code Review2009-08-112-3/+11
|\ \
| * | Add operator name in network selection.johnwang2009-08-102-3/+11
* | | Update getNumberFromIntent() to read from both providers.Jeff Sharkey2009-08-111-5/+14
|/ /
* | Add ro.telephony.disable-call check in dialing.johnwang2009-08-103-7/+18
* | Make GSM 7-bit encoding properly deal with initial padding.Tammo Spalink2009-08-102-112/+132
* | Add configurable data-retry.Wink Saville2009-08-094-51/+445
* | CDMA voicemail notification fixesChristian Gustafsson2009-08-092-2/+3
* | Revert "Disable data call in emergency call"Wink Saville2009-08-082-33/+0
* | Touch activation screen shown up fixJinghui Guo2009-08-075-0/+98
* | Bubble up SMS send fail error code to the app.jsh2009-08-062-17/+33
* | Fix the issue of datacall not being reinitiated after exitingLibin Tang2009-08-051-0/+2
* | fix CDMA SMS ASCII decode and mappingTammo Spalink2009-08-052-7/+7
* | Merge change 9684Android (Google) Code Review2009-08-045-2/+7
|\ \
| * | Add a DISCONNECTING call state.jsh2009-08-045-2/+7
* | | Fix WPS Queued pip tone not working issue.Tang@Motorola.com2009-08-031-1/+15
|/ /
* | relax ia5 parsing, and combine with asciiTammo Spalink2009-08-032-48/+29
* | Handle SMS during CDMA emergency callback modeRichard Meng2009-07-311-0/+21
* | Add technology and authentication type in setupDataCall.johnwang2009-07-316-19/+38
* | Second word lost when SMS is received from emailSatish Roddom2009-07-301-9/+3
* | Merge change 9260Android (Google) Code Review2009-07-301-18/+19
|\ \
| * | Fix crash while dialing "*228;1"Libin Tang2009-07-301-18/+19
* | | am 1247a644: Merge change 9243 into donutAndroid (Google) Code Review2009-07-301-8/+0
|\ \ \ | | |/ | |/|
| * | Clean up RIL_SIM_* in RILConstantsJohn Wang2009-07-301-8/+0
* | | Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/fra...Android (Google) Code Review2009-07-301-28/+71
|\ \ \
| * | | Fix CDMA ERI/roaming indicator issuesLibin Tang2009-07-301-28/+71
| | |/ | |/|
* | | am 0da3bdb4: Fix public API caused due to CDMA changes.Jaikumar Ganesh2009-07-304-44/+44
|\ \ \ | |/ / |/| / | |/
| * Fix public API caused due to CDMA changes.Jaikumar Ganesh2009-07-304-44/+44
* | Represent SID/NID in decimal format.johnwang2009-07-302-4/+14
* | am b307c894: Fix bug 1994955 where PHONE_TYPE_CDMA was 0 and it should be 2 a...Wink Saville2009-07-302-2/+3
|\ \ | |/
| * Fix bug 1994955 where PHONE_TYPE_CDMA was 0 and it should be 2 and added RILC...Wink Saville2009-07-292-2/+3
* | CDMA Message Waiting Indication supportyong liu2009-07-293-3/+25