1. 4db49b3 Add wrapper classes for UICC service tables. by Jake Hamby · 13 years ago
  2. 0948540 Add new RIL requests to support SIM data download via SMS over IMS. by Jake Hamby · 13 years ago
  3. b721910 Merge "Non-default link should be cleaned up on telephony db change." by Wink Saville · 13 years ago
  4. 3119b96 Non-default link should be cleaned up on telephony db change. by Wink Saville · 13 years ago
  5. 7d505255 Do not always say OTASP_NOT_NEEDED for LTE. by Wink Saville · 13 years ago
  6. 09cd10c am dd466152: Merge "Initialize Hipri correctly." into ics-mr0 by Robert Greenwalt · 13 years ago
  7. dd46615 Merge "Initialize Hipri correctly." into ics-mr0 by Robert Greenwalt · 13 years ago
  8. 7a0390b am 07848843: Merge "Add DataConnection#isEmergency and use in trySetupData." into ics-mr0 by Wink Saville · 13 years ago
  9. 0784884 Merge "Add DataConnection#isEmergency and use in trySetupData." into ics-mr0 by Wink Saville · 13 years ago
  10. 977e8ec am f522e095: Merge "Add wrapper method to GsmAlphabet for API compatibility." into ics-mr0 by Jake Hamby · 13 years ago
  11. f522e09 Merge "Add wrapper method to GsmAlphabet for API compatibility." into ics-mr0 by Jake Hamby · 13 years ago
  12. a4bc82a Initialize Hipri correctly. by Robert Greenwalt · 13 years ago
  13. 9b61778 am dba69061: Merge "Send availability info more reliably" into ics-mr0 by Robert Greenwalt · 13 years ago
  14. 12e24ae Send availability info more reliably by Robert Greenwalt · 13 years ago
  15. d8e147c Add wrapper method to GsmAlphabet for API compatibility. by Jake Hamby · 13 years ago
  16. e025391 Add DataConnection#isEmergency and use in trySetupData. by Wink Saville · 13 years ago
  17. 6aa1e80 Merge "Use MatrixCursor instead of ArrayListCursor." by Jeff Brown · 13 years ago
  18. c755ae3 Use MatrixCursor instead of ArrayListCursor. by Jeff Brown · 13 years ago
  19. 2e6c332 Merge "Set roaming indicator to off if Perferred Roaming List is not loaded." into ics-mr0 by Wink Saville · 13 years ago
  20. f838b7c Merge "Support selectNetworkManually in LTEPhone." into ics-mr0 by John Wang · 13 years ago
  21. 63bbd8d Set roaming indicator to off if Perferred Roaming List is not loaded. by Wink Saville · 13 years ago
  22. 929ca5e Fix bug in CDMA WDP datagram handling (fixes incoming MMS). by Jake Hamby · 13 years ago
  23. 58466cc Support selectNetworkManually in LTEPhone. by John Wang · 13 years ago
  24. df0c2a9 Change DCS of MO SMS to the correct value for UCS-2 encoding. by sj0110.kim@samsung.com(sophia kim) · 13 years ago
  25. 32319dd Add "format" extra to SMS delivery report intents. by Jake Hamby · 13 years ago
  26. bece9cb Merge "Enable support for multiple SMSDispatchers in CDMALTEPhone." by Jake Hamby · 13 years ago
  27. b166bc8 Set mGotCountryCode properly. by Wink Saville · 13 years ago
  28. b7945ca Enable support for multiple SMSDispatchers in CDMALTEPhone. by Jake Hamby · 13 years ago
  29. 2613e00 Do not format numbers starting with hash or star. by Flavio Lerda · 13 years ago
  30. 9722442 am 2783e1ce: Merge "Remove unused persist.radio.imsregrequired." into ics-factoryrom by Wink Saville · 13 years ago
  31. 9e2cc04 Remove unused persist.radio.imsregrequired. by Wink Saville · 13 years ago
  32. e45beeb Merge "Temp fix to the problem of incorrectly classifying Brazilian local numbers as emergency numbers." by David Brown · 13 years ago
  33. c6027ee Temp fix to the problem of incorrectly classifying Brazilian local by Shaopeng Jia · 13 years ago
  34. 5840639 Fix apn bearer logic. by Robert Greenwalt · 13 years ago
  35. 94097b4 am 904fb9d7: Merge "Notify people of empty proxies too." into ics-factoryrom by Wink Saville · 13 years ago
  36. 0e09082 Notify people of empty proxies too. by Robert Greenwalt · 13 years ago
  37. a71483c am c6939697: Merge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom by Wink Saville · 13 years ago
  38. c693969 Merge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom by Wink Saville · 13 years ago
  39. 3df8b23 am f946c282: Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom by Wink Saville · 13 years ago
  40. d986c60 Remove isAnyActiveDataConnection and promote isDisconnected. by Wink Saville · 13 years ago
  41. d34ed16 Add PROPERTY_IMS_REG_REQUIRED. by Wink Saville · 13 years ago
  42. bb132eb Merge "Update code to use location aware isEmergencyNumber." by David Brown · 13 years ago
  43. ea0d54b Have all connections disconnected before turning off radio. by Wink Saville · 13 years ago
  44. 6b7c3f8 Update code to use location aware isEmergencyNumber. by Shaopeng Jia · 13 years ago
  45. 80c32a3 [toro] Add telephonyManager API ( getMsisdnNumber() ) for IMS Module. by duckyoung.chai · 13 years ago
  46. 11fed2b Merge "Add OTADM feature for Verizon requirement. - GsmDataConnectionTracker.java <in function createApnList> : modify parameter type for new ApnSetting. (carrierEnabled has changed to boolean from integer, BEARER has changed to integer from string). <in function createAllApnList> : modify telephony db query statement using carrierEnabled. (carrier_enabled: 1 enable apn, 0: disabled apn) <in function buildWaitingApns> : modify apn management code when current RAT (radio access technology) is LTE or EHRPD. add internal function named needToCheckApnBearer to check current RAT is LTE or EHRPD. - ApnSetting.java : add two member variable (carrierEnabled: apn enable/disable , bearer : Radio Access Technology) - Telephony.java : add two static string CARRIER_ENABLED & BEARER. - ApnSettingTest.java : add two assertEquals in function assertApnSettingEqual. add CARRIER_ENABLED & BEARER parameters." by Robert Greenwalt · 13 years ago
  47. 723facc Add OTADM feature for Verizon requirement. by sinikang · 13 years ago
  48. 0042330e am 30928eb6: am b1a3f0ca: Fix no data issue after system server crash by Kazuhiro Ondo · 13 years ago
  49. e112f1c Merge "Adding isEmergencyNumber which also takes in a defaultCountryIso." by Attila Bodis · 13 years ago
  50. 5d39ec4 Add method to retrieve MSISDN for CDMA/LTE devices. by Jake Hamby · 13 years ago
  51. 9683f99 Adding isEmergencyNumber which also takes in a defaultCountryIso. by Shaopeng Jia · 13 years ago
  52. 30928eb am b1a3f0ca: Fix no data issue after system server crash by Kazuhiro Ondo · 13 years ago
  53. b1a3f0c Fix no data issue after system server crash by Kazuhiro Ondo · 13 years ago
  54. 52d51c4 am eb7763ef: DO NOT MERGE: Fix leak in SIM ready registrants by Kazuhiro Ondo · 13 years ago
  55. eb7763e DO NOT MERGE: Fix leak in SIM ready registrants by Kazuhiro Ondo · 13 years ago
  56. a6d4248 Pass roaming info to ConnectivityService. by Robert Greenwalt · 13 years ago
  57. 9b2886e Create new isNetworkSupported API by Robert Greenwalt · 13 years ago
  58. 52d0f98 More robust check around TelephonyManager init. by Jeff Sharkey · 13 years ago
  59. 960ba91 Merge "CDMALTE: Start reading SIM record on SIM_READY" by Wink Saville · 13 years ago
  60. be1a049 Merge "Use the local timezone for CDMA SMS timestamps." by Jake Hamby · 13 years ago
  61. 4144a06 Use the local timezone for CDMA SMS timestamps. by Jake Hamby · 13 years ago
  62. 03605fa Merge "Fix leak in SIM ready registrants" by Wink Saville · 13 years ago
  63. 3ffb889 Merge "Add timezone to the terminal response for provide local information command" by Wink Saville · 13 years ago
  64. 43c3204 Fix leak in SIM ready registrants by Kazuhiro Ondo · 13 years ago
  65. ef5acbc CDMALTE: Start reading SIM record on SIM_READY by Kazuhiro Ondo · 13 years ago
  66. 463f221 Add ISIM application support for LTE devices. by Jake Hamby · 13 years ago
  67. d0b6ad9 Merge "Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response" by Wink Saville · 13 years ago
  68. f976cf2 Add timezone to the terminal response for provide local information command by Naveen Kalla · 13 years ago
  69. bcfa57b Allow data during voice call if network type is LTE by yoonsung.nam · 13 years ago
  70. dc69a6b Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response by Naveen Kalla · 13 years ago
  71. 8e28b7d Proactively disable data when over policy limit. by Jeff Sharkey · 13 years ago
  72. 9f1b94a Remove writing pin's to log. by Wink Saville · 13 years ago
  73. 4eb45cc Add utility functions for pause and tonewait pause. by inshik · 13 years ago
  74. e713576 Renaming com.google.i18n.phonenumbers to com.android.i18n.phonenumbers by Shaopeng Jia · 13 years ago
  75. 1d1435a Don't check provisioning when trying setup data call. by Sangcheol Lee · 13 years ago
  76. cd62dfb Enable concurrent voice and data for LTE. by John Wang · 13 years ago
  77. 35a9c52 am 5ad5c9e3: am d20f60c8: Merge "Support of LTE Only mode" into honeycomb-LTE by Wink Saville · 13 years ago
  78. 5ad5c9e am d20f60c8: Merge "Support of LTE Only mode" into honeycomb-LTE by Wink Saville · 13 years ago
  79. d20f60c Merge "Support of LTE Only mode" into honeycomb-LTE by Wink Saville · 13 years ago
  80. d5f8d84 Support of LTE Only mode by Ramesh Sudini · 13 years ago
  81. 0aea293 am 8ce53e38: am 9a87deb5: DataConnection: Clear cid when entering inactive state. by Ramesh Sudini · 13 years ago
  82. 8ce53e3 am 9a87deb5: DataConnection: Clear cid when entering inactive state. by Ramesh Sudini · 13 years ago
  83. 9a87deb DataConnection: Clear cid when entering inactive state. by Ramesh Sudini · 13 years ago
  84. 22d93a0 resolved conflicts for merge of 41394a36 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  85. bfce7034 am 32d106e1: Filter out addresses that are 0. by Wink Saville · 13 years ago
  86. 32d106e Filter out addresses that are 0. by Wink Saville · 13 years ago
  87. 895de92 am 051660d4: am deb62be2: Merge "Configure RAT dependent retry pattern in GSM DCT." into honeycomb-LTE by Wink Saville · 13 years ago
  88. d2dd1e6 am 9820a9d2: am 4281817f: Allow suggestedRetryTime to indicate no retry is needed. by Kazuhiro Ondo · 13 years ago
  89. 051660d am deb62be2: Merge "Configure RAT dependent retry pattern in GSM DCT." into honeycomb-LTE by Wink Saville · 13 years ago
  90. 9820a9d am 4281817f: Allow suggestedRetryTime to indicate no retry is needed. by Kazuhiro Ondo · 13 years ago
  91. deb62be Merge "Configure RAT dependent retry pattern in GSM DCT." into honeycomb-LTE by Wink Saville · 13 years ago
  92. 4281817 Allow suggestedRetryTime to indicate no retry is needed. by Kazuhiro Ondo · 13 years ago
  93. 789df16 Configure RAT dependent retry pattern in GSM DCT. by Kazuhiro Ondo · 13 years ago
  94. 3372c1e am b7ad442c: am 1c82f56f: Display CSIM SPN only if camping SID/NID matches CSIM CDMAHOME by Kazuhiro Ondo · 13 years ago
  95. b7ad442 am 1c82f56f: Display CSIM SPN only if camping SID/NID matches CSIM CDMAHOME by Kazuhiro Ondo · 13 years ago
  96. 1a15b03 Merge "Remove APN type in notifyDataConnection." by John Wang · 13 years ago
  97. 1c82f56 Display CSIM SPN only if camping SID/NID matches CSIM CDMAHOME by Kazuhiro Ondo · 13 years ago
  98. 343112f Remove APN type in notifyDataConnection. by John Wang · 13 years ago
  99. aed2949 am 5abddc73: am bf361b59: Return IMEI SV if CDMA-LTE mode is used by Kazuhiro Ondo · 13 years ago
  100. 5abddc7 am bf361b59: Return IMEI SV if CDMA-LTE mode is used by Kazuhiro Ondo · 13 years ago