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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 2639949 - Don't stop a Scroller early
Adam Powell
2010-04-28
1
-7
/
+0
*
Fix regression introduced when fixing focus issue with ScrollView.
Romain Guy
2010-04-09
1
-1
/
+1
*
Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detection
Adam Powell
2010-04-06
1
-2
/
+2
*
Fix AbsListView scrolling behavior at edges.
Adam Powell
2010-04-02
1
-13
/
+12
*
Fix bug 2562240 and clean up scrollbar behavior
Adam Powell
2010-03-31
3
-9
/
+4
*
Fix bug 2523622 - ListView invokes onItemClick for disabled adapter items
Adam Powell
2010-03-30
1
-11
/
+12
*
Remove overscrolling
Adam Powell
2010-03-29
7
-1550
/
+299
*
Rename tab widget attributes, remove scroll barrier constant.
Romain Guy
2010-03-29
1
-6
/
+6
*
Merge "Rename private fields to break bad code examples" into froyo
Romain Guy
2010-03-29
1
-18
/
+18
|
\
|
*
Rename private fields to break bad code examples
Romain Guy
2010-03-29
1
-18
/
+18
*
|
Don't assume there's a selected position in touch mode.
Romain Guy
2010-03-26
1
-2
/
+4
|
/
*
Fix bug 2544916 - Fun with AbsListView touch mode
Adam Powell
2010-03-25
1
-0
/
+2
*
API refactoring for OverScroller.
Adam Powell
2010-03-25
5
-66
/
+346
*
null header and footer allowed in HeaderViewListAdapter.
Gilles Debunne
2010-03-24
1
-5
/
+20
*
Merge "Fix some bugs/edge cases in ScrollView/HorizontalScrollView"
Adam Powell
2010-03-24
2
-20
/
+55
|
\
|
*
Fix some bugs/edge cases in ScrollView/HorizontalScrollView
Adam Powell
2010-03-24
2
-20
/
+55
*
|
Fixes for HeaderViewListAdapter.
Gilles Debunne
2010-03-24
2
-30
/
+47
|
/
*
Fix for bug 2502886 - stupid monkeys.
Adam Powell
2010-03-24
2
-2
/
+14
*
Fix bug 2531732 - DateTimeView explodes on bad system date format.
Adam Powell
2010-03-23
1
-1
/
+6
*
Merge "Fix bug 2537626."
Adam Powell
2010-03-23
1
-1
/
+1
|
\
|
*
Fix bug 2537626.
Adam Powell
2010-03-23
1
-1
/
+1
*
|
Merge "Fix bug 2495033."
Adam Powell
2010-03-23
1
-3
/
+36
|
\
\
|
*
|
Fix bug 2495033.
Adam Powell
2010-03-23
1
-3
/
+36
|
|
/
*
|
Merge "Correctly bind spinner data to TextView. Bug http://code.google.com/p/...
Romain Guy
2010-03-23
1
-0
/
+4
|
\
\
|
*
|
Correctly bind spinner data to TextView.
Romain Guy
2010-03-23
1
-0
/
+4
|
|
/
*
|
New edge effect when OverScrolled.
Gilles Debunne
2010-03-23
3
-69
/
+134
|
/
*
Merge "Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #25...
Romain Guy
2010-03-22
1
-2
/
+4
|
\
|
*
Fix possible NPE in AdapterView's OnItemClickListener clients.
Romain Guy
2010-03-22
1
-2
/
+4
*
|
Fix Tabwidget copy/paste bug.
Marco Nelissen
2010-03-22
1
-2
/
+2
*
|
Fix javadoc copy/paste error.
Marco Nelissen
2010-03-22
1
-4
/
+4
|
/
*
New OverScroller with edge bouncing effect.
Gilles Debunne
2010-03-19
4
-579
/
+580
*
Merge "Ensure adapter is not null in AutoCompleteTextView"
Kenny Root
2010-03-19
1
-1
/
+4
|
\
|
*
Ensure adapter is not null in AutoCompleteTextView
Kenny Root
2010-03-19
1
-1
/
+4
*
|
New HeterogeneousExpandableList interface.
Gilles Debunne
2010-03-19
4
-11
/
+168
|
/
*
Merge "Release MediaPlayer if suspend() returns false."
Gloria Wang
2010-03-18
1
-3
/
+8
|
\
|
*
Release MediaPlayer if suspend() returns false.
Gloria Wang
2010-03-18
1
-3
/
+8
*
|
Eliminate haptic feedback when hitting an overscroll barrier due to a fling.
Adam Powell
2010-03-17
3
-8
/
+10
*
|
Merge "Make AbsListViews remeasure children after rotation"
Adam Powell
2010-03-17
1
-0
/
+27
|
\
\
|
*
|
Make AbsListViews remeasure children after rotation
Adam Powell
2010-03-17
1
-0
/
+27
*
|
|
Merge "Prevent crash when dismissing a PopupWindow that didn't have time to s...
Romain Guy
2010-03-17
1
-10
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Prevent crash when dismissing a PopupWindow that didn't have time to show up.
Romain Guy
2010-03-17
1
-10
/
+12
*
|
|
Merge "Fix centering in FrameLayout when margins are specified."
Romain Guy
2010-03-17
1
-4
/
+4
|
\
\
\
|
*
|
|
Fix centering in FrameLayout when margins are specified.
Romain Guy
2010-03-17
1
-4
/
+4
|
|
/
/
*
|
|
Fix NPE in AutoCompleteTextView to tame the monkeys.
Romain Guy
2010-03-17
1
-8
/
+14
|
/
/
*
|
Stupid AutoCompleteTextView.
Romain Guy
2010-03-17
1
-10
/
+37
|
/
*
Resize AutoCompleteTextView's dropdown when the list content changes.
Romain Guy
2010-03-16
1
-59
/
+31
*
Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"
Romain Guy
2010-03-15
1
-5
/
+5
|
\
|
*
Round up ImageView translations to avoid nasty surprises.
Romain Guy
2010-03-15
1
-5
/
+5
*
|
Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #251...
Romain Guy
2010-03-15
1
-10
/
+16
|
\
\
|
*
|
Correctly handle disabled list items in AutoCompleteTextView.
Romain Guy
2010-03-15
1
-10
/
+16
|
|
/
[next]