1. e6d0309 Add LinearGradient to Brush and allow it to be used in the Background Modifier. by Lucas Muller Oliveira · 9 weeks ago
  2. 3b3a0a1 Add DashedArcLine renderer implementation by Xiangyin Ma · 9 weeks ago
  3. 9413ef4 ArcSpacer accepts DP length by Xiangyin Ma · 3 months ago
  4. a3cdc0f Add dashed arcline proto and builder by Xiangyin Ma · 6 months ago
  5. a06f7e9 Add API for Lottie animations in ProtoLayout by Mohammad Saboorian · 4 months ago
  6. 610d32a Clean up projects using protobuf plugin by Aurimas Liutikas · 5 months ago
  7. 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 7 months ago
  8. 978840d Re-ordering for FontSetting API by Neda Topoljanac · 9 months ago
  9. 90c2e25 Add asymmetrical corners APIs by Xiangyin Ma · 10 months ago
  10. e428844 Add FontFeatureSetting proto by Neda Topoljanac · 10 months ago
  11. 8032138 Add preffered_font_families in FontStyle proto by Neda Topoljanac · 10 months ago
  12. c7f702e Proto changes to FontSetting by Neda Topoljanac · 10 months ago
  13. 761f95a Minor doc and formatting changes. by Lucas Muller Oliveira · 10 months ago
  14. 008cdc9 Merge "Small fixes and apply formatting to protolayout and tile protos." into androidx-main by Treehugger Robot · 10 months ago
  15. 6ed583d Small fixes and apply formatting to protolayout and tile protos. by Lucas Muller Oliveira · 10 months ago
  16. d30ac84 Add support for disabling ripple on a clickable by Mohammad Saboorian · 10 months ago
  17. abf8431 Add proto changes for FontVariation by Neda Topoljanac · 10 months ago
  18. d6f9bd0 Seperate out repackaged Antlr library in Room project by Omar Ismail · 10 months ago
  19. 055787f Repackage Wear projects that use protobufs into multiple JARs by omarismail · 12 months ago
  20. 27527eb Remove transformation from ArcModifiers by Xiangyin Ma · 11 months ago
  21. 693f056 Update the transformation javadoc per API review feedback by Xiangyin Ma · 11 months ago
  22. 31b9074 API improvements in ArcDirection API by Neda Topoljanac · 11 months ago
  23. b2fef4f Clarify setLayoutWeight for negative values by Neda Topoljanac · 12 months ago
  24. 13b465b Dynamic node fingerprint in proto by Xiangyin Ma · 1 year ago
  25. 51ac59b Transformation Modifier by Xiangyin Ma · 1 year, 7 months ago
  26. 16d6bf6 Improve Javadocs for ellipsize by Neda Topoljanac · 1 year, 1 month ago
  27. ab4deb1 Add API for ArcDirection option to Arc, ArcLine and ArcText by Neda Topoljanac · 1 year, 2 months ago
  28. 4397682 Deprecate TEXT_OVERFLOW_ELLIPSIZE_END as we now have TEXT_OVERFLOW_ELLIPSIZE by Neda Topoljanac · 1 year, 2 months ago
  29. 5635aaa Add renderer support for TEXT_OVERFLOW_ELLIPSIZE by Neda Topoljanac · 1 year, 2 months ago
  30. 85d60e1 Convert colors to fully opaque for ArcLines that set SweepGradient or StrokeCap shadow. by Lucas Muller Oliveira · 1 year, 3 months ago
  31. 6d64038 Replace modifier.setHidden with modifier.setVisible by Mohammad Saboorian · 1 year, 3 months ago
  32. 5b1dbb0 Add new TextOverflow option - ellipsizing (even when max lines is not reached) by Neda Topoljanac · 1 year, 3 months ago
  33. e9bc795 Add DynamicData and State support for Instant and Duration by Mohammad Saboorian · 1 year, 3 months ago
  34. 82dbda7 Sort color stops when reading a SweepGradient. by Lucas Muller Oliveira · 1 year, 3 months ago
  35. f87ccec Add a Shadow definition and an option in ArcLine's StrokeCap to set a shadow. by Lucas Muller Oliveira · 1 year, 4 months ago
  36. 12cbe7e Add expand dimension to the Spacer proto message by Neda Topoljanac · 1 year, 4 months ago
  37. 66702ff Merge changes Ib039b1bd,Ibbe63244 into androidx-main by Neda Topoljanac · 1 year, 4 months ago
  38. d12bfb4 Extend FontStyle#size to accept a list of sizes by Neda Topoljanac · 1 year, 5 months ago
  39. eaf01a47 Use start and end angles for SweepGradient definition. by Lucas Muller Oliveira · 1 year, 4 months ago
  40. 9588846 Support mimimum clickable size by Xiangyin Ma · 1 year, 4 months ago
  41. a0a55af Add Instant formatting protos. by Achraf Feydi · 1 year, 4 months ago
  42. 2dca8f1 Add a brush option to Arcline, with support for SweepGradient. by Lucas Muller Oliveira · 1 year, 5 months ago
  43. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year, 6 months ago
  44. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 8 months ago
  45. cd70df9 Use oneof instead of optional in props. by Achraf Feydi · 1 year, 9 months ago
  46. 01e2f7b Make the static value in Int32Prop and BoolProp optional by Achraf Feydi · 1 year, 9 months ago
  47. 1d7fa03 Update Prop types docs to clarify why static value is enforced. by Achraf Feydi · 1 year, 9 months ago
  48. 8313fb1 Use DynamicDataKey/AppDataKey for state APIs by Xiangyin Ma · 1 year, 10 months ago
  49. 3d99b13 Add namespace support to state keys by Xiangyin Ma · 1 year, 11 months ago
  50. 1ac8348 Fix proto name mismatch by Mohammad Saboorian · 1 year, 9 months ago
  51. 778f048 Update proto docs for class name by Neda Topoljanac · 1 year, 10 months ago
  52. 3bcb92c Merge "Support Equal and NotEqual operations for DynamicBool." into androidx-main by Achraf Feydi · 1 year, 10 months ago
  53. d02cc37 Apply API council feedback for Trigger Builders. by Achraf Feydi · 1 year, 10 months ago
  54. 115050c Support Equal and NotEqual operations for DynamicBool. by Achraf Feydi · 1 year, 10 months ago
  55. ece98b2 Upgrade to protobuf-gradle-plugin 0.9.3 by Aurimas Liutikas · 1 year, 10 months ago
  56. b428d0e Fix proto names by Mohammad Saboorian · 1 year, 10 months ago
  57. 0716f89 Add Conditional Instant operation. by Achraf Feydi · 1 year, 10 months ago
  58. 1953224 Add Conditional Duration. by Achraf Feydi · 1 year, 10 months ago
  59. 72ebd07 Add Fixed Duration. by Achraf Feydi · 1 year, 10 months ago
  60. 52f90f1 Merge "Add StrokeCap Builders." into androidx-main by Achraf Feydi · 1 year, 10 months ago
  61. 18d6cab Add StrokeCap Builders. by Achraf Feydi · 1 year, 11 months ago
  62. 1d6c42a Update javadoc for fields that are available at 1.0 and made bindable in 1.2. by Lucas Muller Oliveira · 1 year, 10 months ago
  63. 4ead227 Merge "Use long and @IntRange for duration and delay in AnimationParameters" into androidx-main by Xiangyin Ma · 1 year, 10 months ago
  64. b369e5c5 Use long and @IntRange for duration and delay in AnimationParameters by Xiangyin Ma · 1 year, 10 months ago
  65. 741d013 Merge "Add Conditional Color operation" into androidx-main by Achraf Feydi · 1 year, 10 months ago
  66. 3a02f40 Add an option to set number of iterations for a Text Marquee. by Lucas Muller Oliveira · 1 year, 10 months ago
  67. fd42f4f Add Conditional Color operation by Achraf Feydi · 1 year, 10 months ago
  68. 7d60ed5 Merge "Support custom reverse duration" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  69. 4780e27 Support custom reverse duration by Xiangyin Ma · 2 years ago
  70. 2c027ce Merge changes from topic "excluded_font_padding" into androidx-main by Neda Topoljanac · 1 year, 11 months ago
  71. fd9ace1 Add VendorExtension and image related fields to protos by Neda Topoljanac · 1 year, 11 months ago
  72. 582bdbc Add AndroidTextStyle for excluding font padding by Neda Topoljanac · 1 year, 11 months ago
  73. 734027e Mark bindable layout elements by Mohammad Saboorian · 1 year, 11 months ago
  74. 3ecd93a Add dynamic value support to StringProp by Mohammad Saboorian · 1 year, 11 months ago
  75. f59de72 Remove redundant usages of @hide javadoc tag in wear by Aurimas Liutikas · 2 years ago
  76. bd03e5d Add content transit animation in ModifiersBuilders by Xiangyin Ma · 2 years ago
  77. d7598b4 Merge changes I74c8a641,Ia90f8bb0,I8d4967b3,I258b86fb,I4d7d8730, ... into androidx-main by Neda Topoljanac · 2 years ago
  78. 724465f Update Resource Builders. by Lucas Muller Oliveira · 2 years ago
  79. 7c22ff12 Rename delayMillis to startDelayMillis in proto file by Neda Topoljanac · 2 years ago
  80. 5ef0669 Rename OnCondition trigger proto to match builder name by Neda Topoljanac · 2 years ago
  81. 90c96f7 Merge "Rename set/getSpec to set/getAnimationSpec" into androidx-main by Treehugger Robot · 2 years ago
  82. 2a2437f Rename set/getSpec to set/getAnimationSpec by Xiangyin Ma · 2 years ago
  83. bc5d998 Adding duration and instant related protos and builders by Achraf Feydi · 2 years, 1 month ago
  84. 23114cc Add AnimatableFixedInt32 & AnimatableDynamicInt32 by Xiangyin Ma · 2 years ago
  85. 6dfda4d Add VersionInfo class by Mohammad Saboorian · 2 years ago
  86. b5f8902 Replace non-ASCII characters, they break the linter. by Oded Niv · 2 years, 1 month ago
  87. 9fa9263 Add a shadowAndImplementation config as a workaround for androidTest by Mohammad Saboorian · 2 years, 1 month ago
  88. 57832d4 Update layout protos by Mohammad Saboorian · 2 years, 1 month ago
  89. 243a760 Add constant and state value expression nodes by Mohammad Saboorian · 2 years, 2 months ago
  90. 60bde49 Initial version of the ProtoLayout Expression library by Mohammad Saboorian · 2 years, 3 months ago
  91. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years, 2 months ago
  92. 434294e Move ProtoLayout protos into their own library by Mohammad Saboorian · 2 years, 3 months ago
  93. 45215a3 Create folder structure for wear:protolayout library by Mohammad Saboorian · 2 years, 3 months ago