| Commit message (Expand) | Author | Age | Files | Lines |
* | DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout | Adam Powell | 2012-10-01 | 1 | -13/+0 |
* | Fix adjustViewBounds handling for ImageView | Adam Powell | 2012-09-28 | 1 | -0/+13 |
* | Revert "Fix adjustViewBounds handling for ImageView" | Adam Powell | 2012-09-27 | 1 | -2/+0 |
* | Fix adjustViewBounds handling for ImageView | Adam Powell | 2012-09-26 | 1 | -0/+2 |
* | Fix bug #6427629 Clean up layout direction APIs | Fabrice Di Meglio | 2012-09-23 | 1 | -1/+1 |
* | Fix bug #6427629 Clean up layout direction APIs | Fabrice Di Meglio | 2012-09-23 | 1 | -1/+1 |
* | Some simple skip-layout optimizations for ImageView | Adam Powell | 2012-08-09 | 1 | -4/+18 |
* | Revert "Revert "Clean up layout direction APIs for Drawable"" | Fabrice Di Meglio | 2012-06-04 | 1 | -6/+1 |
* | Revert "Clean up layout direction APIs for Drawable" | Jean-Baptiste Queru | 2012-06-02 | 1 | -1/+6 |
* | Clean up layout direction APIs for Drawable | Fabrice Di Meglio | 2012-06-01 | 1 | -6/+1 |
* | Remove USE_DISPLAY_LIST_PROPERTIES flag | Chet Haase | 2012-04-23 | 1 | -19/+1 |
* | Accessibility focus - framework | Svetoslav Ganov | 2012-04-13 | 1 | -2/+2 |
* | Optimization of alpha with DisplayList properties | Chet Haase | 2012-04-03 | 1 | -1/+10 |
* | Fixes for bugs: 6104423, 6103563, 6103509, 6103807 & 6103253. | Philip Milne | 2012-03-26 | 1 | -6/+127 |
* | Make Drawable RTL APIs public | Fabrice Di Meglio | 2012-03-09 | 1 | -3/+0 |
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to... | Svetoslav Ganov | 2012-01-17 | 1 | -0/+13 |
* | Make the overridden ImageView#setVisibility remotable | Adam Powell | 2011-11-10 | 1 | -0/+1 |
* | Fix access modifiers on ImageView overrides | Adam Powell | 2011-11-10 | 1 | -2/+2 |
* | Fix bug 5581874 - Animated drawables don't start as expected | Adam Powell | 2011-11-10 | 1 | -0/+24 |
* | Issue 5432115: Speed up notification scrolling | Chet Haase | 2011-10-17 | 1 | -0/+5 |
* | Adding accessibility delegate mechanism for backwards compatibility support. | Svetoslav Ganov | 2011-09-12 | 1 | -0/+1 |
* | Invoke requestLayout() when drawables have different sizes. | Romain Guy | 2011-08-17 | 1 | -36/+17 |
* | Fix bug 5118908 - ImageView.setImageDrawable always requests layout | Adam Powell | 2011-08-04 | 1 | -6/+28 |
* | Adding accessibility support to the Status Bar. | Svetoslav Ganov | 2011-07-21 | 1 | -2/+11 |
* | Add View.getResolvedLayoutDirection() | Fabrice Di Meglio | 2011-06-14 | 1 | -2/+6 |
* | Fix overrides of isLayoutRtl(Drawable dr) | Fabrice Di Meglio | 2011-05-27 | 1 | -1/+1 |
* | Add support for Gravity BEFORE and AFTER | Fabrice Di Meglio | 2011-05-27 | 1 | -0/+5 |
* | Correctly compute tex coords for rect layers. | Romain Guy | 2011-04-27 | 1 | -16/+18 |
* | Implement smarter sizing of WRAP_CONTENT windows. | Dianne Hackborn | 2010-12-03 | 1 | -3/+3 |
* | The beginnings of the new status bar. | Joe Onorato | 2010-11-15 | 1 | -5/+64 |
* | Push the jumpDrawablesToCurrentState() thing off everywhere it should be. | Dianne Hackborn | 2010-11-04 | 1 | -0/+6 |
* | Fix clipping issue in StackView. | Romain Guy | 2010-10-15 | 1 | -2/+0 |
* | Document blocking behavior of ImageView setImageURI and setImageResource | Brad Fitzpatrick | 2010-08-27 | 1 | -3/+15 |
* | Round up ImageView translations to avoid nasty surprises. | Romain Guy | 2010-03-15 | 1 | -5/+5 |
* | Apply alpha animations on ImageView instances. | Romain Guy | 2010-03-01 | 1 | -0/+1 |
* | Added more @RemotableViewMethod methods, mutate ImageView. | Jeff Sharkey | 2010-02-17 | 1 | -2/+23 |
* | Get correct density info when using resource URIs in ImageView | Bjorn Bringert | 2010-01-06 | 1 | -2/+10 |
* | Allow resource and file URIs in ImageView.setImageURI() | Bjorn Bringert | 2009-11-27 | 1 | -1/+5 |
* | Fix a bug in ImageView: The drawing matrix is not updated when setImageMatrix... | Chih-Chung Chang | 2009-07-30 | 1 | -0/+1 |
* | Allow for screen density drawables in compatibility mode. | Dianne Hackborn | 2009-07-24 | 1 | -1/+1 |
* | Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m... | svetoslavganov | 2009-05-14 | 1 | -2/+4 |
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -0/+6 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+891 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -891/+0 |
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -1/+1 |
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+1 |
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -0/+7 |
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -0/+1 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+883 |