index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
GridView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-1
/
+1
*
am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...
Scott Main
2012-07-25
1
-2
/
+2
|
\
|
*
am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to api guides an...
Scott Main
2012-07-25
1
-2
/
+2
|
|
\
|
|
*
docs: fix a bunch of links from javadocs to api guides
Scott Main
2012-07-24
1
-2
/
+2
*
|
|
am 98e955d2: am 20d6caf8: Merge "Fix issue #13366. Take account of stackFromB...
Jean-Baptiste Queru
2012-06-18
1
-1
/
+6
|
\
\
\
|
|
/
/
|
*
|
am 20d6caf8: Merge "Fix issue #13366. Take account of stackFromBottom in comp...
Jean-Baptiste Queru
2012-06-18
1
-1
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix issue #13366. Take account of stackFromBottom in
Pieter-Jan Vandormael
2012-06-16
1
-1
/
+6
*
|
|
Make GridView widget aware of layout direction
Fabrice Di Meglio
2012-06-08
1
-5
/
+15
|
/
/
*
|
Fix a bug with deferred position scrolling in lists while data changes
Adam Powell
2012-05-23
1
-0
/
+4
*
|
Fix some smooth scrolling bugs in lists and update on the animation
Adam Powell
2012-04-19
1
-0
/
+7
*
|
GridView attribute updates
Adam Powell
2012-03-21
1
-1
/
+99
*
|
Respect default styles when constructing GridViews with 1-arg constructor
Adam Powell
2012-03-12
1
-1
/
+1
*
|
Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs
Adam Powell
2012-02-22
1
-6
/
+4
*
|
Add transient state tracking to Views
Adam Powell
2012-02-17
1
-0
/
+1
*
|
Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be...
Svetoslav Ganov
2012-01-17
1
-1
/
+14
|
\
\
|
*
|
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2012-01-17
1
-1
/
+14
|
|
/
*
|
Hinting RemoteViewsAdapter as to which views are visible
Adam Cohen
2012-01-17
1
-0
/
+2
|
/
*
Add View.getResolvedLayoutDirection()
Fabrice Di Meglio
2011-06-14
1
-1
/
+2
*
Add support for Gravity BEFORE and AFTER
Fabrice Di Meglio
2011-05-27
1
-13
/
+14
*
Add documentation to GridView.
Romain Guy
2011-02-22
1
-1
/
+33
*
Fix down arrow in AutoCompleteTextView.
Jeff Brown
2011-01-26
1
-37
/
+41
*
Add initial support for TAB navigation.
Jeff Brown
2010-12-17
1
-33
/
+132
*
Modified GridView to report when to small
Adam Lesinski
2010-12-08
1
-3
/
+10
*
Implement smarter sizing of WRAP_CONTENT windows.
Dianne Hackborn
2010-12-03
1
-0
/
+11
*
Merge overscrolling from gingerbread.
Adam Powell
2010-11-23
1
-1
/
+6
*
Fix bug 3207067 - adjust AbsListView content pop-in when clipToPadding=false
Adam Powell
2010-11-17
1
-4
/
+18
*
Fix bug 3167099 and bug 3009490 - GridView choice modes and
Adam Powell
2010-11-04
1
-20
/
+0
*
Add new fade in/out feature for drawable containers.
Dianne Hackborn
2010-11-03
1
-4
/
+9
*
Add a new "activated" state to View.
Dianne Hackborn
2010-09-15
1
-0
/
+3
*
am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...
Scott Main
2010-08-21
1
-0
/
+3
|
\
|
*
docs: add links from widget classes to tutorials
Scott Main
2010-08-19
1
-0
/
+3
*
|
GridView's pageScroll() would be offset by one item.
Romain Guy
2010-08-20
1
-2
/
+2
*
|
Add selection mode support to GridView.
Adam Powell
2010-08-16
1
-1
/
+30
*
|
Initial changes to allow collections in widgets.
Winson Chung
2010-07-19
1
-1
/
+34
*
|
Prevent crash when changing adapter.
Romain Guy
2010-05-19
1
-1
/
+1
*
|
Added getNumColumns function to GridView.java.
Andrew Sapperstein
2010-05-13
1
-0
/
+14
|
/
*
Remove overscrolling
Adam Powell
2010-03-29
1
-6
/
+1
*
Don't assume there's a selected position in touch mode.
Romain Guy
2010-03-26
1
-2
/
+4
*
Make sure all list items know they are in a window.
Romain Guy
2010-03-02
1
-1
/
+3
*
HorizontalScrollView multitouch scroll and only grip on content
Adam Powell
2010-02-25
1
-2
/
+0
*
Added proper overscrolling scroll bar behavior to GridView
Adam Powell
2010-02-12
1
-3
/
+11
*
Deprecate fill_parent and introduce match_parent.
Romain Guy
2010-01-08
1
-2
/
+2
*
Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow.
Romain Guy
2010-01-06
1
-4
/
+4
*
Prevent NPE when doing a fillSpecific layout.
Romain Guy
2009-09-29
1
-5
/
+13
*
Fix possible NPE in AbsListView.positionSelector().
Romain Guy
2009-09-28
1
-1
/
+1
*
Fading scrollbars return. But you have to opt in.
Mike Cleron
2009-09-28
1
-0
/
+24
*
Preserve ListView's pressed state when the adapter changes its content while ...
Romain Guy
2009-09-15
1
-3
/
+14
*
Fixes #1603191. GridView could provoke NPEs during layout passes initiated fr...
Romain Guy
2009-05-04
1
-2
/
+2
*
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-05
1
-3
/
+1
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+1833
[next]