1. a0d9f75 Adding some missing incoming CallManager logic. by Ben Gilad · 10 years ago
  2. bb167cd Fix for a CallServiceRepository bug. by Ben Gilad · 10 years ago
  3. c80a98c Update test app to simulate incoming calls. by Santos Cordon · 10 years ago
  4. 83a4aa7 Merge "Adding answer/reject API support to Telecomm." into master-nova by Santos Cordon · 10 years ago
  5. 61d0f70 Adding answer/reject API support to Telecomm. by Santos Cordon · 10 years ago
  6. d239a03 Remove dangling CallsManager code. by Ben Gilad · 10 years ago
  7. 487436b Remove dangling code in CallServiceProviderWrapper. by Ben Gilad · 10 years ago
  8. 5de168c Merge "Updating comments around provider cache." into master-nova by Santos Cordon · 10 years ago
  9. 963c234 Merge "Fix making 2nd call" into master-nova by Sailesh Nepal · 10 years ago
  10. b07a9d5 Fix an OutgoingCallProcessor bug. by Ben Gilad · 10 years ago
  11. a12bc09 Updating comments around provider cache. by Santos Cordon · 10 years ago
  12. c319375 Fix making 2nd call by Sailesh Nepal · 10 years ago
  13. 87bc6e6 Merge "Change incoming call intent to be an activity intent." into master-nova by Santos Cordon · 10 years ago
  14. 523f605 Change incoming call intent to be an activity intent. by Santos Cordon · 10 years ago
  15. a1c1708 Use the async CallServiceSelector API by Evan Charlton · 10 years ago
  16. fc511ca Mark call as active for InCallUI by Sailesh Nepal · 10 years ago
  17. 155ab51 Fix disconnect button by Sailesh Nepal · 10 years ago
  18. ebd9b66 Remove dangling code and add a TODO to unify the incoming/outgoing approach to use startActivity. by Ben Gilad · 10 years ago
  19. 3758723 Update dangling references to #placeCall. by Ben Gilad · 10 years ago
  20. c5b2269 The packages/services/Telecomm counterpart of ag/420591. by Ben Gilad · 10 years ago
  21. e596c2b Fix break. by Santos Cordon · 10 years ago
  22. cfcc2f7 Merge "Use the new incoming call confirmation APIs." into master-nova-dev by Santos Cordon · 10 years ago
  23. 8d90ea6 Merge "Add IncomingCallsMangager to perform the incoming call sequence." into master-nova-dev by Santos Cordon · 10 years ago
  24. 80d9bdc Add IncomingCallsMangager to perform the incoming call sequence. by Santos Cordon · 10 years ago
  25. 7917d38 Use the new incoming call confirmation APIs. by Santos Cordon · 10 years ago
  26. abee48b Merge "Add a CallServiceSelector used for tests" into master-nova-dev by Evan Charlton · 10 years ago
  27. 4039aaf Merge "Fix making outgoing calls" into master-nova-dev by Sailesh Nepal · 10 years ago
  28. b6141ae Fix making outgoing calls by Sailesh Nepal · 10 years ago
  29. 23a0885 Add a CallServiceSelector used for tests by Evan Charlton · 10 years ago
  30. 4fa7ed1 Merge "Update the incoming call intent." into master-nova-dev by Santos Cordon · 10 years ago
  31. de14ddb Add CallService to the manifest file. by Santos Cordon · 10 years ago
  32. 657cdd8 Update the incoming call intent. by Santos Cordon · 10 years ago
  33. 29d295e Fix test code to use CallServiceInfo. by Santos Cordon · 10 years ago
  34. 5c12c6e Use BindCallback with ServiceBinder.bind(). by Santos Cordon · 10 years ago
  35. c195e36 Use CallServiceWrappers in place of ICallService. by Santos Cordon · 10 years ago
  36. 76866be Merge "Following up on some TODOs etc." into master-nova-dev by Ben Gilad · 10 years ago
  37. 13329fd Following up on some TODOs etc. by Ben Gilad · 10 years ago
  38. 63aeb16 Adding a CallService & CallServiceProvider concrete classes. by Santos Cordon · 10 years ago
  39. 6242b13 Dangling fixes for outgoing calls. by Santos Cordon · 10 years ago
  40. 289d593 Merge "Fully connect CallsManager with InCallController for outgoing calls." into master-nova-dev by Santos Cordon · 10 years ago
  41. 049b7b6 Fully connect CallsManager with InCallController for outgoing calls. by Santos Cordon · 10 years ago
  42. bd4d3b1 Update TestCallService app to include a dummy selector. by Santos Cordon · 10 years ago
  43. 681663d OutgoingCalls(1/6) - Filling in lifecycle of outgoing call. by Santos Cordon · 10 years ago
  44. 2313e62 Adding the switchboard ticker. by Ben Gilad · 10 years ago
  45. 8bdaa46 Removing CallServiceUnavailableException that is no longer applicable. by Ben Gilad · 10 years ago
  46. 0120241 Enable proguard by Evan Charlton · 10 years ago
  47. 0b03b4b Adding call state to the Call object. by Santos Cordon · 10 years ago
  48. d983800 Merge "Wiring up the call from OutgoingCallProcessor to selectors." into master-nova-dev by Ben Gilad · 10 years ago
  49. d88323b Wiring up the call from OutgoingCallProcessor to selectors. by Ben Gilad · 10 years ago
  50. e3d76ab Adding in-call service code. by Santos Cordon · 10 years ago
  51. cacf0d9 Merge "Adding the OutgoingCallProcessor and the initial wiring between it and the switchboard." into master-nova-dev by Ben Gilad · 10 years ago
  52. 0bf5b91 Adding the OutgoingCallProcessor and the initial wiring between it and the switchboard. by Ben Gilad · 10 years ago
  53. 18cc42f Clean up some TODOs by Evan Charlton · 10 years ago
  54. 89a12c5 Fix build break. by Santos Cordon · 10 years ago
  55. caf7f2b Merge "Adding an audio beep for the test call service." into master-nova-dev by Santos Cordon · 10 years ago
  56. 1fee141 Merge "Update test call service to use new CallInfo parameters." into master-nova-dev by Santos Cordon · 10 years ago
  57. ee99d32 Adding an audio beep for the test call service. by Santos Cordon · 10 years ago
  58. e4a8e70 Update test call service to use new CallInfo parameters. by Santos Cordon · 10 years ago
  59. ee784fb Merge "Add a TODO for handling the returned set of call-service selectors from the finder." into master-nova-dev by Ben Gilad · 10 years ago
  60. 134cf09 Add a TODO for handling the returned set of call-service selectors from the finder. by Ben Gilad · 10 years ago
  61. 88cde80 Merge "Convert the lists of call-services/selectors in switchboard to sets and pass the set of selectors from the finder." into master-nova-dev by Ben Gilad · 10 years ago
  62. 03292d4 Convert the lists of call-services/selectors in switchboard to sets and pass the set of selectors from the finder. by Ben Gilad · 10 years ago
  63. 7bbcfe6 Merge "Adding simple implementation of CallService for testing." into master-nova-dev by Santos Cordon · 10 years ago
  64. 9d97146 Adding simple implementation of CallService for testing. by Santos Cordon · 10 years ago
  65. b59769e Adding the lookup logic for call-service selectors. by Ben Gilad · 10 years ago
  66. 80ddb5d Follow up on the CallServiceFinder TODO to join/remove the inner classes. by Ben Gilad · 10 years ago
  67. 0958f53 Remove the synchronization by Evan Charlton · 10 years ago
  68. 1803a83 Remove JavaDoc comments for TAG constants per team preference. by Ben Gilad · 10 years ago
  69. c861dad Merge "Collect CallService implementations via CallServiceProviderAdapter." into master-nova-dev by Santos Cordon · 10 years ago
  70. cb83fb6 Collect CallService implementations via CallServiceProviderAdapter. by Santos Cordon · 10 years ago
  71. 2def71e Add guava to the build by Evan Charlton · 10 years ago
  72. 2495d57 Adding the Call class (JavaDoc) description. by Ben Gilad · 10 years ago
  73. 0407fb2 Continuing the outgoing call flow -- passing call services from the finder back to the switchboard. by Ben Gilad · 10 years ago
  74. d17443c Follow up on c/401744. by Ben Gilad · 10 years ago
  75. f57ecf7 Merge "Adding telecom test directory." into master-nova-dev by Santos Cordon · 10 years ago
  76. 76faae5 Adding telecom test directory. by Santos Cordon · 11 years ago
  77. ac1aa9e Allow Telecomm to be imported into Eclipse by Evan Charlton · 10 years ago
  78. 8e8b8d2 Find ICallServiceProviders on the device. by Santos Cordon · 10 years ago
  79. dd8c608 Basic wiring to hook up the call activity logic with calls manager. by Ben Gilad · 10 years ago
  80. f5a56c9 Fix the build by Evan Charlton · 10 years ago
  81. 7ff3e09 Adding CallServiceReceiver for Call service binding intents. by Santos Cordon · 11 years ago
  82. 3e3b541 Adding CallServiceReceiver for Call service binding intents. by Santos Cordon · 11 years ago
  83. 10e6832 Add CALL* intent handling to Telecomm. by Santos Cordon · 11 years ago
  84. 9f2bed3 Adding the basic Telecomm flow components. by Ben Gilad · 11 years ago
  85. 4937ff9 Adding the Telecomm manifest etc. by Ben Gilad · 11 years ago
  86. a38b18a Initial packages/services/Telecomm check in. by Ben Gilad · 11 years ago
  87. 0803e72 Initial empty repository by Baligh Uddin · 11 years ago