1. d52a71e Make ActionExecutor the primary executor by yunfanjin · 1 year, 2 months ago
  2. 454e20a Merge changes from topic "grounding_service_rpc" into androidx-main by Dennis Tu · 1 year, 2 months ago
  3. 1926375 Merge "Convert Property#isProhibited setter to a static method" into androidx-main by Michael Kucharski · 1 year, 2 months ago
  4. 74fe019 implement requestGrounding rpc method by Dennis Tu · 1 year, 3 months ago
  5. a606ed5 migrate app interaction service grpc impl class to kt by Dennis Tu · 1 year, 3 months ago
  6. 691b2f2 Convert Property#isProhibited setter to a static method by Michael Kucharski · 1 year, 2 months ago
  7. 4f8e946 Rename Session -> ExecutionSession to align it with ActionExecutor by Michael Kucharski · 1 year, 2 months ago
  8. 39913b4 Rename ParamProperty -> Property per recent API decision by Michael Kucharski · 1 year, 3 months ago
  9. 161a335 Move CapabilityBuilderBase inside Capability by Michael Kucharski · 1 year, 3 months ago
  10. 906b163d Merge "Rename Argument -> Arguments as per API feedback." into androidx-main by Michael Kucharski · 1 year, 3 months ago
  11. 467bc03 Rename Argument -> Arguments as per API feedback. by Michael Kucharski · 1 year, 3 months ago
  12. 02f7ab7 Merge "Delete non-used types from cap-core library." into androidx-main by Ianna Li · 1 year, 3 months ago
  13. b57e973 Delete non-used types from cap-core library. by Ianna Li · 1 year, 3 months ago
  14. f404c36 Merge "don't use Dispatchers.Default for suspend -> LF conversion" into androidx-main by Dennis Tu · 1 year, 3 months ago
  15. 5dee2da Merge "use CoroutineStart.UNDISPATCHED for to start coroutine immediately" into androidx-main by Dennis Tu · 1 year, 3 months ago
  16. dc3aa74 Merge "minor java format fix" into androidx-main by Dennis Tu · 1 year, 3 months ago
  17. 20dd2eb Merge "Follow boolean naming conventions" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  18. eebe936 Follow boolean naming conventions by Michael Kucharski · 1 year, 3 months ago
  19. 1452e3d minor java format fix by Dennis Tu · 1 year, 3 months ago
  20. d8483ba Merge "modify TypeSpecBuilder to work with BIT Builder types" into androidx-main by Dennis Tu · 1 year, 3 months ago
  21. 11d91f6 modify TypeSpecBuilder to work with BIT Builder types by Dennis Tu · 1 year, 3 months ago
  22. d723d1e Replace ParamProperty interface with the concrete type by Michael Kucharski · 1 year, 3 months ago
  23. e37c2cd don't use Dispatchers.Default for suspend -> LF conversion by Dennis Tu · 1 year, 3 months ago
  24. 144dbf9 Renames as per API feedback. Remove defaultInstance methods by Michael Kucharski · 1 year, 3 months ago
  25. a83130b Merge "remove TaskUpdaterT template type from public API" into androidx-main by Dennis Tu · 1 year, 3 months ago
  26. 5ac3553 remove SettableFutureWrapper by Dennis Tu · 1 year, 3 months ago
  27. ea421da remove TaskUpdaterT template type from public API by Dennis Tu · 1 year, 3 months ago
  28. d95d9d7 use CoroutineStart.UNDISPATCHED for to start coroutine immediately by Dennis Tu · 1 year, 3 months ago
  29. 86dfaec Disable flaking SingleTurnCapabilityTest#multipleSessions_sequentialExecution test by Aurimas Liutikas · 1 year, 3 months ago
  30. f8e4a4a Merge "move task/impl to impl/task" into androidx-main by Dennis Tu · 1 year, 3 months ago
  31. e1ef62a move task/impl to impl/task by Dennis Tu · 1 year, 3 months ago
  32. a3661f3 Small fix on the testing folder. by Ianna Li · 1 year, 3 months ago
  33. b8b11b7 use UiHandle->SessionId map from capabiltiies-core by Dennis Tu · 1 year, 3 months ago
  34. 56374ed create UiHandleRegistry (uiHandle->sessionId) by Dennis Tu · 1 year, 3 months ago
  35. 6ee06a9 pass sessionId to ActionCapabilitySession during createSession by Dennis Tu · 1 year, 3 months ago
  36. cfe6bbb remove build*Callback methods in favor of FakeCallbackInternal by Dennis Tu · 1 year, 3 months ago
  37. 71bc07f flatten task/ public API up one level by Dennis Tu · 1 year, 3 months ago
  38. 0cf07d0 replace @hide with @suppress in kt files by Dennis Tu · 1 year, 3 months ago
  39. b017139 Merge "Add lint check to ban use of @hide annotation" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  40. ec5fd10 Move common testing utils under interaction-capabilities-testing artifact. by Ianna Li · 1 year, 3 months ago
  41. b2ec60d Merge "Make Grounding API async." into androidx-main by Ianna Li · 1 year, 3 months ago
  42. a57c483 Make Grounding API async. by Ianna Li · 1 year, 3 months ago
  43. 9065d40 Rename `ActionCapability` to Capability. by Jaaz Meribole · 1 year, 3 months ago
  44. d8d2a5a Merge "add multi-turn support session support for StartTimer" into androidx-main by Dennis Tu · 1 year, 3 months ago
  45. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  46. b488244 Remove unnecessary PropertyConverter after rewriting methods as EntityConverters by Michael Kucharski · 1 year, 3 months ago
  47. 2557032 add multi-turn support session support for StartTimer by Dennis Tu · 1 year, 3 months ago
  48. 3921eee Remove remaining "toX" methods in TypeConverters by Michael Kucharski · 1 year, 3 months ago
  49. 530e6bf Merge "TypeSpec use Value instead of Struct" into androidx-main by Dennis Tu · 1 year, 3 months ago
  50. 6da144e TypeSpec use Value instead of Struct by Dennis Tu · 1 year, 3 months ago
  51. 88a77a9 Merge "Lower App Actions Interaction libraries minSdkVersion to 26." into androidx-main by Jaaz Meribole · 1 year, 3 months ago
  52. fe3c376 Lower App Actions Interaction libraries minSdkVersion to 26. by Jaaz Meribole · 1 year, 3 months ago
  53. 83a00bc Merge "Extend the Entity proto to support Properties that are not struct" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  54. 2f35c97 Merge "remove confirmation type" into androidx-main by Dennis Tu · 1 year, 3 months ago
  55. 9f3fbbc Extend the Entity proto to support Properties that are not struct by Michael Kucharski · 1 year, 3 months ago
  56. c54aefa Clean up TypeConverters by Michael Kucharski · 1 year, 3 months ago
  57. b4e7ff5 Create a new project directory for Built-in Types (core) by raghavmehta · 1 year, 3 months ago
  58. 29f6ae3 Merge "Use EntityConverter instead of hardcoding toEntity methods" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  59. 5513279 Use EntityConverter instead of hardcoding toEntity methods by Michael Kucharski · 1 year, 3 months ago
  60. b6250eb Merge "Update mockito-kotlin to avoid old Kotlin compiler bug" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  61. c03fb73 Update mockito-kotlin to avoid old Kotlin compiler bug by Alan Viverette · 1 year, 3 months ago
  62. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 3 months ago
  63. f06018d replace old union typeSpec with UnionTypeSpec by Dennis Tu · 1 year, 3 months ago
  64. 43976c0 remove confirmation type by Dennis Tu · 1 year, 3 months ago
  65. 46a8b64 update capabilities-communication to support ungronded entities by Dennis Tu · 1 year, 3 months ago
  66. 5b221e1 Merge "Rename ActionSpec bindings now that we only have Generic parameters" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  67. fc8f84e Merge "Rewrite remaining types under values/ folder in builtintypes, including: caps-core/values/properties/Participant, Attendee, Recipient. caps-core/values/Call, Message, Person." into androidx-main by Ianna Li · 1 year, 3 months ago
  68. dace113 Merge "Set up interaction-capabilities-testing project." into androidx-main by Jaaz Meribole · 1 year, 3 months ago
  69. 37f668e Rename ActionSpec bindings now that we only have Generic parameters by Michael Kucharski · 1 year, 3 months ago
  70. d70fbfd Merge "rename *Resolver to *Listener" into androidx-main by Dennis Tu · 1 year, 3 months ago
  71. 0d4354c Rewrite remaining types under values/ folder in builtintypes, including: caps-core/values/properties/Participant, Attendee, Recipient. by Ianna Li · 1 year, 3 months ago
  72. efa5fad Remove ActionSpecBuilder bind methods in favor of the generic bindings by Michael Kucharski · 1 year, 3 months ago
  73. 4c67a68 Remove SimplePropoperty in favor of generic TypeProperty by Michael Kucharski · 1 year, 3 months ago
  74. aceb866 Merge "update capabilities-productivity to support ungronded entities" into androidx-main by Dennis Tu · 1 year, 3 months ago
  75. 56de3b5 Merge "Reuse EntityConverter which converts to the same Entity proto" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  76. 1963f93 Reuse EntityConverter which converts to the same Entity proto by Michael Kucharski · 1 year, 3 months ago
  77. 8a6b2a1 rename *Resolver to *Listener by Dennis Tu · 1 year, 3 months ago
  78. d4c1149 Merge "update property inventory API" into androidx-main by Dennis Tu · 1 year, 3 months ago
  79. eee4eb7 Merge "Change the default implementation of `onFinish` and `onFinishAsync` to return an empty `ExecutionResult` rather than throwing an exception." into androidx-main by Yunfan Jin · 1 year, 3 months ago
  80. 7f5b615 Merge "Update EntityProvider API with internal utils and add EntityProviderTest for it." into androidx-main by Ianna Li · 1 year, 3 months ago
  81. d8fa5e6 Change the default implementation of `onFinish` and `onFinishAsync` to return an empty `ExecutionResult` rather than throwing an exception. by yunfanjin · 1 year, 3 months ago
  82. 6a515f5 Update EntityProvider API with internal utils and add EntityProviderTest for it. by Ianna Li · 1 year, 3 months ago
  83. 38a5ab6 update property inventory API by Dennis Tu · 1 year, 3 months ago
  84. 3fe821a update capabilities-productivity to support ungronded entities by Dennis Tu · 1 year, 3 months ago
  85. f5a357a Merge "Make Kotlin's suspend callback function the main one." into androidx-main by Yunfan Jin · 1 year, 3 months ago
  86. aca1455 Merge "Add dennis to owners" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  87. 8ed6f9d Make Kotlin's suspend callback function the main one. by yunfanjin · 1 year, 3 months ago
  88. 063a331 Merge "Remove StringProperty and replace it with generic TypeProperty" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  89. 14f9714 Add dennis to owners by Michael Kucharski · 1 year, 3 months ago
  90. 2192b9b Remove StringProperty and replace it with generic TypeProperty by Michael Kucharski · 1 year, 3 months ago
  91. 5d18e43 Switch GenericResolverInternal to Kotlin, use suspend fun instead of ListenableFuture, restrict some class/method visibility and remove things like AutoOneOf by yunfanjin · 1 year, 3 months ago
  92. e7b526d Merge "ungrounded exceution in PauseTimer" into androidx-main by Dennis Tu · 1 year, 3 months ago
  93. 3c4fea7 Merge "Check in P0 capabilities for health&fitness." into androidx-main by Ianna Li · 1 year, 3 months ago
  94. 7795dcf Check in P0 capabilities for health&fitness. by Ianna Li · 1 year, 3 months ago
  95. 2986e24 Remove most Properties in favor of the new TypeProperty by Michael Kucharski · 1 year, 3 months ago
  96. faa08ce Merge "prepare to migrate away from CallbackInternal" into androidx-main by Dennis Tu · 1 year, 3 months ago
  97. 641888d Merge "Check in high prioritized capabilities for comm vertical: including CreateCall and CreateMessage." into androidx-main by Ianna Li · 1 year, 3 months ago
  98. b42a9bf Set up interaction-capabilities-testing project. by Jaaz Meribole · 1 year, 3 months ago
  99. fead214 prepare to migrate away from CallbackInternal by Dennis Tu · 1 year, 3 months ago
  100. 860770d Adding support for a generic property to replace StringOrEnum by Michael Kucharski · 1 year, 3 months ago