1. fde0213 Remove @Nullable annotation from getDrawable() methods by Alan Viverette · 8 years ago
  2. fee4484 Various LocaleList cleanups by Roozbeh Pournader · 8 years ago
  3. dbee9bb Gradient for VectorDrawable's fill and stroke by Teng-Hui Zhu · 9 years ago
  4. 834641b Move locale negotiation to ResourcesManager by Roozbeh Pournader · 9 years ago
  5. 1f0945e Update mResolvedLocale more aggressively by Raph Levien · 9 years ago
  6. 946502f Merge "Cache XML blocks against file name rather than resource ID" by Alan Viverette · 9 years ago
  7. ec76b2a Merge "Skip the cache when loading drawables from a foreign density" by Alan Viverette · 9 years ago
  8. 1097961 Cache XML blocks against file name rather than resource ID by Alan Viverette · 9 years ago
  9. 7941a7f Skip the cache when loading drawables from a foreign density by Alan Viverette · 9 years ago
  10. fb9236c For locale negotiation, assume English is always supported by Roozbeh Pournader · 9 years ago
  11. 1c686f2 Avoid matching system locales in locale negotiation by Roozbeh Pournader · 9 years ago
  12. dad1006 Negotiate locales during Resources contruction and updates by Roozbeh Pournader · 9 years ago
  13. 1168548 Merge "Fix null locale edge cases in Configuration and Resources" by Roozbeh Pournader · 9 years ago
  14. c078c60 Attach drawable resource ID and name to getDrawable() exceptions by Alan Viverette · 9 years ago
  15. 8a412e0 Fix null locale edge cases in Configuration and Resources by Roozbeh Pournader · 9 years ago
  16. 4d07bc9 Clean up usage of temporary TypedValue in Resources by Alan Viverette · 9 years ago
  17. 47571c7 Add LocaleList support to content.res.Resources. by Roozbeh Pournader · 9 years ago
  18. 02fc5fe Extract drawable inflation to its own class, inflate from class name by Alan Viverette · 9 years ago
  19. 395cd01 Rebase system theme on configuration change by Alan Viverette · 9 years ago
  20. 2349332 Only relaunch activity on significant size configuration changes. by Filip Gruszczynski · 9 years ago
  21. 1913dc1 resolved conflicts for merge of 71165ea6 to mnc-dr-dev-plus-aosp by Neil Fuller · 9 years ago
  22. b27b305 Migrate Resources.java to use ICU4j drectly. by Rayhaan Jaufeerally · 9 years ago
  23. 4feb326 Improve resource loading by ~3x by John Reck · 9 years ago
  24. 0f1c95e Avoid NPE when drawable fails to load by Alan Viverette · 9 years ago
  25. ac67409 Use correct array index for Theme.getTheme() by Alan Viverette · 9 years ago
  26. 0d857b9 Improve hierarchy viewer dump hierarchy latency by Siva Velusamy · 9 years ago
  27. e54d245 Improve keying for theme caches, rebase system theme on config change by Alan Viverette · 9 years ago
  28. c1d5279 Add API for obtaining changing configurations bitmask from Theme by Alan Viverette · 9 years ago
  29. b4004df ActionBar SearchView's default hint shouldn't override SearchableInfo by Alan Viverette · 9 years ago
  30. 863ba4c Merge "Unify drawable caches" by Alan Viverette · 9 years ago
  31. 2a53812 Merge "Fix resource type annotations for obtainStyledAttributes" by Tor Norbye · 9 years ago
  32. c91531a Fix resource type annotations for obtainStyledAttributes by Tor Norbye · 9 years ago
  33. 4325f8e Unify drawable caches by Alan Viverette · 9 years ago
  34. e0f95f3 Fix issues with theming of preloaded ColorStateLists by Alan Viverette · 9 years ago
  35. a8636c9 Clean up lint warnings in Resources by Alan Viverette · 9 years ago
  36. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  37. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  38. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  39. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  40. 60454db Support activities in the same process having different resources. by Wale Ogunwale · 10 years ago
  41. 6bbb47b Clean up TypedArray docs & formatting, remove coercion warnings by Alan Viverette · 10 years ago
  42. 304ea5a Merge "Allow use of theme attributes in color state lists" by Alan Viverette · 10 years ago
  43. 45c4bbb Allow use of theme attributes in color state lists by Alan Viverette · 10 years ago
  44. d6ebb3a Remove null entries from constant state cache by Alan Viverette · 10 years ago
  45. c4ec5b6 Iterate based on index, not key. by Jeff Sharkey · 10 years ago
  46. 9267fda Prune the resource cache before adding new caches by Alan Viverette · 10 years ago
  47. a6f8b2c Deprecate one-arg getDrawableForDensity, update currents.txt by Alan Viverette · 10 years ago
  48. c10e396 Deprecate Resources.getDrawable(int) in favor of the two-arg version by Alan Viverette · 10 years ago
  49. 7e0aaae Check for null drawable in theme-less getDrawable() by Alan Viverette · 10 years ago
  50. 7f4a63d Ensure we don't pass null values in to Theme.resolveAttributes by Alan Viverette · 10 years ago
  51. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  52. 727cae1 Mutate and apply theme if needed before caching themed drawables by Alan Viverette · 10 years ago
  53. 8b5b25b Reduce instructions required to obtain and recycle TypedArray by Alan Viverette · 10 years ago
  54. 042ad63 Added getStyleAttributes to access all Theme attributes. by Jon Miranda · 10 years ago
  55. 836c0a8 Exposes style and theme data, adds developer option. by Jon Miranda · 10 years ago
  56. 34a14f96 Better handling of unresolved theme attributes by Alan Viverette · 10 years ago
  57. b1e1dbf Update disabled states to be less opaque by Alan Viverette · 10 years ago
  58. 4c6ce23 Remove copy of Locale.adjustLanguageCode. by Narayan Kamath · 10 years ago
  59. 5cd9dde Support Locale.toLanguageTag on Java 6 by Deepanshu Gupta · 10 years ago
  60. b6f9152 Fix drawable cache, add quantum assets to preload list by Alan Viverette · 10 years ago
  61. 6dbe51b Clean up drawable theming APIs by Alan Viverette · 10 years ago
  62. 75257ce Handle hybrid themes correctly in Drawable cache by Alan Viverette · 10 years ago
  63. 3b5c427 Various API review fixes to resources and drawables by Alan Viverette · 10 years ago
  64. 0cfb877 Simplify attribute extraction for themed Drawables by Alan Viverette · 10 years ago
  65. 5effd7e Partial revert "Load device default theme mapping from resources" by Alan Viverette · 10 years ago
  66. 0810b63 Load device default theme mapping from resources by Alan Viverette · 10 years ago
  67. e9abc27 Merge "Fix theme/style resolution in Layoutlib" by Deepanshu Gupta · 10 years ago
  68. bfec73c Fix theme/style resolution in Layoutlib by Deepanshu Gupta · 10 years ago
  69. 6259933 Switch framework Holo references to Quantum.Light by Alan Viverette · 10 years ago
  70. 351f0c1 Remove unthemed drawable cache, since canApplyTheme != isThemed by Alan Viverette · 10 years ago
  71. 52b999f Implement APIs for obtaining, caching themed Drawables by Alan Viverette · 10 years ago
  72. 21fc8ba Support deprecated language codes. by Narayan Kamath · 10 years ago
  73. 857ba4a Fix layoutlib by avoiding Java7 calls by Deepanshu Gupta · 10 years ago
  74. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  75. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  76. edc4664 Fix broken build in BridgeResources by Alan Viverette · 10 years ago
  77. 562a6a8 Improve encapsulation of Resources by Alan Viverette · 10 years ago
  78. 90b8eaa am 797b5adc: am 77a1986c: am 49b7ba4d: Merge "AArch64: Make AssetManager and related classes 64-bit compatible" by Narayan Kamath · 10 years ago
  79. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 11 years ago
  80. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  81. 79a8ffe Ensures that CompatibilityInfo is always set in Resources by Adam Lesinski · 11 years ago
  82. 88c0589 Refactor ActivityThread cache - Baby step 1. by Craig Mautner · 11 years ago
  83. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  84. f4bf0ae New ArrayMap class. by Dianne Hackborn · 11 years ago
  85. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  86. f1ae269 Follow up on issue #8159072: Spinner widget should be RTL'ized by Dianne Hackborn · 11 years ago
  87. b9a13b8 Improve fix for bug #8159072 Spinner widget should be RTL'ized by Fabrice Di Meglio · 11 years ago
  88. 0acc193 Add a little more resource load tracing. by Dianne Hackborn · 11 years ago
  89. dc25d25 More fix for bug #8159072 Spinner widget should be RTL'ized by Fabrice Di Meglio · 11 years ago
  90. 47b5033 Avoid warnings about synthesized IDs. by Jeff Sharkey · 11 years ago
  91. 5043dc2 am bf8a663c: am 3f7a4990: Merge "Improve the Resource.getQuantityString/getQuantityText documentation." by Elliott Hughes · 11 years ago
  92. 95d5ab3 Improve the Resource.getQuantityString/getQuantityText documentation. by Elliott Hughes · 11 years ago
  93. e5b50a6 Fix issue #8176917: Stabillity : Native Crash : by Dianne Hackborn · 11 years ago
  94. 50707cc Fix issue #8133857: Tracking ANR in Gallery by Dianne Hackborn · 11 years ago
  95. 330dd53 Remove remaining doc references to StyledAttributes. by John Spurlock · 12 years ago
  96. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  97. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  98. c36c49e Changing debug for b/7094175. by Craig Mautner · 12 years ago
  99. 0cbfcff Add debug for b/7094175. by Craig Mautner · 12 years ago
  100. 5f49c30 The drawables cache strikes again Bug #7117785 by Romain Guy · 12 years ago