| Commit message (Expand) | Author | Age | Files | Lines |
* | Sending UCS2 encoded SMS correctly | Bai Tao | 2009-11-30 | 1 | -0/+1 |
* | Merge change Idfc116fe into eclair | Android (Google) Code Review | 2009-11-12 | 1 | -10/+1 |
|\ |
|
| * | Return null if SIM doesn't have the MSISDN Aplha tag. | Jaikumar Ganesh | 2009-11-12 | 1 | -10/+1 |
* | | Add code to use Gservices provided values for throtting NITZ updates. | Wink Saville | 2009-11-11 | 1 | -12/+12 |
|/ |
|
* | Merge change I326c1f7e into eclair | Android (Google) Code Review | 2009-11-11 | 1 | -38/+59 |
|\ |
|
| * | Throttle nitz updates as the are too numerous on cdma. | Wink Saville | 2009-11-11 | 1 | -38/+59 |
* | | Make multipart message follow 3GPP TS 23.040 V9.0.0 (2009-06), section 9.2.3.... | Gilles Duboscq | 2009-11-11 | 3 | -50/+130 |
|/ |
|
* | Merge change I70e1f7a6 into eclair | Android (Google) Code Review | 2009-11-09 | 1 | -5/+7 |
|\ |
|
| * | Fix the selection of locale from SIM mcc. | Robert Greenwalt | 2009-11-05 | 1 | -5/+7 |
* | | Merge change I44d4cbec into eclair | Android (Google) Code Review | 2009-11-06 | 3 | -2/+21 |
|\ \ |
|
| * | | Fix some SMS encode issues. | jsh | 2009-11-05 | 3 | -2/+21 |
| |/ |
|
* | | Add needsOtaServiceProvisioning and used to not allow | Wink Saville | 2009-11-03 | 2 | -2/+28 |
|/ |
|
* | Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs. | Wink Saville | 2009-10-26 | 1 | -1/+1 |
* | Merge change I2811f162 into eclair | Android (Google) Code Review | 2009-10-26 | 3 | -5/+11 |
|\ |
|
| * | Add Authentication Type field to the APN settings. | Jaikumar Ganesh | 2009-10-26 | 3 | -5/+11 |
* | | Send "encoding problem" to the network for general errors during SMS dispatch. | jsh | 2009-10-21 | 2 | -1/+2 |
|/ |
|
* | telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing | Naveen Kalla | 2009-10-21 | 1 | -35/+64 |
* | Log exception if we hit an error parsing an incoming SMS message. | jsh | 2009-10-19 | 2 | -0/+2 |
* | Make sure CF icon updates when using "all CF" MMI. | jsh | 2009-10-14 | 1 | -1/+2 |
* | Futher reduce the logging of EriManager. | Robert Greenwalt | 2009-10-13 | 1 | -1/+1 |
* | Make standard roaming indicator display indications configurable | Libin Tang | 2009-10-12 | 1 | -3/+13 |
* | Reduce the amount of EriManager Logging. | Robert Greenwalt | 2009-10-12 | 1 | -9/+9 |
* | Make PhoneStateListeners not call TelephonyManager | Robert Greenwalt | 2009-10-09 | 4 | -3/+16 |
* | Add PERIOD char to CDMA address sugar list. | Tammo Spalink | 2009-10-05 | 1 | -1/+1 |
* | Revert setDataEnabled to setting a master switch. | Robert Greenwalt | 2009-09-30 | 4 | -13/+42 |
* | Telephony: Add a failure cause for CDMA call failures and rename | Naveen Kalla | 2009-09-29 | 5 | -6/+13 |
* | Fix the reporting of ActiveApnTypes on CDMA | Robert Greenwalt | 2009-09-29 | 2 | -13/+27 |
* | Merge change Ib23e57cf into eclair | Android (Google) Code Review | 2009-09-29 | 2 | -58/+33 |
|\ |
|
| * | Set roaming based on both data and voice. | John Wang | 2009-09-28 | 2 | -58/+33 |
* | | Fix the reporting of ActiveApnTypes on CDMA | Robert Greenwalt | 2009-09-28 | 1 | -2/+2 |
* | | Fix Cdma re-start of default connection. | Robert Greenwalt | 2009-09-27 | 1 | -4/+11 |
* | | Fix ConnectivityManager's handling of apn switch. | Robert Greenwalt | 2009-09-25 | 1 | -16/+20 |
* | | Update CID in NeighboringCellInfo | johnwang | 2009-09-25 | 1 | -9/+41 |
|/ |
|
* | Print IMEI/MEID in dumpsys. | jsh | 2009-09-24 | 2 | -0/+29 |
* | Add Phone.getPhoneType() operation. | Tammo Spalink | 2009-09-24 | 8 | -28/+45 |
* | Resolve race conditions with disconnect of CDMA data and airplane mode | Yong Zhang | 2009-09-21 | 1 | -3/+6 |
* | Fix several CDMA call collision cases | Wink Saville | 2009-09-21 | 1 | -15/+43 |
* | Add ring back tone notification. | John Wang | 2009-09-20 | 7 | -0/+67 |
* | Moved the toString method in the parent Connection class. | Nicolas Catania | 2009-09-19 | 3 | -9/+23 |
* | Fix potential ArrayIndexOutOfBoundsException. | jsh | 2009-09-18 | 1 | -1/+1 |
* | Merge change 25810 into eclair | Android (Google) Code Review | 2009-09-18 | 1 | -10/+18 |
|\ |
|
| * | Fix pause-wait dial string conversion error | Libin Tang | 2009-09-18 | 1 | -10/+18 |
* | | Fix typo in SECONDARY_DATA_RETRY_CONFIG | Robert Greenwalt | 2009-09-18 | 1 | -1/+1 |
|/ |
|
* | Message Reject notification shouldn't be shown in Emergency Calling Mode | Satish Roddom | 2009-09-17 | 1 | -1/+1 |
* | Merge change 25535 into eclair | Android (Google) Code Review | 2009-09-17 | 2 | -2/+33 |
|\ |
|
| * | CDMA Check for network duplicate sms | Christian Gustafsson | 2009-09-17 | 2 | -2/+33 |
* | | Added a field to track if the call is to a voicemail instance. | Nicolas Catania | 2009-09-16 | 2 | -61/+81 |
|/ |
|
* | Merge change 25092 into eclair | Android (Google) Code Review | 2009-09-15 | 2 | -14/+36 |
|\ |
|
| * | New field in CallerInfo to cache if the call is an emergency one. | Nicolas Catania | 2009-09-15 | 2 | -14/+36 |
* | | Fix call collision issue | Libin Tang | 2009-09-15 | 1 | -25/+59 |