1. be2a4a2 Fix typo in Call.Details.propertiesToString by Yorke Lee · 9 years ago
  2. 6b7f955 Add extras to Connections/Calls. (1/3) by Santos Cordon · 9 years ago
  3. 32f2473 More video related API fixes by Yorke Lee · 9 years ago
  4. 4538216 Change sendSessionModifyRequest VideoProvider API signature. by Tyler Gunn · 9 years ago
  5. 2378ea7 Add Properties to Call.Details. by Andrew Lee · 9 years ago
  6. 011728f Add handler parameter for callbacks. by Andrew Lee · 9 years ago
  7. d7b4b81 Merge commit '7595842' into merge2 by Etan Cohen · 9 years ago
  8. e3c507b Remove CallState and rename PRE_DIAL_WAIT by Santos Cordon · 9 years ago
  9. e661d9f Make CAPABILITY_CAN_PAUSE_VIDEO public by Yorke Lee · 9 years ago
  10. d012429 Merge "Remove connection substate" by Jay Shrauner · 9 years ago
  11. da80c87 Rename Call*Listener to Call*Callback. by Andrew Lee · 9 years ago
  12. 8f98843 Remove connection substate by Jay Shrauner · 9 years ago
  13. 7595842 Support for multiple VideoCall.Listeners for a VideoCall. by Tyler Gunn · 9 years ago
  14. cb43ebb Merge "am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release" by Vinit Deshpande · 9 years ago
  15. 1cf9b6b DO NOT MERGE Make Telecom/InCallUI APIs public by Jay Shrauner · 9 years ago
  16. e268f4c DO NOT MERGE Suffix VT_LOCAL/REMOTE with BIDIRECTIONAL. by Andrew Lee · 9 years ago
  17. 55b9752 Make Telecom/InCallUI APIs public by Jay Shrauner · 9 years ago
  18. 193de66 DO NOT MERGE Remove deprecated telecom APIs. Mark others final. by Jay Shrauner · 9 years ago
  19. 164a0ac Remove deprecated telecom APIs. Mark others final. by Jay Shrauner · 9 years ago
  20. 80047fa am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release by Vinit Deshpande · 9 years ago
  21. d4ea01b Merge "Merge commit 'e593d0a' into merge_work" by Prerepa Viswanadham · 9 years ago
  22. 9a8f9ce Suffix VT_LOCAL and VT_REMOTE with BIDIRECTIONAL. by Andrew Lee · 9 years ago
  23. 57bf2a8 Merge commit 'e593d0a' into merge_work by Prerepa Viswanadham · 9 years ago
  24. b5e0cfb Cleanup of Video Call pause functionality. by Tyler Gunn · 9 years ago
  25. 0736681 IMS-VT: Upgrade/Downgrade change -Add isVideo API to VideoProfile.VideoState by Rekha Kumar · 9 years ago
  26. 4209a28 Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into master_merge by Prerepa Viswanadham · 9 years ago
  27. d11a315 resolve merge conflicts of bcb17eb to m-wireless-dev. by Tyler Gunn · 9 years ago
  28. 96d6c40 resolved conflicts for merge of 00de38a1 to master by Tyler Gunn · 9 years ago
  29. bcb17eb am 89f41eb3: Define the capability to speed up MT call audio by Dong Zhou · 9 years ago
  30. 89f41eb Define the capability to speed up MT call audio by Dong Zhou · 9 years ago
  31. 068085b Fix emergency callback number not shown for incoming calls. by Tyler Gunn · 10 years ago
  32. 5e9e8bb Indicate local and remote RX/TX capabilities for VT. by Andrew Lee · 9 years ago
  33. 1a8ae3e Rename from VoWIFI to WIFI. by Andrew Lee · 10 years ago
  34. 80fff3c Rename VoLTE capability to HD audio. by Andrew Lee · 10 years ago
  35. 5c9c86e Telecom API updates (1/6) by Ihab Awad · 10 years ago
  36. 36c62f3 Add an option to set the selected phone account as the default. (1/3) by Nancy Chen · 10 years ago
  37. 4afc6af Fixing where call goes from disconnecting to active to disconnecting state. by Tyler Gunn · 10 years ago
  38. f4cf77c Add constructor for DisconnectCause that does not require a tone. by Nancy Chen · 10 years ago
  39. 513c892 Replace get*PhoneAccounts* public API methods with new method (1/3) by Nancy Chen · 10 years ago
  40. 7f3d41f Add new DisconnectCause class to telecomm. by Andrew Lee · 10 years ago
  41. ef9f6f9 Renaming Telecomm to Telecom. by Tyler Gunn · 10 years ago[Renamed (94%) from telecomm/java/android/telecomm/Call.java]
  42. 354b2bd Make changes to Connection in Telecomm API (1/4) by Nancy Chen · 10 years ago
  43. 9d568c0 API changes in GatewayInfo, Response, and PropertyPresentation (1/4) by Nancy Chen · 10 years ago
  44. a486804 Updating APIs for CDMA conference call support. by Santos Cordon · 10 years ago
  45. 23dc241 Remove startActivityFromInCall API by Evan Charlton · 10 years ago
  46. 81289ef Merge "Add CallProperties class, and use to on ParcelableCall." into lmp-dev by Andrew Lee · 10 years ago
  47. 223ad14 Add CallProperties class, and use to on ParcelableCall. by Andrew Lee · 10 years ago
  48. f30d7e9 Call onPhoneDestroyed when the service is unbound. by Santos Cordon · 10 years ago
  49. 75537ae Hiding missed Video telephony related APIs. by Tyler Gunn · 10 years ago
  50. b95f169 Made all classes required for an InCallService @SystemApi by Gabriel Peal · 10 years ago
  51. 823fd3c Update conference call APIs. by Santos Cordon · 10 years ago
  52. 229e382 Prevent ConcurrentModificationExceptions by Jay Shrauner · 10 years ago
  53. 10798dc Add extras for outgoing call by Nancy Chen · 10 years ago
  54. b19a0bc Final structural tweaks to Telecomm API (1/8) by Ihab Awad · 10 years ago
  55. e9b7a8e Better comments for the CONNECTING state. by Nancy Chen · 10 years ago
  56. e20930f Add "CONNECTING" state for before outgoing call broadcast returns by Nancy Chen · 10 years ago
  57. 8abea42 Remove ldaps from AOSP code. by Santos Cordon · 10 years ago
  58. 7c7bc7f Add setConferenceable() API from ConnectionService to incall. (1/4) by Santos Cordon · 10 years ago
  59. 5d0410f Finalize implementation of Remote Connection Service (1/4) by Ihab Awad · 10 years ago
  60. 50aca23 Add VideoCall and VideoCall.Listener as an inner classes of Call. by Andrew Lee · 10 years ago
  61. 88b771d Rename InCallCall to ParcelableCall (1/2) by Santos Cordon · 10 years ago
  62. 8c8a062 Rename PhoneAccountMetadata to PhoneAccount by Evan Charlton · 10 years ago
  63. 6eb262c Rename PhoneAccount to PhoneAccountHandle by Evan Charlton · 10 years ago
  64. 1019719 Migrate TelecommConstants to TelecommManager by Evan Charlton · 10 years ago
  65. 2ab88cc Add Connection.startActivityFromInCall by Sailesh Nepal · 10 years ago
  66. e7a7ec6 Merge "Pass through video state when answering a call." into lmp-dev by Andrew Lee · 10 years ago
  67. 8da4c3c Pass through video state when answering a call. by Andrew Lee · 10 years ago
  68. 5b49ade Plumb through StatusHints change notifications by Evan Charlton · 10 years ago
  69. 5da0fd5 API changes to enable account selection for a call by Nancy Chen · 10 years ago
  70. 7a34138 Adding getVideoState method to Telecomm Call's details. by Andrew Lee · 10 years ago
  71. 85f5d42 Add VideoState member variable to InCallCall. by Andrew Lee · 10 years ago
  72. e63fadb Introduce new In-Call Service interface by Ihab Awad · 10 years ago