1. 1f0bc68 Merge "Fix Resources.ThemeKey.setTo() to fix memory leak." by TreeHugger Robot · 4 years, 8 months ago
  2. 9947f1e Add ResourceLoader API with .apk and .arsc support by Winson · 5 years ago
  3. 173f573 Make Resources.Theme.rebase() public API by Winson · 5 years ago
  4. 371da73 Resources.getSystem docs: not affected by RRO by Mårten Kongstad · 5 years ago
  5. f19439c Merge "Make Resources#getAttributeSetSourceResId public" by TreeHugger Robot · 5 years ago
  6. 29a90d6 Make Resources#getAttributeSetSourceResId public by Aurimas Liutikas · 5 years ago
  7. 6c15bc0 Add nullability annotation to Theme#getAttributeResolutionStack by Aurimas Liutikas · 5 years ago
  8. 4a3beba Fix Resources.ThemeKey.setTo() to fix memory leak. by Hiroshi Sumita · 5 years ago
  9. 8f004c8 Add helper methods for View attribute debugging by Aurimas Liutikas · 6 years ago
  10. aae0663 Add View#getSourceLayoutResId(). by Aurimas Liutikas · 5 years ago
  11. d8ebfef Remove old private constant from ResourceId. by Aurimas Liutikas · 6 years ago
  12. 8338623 Add ID_NULL constant to Resources. by Aurimas Liutikas · 6 years ago
  13. 2f3669b Add function to return path for last resolved resource by Winson · 6 years ago
  14. 77acf4b Add nullability to obtainStyledAttributes methods. by Aurimas Liutikas · 6 years ago
  15. 32365b9 Expose Resources.getFloat publicly by Jake Wharton · 6 years ago
  16. f0764b5 Deprecate Resources#getMovie() by Aurimas Liutikas · 6 years ago
  17. 5c0d354 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  18. 4ffbd47 Make getDimension's Javadoc say it returns px. by Danny Epstein · 6 years ago
  19. dd6a0db Fix leak of WeakReferences on mThemeRefs list. by Richard Uhler · 6 years ago
  20. 1194b0b Remove incorrect @NonNull annotations on getDrawable() and variants. by Chris Craik · 6 years ago
  21. bebfcc4 Refactor AssetManager by Adam Lesinski · 6 years ago
  22. bde1df2 Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 6 years ago
  23. ceb2693 Change Resources.getDrawable nullability by Chris Craik · 6 years ago
  24. 1187590 Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 8 years ago
  25. f7d01dd Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 7 years ago
  26. dcb3c65 Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 8 years ago
  27. 7fb3831 Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 7 years ago
  28. b20a0ce Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 8 years ago
  29. b529256 Update the annotation for getAnimation by ztenghui · 7 years ago
  30. 9553fb3 Add ResourceId validation helper method by Adam Lesinski · 7 years ago
  31. 4fed971 Resources: fix race with creating theme by Adam Lesinski · 7 years ago
  32. 50954d2 Propagate density through AdaptiveIconDrawable and BitmapDrawable by Adam Lesinski · 7 years ago
  33. 5ec8875 Update docs for obtainStyledAttribute by Adam Lesinski · 7 years ago
  34. 2821eea Preload fonts from an array by Clara Bayarri · 7 years ago
  35. 4b5a4d2 Declarative downloadable fonts by Clara Bayarri · 8 years ago
  36. fe98ad9 Merge "Implement .xml font resource support" by TreeHugger Robot · 7 years ago
  37. ed00bfd Implement .xml font resource support by Clara Bayarri · 8 years ago
  38. 9ad386b Convert native changing config flags to Java flags by Alan Viverette · 8 years ago
  39. 18e9f9f Expose Resources.getFont by Clara Bayarri · 8 years ago
  40. aa19d5e Deprecate Resources constructor and updateConfiguration() method by Adam Lesinski · 8 years ago
  41. 8e8d232 Update DisplayMetrics when resizing by Adam Lesinski · 8 years ago
  42. 4ece3d6 ContextImpl: Keep DisplayAdjustments and Display in sync by Adam Lesinski · 8 years ago
  43. 4b2b615 Return correct default theme on API >= 24 by Alan Viverette · 8 years ago
  44. 952802e Fix bad workaround docs in Resources.getDrawable() by Alan Viverette · 8 years ago
  45. e03c469 API review: Hide ComplexColor and GradientColor by Teng-Hui Zhu · 8 years ago
  46. 082614c Cache per-Activity Resources objects by Adam Lesinski · 8 years ago
  47. fb302cc Move the guts of Resources to ResourcesImpl by Adam Lesinski · 8 years ago
  48. 5c64b95 Use asset cookie in XML block cache key by Alan Viverette · 8 years ago
  49. fde0213 Remove @Nullable annotation from getDrawable() methods by Alan Viverette · 8 years ago
  50. fee4484 Various LocaleList cleanups by Roozbeh Pournader · 8 years ago
  51. dbee9bb Gradient for VectorDrawable's fill and stroke by Teng-Hui Zhu · 9 years ago
  52. 834641b Move locale negotiation to ResourcesManager by Roozbeh Pournader · 9 years ago
  53. 1f0945e Update mResolvedLocale more aggressively by Raph Levien · 9 years ago
  54. 946502f Merge "Cache XML blocks against file name rather than resource ID" by Alan Viverette · 9 years ago
  55. ec76b2a Merge "Skip the cache when loading drawables from a foreign density" by Alan Viverette · 9 years ago
  56. 1097961 Cache XML blocks against file name rather than resource ID by Alan Viverette · 9 years ago
  57. 7941a7f Skip the cache when loading drawables from a foreign density by Alan Viverette · 9 years ago
  58. fb9236c For locale negotiation, assume English is always supported by Roozbeh Pournader · 9 years ago
  59. 1c686f2 Avoid matching system locales in locale negotiation by Roozbeh Pournader · 9 years ago
  60. dad1006 Negotiate locales during Resources contruction and updates by Roozbeh Pournader · 9 years ago
  61. 1168548 Merge "Fix null locale edge cases in Configuration and Resources" by Roozbeh Pournader · 9 years ago
  62. c078c60 Attach drawable resource ID and name to getDrawable() exceptions by Alan Viverette · 9 years ago
  63. 8a412e0 Fix null locale edge cases in Configuration and Resources by Roozbeh Pournader · 9 years ago
  64. 4d07bc9 Clean up usage of temporary TypedValue in Resources by Alan Viverette · 9 years ago
  65. 47571c7 Add LocaleList support to content.res.Resources. by Roozbeh Pournader · 9 years ago
  66. 02fc5fe Extract drawable inflation to its own class, inflate from class name by Alan Viverette · 9 years ago
  67. 395cd01 Rebase system theme on configuration change by Alan Viverette · 9 years ago
  68. 2349332 Only relaunch activity on significant size configuration changes. by Filip Gruszczynski · 9 years ago
  69. 1913dc1 resolved conflicts for merge of 71165ea6 to mnc-dr-dev-plus-aosp by Neil Fuller · 9 years ago
  70. b27b305 Migrate Resources.java to use ICU4j drectly. by Rayhaan Jaufeerally · 9 years ago
  71. 4feb326 Improve resource loading by ~3x by John Reck · 9 years ago
  72. 0f1c95e Avoid NPE when drawable fails to load by Alan Viverette · 9 years ago
  73. ac67409 Use correct array index for Theme.getTheme() by Alan Viverette · 9 years ago
  74. 0d857b9 Improve hierarchy viewer dump hierarchy latency by Siva Velusamy · 9 years ago
  75. e54d245 Improve keying for theme caches, rebase system theme on config change by Alan Viverette · 9 years ago
  76. c1d5279 Add API for obtaining changing configurations bitmask from Theme by Alan Viverette · 9 years ago
  77. b4004df ActionBar SearchView's default hint shouldn't override SearchableInfo by Alan Viverette · 9 years ago
  78. 863ba4c Merge "Unify drawable caches" by Alan Viverette · 9 years ago
  79. 2a53812 Merge "Fix resource type annotations for obtainStyledAttributes" by Tor Norbye · 9 years ago
  80. c91531a Fix resource type annotations for obtainStyledAttributes by Tor Norbye · 9 years ago
  81. 4325f8e Unify drawable caches by Alan Viverette · 9 years ago
  82. e0f95f3 Fix issues with theming of preloaded ColorStateLists by Alan Viverette · 9 years ago
  83. a8636c9 Clean up lint warnings in Resources by Alan Viverette · 9 years ago
  84. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  85. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  86. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  87. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  88. 60454db Support activities in the same process having different resources. by Wale Ogunwale · 10 years ago
  89. 6bbb47b Clean up TypedArray docs & formatting, remove coercion warnings by Alan Viverette · 10 years ago
  90. 304ea5a Merge "Allow use of theme attributes in color state lists" by Alan Viverette · 10 years ago
  91. 45c4bbb Allow use of theme attributes in color state lists by Alan Viverette · 10 years ago
  92. d6ebb3a Remove null entries from constant state cache by Alan Viverette · 10 years ago
  93. c4ec5b6 Iterate based on index, not key. by Jeff Sharkey · 10 years ago
  94. 9267fda Prune the resource cache before adding new caches by Alan Viverette · 10 years ago
  95. a6f8b2c Deprecate one-arg getDrawableForDensity, update currents.txt by Alan Viverette · 10 years ago
  96. c10e396 Deprecate Resources.getDrawable(int) in favor of the two-arg version by Alan Viverette · 10 years ago
  97. 7e0aaae Check for null drawable in theme-less getDrawable() by Alan Viverette · 10 years ago
  98. 7f4a63d Ensure we don't pass null values in to Theme.resolveAttributes by Alan Viverette · 10 years ago
  99. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  100. 727cae1 Mutate and apply theme if needed before caching themed drawables by Alan Viverette · 10 years ago