1. 13eed88 Merge "Implement TileLayout ui responses in wear App Actions interactions." into androidx-main by Jaaz Meribole · 1 year, 2 months ago
  2. 4873ca6 Merge "register GetAlarm ActionSpec" into androidx-main by Dennis Tu · 1 year, 3 months ago
  3. 63acbaa Merge changes I273a544c,I05e0351c into androidx-main by Dennis Tu · 1 year, 3 months ago
  4. 14a7b67 implement createCapabilityRequest method for testing by Dennis Tu · 1 year, 3 months ago
  5. 7c8707e add CapabilityRequest and CapabilityResponse testing API by Dennis Tu · 1 year, 4 months ago
  6. fb98b87 Merge "Add Pause and Resume functionality to Timer" into androidx-main by Srilaxmi Kanna · 1 year, 3 months ago
  7. b8e4410 Merge changes from topic "downstream_types" into androidx-main by Raghav Mehta · 1 year, 3 months ago
  8. bb95022 Add Pause and Resume functionality to Timer by srilaxmikanna · 1 year, 3 months ago
  9. aaf7167 Merge "Add Alarm to the Test App" into androidx-main by Srilaxmi Kanna · 1 year, 3 months ago
  10. 170f5f7 Merge "Add bug components to various OWNERS files that were missing them" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  11. c547274 Add Alarm to the Test App by Srilaxmi Kanna · 1 year, 3 months ago
  12. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 1 year, 3 months ago
  13. 342adec register GetAlarm ActionSpec by Dennis Tu · 1 year, 3 months ago
  14. 210a065 Implement Show Alarm/Get Alarm capability by Chaitanya Krishna Lanka · 1 year, 3 months ago
  15. d49afba Introduce isAlarmEnabled on Alarm by raghavmehta · 1 year, 3 months ago
  16. 3330a03 Annotate Built-in Types with AppSearch annotations by raghavmehta · 1 year, 3 months ago
  17. 9f8ce6a Introduce CommonExecutionStatus by raghavmehta · 1 year, 3 months ago
  18. 27ef75f2 register ActionSpec with Output class as well by Dennis Tu · 1 year, 3 months ago
  19. b030271 Merge "register existing Argument classes with their ActionSpec" into androidx-main by Dennis Tu · 1 year, 3 months ago
  20. 11e421a Merge changes from topic "bit_serializer_interface_class_ref" into androidx-main by Raghav Mehta · 1 year, 3 months ago
  21. 9c102d1 Implement serialize by raghavmehta · 1 year, 3 months ago
  22. e43c52e Introduce BuiltInTypeSerializerRegistry by raghavmehta · 1 year, 3 months ago
  23. c41a029 register existing Argument classes with their ActionSpec by Dennis Tu · 1 year, 3 months ago
  24. 611a4ab Add serializes for some core Built-in Types by raghavmehta · 1 year, 3 months ago
  25. be03860 Add typeName and classRef to BuiltInTypeSerializer by raghavmehta · 1 year, 3 months ago
  26. 7a3cc92 Implement Update Alarm capability by Chaitanya Krishna Lanka · 1 year, 3 months ago
  27. 469681f Merge "ActionSpec supports serialization of Arguments" into androidx-main by Dennis Tu · 1 year, 3 months ago
  28. 16569ab ActionSpec supports serialization of Arguments by Dennis Tu · 1 year, 3 months ago
  29. ea34278 Update current API signatures after Metalava build ID 10338742 by Jinseong Jeon · 1 year, 3 months ago
  30. ac9a9ea use BIT serializers for ExecutionStatus in productivity by Dennis Tu · 1 year, 3 months ago
  31. f43bc06 Implement UpdateTimer capability by Chaitanya Krishna Lanka · 1 year, 4 months ago
  32. 740711f Merge "rename XValue to XReference" into androidx-main by Dennis Tu · 1 year, 3 months ago
  33. ccf5654 Merge "increase external callback timeout to 10s" into androidx-main by Dennis Tu · 1 year, 3 months ago
  34. 9027572 rename XValue to XReference by Dennis Tu · 1 year, 3 months ago
  35. fb3f855 Merge "add serialzer for ExecutionStatus types" into androidx-main by Dennis Tu · 1 year, 3 months ago
  36. 9f6645e increase external callback timeout to 10s by Dennis Tu · 1 year, 3 months ago
  37. 1f043c3 add serialzer for ExecutionStatus types by Dennis Tu · 1 year, 3 months ago
  38. 8befd23 Merge changes from topic "merge_platform_dev" into androidx-main by Alan Viverette · 1 year, 3 months ago
  39. 2b376bb expose CAPABILITY_NAME in capability classes by Dennis Tu · 1 year, 3 months ago
  40. 88a8d62 Implement TileLayout ui responses in wear App Actions interactions. by Jaaz Meribole · 1 year, 3 months ago
  41. c4ec5d3 Merge "Create App Actions Interaction Service library for Wear." into androidx-main am: af4d26a449 by Jaaz Meribole · 1 year, 3 months ago
  42. af4d26a Merge "Create App Actions Interaction Service library for Wear." into androidx-main by Jaaz Meribole · 1 year, 3 months ago
  43. 8ee1f64 Create App Actions Interaction Service library for Wear. by Jaaz Meribole · 1 year, 3 months ago
  44. 0487251 Merge "Remove wear tiles from interaction-service library." into androidx-main am: 6bc3255cdf by Jaaz Meribole · 1 year, 3 months ago
  45. 6bc3255 Merge "Remove wear tiles from interaction-service library." into androidx-main by Jaaz Meribole · 1 year, 3 months ago
  46. 0d2640c Merge "Change visibility of RemoteViewsOverMetadataInterceptor class and fields needed by the testing library." into androidx-main am: 33e73d30e5 by Uri First · 1 year, 3 months ago
  47. bad2b56 Change visibility of RemoteViewsOverMetadataInterceptor class and fields needed by the testing library. by Uri First · 1 year, 3 months ago
  48. de32d82 Remove wear tiles from interaction-service library. by Jaaz Meribole · 1 year, 3 months ago
  49. 83d8814 Merge changes from topic "struct_serialization_utils" into androidx-main am: 4b2d1dbd0e by Raghav Mehta · 1 year, 3 months ago
  50. a69875c Introduce top-level serialize/deserialize functions by raghavmehta · 1 year, 3 months ago
  51. f59b54a Introduce ValueUtils by raghavmehta · 1 year, 3 months ago
  52. dae54cc Merge "Implement alarm related capabilities (Snooze Alarm, Dismiss Alarm and Create Alarm) and have removed the usage of BuildeOf in Arguments" into androidx-main am: 88299d8610 by Chaitanya Krishna Lanka · 1 year, 3 months ago
  53. 4abbeb0 Implement alarm related capabilities (Snooze Alarm, Dismiss Alarm and Create Alarm) and have removed the usage of BuildeOf in Arguments by Chaitanya Krishna Lanka · 1 year, 4 months ago
  54. f3e0973 Merge "Set up interaction-service-testing project." into androidx-main am: 6fae7df380 by Uri First · 1 year, 3 months ago
  55. 6fae7df Merge "Set up interaction-service-testing project." into androidx-main by Uri First · 1 year, 3 months ago
  56. 35b3964 Merge "Create builtintypes-common,communications,productivity projects" into androidx-main am: c046ca8ed2 by Raghav Mehta · 1 year, 3 months ago
  57. 4a9d29b Create builtintypes-common,communications,productivity projects by raghavmehta · 1 year, 4 months ago
  58. fc4f578 Set up interaction-service-testing project. by Uri First · 1 year, 3 months ago
  59. e2db70c Merge "Open up Property and Service APIs" into androidx-main am: 4b2ea2816c by Michael Kucharski · 1 year, 3 months ago
  60. 6c7781f Open up Property and Service APIs by Michael Kucharski · 1 year, 4 months ago
  61. 7064419 Merge "Remove TestEnum from tests since we don't use enum classes anymore" into androidx-main am: e212cd5bc2 by Michael Kucharski · 1 year, 3 months ago
  62. 4f59fa2 Merge "Clean up Type converters." into androidx-main am: aef47d0c93 by Michael Kucharski · 1 year, 3 months ago
  63. 2ea7a9f Remove TestEnum from tests since we don't use enum classes anymore by Michael Kucharski · 1 year, 3 months ago
  64. d57e42b Clean up Type converters. by Michael Kucharski · 1 year, 3 months ago
  65. 145bed3 Merge changes I9dd0569f,I21c8c06b,I214cf903 into androidx-main am: 479144d985 by Dennis Tu · 1 year, 3 months ago
  66. 479144d Merge changes I9dd0569f,I21c8c06b,I214cf903 into androidx-main by Dennis Tu · 1 year, 3 months ago
  67. e7a322f Merge "Implement tests for the 2 UI related RPC's" into androidx-main am: bf8c32a5c6 by Chaitanya Krishna Lanka · 1 year, 3 months ago
  68. ac1d0b4 remove experimental Alarm & Timer by Dennis Tu · 1 year, 3 months ago
  69. 1528ad3 Add TypeSpec for Timer type by Dennis Tu · 1 year, 3 months ago
  70. c59ddc1 Revert "Revert "add serializer for Alarm and its deps"" by Dennis Tu · 1 year, 3 months ago
  71. a759952 Merge "Implementation for passing failures over gRPC metadata." into androidx-main am: 8c182bdd00 by Michael Kucharski · 1 year, 3 months ago
  72. 3cb2adae Implement tests for the 2 UI related RPC's by Chaitanya Krishna Lanka · 1 year, 4 months ago
  73. 8c182bd Merge "Implementation for passing failures over gRPC metadata." into androidx-main by Michael Kucharski · 1 year, 3 months ago
  74. 85045c9 Merge "Remove `failOnDeprecationWarnings=false` from capabilities-core build.gradle." into androidx-main am: 2971475305 by Jaaz Meribole · 1 year, 3 months ago
  75. 2971475 Merge "Remove `failOnDeprecationWarnings=false` from capabilities-core build.gradle." into androidx-main by Jaaz Meribole · 1 year, 3 months ago
  76. f50c3d1 Implementation for passing failures over gRPC metadata. by Michael Kucharski · 1 year, 4 months ago
  77. 517fc6b Merge "Revert "Revert "add some core filter types""" into androidx-main am: 8563caaafc by Aurimas Liutikas · 1 year, 3 months ago
  78. 4067a08 Revert "Revert "add some core filter types"" by Dennis Tu · 1 year, 3 months ago
  79. c5b5f9c Merge "Revert "add some core filter types"" into androidx-main am: f6ee38ede7 by Aurimas Liutikas · 1 year, 3 months ago
  80. f6ee38e Merge "Revert "add some core filter types"" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  81. 7f0778d Revert "add some core filter types" by Aurimas Liutikas · 1 year, 3 months ago
  82. 7bc836d Merge "Revert "add serializer for Alarm and its deps"" into androidx-main am: 06357be660 by Dennis Tu · 1 year, 3 months ago
  83. 06357be Merge "Revert "add serializer for Alarm and its deps"" into androidx-main by Dennis Tu · 1 year, 3 months ago
  84. df36ba2 Revert "add serializer for Alarm and its deps" by Dennis Tu · 1 year, 3 months ago
  85. 9c4ffad Merge "add some core filter types" into androidx-main am: f184392cea by Dennis Tu · 1 year, 3 months ago
  86. 4b8456e Merge "add serializer for Alarm and its deps" into androidx-main am: 7951043d24 by Dennis Tu · 1 year, 3 months ago
  87. f184392 Merge "add some core filter types" into androidx-main by Dennis Tu · 1 year, 3 months ago
  88. 7951043 Merge "add serializer for Alarm and its deps" into androidx-main by Dennis Tu · 1 year, 3 months ago
  89. 824e0ce Remove `failOnDeprecationWarnings=false` from capabilities-core build.gradle. by Jaaz Meribole · 1 year, 4 months ago
  90. 1385f19 Merge changes from topic "zoned_date_time" into androidx-main am: c91b63ce9a by Raghav Mehta · 1 year, 3 months ago
  91. c91b63c Merge changes from topic "zoned_date_time" into androidx-main by Raghav Mehta · 1 year, 3 months ago
  92. 0f505f8 add some core filter types by Dennis Tu · 1 year, 4 months ago
  93. c47cbec add serializer for Alarm and its deps by Dennis Tu · 1 year, 4 months ago
  94. 2738c3a Merge "minor fix for setSessionFactory API" into androidx-main am: dd35e6c7b1 by Dennis Tu · 1 year, 4 months ago
  95. dd35e6c Merge "minor fix for setSessionFactory API" into androidx-main by Dennis Tu · 1 year, 4 months ago
  96. c13ddbc minor fix for setSessionFactory API by Dennis Tu · 1 year, 4 months ago
  97. a4d492b Introduce namespace on Thing by raghavmehta · 1 year, 4 months ago
  98. ced7111 Merge "Introduce BuiltInTypeSerializer" into androidx-main am: e42ba11be5 by Raghav Mehta · 1 year, 4 months ago
  99. e42ba11 Merge "Introduce BuiltInTypeSerializer" into androidx-main by Raghav Mehta · 1 year, 4 months ago
  100. ce585a6 Merge "gracefully fail when request processing is cancelled" into androidx-main am: da5aaf20c4 by Dennis Tu · 1 year, 4 months ago