summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* Fix the reporting of ActiveApnTypes on CDMARobert Greenwalt2009-09-281-2/+2
* Fix Cdma re-start of default connection.Robert Greenwalt2009-09-271-4/+11
* Fix ConnectivityManager's handling of apn switch.Robert Greenwalt2009-09-251-16/+20
* Unhide NETWORK_TYPE_XXX.John Wang2009-09-251-8/+2
* Update CID in NeighboringCellInfojohnwang2009-09-253-25/+221
* Add null check at isEmergencyNumber().Peng Zhu2009-09-241-0/+3
* Print IMEI/MEID in dumpsys.jsh2009-09-242-0/+29
* Add Phone.getPhoneType() operation.Tammo Spalink2009-09-2410-59/+66
* Resolve race conditions with disconnect of CDMA data and airplane modeYong Zhang2009-09-211-3/+6
* Merge change 26171 into eclairAndroid (Google) Code Review2009-09-211-15/+43
|\
| * Fix several CDMA call collision casesWink Saville2009-09-211-15/+43
* | make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.Wei Huang2009-09-201-5/+19
|/
* Add ring back tone notification.John Wang2009-09-207-0/+67
* Implement compareStrictly() using phone_number_compare() written in C.Daisuke Miyakawa2009-09-191-120/+492
* Moved the toString method in the parent Connection class.Nicolas Catania2009-09-193-9/+23
* Fix potential ArrayIndexOutOfBoundsException.jsh2009-09-181-1/+1
* Merge change 25810 into eclairAndroid (Google) Code Review2009-09-181-10/+18
|\
| * Fix pause-wait dial string conversion errorLibin Tang2009-09-181-10/+18
* | Fix typo in SECONDARY_DATA_RETRY_CONFIGRobert Greenwalt2009-09-181-1/+1
|/
* telephony: Add CdmaCellLocation class to the public API.Mike Lockwood2009-09-171-3/+3
* Message Reject notification shouldn't be shown in Emergency Calling ModeSatish Roddom2009-09-171-1/+1
* Merge change 25535 into eclairAndroid (Google) Code Review2009-09-172-2/+33
|\
| * CDMA Check for network duplicate smsChristian Gustafsson2009-09-172-2/+33
* | Added a field to track if the call is to a voicemail instance.Nicolas Catania2009-09-167-65/+191
|/
* Merge change 25092 into eclairAndroid (Google) Code Review2009-09-156-14/+360
|\
| * New field in CallerInfo to cache if the call is an emergency one.Nicolas Catania2009-09-156-14/+360
* | Fix call collision issueLibin Tang2009-09-151-25/+59
* | Some SMS logging improvements.jsh2009-09-152-4/+12
* | Assemble WAP datagram correctly when segments arrive out of orderChristian Gustafsson2009-09-151-5/+7
|/
* Merge change 24662 into eclairAndroid (Google) Code Review2009-09-141-1/+1
|\
| * Fix URI returned by IccProvider.jsh2009-09-101-1/+1
* | Merge change 24754 into eclairAndroid (Google) Code Review2009-09-113-41/+106
|\ \
| * | Handle secondary APN connect failures.Robert Greenwalt2009-09-113-41/+106
* | | Merge change 24773 into eclairAndroid (Google) Code Review2009-09-111-21/+76
|\ \ \ | |/ / |/| |
| * | Fix NPE in TelephonyManager.johnwang2009-09-111-21/+76
| |/
* | Fix CDMA SMS delivery status reporting.Tammo Spalink2009-09-112-22/+50
|/
* Allow an alternate eri file.Wink Saville2009-09-101-11/+55
* [Issue 2099206] Encoding phone number prior to sending it to the phone lookup...Dmitri Plotnikov2009-09-102-2/+2
* Make Phone.updateServiceLocation acquire a one-shot wake lock.Tammo Spalink2009-09-107-59/+57
* Avoid CDMA messages with IDs of zero.Tammo Spalink2009-09-091-12/+11
* Fix mncLength in cases with a malformed AD_DONE msg from SIMRobert Greenwalt2009-09-041-35/+41
* Merge change 23870 into eclairAndroid (Google) Code Review2009-09-032-1/+11
|\
| * Allow hasIccCard to be useable by any processes.Wink Saville2009-09-032-1/+11
* | Implement USIM and add support for importing emails from USIM.Jaikumar Ganesh2009-09-039-47/+564
* | Promote MccTable to telephony and use it for both gsm/cdmaRobert Greenwalt2009-09-038-150/+173
|/
* Exit Emergency Callback Mode if phone process crashes/restartsLibin Tang2009-09-031-1/+4
* Merge change 23793 into eclairAndroid (Google) Code Review2009-09-031-5/+13
|\
| * add conditional verbose logging for when sending a SMS message.Wei Huang2009-09-031-5/+13
* | Fix the issue that dialing *86 during call, the dialing voicemail screen is n...Libin Tang2009-09-022-334/+0
* | Merge change 23607 into eclairAndroid (Google) Code Review2009-09-022-12/+24
|\ \ | |/ |/|