1. fd6ca44 Add more disconnect causes 2/4 by Santos Cordon · 10 years ago
  2. b6c4e3d Merge "Do not log a call that is cancelled before selecting an account" into lmp-dev by Nancy Chen · 10 years ago
  3. aa561dd Do not log a call that is cancelled before selecting an account by Nancy Chen · 10 years ago
  4. 6965a80 Merge "TestCallVideoProvider enhancements, telecomm Call fix." into lmp-dev by Tyler Gunn · 10 years ago
  5. b1a95a7 TestCallVideoProvider enhancements, telecomm Call fix. by Tyler Gunn · 10 years ago
  6. f2a8491 Improve wiring of Phone Accounts by Ihab Awad · 10 years ago
  7. 9d53f13 Merge "Switch to using AudioAttributes with sessions" into lmp-dev by RoboErik · 10 years ago
  8. 294cf3f Change display Strings to CharSequence (2/3) by Santos Cordon · 10 years ago
  9. 3b45f1c Remove RemoteException catches from TestCallVideoProvider. by Andrew Lee · 10 years ago
  10. 07920f6 Switch to using AudioAttributes with sessions by RoboErik · 10 years ago
  11. 323ab2c Merge "Fixed bug in CallsManager calling back would not complete" into lmp-dev by Nancy Chen · 10 years ago
  12. d9de92c Fixed bug in CallsManager calling back would not complete by Nancy Chen · 10 years ago
  13. 7e0df31 Adding missing "break" in MSG_SET_VIDEO_STATE case block. by Tyler Gunn · 10 years ago
  14. 72890ce Sent initial data to telecomm on connection creation. (2/3) by Santos Cordon · 10 years ago
  15. 7242942 Revert "Change display Strings to CharSequence (2/2)" by Santos Cordon · 10 years ago
  16. bc25946 Change display Strings to CharSequence (2/2) by Santos Cordon · 10 years ago
  17. a38f329 Use new addCall API in Telecomm, and add MANAGE_USERS permission by Yorke Lee · 10 years ago
  18. 994bd96 Change telecomm APIs from protected to public (2/3) by Santos Cordon · 10 years ago
  19. f2f14ef Move ACTION_CONNECTION_SERVICE into ConnectionService. (2/3) by Santos Cordon · 10 years ago
  20. 2583b67 Rename InCallCall to ParcelableCall (2/2) by Santos Cordon · 10 years ago
  21. 313bad7 Merge "Rename setDestroy() to destroy()" into lmp-dev by Evan Charlton · 10 years ago
  22. fd86bd4 Change incoming call intent to a TelecommManager method. (2/3) by Santos Cordon · 10 years ago
  23. 5451882 Rename setDestroy() to destroy() by Evan Charlton · 10 years ago
  24. 2417941 Fix the build by Evan Charlton · 10 years ago
  25. 73e5d73 Merge "Rename PhoneAccountMetadata to PhoneAccount" into lmp-dev by Evan Charlton · 10 years ago
  26. 94d0162 Rename PhoneAccountMetadata to PhoneAccount by Evan Charlton · 10 years ago
  27. 29e52ae Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONE by Jean-Michel Trivi · 10 years ago
  28. 8917637 Rename PhoneAccount to PhoneAccountHandle by Evan Charlton · 10 years ago
  29. b35fc31 Migrate TelecommConstants to TelecommManager by Evan Charlton · 10 years ago
  30. 484f8d6 Populate subscription number by Evan Charlton · 10 years ago
  31. 44b1810 Update Telecomm to follow framework vibration api change. by John Spurlock · 10 years ago
  32. efe3844 Merge "Fixing ADD_CALL (2/3)" into lmp-dev by Santos Cordon · 10 years ago
  33. 69eb0f5 Update connection service iteration for PhoneAccounts by Ihab Awad · 10 years ago
  34. 4b034a6 Fixing ADD_CALL (2/3) by Santos Cordon · 10 years ago
  35. 0a388fc Wiring videoState through from telephony. by Tyler Gunn · 10 years ago
  36. f0ec7f3 Merge "Implement Connection.startActivityFromInCall in Telecomm" into lmp-dev by Sailesh Nepal · 10 years ago
  37. 9d58de5 Implement Connection.startActivityFromInCall in Telecomm by Sailesh Nepal · 10 years ago
  38. 78ac0ce Address pending changelist comments from earlier CL by Ihab Awad · 10 years ago
  39. 1dbdda1 Merge "Adding random incoming number generation to TestConnectionService." into lmp-dev by Tyler Gunn · 10 years ago
  40. ad33337 Adding random incoming number generation to TestConnectionService. by Tyler Gunn · 10 years ago
  41. bf96a46 Merge "Wire up multi-SIM experience (3/4)" into lmp-dev by Ihab Awad · 10 years ago
  42. 104f806 Wire up multi-SIM experience (3/4) by Ihab Awad · 10 years ago
  43. ba4d6a4 Merge "Playback of test videos for TestCallVideoProvider." into lmp-dev by Tyler Gunn · 10 years ago
  44. dcdf5b0 Playback of test videos for TestCallVideoProvider. by Tyler Gunn · 10 years ago
  45. 3b055ee Merge "Flip flag to "false" for enabling account selection" into lmp-dev by Nancy Chen · 10 years ago
  46. b7f428c Flip flag to "false" for enabling account selection by Nancy Chen · 10 years ago
  47. 38931d0 Pass through video state when answering a call. by Andrew Lee · 10 years ago
  48. 53ceedc Add additional call state PRE_DIAL_WAIT for selection of account by Nancy Chen · 10 years ago
  49. 9a4bc77 Merge "Add additional call state PRE_DIAL_WAIT for selection of account" into lmp-dev by Nancy Chen · 10 years ago
  50. 9481279 Merge "Fix audio wired headset bug" into lmp-dev by Sailesh Nepal · 10 years ago
  51. d0a76aa Fix audio wired headset bug by Sailesh Nepal · 10 years ago
  52. 176ae28 Add PhoneAccount registration. by Santos Cordon · 10 years ago
  53. 5987886 Merge "TTY: Telecomm" into lmp-dev by Sailesh Nepal · 10 years ago
  54. b88795a TTY: Telecomm by Sailesh Nepal · 10 years ago
  55. b771c43 Switch MediaSession to new constructor by RoboErik · 10 years ago
  56. 97a2380 Merge "Change Call Listeners to a concurrent Set." into lmp-dev by Santos Cordon · 10 years ago
  57. dfc6601 Change Call Listeners to a concurrent Set. by Santos Cordon · 10 years ago
  58. 4a79660 When video call state is set, propagate state to InCallCall. by Andrew Lee · 10 years ago
  59. 664837f Add support for remote incoming calls: impl by Sailesh Nepal · 10 years ago
  60. 905dfba Remove CallServiceProvider and CallServiceDescript: Impl do not merge by Sailesh Nepal · 10 years ago
  61. 490459e Merge "Implement multi-SIM capabilities (6/6) [DO NOT MERGE]" into lmp-dev by Santos Cordon · 10 years ago
  62. 84bfe47 Implement new In-Call Service interface by Ihab Awad · 10 years ago
  63. 502e5fe Implement multi-SIM capabilities (6/6) [DO NOT MERGE] by Ihab Awad · 10 years ago
  64. dcd1889 Merge "Misc Telecomm API changes - impl" by Sailesh Nepal · 10 years ago
  65. e8ecb98 Misc Telecomm API changes - impl by Sailesh Nepal · 10 years ago
  66. 6f3f7af Use CallerInfo correctly in Telecomm by Yorke Lee · 10 years ago
  67. a1662d0 Enterprise caller-id: packages/services/Telecomm by Makoto Onuki · 10 years ago
  68. ed66ea4 Merge "Change isRinging and isInAPhoneCall to execute from binder thread." by Santos Cordon · 10 years ago
  69. 13e7740 Move SIP to the top of connection service order by Sailesh Nepal · 10 years ago
  70. 626697a Change isRinging and isInAPhoneCall to execute from binder thread. by Santos Cordon · 10 years ago
  71. 18315b3 Merge "Fix log error in setAudioModeIsVoip" by Sailesh Nepal · 10 years ago
  72. 7fa33ca Fix log error in setAudioModeIsVoip by Sailesh Nepal · 10 years ago
  73. c6037a6 Merge "Implement part of the test call video provider." by Andrew Lee · 10 years ago
  74. dfe7b6d Implement part of the test call video provider. by Andrew Lee · 10 years ago
  75. e20bc97 Implement Connection.setCallCapabilities by Sailesh Nepal · 10 years ago
  76. b2a11fc Merge "Add features and data usage to call log manager." by Tyler Gunn · 10 years ago
  77. 765c35c Add features and data usage to call log manager. by Tyler Gunn · 10 years ago
  78. 3f754cd Merge "Update permissions around showCallScreen." by Santos Cordon · 10 years ago
  79. 46592f0 Update permissions around showCallScreen. by Santos Cordon · 10 years ago
  80. b0ba087 Set PhoneAccount for incoming calls by Sailesh Nepal · 10 years ago
  81. 35faf8c Implement Connection.setStatus by Sailesh Nepal · 10 years ago
  82. 7e66957 Implement ConnectionService.setAudioModeIsVoip by Sailesh Nepal · 10 years ago
  83. 9359ef7 Handle CallServiceProvider crash by Sailesh Nepal · 10 years ago
  84. 778fd22 Merge "Adding "start call with video" extra for ACTION_CALL intent." by Tyler Gunn · 10 years ago
  85. c4abd91 Adding "start call with video" extra for ACTION_CALL intent. by Tyler Gunn · 10 years ago
  86. 48c3a90 Revert "Adding "start call with video" extra for ACTION_CALL intent." by Tyler Gunn · 10 years ago
  87. ba2ef67 Adding "start call with video" extra for ACTION_CALL intent. by Tyler Gunn · 10 years ago
  88. dc1a61d Merge "Fix test to set call ID for connection request" by Sailesh Nepal · 10 years ago
  89. d02f516 Fix test to set call ID for connection request by Sailesh Nepal · 10 years ago
  90. c92c436 Rename CallServiceWrapper to ConnectionServiceWrapper by Sailesh Nepal · 10 years ago
  91. eb42fc9 Merge "Fix typo in log" by Sailesh Nepal · 10 years ago
  92. 3fe8b72 Fix typo in log by Sailesh Nepal · 10 years ago
  93. a49c643 Fix cast error in ConnectionServiceWrapper by Sailesh Nepal · 10 years ago
  94. 3c6d30e Merge "Remove handoff implementation" by Sailesh Nepal · 10 years ago
  95. 77da19e Remove handoff implementation by Sailesh Nepal · 10 years ago
  96. ae4ca93 Merge "Fix exception when setting audio mode" by Sailesh Nepal · 10 years ago
  97. bca199f Fix exception when setting audio mode by Sailesh Nepal · 10 years ago
  98. dd94aca Merge "Handle cancelMissedCallsNotification." by Santos Cordon · 10 years ago
  99. 64c7e96 Handle cancelMissedCallsNotification. by Santos Cordon · 10 years ago
  100. 98a5560 Rename Telecomm "Subscription" to "Account" (6/7) by Ihab Awad · 10 years ago