1. 3509935 Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale by Fabrice Di Meglio · 12 years ago
  2. 8a802db Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources by Fabrice Di Meglio · 12 years ago
  3. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 12 years ago
  4. 3e2d591 resolved conflicts for merge of 13c04786 to jb-dev-plus-aosp by Jean-Baptiste Queru · 12 years ago
  5. 39b58ba resolved conflicts for merge of bc2fb7b9 to jb-dev-plus-aosp by Jean-Baptiste Queru · 12 years ago
  6. 5c6dfeb Fix issue #6054627: resource matching issue of size qualifiers by Dianne Hackborn · 12 years ago
  7. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago[Renamed from libs/utils/ResourceTypes.cpp]
  8. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  9. 7e1d395 libs/utils: replace malloc() + memset() to zero with calloc() by Iliyan Malchev · 12 years ago
  10. 6c997a9 aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 12 years ago
  11. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  15. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 64ed105 am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  17. f51ded0 am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  18. 426431a Enforce public resource restriction on bag parents. by Dianne Hackborn · 13 years ago
  19. 06a8cea am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  20. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  21. fcaba14 Continue idmap generation even if name lookup fails. by Mårten Kongstad · 13 years ago
  22. 2e4a323 am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen width/height in "dp" configs." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  23. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 13 years ago
  24. 18490fb resolved conflicts for merge of 87b3c0dc to honeycomb-plus-aosp by Kenny Root · 13 years ago
  25. 57f4b77 Runtime resource overlay, iteration 1. by Mårten Kongstad · 13 years ago
  26. 371de96 am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d" by Dianne Hackborn · 13 years ago
  27. e75d872 Fix issue #3392073: At times soft keyboard comes up in... by Dianne Hackborn · 14 years ago
  28. 9872bf4 Normalize output from aapt d by Shachar Shemesh · 14 years ago
  29. 300ba68 Split UTF functions from String8/16 by Kenny Root · 14 years ago
  30. 5c4cf8c Fix default return code for getResource by Kenny Root · 14 years ago
  31. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  32. 8716030 am 8d5250c6: am 2e246549: Merge "Add better debug output for ResourceType errors" into gingerbread by Kenny Root · 14 years ago
  33. 68c2e91 Add better debug output for ResourceType errors by Kenny Root · 14 years ago
  34. 5e4d9a0 Add invariant check for stylesString size by Kenny Root · 14 years ago
  35. 06983bc Range checking for ResTable_map by Kenny Root · 14 years ago
  36. 3379195 Improve checking in aapt dump by Kenny Root · 14 years ago
  37. ddcafcb Fix 1684100: Making sure that empty package, type and resource ids are not accepted. by Konstantin Lopyrev · 14 years ago
  38. 14cee9f New xlarge screen size. by Dianne Hackborn · 14 years ago
  39. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 14 years ago
  40. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  41. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 14 years ago
  42. 56c0952 Demote the famous ResourceTypes warning to LOGV. by Ficus Kirkpatrick · 14 years ago
  43. 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 14 years ago
  44. bb79f64 Add string resource type inspection by Kenny Root · 15 years ago
  45. 1913846 Optional use of UTF-8 strings in resource bundles by Kenny Root · 15 years ago
  46. b8d8167 Debugging for issue #2228381 android.view.InflateException by Dianne Hackborn · 15 years ago
  47. 119376e fix "pacakge" typo in error log message by Doug Zongker · 15 years ago
  48. 6cca159 Fix issue #1862317: Browser does not appear to honor anchors (#es) in links by Dianne Hackborn · 15 years ago
  49. c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 15 years ago
  50. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  51. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  52. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  53. 6c11e73 Fix resources not being set correctly. by Dianne Hackborn · 15 years ago
  54. 78c4051 Don't re-parse the framework resources all the time. by Dianne Hackborn · 15 years ago
  55. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
  56. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  57. 5f91097 fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 15 years ago
  58. e17086b Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 15 years ago
  59. 96e2040 Squashed commit of the following: by Robert Greenwalt · 15 years ago
  60. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  61. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  62. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  64. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  65. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago