summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1963229. Introduces Context#isRestricted().Romain Guy2009-07-061-0/+5
* Fixes #1949502. Prevents an NPE in View.buildDrawingCache().Romain Guy2009-06-291-2/+3
* Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-261-26/+80
* * new screen resolution support impl.Mitsuru Oshima2009-06-231-1/+1
* Add missing 'break's in switch statement, fixing bug 1876430Karl Rosaen2009-06-231-0/+2
* Fixes a potential NPE in View.Romain Guy2009-06-161-2/+4
* Fixes #1886237. Views drawing cache was not generated properly.Romain Guy2009-06-111-39/+64
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-2/+29
* Fixes #1855461, #1857290 and #1857365. Certain scrollbar styles make an opaqu...Romain Guy2009-05-151-3/+59
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-17/+152
* Fixes #1846038. The dirty region can sometimes be modified by SurfaceFlinger....Romain Guy2009-05-141-6/+19
* New feature to track down #1846038. Adds the ability to export flags encoded ...Romain Guy2009-05-141-23/+34
* Fixes #1836075. Adds consistency checks for the View hierarchy. To enable the...Romain Guy2009-05-131-1/+56
* Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignori...Romain Guy2009-05-121-0/+1
* Remove useless logging on every draw.Romain Guy2009-05-111-2/+0
* Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and a...Romain Guy2009-05-111-18/+62
* Add new setTag(int, Object) API to allow applications to specify several tags.Romain Guy2009-05-061-1/+105
* Add the ability to specify the onClick handler with XML. The new android:...Romain Guy2009-05-011-0/+32
* Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state.Romain Guy2009-04-301-1/+37
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-2/+6
* AI 144013: Rename PoolFactory to Pools, to follow the java.util convention (C...Romain Guy2009-04-011-3/+3
* AI 143899: am: CL 143896 Fix issue #1748954 and #1737952:Dianne Hackborn2009-03-311-1/+57
* AI 143890: Fixes #1749387. Improve the pooling of the VelocityTracker class. ...Romain Guy2009-03-311-33/+27
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+4
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-7/+12
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-34/+44
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+8076
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-8067/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-19/+28
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-28/+19
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+11
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-13/+92
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-52/+153
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+30
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-19/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-493/+867
* Initial ContributionThe Android Open Source Project2008-10-211-0/+7481