index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
|
/
*
|
Fix bug 2516434
Adam Powell
2010-03-15
1
-1
/
+0
*
|
Fix bugs when transitioning out of touch mode
Adam Powell
2010-03-15
1
-5
/
+5
|
/
*
Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching ...
Amith Yamasani
2010-03-12
1
-7
/
+11
|
\
|
*
Fix for 2175289 : Can't get keyboard in search dialog after switching to land...
Amith Yamasani
2010-03-11
1
-7
/
+11
*
|
Tame some monkeys
Adam Powell
2010-03-11
1
-1
/
+4
*
|
Fix overscroll distance calculation for stack-from-bottom ListViews
Adam Powell
2010-03-11
2
-7
/
+30
|
/
*
Added overscroll headers and footers to ListView.
Adam Powell
2010-03-10
1
-13
/
+143
*
Fixing bug 2502522 - Accessibility events contain text of invisible views
Svetoslav Ganov
2010-03-10
1
-0
/
+4
*
Fix ListView filter popups when window focus changes
Adam Powell
2010-03-09
1
-2
/
+1
*
Fix bug with AbsListView position scrolling
Adam Powell
2010-03-09
1
-2
/
+2
*
Merge "Restore old/buggy behavior of ListView.getCheckItemIds() for adapters ...
Adam Powell
2010-03-09
1
-2
/
+33
|
\
|
*
Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without...
Adam Powell
2010-03-09
1
-2
/
+33
*
|
Fix a typo in VideoView.java that disabled the seek-back button by default.
Andreas Huber
2010-03-09
1
-1
/
+1
|
/
*
Merge "Fix issues with ListView.smoothScrollBy"
Adam Powell
2010-03-08
1
-5
/
+17
|
\
|
*
Fix issues with ListView.smoothScrollBy
Adam Powell
2010-03-08
1
-5
/
+17
*
|
Merge "Fix scrolling bug in AutoCompleteTextView. Bug #2495033"
Romain Guy
2010-03-08
2
-29
/
+39
|
\
\
|
*
|
Fix scrolling bug in AutoCompleteTextView.
Romain Guy
2010-03-08
2
-29
/
+39
|
|
/
*
|
merge from open-source master
The Android Open Source Project
2010-03-08
1
-14
/
+17
|
\
\
|
|
/
|
/
|
|
*
Title in DatePickerDialog used in Settings application not updated correctly
Kenneth Andersson
2010-03-06
1
-14
/
+17
*
|
Report scroll events from ScrollView and HorizontalScrollView.
Romain Guy
2010-03-08
3
-17
/
+15
*
|
Fixed a regression setting ListView selection mode without an adapter
Adam Powell
2010-03-05
1
-1
/
+7
*
|
ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds().
Adam Powell
2010-03-05
1
-35
/
+88
*
|
Correctly validate numbers when pasted in NumberPicker.
Romain Guy
2010-03-05
1
-2
/
+5
*
|
Merge "Release mediaplayer if the current state is not suspending. Fix for bu...
Gloria Wang
2010-03-05
1
-0
/
+3
|
\
\
|
*
|
Release mediaplayer if the current state is not suspending. Fix for bug 2480093.
Gloria Wang
2010-03-05
1
-0
/
+3
*
|
|
Do not select any item when the user clicks outside of the list content.
Romain Guy
2010-03-04
1
-3
/
+3
|
/
/
*
|
Awaken ListView scroll bars for overscroll
Adam Powell
2010-03-03
1
-0
/
+1
*
|
Merge "More ExpandableListView fixes to take headers into account."
Gilles Debunne
2010-03-03
2
-16
/
+45
|
\
\
|
*
|
More ExpandableListView fixes to take headers into account.
Gilles Debunne
2010-03-03
2
-16
/
+45
*
|
|
Fix a bug in OverScroller.setFinalX/Y
Adam Powell
2010-03-02
1
-0
/
+12
*
|
|
Added Scroller compatibility methods to OverScroller
Adam Powell
2010-03-02
1
-0
/
+40
*
|
|
Make sure all list items know they are in a window.
Romain Guy
2010-03-02
3
-2
/
+17
*
|
|
Merge "Null pointer tests removed from HeaderViewListAdapter."
Gilles Debunne
2010-03-02
2
-13
/
+13
|
\
\
\
|
*
|
|
Null pointer tests removed from HeaderViewListAdapter.
Gilles Debunne
2010-03-02
2
-13
/
+13
|
|
/
/
*
|
|
Apply alpha animations on ImageView instances.
Romain Guy
2010-03-01
2
-1
/
+14
*
|
|
Prevent crash in Dialog.
Romain Guy
2010-03-01
1
-0
/
+5
[next]