1. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  2. dba3ba5 Implement bitmap resource loaders for utility. cleanup rolloRS and checkin maps.png which was missing. by Jason Sams · 15 years ago
  3. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  4. 61e4248f merge from donut by Jean-Baptiste Queru · 15 years ago
  5. a8675f6 donut snapshot by Jean-Baptiste Queru · 15 years ago
  6. a590434 Merge change 8835 by Android (Google) Code Review · 15 years ago
  7. b0ec1b4 Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black. by Jason Sams · 15 years ago
  8. 2c3fc83 am ef9fd18d: Merge change 8616 into donut by Android (Google) Code Review · 15 years ago
  9. 96e240f Fiddle with default densities to try to sanitize the API. by Dianne Hackborn · 15 years ago
  10. 2af1b3d Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  11. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  12. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  13. bc51202 Merge change 8279 by Android (Google) Code Review · 15 years ago
  14. e29d471 Move the java and jni renderscript files to the proper location. by Jason Sams · 15 years ago
  15. 8aea2f5 am 59c25cba: Merge change 8218 into donut by Android (Google) Code Review · 15 years ago
  16. 5140141 DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect). by Romain Guy · 15 years ago
  17. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  18. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  19. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  20. bec99bf am 5c536e91: Merge change 7840 into donut by Android (Google) Code Review · 15 years ago
  21. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  22. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 15 years ago
  23. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  24. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  25. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  26. eabdb7c am 6b532800: Merge change 6478 into donut by Android (Google) Code Review · 15 years ago
  27. 90cfa9d Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding by Phil Dubach · 15 years ago
  28. 0f07b2c Lazily allocate the mBounds Rect in Drawable. by Brad Fitzpatrick · 15 years ago
  29. fbc7c1a am 9848f11f: Merge change 5826 into donut by Android (Google) Code Review · 15 years ago
  30. 0901c82 am 91c91b74: Merge change 5817 into donut by Android (Google) Code Review · 15 years ago
  31. 91a546d am 083928fe: Merge change 5718 into donut by Android (Google) Code Review · 15 years ago
  32. 54285f2 Fix NullPointerException in NinePatch constructor by Phil Dubach · 15 years ago
  33. b5537c4 Replace indeterminate progress animated asset with new ones by Romain Guy · 15 years ago
  34. 4658e8e am 05ebcb51: Merge change 5609 into donut by Android (Google) Code Review · 15 years ago
  35. 6be507c Fix NullPointerException in DrawableContainer.mutate() by Phil Dubach · 15 years ago
  36. f4f7046 Update spinner's drawables. Clean up resources, pave the way for new animation. by Romain Guy · 15 years ago
  37. 82c88fc am a2a60a21: Merge change 5142 into donut by Android (Google) Code Review · 15 years ago
  38. 562bf17 Fix NPE in GradientDrawable constructor by Phil Dubach · 15 years ago
  39. ce1311a am 766d7236: Merge change 4737 into donut by Android (Google) Code Review · 15 years ago
  40. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  41. 903ccf4 am 2b1aed10: Merge change 4527 into donut by Android (Google) Code Review · 15 years ago
  42. 4566b79 Fix Canvas.finalize() for the case where the constructor throws an exception by Phil Dubach · 15 years ago
  43. 984b5df Add support to BitmapFactory for decoding a bitmap from a MemoryFile FileDescriptor. by Marco Nelissen · 15 years ago
  44. 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  45. eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  46. 843ef36 donut snapshot by Jean-Baptiste Queru · 15 years ago
  47. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  48. 33a31b3 AI 148752: Fix description of breakText() param. BUG=1790234 by Dirk Dougherty · 15 years ago
  49. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  50. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  51. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  52. 83b2107 Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class. by Romain Guy · 15 years ago
  53. 13735a2 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  54. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  55. 4924ae8 Merge change 618 into donut by Android (Google) Code Review · 15 years ago
  56. 23bd84c Fixes #1816088. Avoid initializing empty Rects when they are useless, especially in Zygote. by Romain Guy · 15 years ago
  57. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  58. 7bc2202 Lazily allocate the mBounds Rect in Drawable. by Brad Fitzpatrick · 15 years ago
  59. 1fb758e Merge change 546 into donut by Android (Google) Code Review · 15 years ago
  60. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  61. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  62. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  63. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  64. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  67. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  68. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  69. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  70. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  71. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  72. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  73. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago