1. 708a7ba Ensure self-managed CS can use any URI scheme. by Tyler Gunn · 6 years ago
  2. 23fa136 Merge changes I8c12e8e6,I4878993a am: dd6a7b3174 am: a6809eddaf am: a1e5a0c78c by Jordan Liu · 7 years ago
  3. d32c9db Set broadcast done when placing immediate call by Jordan Liu · 7 years ago
  4. ff06d06 Handle potential emergency numbers properly by Sandeep Kunta · 8 years ago
  5. b4f90ff Prevent NewOutgoingCallBroadcast from being sent for self-managed calls. by Tyler Gunn · 7 years ago
  6. 20a6dfe Allow NEW_OUTGOING_CALL to launch possible handler apps by Christopher Tate · 7 years ago
  7. 47c73e9 Allow NEW_OUTGOING_CALL to launch possible handler apps by Christopher Tate · 7 years ago
  8. 63e690c Accept timeout from apps requesting call disconnect by Hall Liu · 7 years ago
  9. 8f98f10 resolve merge conflicts of 953e1af to stage-aosp-master by Brad Ebinger · 8 years ago
  10. 953e1af Switch to using android.telecom.Log in Telecom by Brad Ebinger · 8 years ago
  11. c9cf544 Add lock to NewOutgoingCallBroadcastIntentReceiver by Hall Liu · 8 years ago
  12. e6143f5 Do not process call intent if call already disconnected by Sanket Agarwal · 8 years ago
  13. 5f048fe fix voicemail: hang when selecting accounts. by Santos Cordon · 8 years ago
  14. d3bacb7 Send ACTION_NEW_OUTGOING_CALL broadcast to the user initiates the call by Tony Mak · 8 years ago
  15. 4b1759d Remove race condition between NOCIB and account selection by Hall Liu · 8 years ago
  16. 220b419 Add tests for NewOutgoingCallIntentBroadcaster by Hall Liu · 8 years ago
  17. 11623a3 Adds Telecom Logging to TelecomServiceImpl. by Brad Ebinger · 9 years ago
  18. 5b88249 API Cleanup: Remove references to VideoState class. by Tyler Gunn · 9 years ago
  19. 973c4e1 Add process outgoing calls app op - telecomm by Svetoslav · 9 years ago
  20. 3d05da6 Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into master_merge by Prerepa Viswanadham · 9 years ago
  21. 8d5d9dd Make Telecom synchronous by Ihab Awad · 9 years ago
  22. 2a61eda Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' by Vinit Deshpande · 9 years ago
  23. 23da3c2 Log NewOutgoingCall events from telecom. by Santos Cordon · 9 years ago
  24. 78a5e6b Refactoring for testability by Ihab Awad · 9 years ago
  25. cb189f9 am 7b9a15f2: am fe1ce0ac: Allow calling of voicemail using CALL_PRIVILEGED by Yorke Lee · 10 years ago
  26. fe1ce0a Allow calling of voicemail using CALL_PRIVILEGED by Yorke Lee · 10 years ago
  27. e4a9c41 Add Systrace logging to Telecom by Yorke Lee · 10 years ago
  28. cf5b291 Reuse calls canceled through NEW_OUTGOING_CALL broadcast. by Santos Cordon · 10 years ago
  29. 39d94c1 Enforce CALL_PRIVILEGED check at start of CallActivity by Yorke Lee · 10 years ago
  30. 6dc1c75 Split CallActivity into trampoline activity and CallReceiver by Yorke Lee · 10 years ago
  31. 91d43cf Preparatory work to move Telecom to system service. by Tyler Gunn · 10 years ago
  32. 7cc70b4 Renaming Telecomm to Telecom. by Tyler Gunn · 10 years ago[Renamed (95%) from src/com/android/telecomm/NewOutgoingCallIntentBroadcaster.java]
  33. e05257c Fix for DisconnectCause.INVALID_NUMBER being returned by Yorke Lee · 10 years ago
  34. 56a76b7 Use framework scheme definitions by Jay Shrauner · 10 years ago
  35. d75fabf Retain "voicemail:" URI for startOutgoingCall and add scheme Constants. by Nancy Chen · 10 years ago
  36. 308ab8b Pass voicemail: URIs directly to Telephony. Rename handle -> number by Nancy Chen · 10 years ago
  37. d725587 Add error dialogs to Telecomm by Yorke Lee · 10 years ago
  38. bc9ef17 Bring up Select Account Dialog before launching InCallUI. by Nancy Chen · 10 years ago
  39. 2d0b331 Disconnect calls which were canceled via NEW_OUTGOING_CALL intent. by Santos Cordon · 10 years ago
  40. 6fb37c8 Final structural tweaks to Telecomm API (4/8) by Ihab Awad · 10 years ago
  41. 0d3076c Reduce latency for InCallUI by adding an intermediate state by Nancy Chen · 10 years ago
  42. 1d90b55 Update uses of VideoCallProfile.VideoState. by Andrew Lee · 10 years ago
  43. cce5deb Allow the system dialer to make emergency calls via ACTION_CALL by Yorke Lee · 10 years ago
  44. 8917637 Rename PhoneAccount to PhoneAccountHandle by Evan Charlton · 10 years ago
  45. b35fc31 Migrate TelecommConstants to TelecommManager by Evan Charlton · 10 years ago
  46. 905dfba Remove CallServiceProvider and CallServiceDescript: Impl do not merge by Sailesh Nepal · 10 years ago
  47. 502e5fe Implement multi-SIM capabilities (6/6) [DO NOT MERGE] by Ihab Awad · 10 years ago
  48. 6f3f7af Use CallerInfo correctly in Telecomm by Yorke Lee · 10 years ago
  49. c4abd91 Adding "start call with video" extra for ACTION_CALL intent. by Tyler Gunn · 10 years ago
  50. 98a5560 Rename Telecomm "Subscription" to "Account" (6/7) by Ihab Awad · 10 years ago
  51. 77d2d0e Passing subscription info in the calls logic to log it properly by Nancy Chen · 10 years ago
  52. 571f073 Add gateway information to the ConnectionRequest. by Santos Cordon · 10 years ago
  53. d362fe3 Revert "Allow default and system dialers to make emergency calls via ACTION_CALL" by Yorke Lee · 10 years ago
  54. 31a94e3 Allow default and system dialers to make emergency calls via ACTION_CALL by Yorke Lee · 10 years ago
  55. b7157e9 Adds speakerphone extra to ACTION_DIAL (1/2). by Sai Cheemalapati · 10 years ago
  56. 6625545 Follow API change in PhoneNumberUtils by Yorke Lee · 10 years ago
  57. b58f453 Fix #911 calls. by Santos Cordon · 10 years ago
  58. b330875 Fix logging in NewOutgoingCallIntentBroadcaster by Sailesh Nepal · 10 years ago
  59. b9d4b36 Add scheme to resultdata in NewOutgoingCallIntentReceiver by Yorke Lee · 10 years ago
  60. 3350163 Add gateway support to Telecomm by Yorke Lee · 10 years ago