1. 4b0a265 Merge "Add SDK versions for Telecomm." by Nancy Chen · 9 years ago
  2. 41fed9a Add SDK versions for Telecomm. by Nancy Chen · 9 years ago
  3. 6964cca am 1076675f: am 606777af: Merge "Name user call activity "Phone"" into mnc-dev by Jay Shrauner · 9 years ago
  4. 4d0b419 Name user call activity "Phone" by Jay Shrauner · 9 years ago
  5. 41045b4 Allow a custom component to receive notification of missed call. by Bryce Lee · 9 years ago
  6. 71734c2 Allow default dialer changes and phone account enable/disable via ADB by Yorke Lee · 9 years ago
  7. 7d3416d Allow default dialer to be changed via adb without user confirmation by Yorke Lee · 9 years ago
  8. 638f05c Add intent for enabling phone account. by Santos Cordon · 9 years ago
  9. ebe2fb3 Telecomm service does not use cleartext network traffic. by Alex Klyubin · 9 years ago
  10. ea5cb93 Provide enable property on phone accounts. by Santos Cordon · 9 years ago
  11. 5534434 Add a setting to enable/disable calling accounts. by Santos Cordon · 9 years ago
  12. b5c5d44 Add activity to handle default dialer requests by Yorke Lee · 9 years ago
  13. 57f6149 Fix some issues with TelecomBroadcastReceiver by Yorke Lee · 9 years ago
  14. 2a61eda Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' by Vinit Deshpande · 9 years ago
  15. 7385396 Broadcast phone account registrations by Santos Cordon · 9 years ago
  16. 4c77849 Broadcast phone account registrations by Santos Cordon · 9 years ago
  17. 78a5e6b Refactoring for testability by Ihab Awad · 9 years ago
  18. af22dd1 Cleanup RespondViaSmsSettings class. by Andrew Lee · 9 years ago
  19. 9631da4 Add intent-filter for intent to start RespondViaSMS. by Andrew Lee · 9 years ago
  20. 581ec4a Make telecom a non-persistent process. by Santos Cordon · 10 years ago
  21. 398893b Remove android:debuggable from manifest by Ihab Awad · 10 years ago
  22. e6a33f2 (Telecom-system part 4) Move telecom to the system server process. by Santos Cordon · 10 years ago
  23. f987d1a (Telecom-system part 2) Move telecom intialization from application to service. by Santos Cordon · 10 years ago
  24. fd053f4 Style quick responses to Dialer Material. by Andrew Lee · 10 years ago
  25. 7e2c7f3 Update PhoneAccount icon API (5/6) by Ihab Awad · 10 years ago
  26. 52da703 Revert "Telecom, Telephony share a process." by Santos Cordon · 10 years ago
  27. 2be04fc Telecom, Telephony share a process. by Santos Cordon · 10 years ago
  28. 116549b Use the public API permissions by Evan Charlton · 10 years ago
  29. 9451460 am 0ceb5a12: Add permission to CONNECTION_MANAGER PhoneAccount registration. by Santos Cordon · 10 years ago
  30. 0ceb5a1 Add permission to CONNECTION_MANAGER PhoneAccount registration. by Santos Cordon · 10 years ago
  31. 17fc413 am d48dcb2c: am 62e1ab16: Merge "Broadcast the call type/duration information" into lmp-dev by Amit Mahajan · 10 years ago
  32. 271b9ae Broadcast the call type/duration information by Yong Jiang · 10 years ago
  33. e732ef4 Send incoming call directly to CallReceiver by Yorke Lee · 10 years ago
  34. fddf12e Register BluetoothPhoneService. by Santos Cordon · 10 years ago
  35. 68d1a6b Move BluetoothPhoneService to telecom. by Santos Cordon · 10 years ago
  36. 15608a8 Merge "Register TelecomBroadcastReceiver through AndroidManifest" into lmp-dev by Nancy Chen · 10 years ago
  37. 6dc1c75 Split CallActivity into trampoline activity and CallReceiver by Yorke Lee · 10 years ago
  38. 6f5c08d Register TelecomBroadcastReceiver through AndroidManifest by Nancy Chen · 10 years ago
  39. 91d43cf Preparatory work to move Telecom to system service. by Tyler Gunn · 10 years ago
  40. 7cc70b4 Renaming Telecomm to Telecom. by Tyler Gunn · 10 years ago
  41. 8e0fef4 Allowing enable/disable of phone accounts. (2/3) by Tyler Gunn · 10 years ago
  42. 5f6f77e Merge "Rename listener to callback for ConferenceManager and rename strings 2/4" into lmp-dev by Nancy Chen · 10 years ago
  43. 066fc77 Rename listener to callback for ConferenceManager and rename strings 2/4 by Nancy Chen · 10 years ago
  44. cb54048 Merge "Add MODIFY_PHONE_STATE permission for changing the audio mode" into lmp-dev by Jean-Michel Trivi · 10 years ago
  45. 5fcbe91 Add MODIFY_PHONE_STATE permission for changing the audio mode by Jean-Michel Trivi · 10 years ago
  46. a51a386 Remove Phone Account Preferences; moved to Telephony. by Andrew Lee · 10 years ago
  47. c35ea27 Merge "Fix bracket issue." into lmp-dev by Yorke Lee · 10 years ago
  48. f7b7701 Fix bracket issue. by Santos Cordon · 10 years ago
  49. d725587 Add error dialogs to Telecomm by Yorke Lee · 10 years ago
  50. 61b9210 Exposing in-call API to other implementing classes. (2/4) by Tyler Gunn · 10 years ago
  51. d160768 Add BIND_CONNECTION_SERVICE permission. (2/2) by Tyler Gunn · 10 years ago
  52. d900ce6 Un-registering phone accounts for packages which are uninstalled. by Tyler Gunn · 10 years ago
  53. adef8dd Merge "Remove LDAPs from code." into lmp-dev by Santos Cordon · 10 years ago
  54. df39986 Remove LDAPs from code. by Santos Cordon · 10 years ago
  55. c17294c Finalize implementation of Remote Connection Service (2/4) by Ihab Awad · 10 years ago
  56. d5a71da Disable backup by Jay Shrauner · 10 years ago
  57. a38f329 Use new addCall API in Telecomm, and add MANAGE_USERS permission by Yorke Lee · 10 years ago
  58. 78ac0ce Address pending changelist comments from earlier CL by Ihab Awad · 10 years ago
  59. 104f806 Wire up multi-SIM experience (3/4) by Ihab Awad · 10 years ago
  60. 55a3428 Replace CallServiceSelectors with Subscriptions (2/3) by Ihab Awad · 10 years ago
  61. ff7493a DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (2/4) by Ihab Awad · 10 years ago
  62. d791b2a Merge "Move BluetoothManager to telecomm." into lmp-preview-dev by Santos Cordon · 10 years ago
  63. c7e85d4 Move BluetoothManager to telecomm. by Santos Cordon · 10 years ago
  64. b64c150 DO NOT MERGE Adding implementation of TelecommService by Santos Cordon · 10 years ago
  65. 51bd35b Add CALL_PRIVILEGED by Evan Charlton · 10 years ago
  66. 344fbd8 Merge "Add vibration code to Ringer" into master-nova by Evan Charlton · 10 years ago
  67. 198fde8 Add vibration code to Ringer by Evan Charlton · 10 years ago
  68. a0e5f1a Adding missed call notification. by Santos Cordon · 10 years ago
  69. 5b7b9b3 Add emergency call service selector. by Santos Cordon · 10 years ago
  70. f98fb57 Initial commit of basic call logging code in Telecomm by Yorke Lee · 10 years ago
  71. 1cecc7c Temp work around for audio bugs by Sailesh Nepal · 10 years ago
  72. 5c670a9 First pass at Telephony broadcasts by Evan Charlton · 10 years ago
  73. 493e8f2 Make incoming calls work. by Santos Cordon · 10 years ago
  74. 523f605 Change incoming call intent to be an activity intent. by Santos Cordon · 10 years ago
  75. 049b7b6 Fully connect CallsManager with InCallController for outgoing calls. by Santos Cordon · 11 years ago
  76. 0958f53 Remove the synchronization by Evan Charlton · 11 years ago
  77. 8e8b8d2 Find ICallServiceProviders on the device. by Santos Cordon · 11 years ago
  78. 3e3b541 Adding CallServiceReceiver for Call service binding intents. by Santos Cordon · 11 years ago
  79. 10e6832 Add CALL* intent handling to Telecomm. by Santos Cordon · 11 years ago
  80. 4937ff9 Adding the Telecomm manifest etc. by Ben Gilad · 11 years ago