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