Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DO NOT MERGE. Implement IMSI function for CDMA phones | Wink Saville | 2009-07-16 | 3 | -41/+110 |
* | Minor tweak to CDMA_SUBSCRIPTION. | jsh | 2009-07-15 | 2 | -6/+9 |
* | Merge change 6935 into donut | Android (Google) Code Review | 2009-07-13 | 2 | -5/+47 |
|\ | |||||
| * | DO NOT MERGE: backporting from master: | Mike Lockwood | 2009-07-13 | 2 | -5/+47 |
* | | Update javadoc for TelephonyManager.getNetwork* for CDMA. | jsh | 2009-07-13 | 2 | -10/+19 |
|/ | |||||
* | Extra parameters for sendBurstDtmf. | jsh | 2009-07-10 | 10 | -11/+26 |
* | Fix bug #1873249i: Apps can DoS/brick device | Dianne Hackborn | 2009-07-09 | 1 | -0/+33 |
* | Merge change 6383 into donut | Android (Google) Code Review | 2009-07-07 | 2 | -2/+2 |
|\ | |||||
| * | Cleanup connection when airplane mode is entered. | Jaikumar Ganesh | 2009-07-07 | 2 | -2/+2 |
* | | septet-align UD after any UDH for GSM-7bit coding | Tammo Spalink | 2009-07-07 | 1 | -12/+26 |
|/ | |||||
* | Fixing 1949086 Sholes telephony crash after waking from sleep. | Wink Saville | 2009-07-02 | 1 | -17/+39 |
* | SimRecords.getServiceProviderName() always returned null. | jsh | 2009-07-01 | 1 | -1/+0 |
* | Merge change 5810 into donut | Android (Google) Code Review | 2009-06-30 | 1 | -2/+8 |
|\ | |||||
| * | Fix bug 1930055 of NullPointerException. | John Wang | 2009-06-30 | 1 | -2/+8 |
* | | Merge change 5804 into donut | Android (Google) Code Review | 2009-06-30 | 1 | -10/+18 |
|\ \ | |||||
| * | | Ensure that we never trigger ArrayIndexOutOfBoundsException by checking that | Chris Palmer | 2009-06-30 | 1 | -10/+18 |
* | | | Fix typo introduced during variable cleanup. | Jaikumar Ganesh | 2009-06-30 | 1 | -1/+1 |
|/ / | |||||
* | | eliminate byte-typed cdma sms fields | Tammo Spalink | 2009-06-30 | 2 | -15/+15 |
* | | Merge change 5485 into donut | Android (Google) Code Review | 2009-06-29 | 2 | -2/+142 |
|\ \ | |||||
| * | | cdma sms is91 support | Tammo Spalink | 2009-06-28 | 2 | -2/+142 |
* | | | Merge change 5359 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -59/+46 |
|\ \ \ | |||||
| * | | | fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBC... | Tammo Spalink | 2009-06-29 | 1 | -59/+46 |
| |/ / | |||||
* | | | Fix setting of the APN type. | Jaikumar Ganesh | 2009-06-29 | 1 | -3/+6 |
|/ / | |||||
* | | Tune the Reconnect back off timer. | Jaikumar Ganesh | 2009-06-26 | 3 | -37/+67 |
* | | Merge change 5192 into donut | Android (Google) Code Review | 2009-06-26 | 1 | -11/+11 |
|\ \ | |||||
| * | | make BitwiseInputStream.read return int | Tammo Spalink | 2009-06-24 | 1 | -11/+11 |
* | | | CDMA incoming MMS fixes | David Krause | 2009-06-25 | 2 | -7/+16 |
| |/ |/| | |||||
* | | Fix SMS Ack. | jsh | 2009-06-25 | 5 | -55/+69 |
* | | Merge change 5344 into donut | Android (Google) Code Review | 2009-06-25 | 10 | -44/+104 |
|\ \ | |||||
| * | | frameworks/base: CDMA voicemail support | David Krause | 2009-06-24 | 10 | -44/+104 |
* | | | Fix intermittent crash related to call waiting | David Krause | 2009-06-24 | 2 | -17/+31 |
|/ / | |||||
* | | Fill in CDMA gaps and clean up ToneGenerator code | David Krause | 2009-06-23 | 1 | -5/+8 |
|/ | |||||
* | Add remaining retry count to response for PIN/PUK commands. | jsh | 2009-06-22 | 1 | -8/+8 |
* | Merge change 4731 into donut | Android (Google) Code Review | 2009-06-20 | 2 | -237/+1 |
|\ | |||||
| * | gsm: Remove PppLink since pppd_gprs service does not exist. | Chia-chi Yeh | 2009-06-19 | 2 | -237/+1 |
* | | Merge change 4686 into donut | Android (Google) Code Review | 2009-06-19 | 1 | -1/+5 |
|\ \ | |||||
| * | | Set AuthType to 0 if username is not specified. | Jaikumar Ganesh | 2009-06-19 | 1 | -1/+5 |
* | | | for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encoding | Tammo Spalink | 2009-06-18 | 9 | -189/+288 |
| |/ |/| | |||||
* | | Add PDP Reject causes. | Jaikumar Ganesh | 2009-06-15 | 5 | -105/+130 |
|/ | |||||
* | Fix data connection issues. | Jaikumar Ganesh | 2009-06-12 | 2 | -30/+10 |
* | Merge change 3907 into donut | Android (Google) Code Review | 2009-06-11 | 7 | -40/+298 |
|\ | |||||
| * | Support SMS cell broadcasting for GSM in RIL.java | johnwang | 2009-06-11 | 7 | -40/+298 |
* | | make sms calculateLength radio-independent | Tammo Spalink | 2009-06-11 | 5 | -25/+94 |
|/ | |||||
* | Merge change 3806 into donut | Android (Google) Code Review | 2009-06-10 | 2 | -4/+7 |
|\ | |||||
| * | Fix a couple null pointer exceptions in CDMA voice call handling. | Wink Saville | 2009-06-10 | 2 | -4/+7 |
* | | Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS. | Jaikumar Ganesh | 2009-06-10 | 1 | -0/+1 |
* | | Add additional parameters to SETUP_DATA_CALL and SMS response. | Jaikumar Ganesh | 2009-06-10 | 2 | -4/+13 |
* | | Merge change 3686 into donut | Android (Google) Code Review | 2009-06-10 | 2 | -2/+8 |
|\ \ | |/ |/| | |||||
| * | Fix cleanupConnection when switching from wifi. | Jaikumar Ganesh | 2009-06-09 | 2 | -2/+8 |
* | | Cleanup whitespace. | Wink Saville | 2009-06-09 | 42 | -329/+329 |
|/ |