1. 1c686f2 Avoid matching system locales in locale negotiation by Roozbeh Pournader · 9 years ago
  2. 0d02bd8 Removed unused setLocale() method. by Roozbeh Pournader · 9 years ago
  3. 46cfd93 Let's sprinkle some FastJNI into Resources. by Jeff Sharkey · 9 years ago
  4. 4ffea4e am d0c806b1: am 6029dfa8: am 7caa8f14: Merge "Make \'idmap --scan\' accept more than one input directory" by Adam Lesinski · 9 years ago
  5. 83ab0d7 Make 'idmap --scan' accept more than one input directory by Mårten Kongstad · 9 years ago
  6. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  7. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  8. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  9. a6d7e3f Load app resource as shared library. by Tao Bai · 9 years ago
  10. 2349332 Only relaunch activity on significant size configuration changes. by Filip Gruszczynski · 9 years ago
  11. 2738c96 Add -round and -notround qualifier to android runtime/aapt by Adam Lesinski · 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. 9438ad1 am e580d661: am e89a2865: Merge changes If2c7e09f,Ie21f227c by Adam Lesinski · 10 years ago
  15. e89a286 Merge changes If2c7e09f,Ie21f227c by Adam Lesinski · 10 years ago
  16. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  17. 582bdf9 am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t." by Dan Albert · 10 years ago
  18. 8e357bf Merge "Fix clang warnings in core/jni." by Dan Albert · 10 years ago
  19. 6698749 Add appropriate casts for char16_t. by Dan Albert · 10 years ago
  20. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  21. 387116f am c3507d10: Merge "Frameworks/base: Replace LOG_FATAL_IF in core/jni" by Andreas Gampe · 10 years ago
  22. 987f79f Frameworks/base: Replace LOG_FATAL_IF in core/jni by Andreas Gampe · 10 years ago
  23. 11bdd5b Merge commit '06d8b7b8' into manualmerge by Adam Lesinski · 10 years ago
  24. 035a7b0 am 0626ec58: Merge "Frameworks/base: Wall Werror in core/jni" by Andreas Gampe · 10 years ago
  25. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  26. 044f323 am 24c16b7e: Merge "Frameworks/base: Fix AssetManager JNI" by Adam Lesinski · 10 years ago
  27. 3281261 Frameworks/base: Fix AssetManager JNI by Andreas Gampe · 10 years ago
  28. 3011313 RRO: reintroduce lost ResTable insert of assets by Mårten Kongstad · 10 years ago
  29. a7d1d73 Implement back-tracking when searching for attributes in XML or resource bag by Adam Lesinski · 10 years ago
  30. f296940 Distinguish unspecified and explicit null values in resources by Alan Viverette · 10 years ago
  31. 908c748 Revert "Fix issue with using locally defined attrs in a shared lib" by Adam Powell · 10 years ago
  32. 5069dd6 Fix issue with using locally defined attrs in a shared lib by Adam Lesinski · 10 years ago
  33. 607bd84 Update icons to vectors, fix preload theming & vector tinting by Alan Viverette · 10 years ago
  34. 042ad63 Added getStyleAttributes to access all Theme attributes. by Jon Miranda · 10 years ago
  35. ccf25c7b Fix shared library bug in bag attributes by Adam Lesinski · 10 years ago
  36. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  37. 52b999f Implement APIs for obtaining, caching themed Drawables by Alan Viverette · 10 years ago
  38. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  39. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 11 years ago
  40. 745d4ef AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  41. d45c68d Resource memory optimization. by Dianne Hackborn · 11 years ago
  42. 1d4cd87 am 11cd57ca: Merge "Avoid unnecessary FindClass("java/lang/String")." by Dianne Hackborn · 11 years ago
  43. aa5fe3d Avoid unnecessary FindClass("java/lang/String"). by Vladimir Marko · 11 years ago
  44. f7be480 Add new resources trace, also trace apk dex loading. by Dianne Hackborn · 11 years ago
  45. 1f7d307 Fix build. by Dianne Hackborn · 12 years ago
  46. e5b50a6 Fix issue #8176917: Stabillity : Native Crash : by Dianne Hackborn · 12 years ago
  47. fb5c3db Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly... by Dianne Hackborn · 12 years ago
  48. b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
  49. 129e19c Fix build warnings by Glenn Kasten · 13 years ago
  50. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  51. 161e67f resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 13 years ago
  52. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  53. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 13 years ago
  54. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  55. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  56. 3fc982f Add new resource configurations for screen width/height in "dp". by Dianne Hackborn · 13 years ago
  57. c1318ba Establish a global reference before saving a class into a global. by Carl Shapiro · 13 years ago
  58. 7fbe4d2 Don't pay attention to string block on @null by Kenny Root · 14 years ago
  59. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  60. d7c8672 fix int vs. pointer mismatch in return statement. by Olivier Bailly · 14 years ago
  61. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  62. 0db187a Broken build. Missing ; by Gilles Debunne · 14 years ago
  63. 4d4040b Fix for 512 limit in assetManager.list by Gilles Debunne · 14 years ago
  64. 485dd21 Prevent local reference table overflows by Kenny Root · 14 years ago
  65. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  66. 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 15 years ago
  67. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  68. dc4cc3f Stop spamming the log. by Joe Onorato · 15 years ago
  69. b8d8167 Debugging for issue #2228381 android.view.InflateException by Dianne Hackborn · 15 years ago
  70. 82e1ee9 Fix issue #2048263: More debugging information by Dianne Hackborn · 15 years ago
  71. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  72. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  73. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  74. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  77. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  78. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago