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