1. 41c051a Add ClipboardManager stub by Jerome Gaillard · 4 years, 6 months ago
  2. 0c2152f Handle string resources containing html tags for style by Jerome Gaillard · 4 years, 6 months ago
  3. 2a0d164 Make layoutlib run with JDK 11 by Jerome Gaillard · 5 years ago
  4. 1cdd39e Merge "Update Bitmap_Delegate followin commit 5a190b1" by Jerome Gaillard · 4 years, 7 months ago
  5. 10134a0 Merge "Update SystemProperties_Delegate following commit 6e2cff7" by Jerome Gaillard · 4 years, 7 months ago
  6. c8633b2 Update Bitmap_Delegate following commit efac052 by Jerome Gaillard · 4 years, 8 months ago
  7. 71e3503 Update SystemProperties_Delegate following commit 6e2cff7 by Jerome Gaillard · 4 years, 10 months ago
  8. 4eedc8d Update Bitmap_Delegate followin commit 5a190b1 by Jerome Gaillard · 4 years, 7 months ago
  9. 39adcde Rename delegate following commit 8c2f6b6 by Jerome Gaillard · 4 years, 8 months ago
  10. 6cc785f Update font related delegates following commit 4db7bd2 by Jerome Gaillard · 4 years, 8 months ago
  11. a1965ce Load font.xml from "standard" directory by Jerome Gaillard · 5 years ago
  12. ae917a8 Update layoutlib following changes in the platform by Jerome Gaillard · 4 years, 11 months ago
  13. ec27f05 Allow custom drawables to be loaded by DrawableInflater by Jerome Gaillard · 5 years ago
  14. 4336510 Do not re-implement android.util.LruCache by Jerome Gaillard · 5 years ago
  15. 940c962 Delete SystemServiceRegistry_Accessor by Jerome Gaillard · 5 years ago
  16. e19c620 Report an actual error in case of failing inflating by Fedor Kudasov · 5 years ago
  17. 2c8fb41 Merge "Simplify ambient shadows triangulation" by Fedor Kudasov · 5 years ago
  18. fffae83 Log problems during dispatchDetachedFromWindow as warnings by Jerome Gaillard · 5 years ago
  19. 697b207 Merge "Use the correct context for creating views" by Jerome Gaillard · 5 years ago
  20. a712fdf Merge "Update Canvas_Delegate following commit ac33a48" by Jerome Gaillard · 5 years ago
  21. 1030e4a Merge "Register method again if class loader has changed" by Jerome Gaillard · 5 years ago
  22. 7592eb9 Merge "Get rid of the Fragment_Delegate.sLayoutlibCallback field" by Jerome Gaillard · 5 years ago
  23. 2b0d7a5 Update Canvas_Delegate following commit ac33a48 by Jerome Gaillard · 5 years ago
  24. a5bb76e Get rid of the Fragment_Delegate.sLayoutlibCallback field by Sergey Prigogin · 5 years ago
  25. df2c541 Use the correct context for creating views by Jerome Gaillard · 5 years ago
  26. 064ccc8 Register method again if class loader has changed by Jerome Gaillard · 5 years ago
  27. a2ff4c5 Load font preferably through File instead of InputStream by Jerome Gaillard · 5 years ago
  28. 554c21f Simplify ambient shadows triangulation by Fedor Kudasov · 5 years ago
  29. 9113034 Simplify spot shadows calculation by Fedor Kudasov · 5 years ago
  30. 2668d3a Render triangle faster by Fedor Kudasov · 5 years ago
  31. 7a419b0 Render both shadows to a single image by Fedor Kudasov · 5 years ago
  32. b738067 Make the shadow bitmap have only integer shift by Fedor Kudasov · 5 years ago
  33. ed8fff2 Render each triangle only once during ambient shadow rendering by Fedor Kudasov · 5 years ago
  34. 7a17099 Correctly calculate shadow caster source position by Fedor Kudasov · 5 years ago
  35. 80ab0ba Do not draw part of the shadow covered the shadow caster by Fedor Kudasov · 5 years ago
  36. ddfd66b Merge "Remove platform AccessibilityNodeIdManager with a no-op" by TreeHugger Robot · 5 years ago
  37. ab0f8a3 Remove platform AccessibilityNodeIdManager with a no-op by diegoperez · 5 years ago
  38. 7cca7f5 Do not shift shadow with scroll by Fedor Kudasov · 5 years ago
  39. 639f611 Use minimum possible bitmap for drawing shadows by Fedor Kudasov · 5 years ago
  40. 0081233 Revert "Use minimum possible bitmap for drawing shadows" by Jerome Gaillard · 5 years ago
  41. e4d8885 Use minimum possible bitmap for drawing shadows by Fedor Kudasov · 5 years ago
  42. 2703845 Enable clearing of PropertyValuesHolder_Delegate caches by Jerome Gaillard · 5 years ago
  43. fcbe25b Pass the themed context to the custom inflater by Jerome Gaillard · 5 years ago
  44. 3297698 Control shadows via SessionParams flag by diegoperez · 5 years ago
  45. 45c0897 Merge "Remote layoutlib updates to support the API changes" into qt-dev by Jerome Gaillard · 5 years ago
  46. a5d6fd3 Merge "Fix floating action button" into qt-dev by Jerome Gaillard · 5 years ago
  47. e6fe3f8 Merge "More performant shadow" into qt-dev by Jerome Gaillard · 5 years ago
  48. f8db1bd Merge "Workaround for unsupported clipping operation" into qt-dev by Jerome Gaillard · 5 years ago
  49. 9c48dd4 Remote layoutlib updates to support the API changes by Diego Perez · 6 years ago
  50. 6eadef9 Don't leak the last used AssetRepository by Sergey Prigogin · 6 years ago
  51. 315197e Protect against NPE and add nullablity annotations by Sergey Prigogin · 6 years ago
  52. 2b3d471 Fix floating action button by Isaac Chai · 6 years ago
  53. 82a665c More performant shadow by Isaac Chai · 6 years ago
  54. df3db6b Workaround for unsupported clipping operation by Jerome Gaillard · 6 years ago
  55. ed4899f Merge "Attempt to add Image Pool in LayoutLib" into qt-dev by Jerome Gaillard · 5 years ago
  56. 300c5a5 Merge "Clear NinePatch_delegate.sChunkCache when render session is disposed" into qt-dev by Jerome Gaillard · 5 years ago
  57. c1302c8 Merge "Fix an NPE" into qt-dev by Jerome Gaillard · 5 years ago
  58. e840c1b Fix an NPE by Sergey Prigogin · 6 years ago
  59. c714a02 Clear NinePatch_delegate.sChunkCache when render session is disposed by Sergey Prigogin · 6 years ago
  60. 304d057 Attempt to add Image Pool in LayoutLib by Isaac Chai · 6 years ago
  61. ffd5f1a Fix package handling in Resources_Delegate.getIdentifier by Jerome Gaillard · 6 years ago
  62. fe926d2 Use PorterDuff instead of BlendMode for ColorFilter by Jerome Gaillard · 6 years ago
  63. 407e181 Update layoutlib following commit 71fae62 by Jerome Gaillard · 6 years ago
  64. 2281bae Merge "Update Paint_Delegate following commits 10965f3 and 03b3e23" by Jerome Gaillard · 6 years ago
  65. 1ff4c06 Update Paint_Delegate following commits 10965f3 and 03b3e23 by Jerome Gaillard · 6 years ago
  66. 5a5e82d Fix shadow on fab + all rounded edges by Isaac Chai · 6 years ago
  67. 4b7b64e Merge "Update LineBreaker_Delegate following commit d5621ed" by Jerome Gaillard · 6 years ago
  68. fec75b2 Merge "Improve shadow quality for bigger views" by TreeHugger Robot · 6 years ago
  69. 6ba2561 Improve shadow quality for bigger views by Isaac Chai · 6 years ago
  70. 8addf1f Update LineBreaker_Delegate following commit d5621ed by Jerome Gaillard · 6 years ago
  71. 08a78d4 Update Paint_Delegate following commit fb1b479 by Jerome Gaillard · 6 years ago
  72. 8ff67f3 Call the new Bitmap constructor by Leon Scroggins III · 6 years ago
  73. a66798f Create DeviceConfig_Delegate needed after commit fc37457 by Jerome Gaillard · 6 years ago
  74. 581ab19 Track API changes by John Reck · 6 years ago
  75. 604cce3 Update Bitmap_Delegate following commit bf3e464 by Jerome Gaillard · 6 years ago
  76. 06823a2 Update LayoutInflater_Delegate after commit 86076a7 by Jerome Gaillard · 6 years ago
  77. 645e7f8 Merge changes I13530b5c,Ibb39d01a by Jerome Gaillard · 6 years ago
  78. c59945b Merge "Update layoutlib following commit aae0663" by Jerome Gaillard · 6 years ago
  79. 8be127b Update layoulib version of ImageDecoder after commit c0fa2b9 by Jerome Gaillard · 6 years ago
  80. fa67443 Do not initialize Typeface on font file deletion by Jerome Gaillard · 6 years ago
  81. 00ba251 Remove unused method in Bitmap_Delegate after commit 9d42740 by Jerome Gaillard · 6 years ago
  82. 2073489 Update layoutlib following commit aae0663 by Jerome Gaillard · 6 years ago
  83. a9d02ae Remove font file from Typeface cache by Jerome Gaillard · 6 years ago
  84. a6af799 Update Gradient delegates following commit b0aecc2 by Jerome Gaillard · 6 years ago
  85. c41d2f1 Update BaseCanvas_Delegate following commit bee5e20 by Jerome Gaillard · 6 years ago
  86. ddc4eb7 Update Bitmap_Delegate following commit 870053d by Jerome Gaillard · 6 years ago
  87. 551ce7a Update Bitmap_Delegate following commit 202084c by Jerome Gaillard · 6 years ago
  88. 5ed5437 Update Bitmap_Delegate following commit 6e35e63 by Jerome Gaillard · 6 years ago
  89. ad7af14 Update layoutlib following commits 0e443d1 and 94ba100 by Jerome Gaillard · 6 years ago
  90. e77fee6 Update Paint_Delegate following commit 6ee4110 by Jerome Gaillard · 6 years ago
  91. eae84dd Update PointerIcon_Delegate following commit fd8666d by Jerome Gaillard · 6 years ago
  92. def74c3 Update Paint_Delegate following commits aefa03d and 8bbcd34 by Jerome Gaillard · 6 years ago
  93. c5119a8 Update Bitmap_Delegate following commit 4c4259b by Jerome Gaillard · 6 years ago
  94. 8d9c138 Merge "Make computeMatch algorithm as in the framework" by Jerome Gaillard · 6 years ago
  95. b32e0c2 Update Canvas_Delegate following commit 24fc901 by Jerome Gaillard · 6 years ago
  96. 4236083 Make computeMatch algorithm as in the framework by Jerome Gaillard · 6 years ago
  97. 463a99f Merge "Make sure gradients can be composed with alpha value" by Jerome Gaillard · 6 years ago
  98. 81b5dd6 Make sure gradients can be composed with alpha value by Jerome Gaillard · 6 years ago
  99. f89deae Use italic and weight from font file if not specified by Jerome Gaillard · 6 years ago
  100. fecfe7c Update layoutlib following commits 291ef05 and 55e49d8 by Jerome Gaillard · 6 years ago