1. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 11 years ago
  2. 4803bc1 Fix ordering of dimension caching during ImageView.setResource() by Alan Viverette · 11 years ago
  3. 53a470a am be878d87: am b6a4926c: am 647db9fa: am 76ecd66a: am 0196e561: Fix typo in ImageView.java by John Spurlock · 11 years ago
  4. 76ecd66 am 0196e561: Fix typo in ImageView.java by John Spurlock · 11 years ago
  5. 0196e56 Fix typo in ImageView.java by John Spurlock · 11 years ago
  6. e10dd53 Correctly report isOpaque() from ImageView by Alan Viverette · 11 years ago
  7. 7117c0c am 40c81e4a: am 3105b6d2: am 12c32b4d: Merge "Make quick settings show the standard media router icon." into klp-dev by Jeff Brown · 11 years ago
  8. e2126ba Make quick settings show the standard media router icon. by Jeff Brown · 11 years ago
  9. 80da140 am 266b3026: am 20ba658b: am 31049d76: Use SCREEN Xfermode for keyguard badges; update SeekBar by Adam Powell · 11 years ago
  10. 31049d7 Use SCREEN Xfermode for keyguard badges; update SeekBar by Adam Powell · 11 years ago
  11. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  12. 3f5a90b Add automatic Drawable mirroring capability when in RTL layout direction by Fabrice Di Meglio · 11 years ago
  13. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  14. 0931a85 Make hasOverlappingRendering() method more accurate by Michael Jurka · 11 years ago
  15. 5370405 Return a copy of the read-only identity Matrix by Romain Guy · 12 years ago
  16. 96c2a83 am 05d48504: am af6dd103: Merge "fix ImageView.getImageMatrix()" into jb-mr1-aah-dev by Dake Gu · 12 years ago
  17. 1ee6017 fix ImageView.getImageMatrix() by Dake Gu · 12 years ago
  18. 2c8cc97 Update documentation to mention compatibility versioning by Adam Powell · 12 years ago
  19. 7da4b73 Compatibility measurement hacks when targetSdkVersion <= JB-MR1 by Adam Powell · 12 years ago
  20. 3614394 Close InputStream after we're done reading from it External bug #40837 by Romain Guy · 12 years ago
  21. 946d05b DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout by Adam Powell · 12 years ago
  22. d5edc77 Fix adjustViewBounds handling for ImageView by Adam Powell · 12 years ago
  23. 68f3eb3 Revert "Fix adjustViewBounds handling for ImageView" by Adam Powell · 12 years ago
  24. b1271ac Fix adjustViewBounds handling for ImageView by Adam Powell · 12 years ago
  25. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  26. 4457e85 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  27. f96ce02 Some simple skip-layout optimizations for ImageView by Adam Powell · 12 years ago
  28. b03b434 Revert "Revert "Clean up layout direction APIs for Drawable"" by Fabrice Di Meglio · 12 years ago
  29. c96132f Revert "Clean up layout direction APIs for Drawable" by Jean-Baptiste Queru · 12 years ago
  30. c1da651 Clean up layout direction APIs for Drawable by Fabrice Di Meglio · 12 years ago
  31. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  32. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  33. db8c9a6 Optimization of alpha with DisplayList properties by Chet Haase · 12 years ago
  34. aac722a Fixes for bugs: 6104423, 6103563, 6103509, 6103807 & 6103253. by Philip Milne · 12 years ago
  35. 06e1ec6 Make Drawable RTL APIs public by Fabrice Di Meglio · 12 years ago
  36. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  37. b241b4c Make the overridden ImageView#setVisibility remotable by Adam Powell · 13 years ago
  38. 6a939ae Fix access modifiers on ImageView overrides by Adam Powell · 13 years ago
  39. 37419d7 Fix bug 5581874 - Animated drawables don't start as expected by Adam Powell · 13 years ago
  40. ba1fe8e Issue 5432115: Speed up notification scrolling by Chet Haase · 13 years ago
  41. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  42. 9e648c4 Invoke requestLayout() when drawables have different sizes. Bug #5142668 by Romain Guy · 13 years ago
  43. 2a0e99d Fix bug 5118908 - ImageView.setImageDrawable always requests layout by Adam Powell · 13 years ago
  44. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  45. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  46. a98eef8 Fix overrides of isLayoutRtl(Drawable dr) by Fabrice Di Meglio · 13 years ago
  47. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  48. 9fc2781 Correctly compute tex coords for rect layers. Bug #4192695 by Romain Guy · 13 years ago
  49. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  50. fd52b18 The beginnings of the new status bar. by Joe Onorato · 14 years ago
  51. e213677 Push the jumpDrawablesToCurrentState() thing off everywhere it should be. by Dianne Hackborn · 14 years ago
  52. e5ebcb0 Fix clipping issue in StackView. by Romain Guy · 14 years ago
  53. c6b0b77 Document blocking behavior of ImageView setImageURI and setImageResource by Brad Fitzpatrick · 14 years ago
  54. b493820 Round up ImageView translations to avoid nasty surprises. Bug #2499812 by Romain Guy · 14 years ago
  55. 42c7988 Apply alpha animations on ImageView instances. Bug #2479570 by Romain Guy · 14 years ago
  56. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 15 years ago
  57. 9d8d9c2 Get correct density info when using resource URIs in ImageView by Bjorn Bringert · 15 years ago
  58. 0f8555b Allow resource and file URIs in ImageView.setImageURI() by Bjorn Bringert · 15 years ago
  59. f888726 Fix a bug in ImageView: The drawing matrix is not updated when setImageMatrix is called. by Chih-Chung Chang · 15 years ago
  60. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  61. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  62. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  66. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  67. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  68. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  69. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago