1. 652bf0c Rework MainActivitiy App to generic Shape Editor by bergsiek · 4 months ago
  2. fab63142 Merge "Add SVG path import and feature serializer" into androidx-main by Joana Bergsiek · 3 months ago
  3. 9611d80 Add SVG path import and feature serializer by bergsiek · 4 months ago
  4. 3145dac Merge "Expose polygon features and feature types" into androidx-main by Joana Bergsiek · 4 months ago
  5. 4276e13 Expose polygon features and feature types by bergsiek · 4 months ago
  6. 73b142a Enable watchosDeviceArm64 by default for watchos by Aurimas Liutikas · 4 months ago
  7. fe0df3d Guard against empty feature at the end. by Sergio Sancho · 4 months ago
  8. a90b595 Merge changes from topic "metalava-12551322" into androidx-main by Julia McClellan · 4 months ago
  9. 0b06092 Merge "Make the Feature class and respective RoundedPolygon constructor public" into androidx-main by Joana Bergsiek · 4 months ago
  10. 7af646f Add previously excluded properties to signatures by Julia McClellan · 4 months ago
  11. 14b0f25 Include property annotations in API signatures by Julia McClellan · 4 months ago
  12. 8de9d2f Make the Feature class and respective RoundedPolygon constructor public by bergsiek · 4 months ago
  13. c6af27d Improve feature mapping by Sergio Sancho · 5 months ago
  14. fb2e839 Migrate libraries with trivial android { blocks to agp-kmp by Owen Gray · 6 months ago
  15. 07c7066 Add FeatureDetector by Joana Bergsiek · 5 months ago
  16. 29cb5f0 Merge "Adds SVG path to cubics parser" into androidx-main by Joana Bergsiek · 5 months ago
  17. 9ff801a Adds SVG path to cubics parser by Joana Bergsiek · 5 months ago
  18. 0c48c7c Removes unused parameters for Corners by Joana Bergsiek · 5 months ago
  19. 06dbf1a Adds specifying comments and bugtrack to RoundedPolygon and PolygonValidation by Joana Bergsiek · 5 months ago
  20. fd03428 Merge "Adds polygon validation and correction interface starting with orientation" into androidx-main by Joana Bergsiek · 5 months ago
  21. 790f020 Adds polygon validation and correction interface starting with orientation by Joana Bergsiek · 5 months ago
  22. ed9e3e7 Replace angle measure with curve length measure by Joana Bergsiek · 5 months ago
  23. 1cda031 Make RoundedPolygon creation more robust. by Sergio Sancho · 6 months ago
  24. 8e557d9 Fix a bug on RoundedPolygon initialization. by Sergio Sancho · 6 months ago
  25. 113bdaf Regenerate klib api files using new BCV version. by Fred Sladkey · 7 months ago
  26. c7ebc6c Kotlin 2.0.10 Rebase by Aurimas Liutikas · 9 months ago
  27. 5077381 Merge "Fix error in algorithm to estimate the center of the polygon." into androidx-main by Sergio Sancho · 7 months ago
  28. cc09b0b Fix error in algorithm to estimate the center of the polygon. by Sergio Sancho · 7 months ago
  29. 01fdca1 Opt-in Metalava w/ K2 UAST by default by Jinseong Jeon · 7 months ago
  30. 132968f Add native signatures for graphics-shapes library by Aurimas Liutikas · 7 months ago
  31. ddd2980 Add no-arg constructors to signature files by Julia McClellan · 7 months ago
  32. 932720a Add additional targets to graphics:graphics-shapes library by Aurimas Liutikas · 8 months ago
  33. 89e0533 Bump up annotation-experimental dependencies by Jinseong Jeon · 8 months ago
  34. b276649 Remove usage of legacy multidex by Aurimas Liutikas · 8 months ago
  35. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 9 months ago
  36. 9a0dd20 Migrate graphics to ktfmt by Omar Ismail · 9 months ago
  37. 4768ed9 Update graphics-shapes version to beta01 as by Nader Jawad · 10 months ago
  38. 5e2e977 Update graphics-shapes library to beta02 by Nader Jawad · 11 months ago
  39. 61a7c3d Opt out Metalava w/ K2 UAST for KMP modules by Jinseong Jeon · 11 months ago
  40. d481404 Update to annotation-experimental compatible with K2 by Jinseong Jeon · 1 year ago
  41. 9ba3a24 Allow shapes to be pre-rotated to start at a different point by Chet Haase · 1 year, 1 month ago
  42. 9e8482d Merge "New utility functions" into androidx-main by Chet Haase · 1 year ago
  43. e46a13e New utility functions by Chet Haase · 1 year, 1 month ago
  44. 11a97d8 Stop using old alpha/beta/rc versions by Aurimas Liutikas · 1 year, 1 month ago
  45. 13fce70 Fix pill shape size and orientation by Chet Haase · 1 year, 1 month ago
  46. c6ddc0a Example code for various shapes, some custom some not by Chet Haase · 1 year, 1 month ago
  47. d8e7ca0 Add new pill shapes (plain and star) by Chet Haase · 1 year, 1 month ago
  48. e7734c2 Fix rendering artifacts related to floating point precision by Chet Haase · 1 year, 1 month ago
  49. 98843f7 Merge "Added more bounds calculation utilities" into androidx-main by Chet Haase · 1 year, 2 months ago
  50. 958577b Added more bounds calculation utilities by Chet Haase · 1 year, 2 months ago
  51. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
  52. 96a99b6 Update dependency for collection library by Chet Haase · 1 year, 3 months ago
  53. b2312d6 Ensure creating shapes at different sizes is equivalent. by Sergio Sancho · 1 year, 3 months ago
  54. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 1 year, 4 months ago
  55. db72f7d Move shapes/Android.kt to shapes/Shapes.android.kt to follow naming convention by Jim S · 1 year, 4 months ago
  56. 77c0c51 Remove conditional desktop checks by Shalom Gibly · 1 year, 4 months ago
  57. dfc623a Shapes lib updates by Shalom Gibly · 1 year, 5 months ago
  58. deb1355a Further API review fixes by Sergio Sancho · 1 year, 6 months ago
  59. 3047ef2 Merge "Rename directories to follow source set layout v2." into androidx-main by Fred Sladkey · 1 year, 6 months ago
  60. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 1 year, 6 months ago
  61. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 1 year, 6 months ago
  62. 6e02766 Remove public Cubic constructor and make it a factory function. by Sergio Sancho · 1 year, 6 months ago
  63. faa43a7 Merge "Add Android-specific APIs to KMP shapes library" into androidx-main by Chet Haase · 1 year, 6 months ago
  64. a717901 Add Android-specific APIs to KMP shapes library by Chet Haase · 1 year, 6 months ago
  65. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 1 year, 6 months ago
  66. 45f0be7 KMP-ify the Shapes library by Chet Haase · 1 year, 6 months ago
  67. da7307a Eliminate Android dependecies. by Sergio Sancho · 1 year, 7 months ago
  68. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 6 months ago
  69. c71af67 Fix anchor and control property names in Cubic by Chet Haase · 1 year, 7 months ago
  70. c791f837 Fix ordering of Corner feature params by Chet Haase · 1 year, 8 months ago
  71. a330c0d Convert APIs using PointF to use Float instead by Chet Haase · 1 year, 8 months ago
  72. c6af97e Merge "Make progress a parameter for drawing, not a property" into androidx-main by Chet Haase · 1 year, 8 months ago
  73. 714e9c8 Make progress a parameter for drawing, not a property by Chet Haase · 1 year, 8 months ago
  74. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  75. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 10 months ago
  76. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 10 months ago
  77. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 10 months ago
  78. 289748a Merge "Add rectangle shape function" into androidx-main by Chet Haase · 1 year, 10 months ago
  79. b543cd7 Add rectangle shape function by Chet Haase · 1 year, 10 months ago
  80. 5dd7512 Fixed bug on smoothing. by Sergio Sancho · 1 year, 10 months ago
  81. 4858544 Star and Circle functions are now star/circle on RoundedPolygon companion by Chet Haase · 1 year, 11 months ago
  82. b2e1246 Misc fixes. by Sergio Sancho · 1 year, 11 months ago
  83. 670a98b Minor API adjustments by Chet Haase · 1 year, 11 months ago
  84. 482a8e1 Small API adjustments to Polygon, RoundedPolygon, and CornerRounding by Chet Haase · 1 year, 11 months ago
  85. 7a9e73f Changed dependency on released KTX instead of ToT by Chet Haase · 2 years ago
  86. e17c917 Adding Morph between shapes. Added compose demo. by Sergio Sancho · 2 years, 2 months ago
  87. 8a31f0f Refactoring graphics group to allow sub-modules that ship independently by Chet Haase · 2 years ago
  88. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 2 years, 1 month ago
  89. ac3a0d5 Features now store indices to cubics, not cubics directly by Chet Haase · 2 years, 1 month ago
  90. 7bbd5a1 New library to create and draw rounded polygonal shapes by Chet Haase · 2 years, 6 months ago