1. 551056e Merge "Hide AIDL for RemoteServiceCallback in telecomm" into lmp-dev by Nancy Chen · 10 years ago
  2. da227c7 Hide AIDL for RemoteServiceCallback in telecomm by Nancy Chen · 10 years ago
  3. 81289ef Merge "Add CallProperties class, and use to on ParcelableCall." into lmp-dev by Andrew Lee · 10 years ago
  4. 223ad14 Add CallProperties class, and use to on ParcelableCall. by Andrew Lee · 10 years ago
  5. f30d7e9 Call onPhoneDestroyed when the service is unbound. by Santos Cordon · 10 years ago
  6. 7746a94 Fix NPE when have no phone accounts by Jay Shrauner · 10 years ago
  7. b8e85c7 Support Conferences in Remote Connections by Ihab Awad · 10 years ago
  8. e4b1d57 Merge "API review PhoneManager -> TelecommManager. Rename methods (6/6)" into lmp-dev by Nancy Chen · 10 years ago
  9. 0eb1e40 API review PhoneManager -> TelecommManager. Rename methods (6/6) by Nancy Chen · 10 years ago
  10. 9edf297 Merge "Hiding missed Video telephony related APIs." into lmp-dev by Tyler Gunn · 10 years ago
  11. 75537ae Hiding missed Video telephony related APIs. by Tyler Gunn · 10 years ago
  12. 705e987 Merge "Hiding Video telephony related APIs." into lmp-dev by Tyler Gunn · 10 years ago
  13. 0159ac0 Additional changes for Conference. by Santos Cordon · 10 years ago
  14. 27d1e25 Hiding Video telephony related APIs. by Tyler Gunn · 10 years ago
  15. 38dd601 Merge "Make AudioState modes static constants" into lmp-dev by Yorke Lee · 10 years ago
  16. 1426048 Make AudioState modes static constants by Yorke Lee · 10 years ago
  17. 80030f9 Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev by Santos Cordon · 10 years ago
  18. b95f169 Made all classes required for an InCallService @SystemApi by Gabriel Peal · 10 years ago
  19. 163a805 Merge "Clean up and fix bugs in ConnectionService.createConnection" into lmp-dev by Sailesh Nepal · 10 years ago
  20. cf7020b Clean up and fix bugs in ConnectionService.createConnection by Sailesh Nepal · 10 years ago
  21. 9e4329e Merge "ConnectionService API has only one completed callback (1/3)" into lmp-dev by Ihab Awad · 10 years ago
  22. 6107bab ConnectionService API has only one completed callback (1/3) by Ihab Awad · 10 years ago
  23. 50cddec Merge "Exposing in-call API to other implementing classes. (1/4)" into lmp-dev by Tyler Gunn · 10 years ago
  24. 2ac4010 Exposing in-call API to other implementing classes. (1/4) by Tyler Gunn · 10 years ago
  25. 7257bd8 Merge "Make AudioState constructors public" into lmp-dev by Sailesh Nepal · 10 years ago
  26. 823fd3c Update conference call APIs. by Santos Cordon · 10 years ago
  27. 1d04c0f Make AudioState constructors public by Sailesh Nepal · 10 years ago
  28. 7d18ceb Removing permission check in ConnectionService. by Tyler Gunn · 10 years ago
  29. a2897ea Merge "Add BIND_CONNECTION_SERVICE permission." into lmp-dev by Tyler Gunn · 10 years ago
  30. 0dae9a4 Add BIND_CONNECTION_SERVICE permission. by Tyler Gunn · 10 years ago
  31. 78fc922 Merge "Fix problems with wiring of initializing calls (1/2)" into lmp-dev by Ihab Awad · 10 years ago
  32. 229e382 Prevent ConcurrentModificationExceptions by Jay Shrauner · 10 years ago
  33. 621cd32 Fix problems with wiring of initializing calls (1/2) by Ihab Awad · 10 years ago
  34. f4669df Use thread safe set for RemoteConnection.mListeners by Sailesh Nepal · 10 years ago
  35. 8b9d3ca Include more state in ParcelableConnection by Sailesh Nepal · 10 years ago
  36. b19a0bc Final structural tweaks to Telecomm API (1/8) by Ihab Awad · 10 years ago
  37. 5f52e8c Merge "Add extras for outgoing call" into lmp-dev by Nancy Chen · 10 years ago
  38. 10798dc Add extras for outgoing call by Nancy Chen · 10 years ago
  39. 03d30a5 Make sure we're obtaining themed drawables correctly by Alan Viverette · 10 years ago
  40. f20b916 Override StatusHints.equals by Sailesh Nepal · 10 years ago
  41. 8aecfed Fix incorrect connection ID for remote connection service by Ihab Awad · 10 years ago
  42. ea201b3 Merge "Use thread safe set for RemoteConnection.mListeners" into lmp-dev by Sailesh Nepal · 10 years ago
  43. d5bcb68 Use thread safe set for RemoteConnection.mListeners by Sailesh Nepal · 10 years ago
  44. c4d63d7 Merge "Adding camera failure/ready session events." into lmp-dev by Tyler Gunn · 10 years ago
  45. 7edbe28 Adding camera failure/ready session events. by Tyler Gunn · 10 years ago
  46. b0c0e36 Use thread safe set for adapter set by Jay Shrauner · 10 years ago
  47. a602082 Merge "Better comments for the CONNECTING state." into lmp-dev by Nancy Chen · 10 years ago
  48. e9b7a8e Better comments for the CONNECTING state. by Nancy Chen · 10 years ago
  49. 752217b Aidl changes related to VideoCallProvider in Ims. by Andrew Lee · 10 years ago
  50. e20930f Add "CONNECTING" state for before outgoing call broadcast returns by Nancy Chen · 10 years ago
  51. 8abea42 Remove ldaps from AOSP code. by Santos Cordon · 10 years ago
  52. 1f6bbd2 "Implement" formerly abstract methods VideoCallProvider. by Andrew Lee · 10 years ago
  53. 7c7bc7f Add setConferenceable() API from ConnectionService to incall. (1/4) by Santos Cordon · 10 years ago
  54. 5d0410f Finalize implementation of Remote Connection Service (1/4) by Ihab Awad · 10 years ago
  55. d34e571 Revert "Make Connection threadsafe" by Santos Cordon · 10 years ago
  56. b09c2b5 Make Connection threadsafe by Evan Charlton · 10 years ago
  57. 5d231e1 Adding video width/height to camera capabilities. by Tyler Gunn · 10 years ago
  58. f8b6988 Connection creation and service wiring for WiFi call managers (1/3) by Ihab Awad · 10 years ago
  59. 48332d6 Convert VideoState into an inner class. by Andrew Lee · 10 years ago
  60. 0d6ea71 Add new proximity sensors in Telecomm (1/3) by Yorke Lee · 10 years ago
  61. ed28d40 Merge "Fix WTF when creating a lazily initialized connection" into lmp-dev by Sailesh Nepal · 10 years ago
  62. b2d41f4 Fix WTF when creating a lazily initialized connection by Sailesh Nepal · 10 years ago
  63. 4e7ec71 Handle synchronous failed connection by Sailesh Nepal · 10 years ago
  64. 1418576 Move VideoCallProvider into ConnectionService. by Andrew Lee · 10 years ago
  65. 17a3814 Merge "Make creating the Connection synchronous" into lmp-dev by Evan Charlton · 10 years ago
  66. bf11f98 Make creating the Connection synchronous by Evan Charlton · 10 years ago
  67. 50aca23 Add VideoCall and VideoCall.Listener as an inner classes of Call. by Andrew Lee · 10 years ago
  68. 6c11189 Adding missing break statement in VideoCallProvider. by Tyler Gunn · 10 years ago
  69. 6080118 Hide multiple-account information if there is only a single account by Nancy Chen · 10 years ago
  70. 541a06e Merge "Change display Strings to CharSequence (1/3)" into lmp-dev by Santos Cordon · 10 years ago
  71. 8a57efb7e Don't throw RemoteException in public RemoteCallVideoClient APIs. by Andrew Lee · 10 years ago
  72. 1995a6b Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs." by Andrew Lee · 10 years ago
  73. a93e06b Don't throw RemoteException in public RemoteCallVideoClient APIs. by Andrew Lee · 10 years ago
  74. 146a3e3 Change display Strings to CharSequence (1/3) by Santos Cordon · 10 years ago
  75. 3818a89 Expose call settings as public API (1/3) by Yorke Lee · 10 years ago
  76. faa0f30 Merge "Add video call profile constructor which takes video state only." into lmp-dev by Andrew Lee · 10 years ago
  77. e8dc4be Sent initial data to telecomm on connection creation. (1/3) by Santos Cordon · 10 years ago
  78. 055e5a2 Add video call profile constructor which takes video state only. by Andrew Lee · 10 years ago
  79. 054c6d9 Catch RemoteException when setting the camera or zoom. by Andrew Lee · 10 years ago
  80. d1c344e Revert "Change display Strings to CharSequence (1/2)" by Santos Cordon · 10 years ago
  81. 9cc3833 Change display Strings to CharSequence (1/2) by Santos Cordon · 10 years ago
  82. f295110 Change telecomm APIs from protected to public (1/3) by Santos Cordon · 10 years ago
  83. 5c6fa95 Move ACTION_CONNECTION_SERVICE into ConnectionService. (1/3) by Santos Cordon · 10 years ago
  84. a37cb8b Merge "@hide CAPABILITY_CALL_PROVIDER" into lmp-dev by Evan Charlton · 10 years ago
  85. 7800fb7 @hide CAPABILITY_CALL_PROVIDER by Evan Charlton · 10 years ago
  86. 88b771d Rename InCallCall to ParcelableCall (1/2) by Santos Cordon · 10 years ago
  87. 2c4b812 Merge "Rename setDestroy() to destroy()" into lmp-dev by Evan Charlton · 10 years ago
  88. 36a7134 Rename setDestroy() to destroy() by Evan Charlton · 10 years ago
  89. 96efb48 Change incoming call intent to a TelecommManager method. (1/3) by Santos Cordon · 10 years ago
  90. 8c8a062 Rename PhoneAccountMetadata to PhoneAccount by Evan Charlton · 10 years ago
  91. 6eb262c Rename PhoneAccount to PhoneAccountHandle by Evan Charlton · 10 years ago
  92. 1019719 Migrate TelecommConstants to TelecommManager by Evan Charlton · 10 years ago
  93. 222db525 Add a notion of the subscription number by Evan Charlton · 10 years ago
  94. 2f42b11 InCallService to inherit directly from Service. (1/2) by Santos Cordon · 10 years ago
  95. 6b45642 Fixing ADD_CALL (1/3) by Santos Cordon · 10 years ago
  96. 7522bbd Fix incomplete move of flags from PhoneAccount to PhoneAccountMetadata by Ihab Awad · 10 years ago
  97. 2ab88cc Add Connection.startActivityFromInCall by Sailesh Nepal · 10 years ago
  98. 4803159 Use main thread for RemoteConnection callbacks by Sailesh Nepal · 10 years ago
  99. ba051aa Merge "Add comments for RemoteCallVideoClient and RemoteCallVideoProvider." into lmp-dev by Andrew Lee · 10 years ago
  100. dd1b0e7 Add comments for RemoteCallVideoClient and RemoteCallVideoProvider. by Andrew Lee · 10 years ago