1. b307c89 Fix bug 1994955 where PHONE_TYPE_CDMA was 0 and it should be 2 and added RILConstants.NO_PHONE. by Wink Saville · 15 years ago
  2. 5e5b8c4 Fix swapped gsm/cdma function dispatch, and 7bit text fragmentation. by Tammo Spalink · 15 years ago
  3. abccd7e DO NOT MERGE. Implement IMSI function for CDMA phones by Wink Saville · 15 years ago
  4. ae49180 Minor tweak to CDMA_SUBSCRIPTION. by jsh · 15 years ago
  5. 35eea54 Merge change 6935 into donut by Android (Google) Code Review · 15 years ago
  6. 2872e30 DO NOT MERGE: backporting from master: by Mike Lockwood · 15 years ago
  7. aa45937 Update javadoc for TelephonyManager.getNetwork* for CDMA. by jsh · 15 years ago
  8. dafa22a Extra parameters for sendBurstDtmf. by jsh · 15 years ago
  9. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  10. 62edc960 Merge change 6383 into donut by Android (Google) Code Review · 15 years ago
  11. 024af03 Cleanup connection when airplane mode is entered. by Jaikumar Ganesh · 15 years ago
  12. 0fd833a septet-align UD after any UDH for GSM-7bit coding by Tammo Spalink · 15 years ago
  13. 1eee698 Fixing 1949086 Sholes telephony crash after waking from sleep. by Wink Saville · 15 years ago
  14. 8890aaf SimRecords.getServiceProviderName() always returned null. by jsh · 15 years ago
  15. daa5a21 Merge change 5810 into donut by Android (Google) Code Review · 15 years ago
  16. 85d650c Merge change 5804 into donut by Android (Google) Code Review · 15 years ago
  17. 1078213 Fix bug 1930055 of NullPointerException. by John Wang · 15 years ago
  18. 3856785 Ensure that we never trigger ArrayIndexOutOfBoundsException by checking that by Chris Palmer · 15 years ago
  19. 34267f7 Fix typo introduced during variable cleanup. by Jaikumar Ganesh · 15 years ago
  20. 8561de1 eliminate byte-typed cdma sms fields by Tammo Spalink · 15 years ago
  21. 0178afe Merge change 5485 into donut by Android (Google) Code Review · 15 years ago
  22. 8aadf7a Merge change 5359 into donut by Android (Google) Code Review · 15 years ago
  23. c030392 Fix setting of the APN type. by Jaikumar Ganesh · 15 years ago
  24. 3a08cec fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper by Tammo Spalink · 15 years ago
  25. 8203dc1 cdma sms is91 support by Tammo Spalink · 15 years ago
  26. e7e12b4 Tune the Reconnect back off timer. by Jaikumar Ganesh · 15 years ago
  27. ae35227 Merge change 5192 into donut by Android (Google) Code Review · 15 years ago
  28. 5c7d9e8 CDMA incoming MMS fixes by David Krause · 15 years ago
  29. 3960ced Fix SMS Ack. by jsh · 15 years ago
  30. d48388a Merge change 5344 into donut by Android (Google) Code Review · 15 years ago
  31. ce099c3 frameworks/base: CDMA voicemail support by David Krause · 15 years ago
  32. 8a9ae45 Fix intermittent crash related to call waiting by David Krause · 15 years ago
  33. 326c66d make BitwiseInputStream.read return int by Tammo Spalink · 15 years ago
  34. b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 15 years ago
  35. be7f0f7 Add remaining retry count to response for PIN/PUK commands. by jsh · 15 years ago
  36. 4da7dff Merge change 4731 into donut by Android (Google) Code Review · 15 years ago
  37. ab48bb9 Merge change 4686 into donut by Android (Google) Code Review · 15 years ago
  38. 238bfa9 Set AuthType to 0 if username is not specified. by Jaikumar Ganesh · 15 years ago
  39. 4df90a8 gsm: Remove PppLink since pppd_gprs service does not exist. by Chia-chi Yeh · 15 years ago
  40. fc78f35 for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encoding by Tammo Spalink · 15 years ago
  41. 59cbd7c Add PDP Reject causes. by Jaikumar Ganesh · 15 years ago
  42. bbf7c00 Fix data connection issues. by Jaikumar Ganesh · 15 years ago
  43. cb9534f Merge change 3907 into donut by Android (Google) Code Review · 15 years ago
  44. e337d65 Support SMS cell broadcasting for GSM in RIL.java by johnwang · 15 years ago
  45. a94945d make sms calculateLength radio-independent by Tammo Spalink · 15 years ago
  46. 2795c2d Merge change 3806 into donut by Android (Google) Code Review · 15 years ago
  47. 4be0d43 Fix a couple null pointer exceptions in CDMA voice call handling. by Wink Saville · 15 years ago
  48. e51d57f Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS. by Jaikumar Ganesh · 15 years ago
  49. 7b3f552 Add additional parameters to SETUP_DATA_CALL and SMS response. by Jaikumar Ganesh · 15 years ago
  50. 8f094ca Merge change 3686 into donut by Android (Google) Code Review · 15 years ago
  51. 9ac9578 Fix cleanupConnection when switching from wifi. by Jaikumar Ganesh · 15 years ago
  52. 2563a3a Cleanup whitespace. by Wink Saville · 15 years ago
  53. c11a3fa Merge change 3530 into donut by Android (Google) Code Review · 15 years ago
  54. e14af0e Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING & reportStkServiceIsRunning. by Wink Saville · 15 years ago
  55. 52f2825 Report device storage status (for SMS) to RIL. by jsh · 15 years ago
  56. 22ccaf5 Motorola changes from 090602 through 090605 by Wink Saville · 15 years ago
  57. b1c2874 Merge change 3305 into donut by Android (Google) Code Review · 15 years ago
  58. 9c9151e Fix parameter mismatch for a couple of RIL commands. by jsh · 15 years ago
  59. b111554 Update a javadoc comment suggesting the use of a deprecated class. by Marco Nelissen · 15 years ago
  60. 3d3e307 Merge change 3126 into donut by Android (Google) Code Review · 15 years ago
  61. 90cb947 cdma getNeighboringCids to fail with an exception by Tammo Spalink · 15 years ago
  62. 9c2a3be Fix thread safety in DataConnectionTracker. by Jaikumar Ganesh · 15 years ago
  63. 03228fa Allow response payload on RIL_REQUEST error by johnwang · 15 years ago
  64. c665349 Merge change 1522 into donut by Android (Google) Code Review · 15 years ago
  65. 35feec4 Merge change 2761 into donut by Android (Google) Code Review · 15 years ago
  66. baae313 support more minor cdms sms bearer data subparameters by Tammo Spalink · 15 years ago
  67. 641bb3d expose (but still hide) sms user data headers by Tammo Spalink · 15 years ago
  68. f315238 TODO's from Teleca with modifications from wink. by Wink Saville · 15 years ago
  69. faf4413 Manually merge a few fixes from cupcake and cupcake_dcm. by jsh · 15 years ago
  70. ef354fd Fix concat SMS for GSM. by jsh · 15 years ago
  71. 867641e Telephony support for SMS memory reporting to the network. by jsh · 15 years ago
  72. 4551565 Enforce permissions for PhoneStateListener events. by Jaikumar Ganesh · 15 years ago
  73. dda5391 Motorola additions for CDMA support without CdmaSuppConnTracker by Wink Saville · 15 years ago
  74. cf2119a Check for desiredPowerState (airplane mode) before setting up data. by Jaikumar Ganesh · 15 years ago
  75. a5f158b Merge change 2347 into donut by Android (Google) Code Review · 15 years ago
  76. 9021583 Merge change 418 into donut by Android (Google) Code Review · 15 years ago
  77. b3d49f1 Fix Disconnect path for CDMA. by Jaikumar Ganesh · 15 years ago
  78. 550885d added SmsMessage ConcatRef parsing validation by Tammo Spalink · 15 years ago
  79. 31fd229 Make sure smsHeader != null before using it. by jsh · 15 years ago
  80. 5bc21aa Merge change 1127 into donut by Android (Google) Code Review · 15 years ago
  81. 76b2dfd add additional CdmaDataConnectionTracker event logging by Tammo Spalink · 15 years ago
  82. 64c4991 SmsHeader rewrite, in preparation for migration to public API. by Tammo Spalink · 15 years ago
  83. ee748d37 Fix network preference getting incorrectly set. by Jaikumar Ganesh · 15 years ago
  84. 9bfbfbd Add a method to get the PhoneType in CellLocation. by Jaikumar Ganesh · 15 years ago
  85. ac61f6b Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION by Mike Lockwood · 15 years ago
  86. 3975fe3 am 808f2919: AI 148962: Default language in Switzerland should be german and not english. by Ramanan Rajeswaran · 15 years ago
  87. e9b06d7 Teleca 2b changes by Wink Saville · 15 years ago
  88. 808f291 AI 148962: Default language in Switzerland should be german and not english. by Ramanan Rajeswaran · 15 years ago
  89. caed820 Tear down data, if a disconnect request is pending. by Jaikumar Ganesh · 15 years ago
  90. c06ce12 Internal APIs to get/set SMSC address. by jsh · 15 years ago
  91. 0274051 Fix Phone-based locale selection to never choose a lang-only locale. by Robert Greenwalt · 15 years ago
  92. 8478b59 clean up cdma sms creation and parsing by Tammo Spalink · 15 years ago
  93. 2a34043 Add RIL_UNSOL_OEM_HOOK_RAW. by Jaikumar Ganesh · 15 years ago
  94. e17210c am 14533d2: AI 147720: Set default language for NL to nl. by Bill Napier · 15 years ago
  95. 819c102 am 78b1511: AI 147541: Add cs as default language for cz. by Bill Napier · 15 years ago
  96. 8c49d32 enable additional cdma sms fields and user data encodings by Tammo Spalink · 15 years ago
  97. f73eaf9 Merge change 531 into donut by Android (Google) Code Review · 15 years ago
  98. 14533d2 AI 147720: Set default language for NL to nl. BUG=1781746 by Bill Napier · 15 years ago
  99. 8cac906 Merge change 528 into donut by Android (Google) Code Review · 15 years ago
  100. 469d5ba Send the path of the EF file for ICC IO by Jaikumar Ganesh · 15 years ago