1. c3dae9c Merge tag 'android-6.0.1_r3' into 601r3 by David Ng · 9 years ago
  2. 897c110 Merge "Fix apn overwrite issue" by Linux Build Service Account · 9 years ago
  3. f596d65 Try-catch for deletePreferredApnId() by Amit Mahajan · 9 years ago
  4. a63611b Fix apn overwrite issue by Susheel nyamala · 9 years ago
  5. 630f25a Merge "Merge regional apns to telephony db" by Linux Build Service Account · 9 years ago
  6. babf49e Merge "Fix Mms failures due to wrong numeric" by Linux Build Service Account · 9 years ago
  7. 132b043 Merge regional apns to telephony db by Susheel nyamala · 9 years ago
  8. d4091e0 Upgrade telephony db (carriers table) only if needed. by Amit Mahajan · 9 years ago
  9. 606de66 Fix Mms failures due to wrong numeric by Susheel nyamala · 9 years ago
  10. 1da42e5 [CellBroadcast Alerts] : Enable CMAS Test alerts by Sridhar Dubbaka · 9 years ago
  11. 91c5dff Change to persist preferred apn across OTA upgrades. by Amit Mahajan · 9 years ago
  12. da60721 Change to add user_visible field to Carriers table. by Amit Mahajan · 9 years ago
  13. 0398c4f [TelephonyProvider]: Add Channel 60 support by Sridhar Dubbaka · 9 years ago
  14. deeba8b TelephonyProvider: Display APN PPP number by kaiyiz · 10 years ago
  15. e93034a APN: Add the read only APN feature. by kaiyiz · 10 years ago
  16. b6fe085 Add new columns corresponding to Cellbroadcast settings screen. by Sanket Padawe · 9 years ago
  17. 7b8040a Change to actually remove user/carrier edited entries on delete(). by Amit Mahajan · 9 years ago
  18. 899cc60 Change to preserve user/carrer added/edited APNs on upgrade. by Amit Mahajan · 9 years ago
  19. 3f63728 Update db only if ContentValues obj being inserted is not empty. by Amit Mahajan · 9 years ago
  20. b80f733 Add bearer_bitmask field (in addition to bearer). by Amit Mahajan · 9 years ago
  21. a2f40df Adding try-catch block to catch an unexpected exception causing crash. by Amit Mahajan · 9 years ago
  22. 24223db Change to avoid parsing non-integer values to integer when repopulating db. by Amit Mahajan · 9 years ago
  23. 85f7f51 Merge "Support both user and carrier edited values." into lmp-mr1-wfc-dev by Amit Mahajan · 9 years ago
  24. bc1edc2 Support both user and carrier edited values. by Amit Mahajan · 9 years ago
  25. bec8492 Fixing the the conditions checked when searching conflicting row in db. by Amit Mahajan · 9 years ago
  26. 3f2e68a Change to add new column and unique constraint to carriers db. by Amit Mahajan · 10 years ago
  27. b16a120 [DS] Load APN from System or Oem image by Legler Wu · 10 years ago
  28. 72b1473 Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  29. 3fdec6f Revert "Additional changes to SubscriptionManager API as per API council." by Wink Saville · 10 years ago
  30. 4879328 Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  31. 89bfa75 Merge "Make TelephonyProvider a singleton across users" into lmp-mr1-dev by Amith Yamasani · 10 years ago
  32. 887288c Make TelephonyProvider a singleton across users by Amith Yamasani · 10 years ago
  33. 7e633bd API changes to add carrier name to subinforecord by Sanket Padawe · 10 years ago
  34. f070a95 Merge "The sub_id column in the carriers should be an INTEGER instead of a LONG" into lmp-mr1-dev by Tom Taylor · 10 years ago
  35. f5b56e3 Clean up public API of SubInfoRecord. by Stuart Scott · 10 years ago
  36. 1ad5f91 The sub_id column in the carriers should be an INTEGER instead of a LONG by Tom Taylor · 10 years ago
  37. 830a40f Change subId to int from long by Wink Saville · 10 years ago
  38. fe9236c am a1045b02: fix issues to set data profiles by Hui Wang · 10 years ago
  39. a1045b0 fix issues to set data profiles by Hui Wang · 10 years ago
  40. 9cdf1a0 am ccba6ba3: Could not get apn by URL_TELEPHONY_USING_SUBID if numeric is 00101 by Xia Ying · 10 years ago
  41. ccba6ba Could not get apn by URL_TELEPHONY_USING_SUBID if numeric is 00101 by Xia Ying · 10 years ago
  42. 7ed9c33 Unhide android.provider.Telephony.Sms.SUB_ID by Shri Borde · 10 years ago
  43. c55054d Unable to make calls on LRW71C by Tom Taylor · 10 years ago
  44. 7c6edbe Save mcc/mnc in SubInfoRecord by Tom Taylor · 10 years ago
  45. d3b87ec Prepare to make SubscriptionManager public. by Wink Saville · 10 years ago
  46. e9a6c45 Configure MTU based on network PCO MTU parameter by w19976 · 10 years ago
  47. b068886 Revert "Revert "add apn setting parameters, and set apn parameters to bp"" by Amit Mahajan · 10 years ago
  48. f383323 Revert "add apn setting parameters, and set apn parameters to bp" by Amit Mahajan · 10 years ago
  49. 0667b72 add apn setting parameters, and set apn parameters to bp by Hui Wang · 10 years ago
  50. acf787b Allow carrier apps to read/modify the APN provider. by Shishir Agrawal · 10 years ago
  51. 6de1027 Create TelephonyProvider tables if they do they not exist by Wink Saville · 10 years ago
  52. e84c0a8 Merge kwd to master. by Wink Saville · 10 years ago
  53. 2f3815d Remove APN-db flush if conf file changes by Robert Greenwalt · 11 years ago
  54. 429cf07 Allow MMS queries without permission. by Robert Greenwalt · 11 years ago
  55. 1695fa5 Merge "modify fail fast mode for loading apns" by Wink Saville · 12 years ago
  56. 7e7c274 modify fail fast mode for loading apns by Hyejin Kim · 12 years ago
  57. 27045ef read MVNO config and insert DB by Sungmin Choi · 12 years ago
  58. cfdb743 avoid stopping app in case of accessing empty db by Hyejin Kim · 12 years ago
  59. 1a4f2bf fix typo for exception message by Sungmin Choi · 12 years ago
  60. 22b6306 fix typo for comment by Sungmin Choi · 12 years ago
  61. 4167fcc data: enhanced Telephony Carrier DB transaction time by jewon.lee · 12 years ago
  62. 410a122 Require permissions to read APN DB. by Robert Greenwalt · 12 years ago
  63. bf7c617 Use telephony-common and mms-common by Wink Saville · 12 years ago
  64. d616ee6 Added a new URI updating preferred APN w/o change notification by Kazuhiro Ondo · 13 years ago
  65. bae4b07 Modify carrier table in Telephony DB. by sinikang · 13 years ago
  66. 87f6b90 am 607ead75: am d7c9350a: Rebuild Carriers table if apns-conf.xml changes. by Wink Saville · 13 years ago
  67. 607ead7 am d7c9350a: Rebuild Carriers table if apns-conf.xml changes. by Wink Saville · 13 years ago
  68. d7c9350 Rebuild Carriers table if apns-conf.xml changes. by Wink Saville · 13 years ago
  69. 0b8a032 am b33fe89b: am 3c93d9be: am 61eecbcb: Merge "TelephonyProvider : Do not ignore seletion when quering "current"" into gingerbread by Jean-Baptiste Queru · 13 years ago
  70. 61eecbc Merge "TelephonyProvider : Do not ignore seletion when quering "current"" into gingerbread by Jean-Baptiste Queru · 13 years ago
  71. dc94679 Remove the deprecated things from Config.java. These havent been working since before 1.0. by Joe Onorato · 13 years ago
  72. 4e18088 TelephonyProvider : Do not ignore seletion when quering "current" by Sangcheol Lee · 13 years ago
  73. 9dd054f Add the protocol column to the carriers table. by Lorenzo Colitti · 14 years ago
  74. 5d565c1 Add the protocol column to the carriers table. by Lorenzo Colitti · 14 years ago
  75. 2227c4a Renaming SharedPreferences$Editor.startCommit to apply by Brad Fitzpatrick · 14 years ago
  76. 854f2c1 Use new async startCommit() on editor. by Brad Fitzpatrick · 14 years ago
  77. 49f22d3 Update to reflect android-common no longer in framework. by Dianne Hackborn · 15 years ago
  78. cef101b Update imports to android-common by Tom Taylor · 15 years ago
  79. 8e1a4f9 Add Authentication Type field to the database. by Jaikumar Ganesh · 15 years ago
  80. b1bc16d Automated import from //branches/master/...@140758,140758 by John Huang · 16 years ago
  81. 7236c3a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  82. 9812a61 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  83. 692628d auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  84. b7e8518 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  85. 62f78e4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  86. 15fe736 Initial Contribution by The Android Open Source Project · 16 years ago