1. 4cf116f Merge "API Cleanup - rename IConferenceable to Conferenceable." by Tyler Gunn · 9 years ago
  2. df2cbc8 API Cleanup - rename IConferenceable to Conferenceable. by Tyler Gunn · 9 years ago
  3. 8f98843 Remove connection substate by Jay Shrauner · 9 years ago
  4. 55b9752 Make Telecom/InCallUI APIs public by Jay Shrauner · 9 years ago
  5. 0736681 IMS-VT: Upgrade/Downgrade change -Add isVideo API to VideoProfile.VideoState by Rekha Kumar · 9 years ago
  6. cd5d33c Fix for call timer resetting when starting IMS conference call. 1/4 by Tyler Gunn · 10 years ago
  7. 27d1c2d Pass onPostDialChar call back from Telephony to Telecom. by Nancy Chen · 10 years ago
  8. 5c9c86e Telecom API updates (1/6) by Ihab Awad · 10 years ago
  9. 6d76ca0 Change Connections to allow setting conferenceable with conferences. by Tyler Gunn · 10 years ago
  10. 0e094d9 Apply @hide / @SystemApi to android.telecom.* by Evan Charlton · 10 years ago
  11. 30e6584 Change access to removeConnection so we can override it. by Anthony Lee · 10 years ago
  12. a663f86 Even, Even more telecom javadoc. by Santos Cordon · 10 years ago
  13. 4a57b9b Creating connections for conference event package participants. by Tyler Gunn · 10 years ago
  14. 7a39431 am 770ed6ec: Fix build break by Yorke Lee · 10 years ago
  15. 770ed6e Fix build break by Yorke Lee · 10 years ago
  16. 0b27c28 am 7e552595: am 4c334f3d: Merge "Add ability to add sim-initiated MO call to UI (2/4)" into lmp-dev by Yorke Lee · 10 years ago
  17. c3cf982 Add ability to add sim-initiated MO call to UI (2/4) by Yorke Lee · 10 years ago
  18. 12a4df2 resolved conflicts for merge of ead63f02 to lmp-mr1-dev by Ihab Awad · 10 years ago
  19. 50e3506 Refine implementation of GSM conferences (1/3) by Ihab Awad · 10 years ago
  20. 8635c57 Revert "@hide ConnectionService APIs." by Evan Charlton · 10 years ago
  21. 95e8070 Fixing ConcurrentModificationException. by mike dooley · 10 years ago
  22. 711d876fd @hide ConnectionService APIs. by Tyler Gunn · 10 years ago
  23. 1c4eb10 Merge "Add missing methods to Conference object" into lmp-dev by Yorke Lee · 10 years ago
  24. 2678639 Fix disconnect log printf in ConnectionService. by Andrew Lee · 10 years ago
  25. 7f3d41f Add new DisconnectCause class to telecomm. by Andrew Lee · 10 years ago
  26. a0d3ca9 Add missing methods to Conference object by Yorke Lee · 10 years ago
  27. ef9f6f9 Renaming Telecomm to Telecom. by Tyler Gunn · 10 years ago[Renamed (98%) from telecomm/java/android/telecomm/ConnectionService.java]
  28. 094d24c Merge "Disconnect all connections if telecomm unbinds to the service." into lmp-dev by Santos Cordon · 10 years ago
  29. 29f2f2e Disconnect all connections if telecomm unbinds to the service. by Santos Cordon · 10 years ago
  30. 100e293 API cleanup for RemoteConnection. by Andrew Lee · 10 years ago
  31. 354b2bd Make changes to Connection in Telecomm API (1/4) by Nancy Chen · 10 years ago
  32. 6faad7e Merge "Make changes to Telecomm API per review guidelines." into lmp-dev by Nancy Chen · 10 years ago
  33. ea38cca Make changes to Telecomm API per review guidelines. by Nancy Chen · 10 years ago
  34. a486804 Updating APIs for CDMA conference call support. by Santos Cordon · 10 years ago
  35. 4d12a03 Merge "Remove startActivityFromInCall API" into lmp-dev by Evan Charlton · 10 years ago
  36. 8a34d9e Merge "Remove onConnectionAdded/Removed() from ConnectionService API" into lmp-dev by Nancy Chen · 10 years ago
  37. 23dc241 Remove startActivityFromInCall API by Evan Charlton · 10 years ago
  38. 0156867 Remove onConnectionAdded/Removed() from ConnectionService API by Nancy Chen · 10 years ago
  39. be74de0 Hiding videoState values in telecomm APIs. (1/3) by Tyler Gunn · 10 years ago
  40. b8e85c7 Support Conferences in Remote Connections by Ihab Awad · 10 years ago
  41. 0159ac0 Additional changes for Conference. by Santos Cordon · 10 years ago
  42. cf7020b Clean up and fix bugs in ConnectionService.createConnection by Sailesh Nepal · 10 years ago
  43. 6107bab ConnectionService API has only one completed callback (1/3) by Ihab Awad · 10 years ago
  44. 823fd3c Update conference call APIs. by Santos Cordon · 10 years ago
  45. 7d18ceb Removing permission check in ConnectionService. by Tyler Gunn · 10 years ago
  46. a2897ea Merge "Add BIND_CONNECTION_SERVICE permission." into lmp-dev by Tyler Gunn · 10 years ago
  47. 0dae9a4 Add BIND_CONNECTION_SERVICE permission. by Tyler Gunn · 10 years ago
  48. 78fc922 Merge "Fix problems with wiring of initializing calls (1/2)" into lmp-dev by Ihab Awad · 10 years ago
  49. 621cd32 Fix problems with wiring of initializing calls (1/2) by Ihab Awad · 10 years ago
  50. 8b9d3ca Include more state in ParcelableConnection by Sailesh Nepal · 10 years ago
  51. b19a0bc Final structural tweaks to Telecomm API (1/8) by Ihab Awad · 10 years ago
  52. 8aecfed Fix incorrect connection ID for remote connection service by Ihab Awad · 10 years ago
  53. 752217b Aidl changes related to VideoCallProvider in Ims. by Andrew Lee · 10 years ago
  54. 8abea42 Remove ldaps from AOSP code. by Santos Cordon · 10 years ago
  55. 1f6bbd2 "Implement" formerly abstract methods VideoCallProvider. by Andrew Lee · 10 years ago
  56. 7c7bc7f Add setConferenceable() API from ConnectionService to incall. (1/4) by Santos Cordon · 10 years ago
  57. 5d0410f Finalize implementation of Remote Connection Service (1/4) by Ihab Awad · 10 years ago
  58. f8b6988 Connection creation and service wiring for WiFi call managers (1/3) by Ihab Awad · 10 years ago
  59. 4e7ec71 Handle synchronous failed connection by Sailesh Nepal · 10 years ago
  60. 1418576 Move VideoCallProvider into ConnectionService. by Andrew Lee · 10 years ago
  61. bf11f98 Make creating the Connection synchronous by Evan Charlton · 10 years ago
  62. 50aca23 Add VideoCall and VideoCall.Listener as an inner classes of Call. by Andrew Lee · 10 years ago
  63. e8dc4be Sent initial data to telecomm on connection creation. (1/3) by Santos Cordon · 10 years ago
  64. f295110 Change telecomm APIs from protected to public (1/3) by Santos Cordon · 10 years ago
  65. 5c6fa95 Move ACTION_CONNECTION_SERVICE into ConnectionService. (1/3) by Santos Cordon · 10 years ago
  66. 8c8a062 Rename PhoneAccountMetadata to PhoneAccount by Evan Charlton · 10 years ago
  67. 6eb262c Rename PhoneAccount to PhoneAccountHandle by Evan Charlton · 10 years ago
  68. 6b45642 Fixing ADD_CALL (1/3) by Santos Cordon · 10 years ago
  69. 2ab88cc Add Connection.startActivityFromInCall by Sailesh Nepal · 10 years ago
  70. aa07df8 Wiring video state through from Connection by Tyler Gunn · 10 years ago
  71. 8da4c3c Pass through video state when answering a call. by Andrew Lee · 10 years ago
  72. 001bbbb TTY: frameworks/base changes by Sailesh Nepal · 10 years ago
  73. c5b0157 Add support for remote incoming calls by Sailesh Nepal · 10 years ago
  74. 6120386 Misc Telecomm API changes by Sailesh Nepal · 10 years ago
  75. a27a193 Set the call video provider again after listeners are added. by Andrew Lee · 10 years ago
  76. 1a7061b Add Connection.setCallCapabilities by Sailesh Nepal · 10 years ago
  77. e7ef59a Add Connection.setStatusHints by Sailesh Nepal · 10 years ago
  78. 33aaae4 Add Connection.setAudioModeIsVoip by Sailesh Nepal · 10 years ago
  79. 2a46b90 Move ICallService.aidl to IConnectionService.aidl by Sailesh Nepal · 10 years ago
  80. 2bed956 Remove handoff APIs by Sailesh Nepal · 10 years ago
  81. 9c3f188 Rename Telecomm "Subscription" to "Account" (1/7) by Ihab Awad · 10 years ago
  82. 8d83fa9 API support for reporting of changes to call features. (eg VoLTE, VoWIFI, etc) by Tyler Gunn · 10 years ago
  83. 091768c More fixes for Connection and RemoteConnection by Sailesh Nepal · 10 years ago
  84. 5ffbe8b Add methods to set a CallVideoProvider on a Call. by Andrew Lee · 10 years ago
  85. 506e386 Add API to cancel outgoing calls by Sailesh Nepal · 10 years ago
  86. 52d8a15 Remote Connection implementation. by Santos Cordon · 10 years ago
  87. 52a28f6 Replace CallServiceSelectors with Subscriptions (1/3) by Ihab Awad · 10 years ago
  88. c35ad02 Add methods to TelephonyManager for Subscription management (1/3) by Ihab Awad · 10 years ago
  89. c067754 DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (1/4) by Ihab Awad · 10 years ago
  90. b693998 Support conference calling. (1/4) by Santos Cordon · 10 years ago
  91. e62a885 Merge "Expose post-dial APIs" into lmp-preview-dev by Evan Charlton · 10 years ago
  92. fc91b7d DO NOT MERGE. Implement connection error dialogs (1/4) by Ihab Awad · 10 years ago
  93. 6dea4ac Expose post-dial APIs by Evan Charlton · 10 years ago
  94. 980acb9 Add necessary APIs to support conference calling. by Santos Cordon · 10 years ago
  95. f835897 DO NOT MERGE. Allow ConnectionService to ask Telecomm for ringback by Ihab Awad · 10 years ago
  96. 42b30e1 DO NOT MERGE. Fix invalid format specifier in log message by Ihab Awad · 10 years ago
  97. 60ac30b Add logging utilities to Telecomm classes by Ihab Awad · 10 years ago
  98. 542e0ea Publish new Telecomm API for Connection Services by Ihab Awad · 10 years ago