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