1. 720c664 Add connection properties to Connections. by Tyler Gunn · 8 years ago
  2. dee56a8 Expand call/connection extras API. by Tyler Gunn · 8 years ago
  3. 876dbfb Add API support for multi-endpoint. by Tyler Gunn · 8 years ago
  4. bd1eb1f Add new ConnectionEvent API (hide) to send a notification to Telecom by Tyler Gunn · 8 years ago
  5. 75c36b6 Correct the comparison done in removeAdapter. by Roshan Pius · 9 years ago
  6. 87b73f3 API Cleanup: Remove VideoState class. by Tyler Gunn · 9 years ago
  7. 6b7f955 Add extras to Connections/Calls. (1/3) by Santos Cordon · 9 years ago
  8. 17455a3 Add plumbing for merge failures and renable button. (3/4) by Anthony Lee · 9 years ago
  9. 6f20a6a DO NOT MERGE Remove connection substate by Jay Shrauner · 9 years ago
  10. 0736681 IMS-VT: Upgrade/Downgrade change -Add isVideo API to VideoProfile.VideoState by Rekha Kumar · 9 years ago
  11. 27d1c2d Pass onPostDialChar call back from Telephony to Telecom. by Nancy Chen · 10 years ago
  12. 5c9c86e Telecom API updates (1/6) by Ihab Awad · 10 years ago
  13. 4a57b9b Creating connections for conference event package participants. by Tyler Gunn · 10 years ago
  14. 7f3d41f Add new DisconnectCause class to telecomm. by Andrew Lee · 10 years ago
  15. ef9f6f9 Renaming Telecomm to Telecom. by Tyler Gunn · 10 years ago[Renamed (96%) from telecomm/java/android/telecomm/ConnectionServiceAdapter.java]
  16. 100e293 API cleanup for RemoteConnection. by Andrew Lee · 10 years ago
  17. 23dc241 Remove startActivityFromInCall API by Evan Charlton · 10 years ago
  18. 0159ac0 Additional changes for Conference. by Santos Cordon · 10 years ago
  19. 6107bab ConnectionService API has only one completed callback (1/3) by Ihab Awad · 10 years ago
  20. 823fd3c Update conference call APIs. by Santos Cordon · 10 years ago
  21. 229e382 Prevent ConcurrentModificationExceptions by Jay Shrauner · 10 years ago
  22. b19a0bc Final structural tweaks to Telecomm API (1/8) by Ihab Awad · 10 years ago
  23. b0c0e36 Use thread safe set for adapter set by Jay Shrauner · 10 years ago
  24. 7c7bc7f Add setConferenceable() API from ConnectionService to incall. (1/4) by Santos Cordon · 10 years ago
  25. 1418576 Move VideoCallProvider into ConnectionService. by Andrew Lee · 10 years ago
  26. 50aca23 Add VideoCall and VideoCall.Listener as an inner classes of Call. by Andrew Lee · 10 years ago
  27. e8dc4be Sent initial data to telecomm on connection creation. (1/3) by Santos Cordon · 10 years ago
  28. 2ab88cc Add Connection.startActivityFromInCall by Sailesh Nepal · 10 years ago
  29. aa07df8 Wiring video state through from Connection by Tyler Gunn · 10 years ago
  30. c5b0157 Add support for remote incoming calls by Sailesh Nepal · 10 years ago
  31. 6120386 Misc Telecomm API changes by Sailesh Nepal · 10 years ago
  32. 4dd9df5 Fix exception in ConnectionServiceAdapter.binderDied by Sailesh Nepal · 10 years ago
  33. 1a7061b Add Connection.setCallCapabilities by Sailesh Nepal · 10 years ago
  34. e7ef59a Add Connection.setStatusHints by Sailesh Nepal · 10 years ago
  35. 33aaae4 Add Connection.setAudioModeIsVoip by Sailesh Nepal · 10 years ago
  36. 2a46b90 Move ICallService.aidl to IConnectionService.aidl by Sailesh Nepal · 10 years ago[Renamed (67%) from telecomm/java/android/telecomm/CallServiceAdapter.java]
  37. 2bed956 Remove handoff APIs by Sailesh Nepal · 10 years ago
  38. 8d83fa9 API support for reporting of changes to call features. (eg VoLTE, VoWIFI, etc) by Tyler Gunn · 10 years ago
  39. 5ffbe8b Add methods to set a CallVideoProvider on a Call. by Andrew Lee · 10 years ago
  40. 506e386 Add API to cancel outgoing calls by Sailesh Nepal · 10 years ago
  41. 52d8a15 Remote Connection implementation. by Santos Cordon · 10 years ago
  42. 52a28f6 Replace CallServiceSelectors with Subscriptions (1/3) by Ihab Awad · 10 years ago
  43. b693998 Support conference calling. (1/4) by Santos Cordon · 10 years ago
  44. 8b4818d API: Add call service handoff trigger by Sailesh Nepal · 10 years ago
  45. e62a885 Merge "Expose post-dial APIs" into lmp-preview-dev by Evan Charlton · 10 years ago
  46. fc91b7d DO NOT MERGE. Implement connection error dialogs (1/4) by Ihab Awad · 10 years ago
  47. 6dea4ac Expose post-dial APIs by Evan Charlton · 10 years ago
  48. 980acb9 Add necessary APIs to support conference calling. by Santos Cordon · 10 years ago
  49. f835897 DO NOT MERGE. Allow ConnectionService to ask Telecomm for ringback by Ihab Awad · 10 years ago
  50. 20e3f02 Add disconnect cause to setDisconnected. by Santos Cordon · 10 years ago
  51. 81ccaaa Add hold support to frameworks/base/telecomm by Yorke Lee · 10 years ago
  52. ab5d282 Add wrappers around telecomm interfaces by Sailesh Nepal · 10 years ago[Copied (60%) from telecomm/java/android/telecomm/ICallServiceAdapter.aidl]
  53. b340c33 Adding API support for incoming calls. by Santos Cordon · 10 years ago
  54. bd63f90 New call service methods for incoming calls. by Santos Cordon · 10 years ago
  55. 35699a2 Following up on the TODO to rename newIncomingCall, see ag/417776 for the corresponding services/telecomm change. by Ben Gilad · 10 years ago
  56. 222f129 Make telecomm APIs public by Sailesh Nepal · 10 years ago
  57. f6d868b Adds methods for a call service respond to a call(). by Santos Cordon · 10 years ago
  58. 805afaa CallInfo usage everywhere; selector using call-service Id strings. by Santos Cordon · 10 years ago
  59. 658c0cf Update the Telecomm APIs to use CallInfo. by Santos Cordon · 10 years ago
  60. 8986ef4 Updates CallService API. by Santos Cordon · 10 years ago
  61. 3784133 Additional fixes to aidl files. by Santos Cordon · 11 years ago
  62. bb69b0c Adding the frameworks/base code from https://googleplex-android-review.git.corp.google.com/#/c/391028 by Ben Gilad · 11 years ago