1. b6aca11 Convert tests/**/Android.mk files to Android.bp by Sasha Smundak · 5 years ago
  2. a3e79fb frameworks/base: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 6 years ago
  3. 51efddb Remove unnecessary casts on calls to findViewById by Alan Viverette · 7 years ago
  4. 2196d56 Add test for clip path grouping and intersection by Teng-Hui Zhu · 8 years ago
  5. 68f749c Correct valueType attribute for an AVD in test app by Doris Liu · 8 years ago
  6. 9ac5a33 Add test for private API forceAnimationOnUI by Teng-Hui Zhu · 8 years ago
  7. 5339428 Add radio button as a bundle XML file in the manual test by Teng-Hui Zhu · 8 years ago
  8. 06a353d Add test for AVD on SW Layer by Teng-Hui Zhu · 8 years ago
  9. 46591f4 Add fillType support to VectorDrawable by Teng-Hui Zhu · 8 years ago
  10. 1664a82 Add tileMode support into GradientColor by Teng-Hui Zhu · 8 years ago
  11. 9b85c0b Add manual VectorDrawable tests for CSL related issue by Teng-Hui Zhu · 8 years ago
  12. dbee9bb Gradient for VectorDrawable's fill and stroke by Teng-Hui Zhu · 8 years ago
  13. 50c29cd Allow color state list for vector drawable fill and stroke by Alan Viverette · 9 years ago
  14. 35289f1 Scaling (Animated)VectorDrawable inside ImageView by ztenghui · 9 years ago
  15. 9253730 Update the internal test case to show the strokeWidth can scale now by ztenghui · 9 years ago
  16. b6e9534 Separate 2 clip paths into 2 groups by ztenghui · 9 years ago
  17. 83a5203 Setup the animation callback for AnimatedVectorDrawable by ztenghui · 9 years ago
  18. b2c589c Change colors of AVD test by Andrew Flynn · 9 years ago
  19. 12c137f AnimatedVectorDrawable Attr proof of concept by Andrew Flynn · 9 years ago
  20. 9af77a4c Add group scaling factor into stroke width. by ztenghui · 9 years ago
  21. 1588f0f Add listener support in AVD by ztenghui · 9 years ago
  22. 054a17c Limit the scope of clip path to the group, not global by ztenghui · 9 years ago
  23. d76da52 Remove 2 sub-tests from the internal test app. by ztenghui · 9 years ago
  24. 996f22f Supporrt tapas build for vector tests by ztenghui · 9 years ago
  25. 002bc81 Merge "ASLD: ASLD's XML reversible flag can turn off the reverse behavior now." into lmp-mr1-dev by ztenghui · 9 years ago
  26. 5b84eac ASLD: ASLD's XML reversible flag can turn off the reverse behavior now. by ztenghui · 10 years ago
  27. 5e7a29f Fix the starting pen's position when a path close. by ztenghui · 10 years ago
  28. 86ec608 VD:test:Remove open animation AVD by ztenghui · 10 years ago
  29. 897f6da Support negative value in exponential data in the pathData. by ztenghui · 10 years ago
  30. 4cc3e27 Support dot separation as the svg path data did. by ztenghui · 10 years ago
  31. 6eafdfc More test cases from UX team for AVD. by ztenghui · 10 years ago
  32. 9d23862 Merge "Add one more test and update old tests" into lmp-dev by ztenghui · 10 years ago
  33. 80f4440 Add one more test and update old tests by ztenghui · 10 years ago
  34. dbcccff Fix animation on the some properties by ztenghui · 10 years ago
  35. 8490354 Add root alpha and animation to (Animated)VectorDrawable by ztenghui · 10 years ago
  36. 2e17d2b Bring back the fillAlpha and strokeAlpha. by ztenghui · 10 years ago
  37. 6661341 Don't double count the left/top when using bitmap cache in VectorDrawable. by ztenghui · 10 years ago
  38. f143ae8 Removing fill and stroke opacity by ztenghui · 10 years ago
  39. d1c89b1 Add stroke related test to the VectorDrawableTest by ztenghui · 10 years ago
  40. 5eb5cde Fix one typo and add linear progress bar in the test. by ztenghui · 10 years ago
  41. a95c8ab API REVIEW: VectorDrawable by ztenghui · 10 years ago
  42. 5a836f7 Add negative sign separation support in the pathData by ztenghui · 10 years ago
  43. 9d59a76 Fix FIT_XY scaleType issue on VectorDrawable by ztenghui · 10 years ago
  44. 738177c Add the RTL support to VectorDrawable. by ztenghui · 10 years ago
  45. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  46. 8d0d24f Fix the render order to follow the XML file order. by ztenghui · 10 years ago
  47. f456b1f Update AnimatedStateListDrawable to work with Animatable drawables by Alan Viverette · 10 years ago
  48. 0923be2 Test scaleType for both bitmap and vector drawables. by ztenghui · 10 years ago
  49. 9cb5b4c Use AnimatedVectorDrawable for progress bar. by ztenghui · 10 years ago
  50. 66d3d8a Add string support for valueFrom/valueTo by ztenghui · 10 years ago
  51. 1c1cda0 Update the tests to show more animations from UX team by ztenghui · 10 years ago
  52. eb034fb AVD now support path morphing. by ztenghui · 10 years ago
  53. cf4832f Add path support into xml files for PathInterpolator and ObjectAnimator. by ztenghui · 10 years ago
  54. 16c1bd5d Improve constant state for VectorDrawable by ztenghui · 10 years ago
  55. e5e9260 Add AnimatedVectorDrawable by ztenghui · 10 years ago
  56. 7ac18b8 Add AnimationDrawable test by ztenghui · 10 years ago
  57. 2af745b Handle the alpha in the group setting and fix the fill issue. by ztenghui · 10 years ago
  58. 4d24caf Add the tree hierarchy for the group by ztenghui · 10 years ago
  59. 452f6ec Add translation and scale to the group tag and related tests. by ztenghui · 10 years ago
  60. 63cfd85 Move the rotation information from path to group. by ztenghui · 10 years ago
  61. 6d9c422 Bring the group tag back to VectorDrawable. by ztenghui · 10 years ago
  62. 46e546c Remove the group tag. by ztenghui · 10 years ago
  63. ddbbb8a Further cleaning on animated part of VectorDrawable. by ztenghui · 10 years ago
  64. 498213a First step on API cleaning on the VectorDrawable to disable animation support by ztenghui · 10 years ago
  65. 589e7b4 Format the xml files for the VectorDrawableTest by ztenghui · 10 years ago
  66. 4b1a7c2 Fix build breakage by Alan Viverette · 10 years ago
  67. 4b3988d Cleaning up VectorDrawable by Alan Viverette · 10 years ago
  68. 7f1ab7a Theming for more VectorDrawable attrs, add attrs to test app by Alan Viverette · 10 years ago
  69. fba3bad Clean up on VectorDrawable. by ztenghui · 10 years ago