summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* Make PhoneStateListeners not call TelephonyManagerRobert Greenwalt2009-10-096-5/+68
* Add PERIOD char to CDMA address sugar list.Tammo Spalink2009-10-051-1/+1
* Unhide constant DATA_ACTIVITY_DORMANT.John Wang2009-10-011-1/+0
* Update from API review.Dianne Hackborn2009-09-301-0/+4
* Revert setDataEnabled to setting a master switch.Robert Greenwalt2009-09-304-13/+42
* Telephony: Add a failure cause for CDMA call failures and renameNaveen Kalla2009-09-295-6/+13
* Fix the reporting of ActiveApnTypes on CDMARobert Greenwalt2009-09-292-13/+27
* Merge change I49fbfc68 into eclairAndroid (Google) Code Review2009-09-291-0/+12
|\
| * Add PhoneNumberUtils.compare() method that uses a resource to determine stric...Evan Millar2009-09-291-0/+12
* | Merge change Ib23e57cf into eclairAndroid (Google) Code Review2009-09-292-58/+33
|\ \
| * | Set roaming based on both data and voice.John Wang2009-09-282-58/+33
* | | 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