1. 03c527a Merge "Add toString to CallServiceDescriptor" into master-nova by Sailesh Nepal · 10 years ago
  2. 5d9cb82 Add toString to CallServiceDescriptor by Sailesh Nepal · 10 years ago
  3. 3c7fbb2 Expose a method to cancel an outgoing call by Evan Charlton · 10 years ago
  4. e9aa1aa Expose CallState.NEW by Evan Charlton · 10 years ago
  5. c1a48ef Fix SDK build by Sailesh Nepal · 10 years ago
  6. 6043793 Add InCallCall class to communicate with InCallService by Sailesh Nepal · 10 years ago
  7. 924748f Add lifecycle methods to telecomm services by Evan Charlton · 10 years ago
  8. b632e5b Handoff: Add APIs to allow handoff between call services by Sailesh Nepal · 10 years ago
  9. a3d3aca Add disconnect cause and message extras by Sailesh Nepal · 10 years ago
  10. 8111bc5 Fix build breakage due to Javadoc typo. by Ihab Awad · 10 years ago
  11. 8d20561 Add CallServiceSelectorAdapter by Sailesh Nepal · 10 years ago
  12. 466a218 Merge "Add CallCapabilities and CallNumberPresentation" into master-nova by Sailesh Nepal · 10 years ago
  13. f6e9b27 Add CallCapabilities and CallNumberPresentation by Sailesh Nepal · 10 years ago
  14. fd2e620 Fix the build, take #2 by Evan Charlton · 10 years ago
  15. 8acdbb8 Fix the build by Evan Charlton · 10 years ago
  16. 2f23664 DTMF dialing support in frameworks/base by Ihab Awad · 10 years ago
  17. 20e3f02 Add disconnect cause to setDisconnected. by Santos Cordon · 10 years ago
  18. 1b469fec Delete README file by Sailesh Nepal · 10 years ago
  19. b84663f Merge "Add audio mode APIs" into master-nova by Sailesh Nepal · 10 years ago
  20. 4cff392 Add audio mode APIs by Sailesh Nepal · 10 years ago
  21. 93fb1d0 Add gateway support to frameworks/base/telecomm by Yorke Lee · 10 years ago
  22. ba4cc4e Merge "frameworks/base: Use Uri for handle" into master-nova by Sailesh Nepal · 10 years ago
  23. cadc1c1 frameworks/base: Use Uri for handle by Sailesh Nepal · 10 years ago
  24. d885b5c Merge "Add hold support to frameworks/base/telecomm" into master-nova by Yorke Lee · 10 years ago
  25. 81ccaaa Add hold support to frameworks/base/telecomm by Yorke Lee · 10 years ago
  26. 9a4bf4a Fix the SDK build by Evan Charlton · 10 years ago
  27. 0436d89 Fix SDK build due to missing import in TelecommConstants by Sailesh Nepal · 10 years ago
  28. 592bbf0 Merge "Add constant for Call Id extra" into master-nova by Sailesh Nepal · 10 years ago
  29. d6c9a7f Fix build break due to links to private APIs by Sailesh Nepal · 10 years ago
  30. ab5d282 Add wrappers around telecomm interfaces by Sailesh Nepal · 10 years ago
  31. e9d85a0 Add constant for Call Id extra by Sailesh Nepal · 10 years ago
  32. 971e9a4 Fix broken build due to ag/428341. by Ben Gilad · 10 years ago
  33. 45b5cf0 Merge "Add the abort API to ICallService implementations." into master-nova by Ben Gilad · 10 years ago
  34. 3fadaa9 Add the abort API to ICallService implementations. by Ben Gilad · 10 years ago
  35. 74f6bf8 Add optional data to incoming calls by Evan Charlton · 10 years ago
  36. 6c874e3 Adding the aborted call state. by Ben Gilad · 10 years ago
  37. b340c33 Adding API support for incoming calls. by Santos Cordon · 10 years ago
  38. 832ddb3 Fix some javadocs by Evan Charlton · 10 years ago
  39. 1fe964d Renaming intent to INCOMING_CALL. by Santos Cordon · 10 years ago
  40. 64a44a8 Update CallServiceSelector API by Evan Charlton · 10 years ago
  41. 6adbaf7 Addressing the TODO to rename CallServiceInfo. by Ben Gilad · 10 years ago
  42. 591ef66 Fix build. by Santos Cordon · 10 years ago
  43. bd63f90 New call service methods for incoming calls. by Santos Cordon · 10 years ago
  44. c3010b3 Add a CallServiceSelector base implementation by Evan Charlton · 10 years ago
  45. 35699a2 Following up on the TODO to rename newIncomingCall, see ag/417776 for the corresponding services/telecomm change. by Ben Gilad · 10 years ago
  46. 9a23a55 Add CallServiceInfo descriptor object by Evan Charlton · 10 years ago
  47. 222f129 Make telecomm APIs public by Sailesh Nepal · 10 years ago
  48. 5f66e88 Adding ACTION_INCOMING_CALL intents to new TelecommConstants.java class. by Santos Cordon · 10 years ago
  49. f6d868b Adds methods for a call service respond to a call(). by Santos Cordon · 10 years ago
  50. 713f1d7 Change call state to enum and add it to CallInfo. by Santos Cordon · 10 years ago
  51. 3d3735e Adding call state constants to Telecomm. by Santos Cordon · 10 years ago
  52. 805afaa CallInfo usage everywhere; selector using call-service Id strings. by Santos Cordon · 10 years ago
  53. 9cf80ed Add @hide to InCall APIs (fixes build break). by Santos Cordon · 10 years ago
  54. 8f3fd30 Add interfaces between Telecomm and InCall. by Santos Cordon · 10 years ago
  55. 658c0cf Update the Telecomm APIs to use CallInfo. by Santos Cordon · 11 years ago
  56. 8986ef4 Updates CallService API. by Santos Cordon · 11 years ago
  57. f042a3f Following up on our discussion offline to introduce response objects for isSwitchable. by Ben Gilad · 11 years ago
  58. 2e41207 Remove unused code/comments and adding missing tags etc. by Ben Gilad · 11 years ago
  59. 0f7dac1 Adding the CallServiceSelector skeleton (AIDL) files. by Ben Gilad · 11 years ago
  60. 73e64fe clean up javadoc. by Santos Cordon · 11 years ago
  61. 4939ccf Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse. by Santos Cordon · 11 years ago
  62. 6fee2ea Revert "Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse." by Santos Cordon · 11 years ago
  63. 6fbb1b7 Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse. by Santos Cordon · 11 years ago
  64. 6734a17 Add a default CallServiceProvider implementation. by Santos Cordon · 11 years ago
  65. 3784133 Additional fixes to aidl files. by Santos Cordon · 11 years ago
  66. b3e51b7 Fixing typos and a build break. by Santos Cordon · 11 years ago
  67. e57944d Add the CallService base class and the necessary call-service-provider by Ben Gilad · 11 years ago
  68. bb69b0c Adding the frameworks/base code from https://googleplex-android-review.git.corp.google.com/#/c/391028 by Ben Gilad · 11 years ago
  69. 09538eb Initial frameworks/base/telecomm check in. by Ben Gilad · 11 years ago