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
*
Hide overscroll APIs
Ricardo Cerqueira
2010-11-21
5
-3
/
+19
*
Added the overscrolling bounce/weight as a preference
Robert Burns
2010-11-20
1
-2
/
+20
*
TabWidget orientation
Roger Olsson
2010-11-18
1
-1
/
+0
*
Restore Overscrolling
Ricardo Cerqueira
2010-11-12
7
-272
/
+1537
*
Fix FastScroller overlay position bug
NoraBora
2010-10-21
1
-0
/
+5
*
Fix NPE in TextView
Steve Kondik
2010-10-17
1
-1
/
+1
*
Make disabled TextViews uneditable
Janos Levai
2010-10-17
1
-2
/
+19
*
Support for adding words with Asian characters to dictionary
Niclas Kellgren
2010-10-17
1
-25
/
+62
*
docs: add links from widget classes to tutorials
Scott Main
2010-09-28
19
-0
/
+57
*
Fix number counter will keep going after window losed focus.
Tony Wu
2010-09-16
1
-0
/
+8
*
Make ProgressBar correctly invalidate itself on state change.
Evan Charlton
2010-09-10
1
-1
/
+2
*
Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...
Steve Kondik
2010-08-09
3
-18
/
+19
|
\
|
*
DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller
Adam Powell
2010-08-05
1
-1
/
+5
|
*
Fixed doc typos in HeterogeneousExpandableList.java.
Gilles Debunne
2010-07-29
2
-17
/
+14
*
|
Improved BiDi text rendering.
Dudy Kohen
2010-06-30
1
-1
/
+1
*
|
TabHost: Prevent first tab from being set up as current tab initially.
Alok Tongaonkar
2010-06-23
1
-2
/
+24
|
/
*
Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expa...
Adam Powell
2010-05-24
1
-4
/
+4
*
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
[next]