summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Hide overscroll APIsRicardo Cerqueira2010-11-215-3/+19
* Added the overscrolling bounce/weight as a preferenceRobert Burns2010-11-201-2/+20
* TabWidget orientationRoger Olsson2010-11-181-1/+0
* Restore OverscrollingRicardo Cerqueira2010-11-127-272/+1537
* Fix FastScroller overlay position bugNoraBora2010-10-211-0/+5
* Fix NPE in TextViewSteve Kondik2010-10-171-1/+1
* Make disabled TextViews uneditableJanos Levai2010-10-171-2/+19
* Support for adding words with Asian characters to dictionaryNiclas Kellgren2010-10-171-25/+62
* docs: add links from widget classes to tutorialsScott Main2010-09-2819-0/+57
* Fix number counter will keep going after window losed focus.Tony Wu2010-09-161-0/+8
* Make ProgressBar correctly invalidate itself on state change.Evan Charlton2010-09-101-1/+2
* Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-08-093-18/+19
|\
| * DO NOT MERGE Fix a bug that could cause flings to last too long using a ScrollerAdam Powell2010-08-051-1/+5
| * Fixed doc typos in HeterogeneousExpandableList.java.Gilles Debunne2010-07-292-17/+14
* | Improved BiDi text rendering.Dudy Kohen2010-06-301-1/+1
* | TabHost: Prevent first tab from being set up as current tab initially.Alok Tongaonkar2010-06-231-2/+24
|/
* Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expa...Adam Powell2010-05-241-4/+4
* Fix bug 2639949 - Don't stop a Scroller earlyAdam Powell2010-04-281-7/+0
* Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-091-1/+1
* Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detectionAdam Powell2010-04-061-2/+2
* Fix AbsListView scrolling behavior at edges.Adam Powell2010-04-021-13/+12
* Fix bug 2562240 and clean up scrollbar behaviorAdam Powell2010-03-313-9/+4
* Fix bug 2523622 - ListView invokes onItemClick for disabled adapter itemsAdam Powell2010-03-301-11/+12
* Remove overscrollingAdam Powell2010-03-297-1550/+299
* Rename tab widget attributes, remove scroll barrier constant.Romain Guy2010-03-291-6/+6
* Merge "Rename private fields to break bad code examples" into froyoRomain Guy2010-03-291-18/+18
|\
| * Rename private fields to break bad code examplesRomain Guy2010-03-291-18/+18
* | Don't assume there's a selected position in touch mode.Romain Guy2010-03-261-2/+4
|/
* Fix bug 2544916 - Fun with AbsListView touch modeAdam Powell2010-03-251-0/+2
* API refactoring for OverScroller.Adam Powell2010-03-255-66/+346
* null header and footer allowed in HeaderViewListAdapter.Gilles Debunne2010-03-241-5/+20
* Merge "Fix some bugs/edge cases in ScrollView/HorizontalScrollView"Adam Powell2010-03-242-20/+55
|\
| * Fix some bugs/edge cases in ScrollView/HorizontalScrollViewAdam Powell2010-03-242-20/+55
* | Fixes for HeaderViewListAdapter.Gilles Debunne2010-03-242-30/+47
|/
* Fix for bug 2502886 - stupid monkeys.Adam Powell2010-03-242-2/+14
* Fix bug 2531732 - DateTimeView explodes on bad system date format.Adam Powell2010-03-231-1/+6
* Merge "Fix bug 2537626."Adam Powell2010-03-231-1/+1
|\
| * Fix bug 2537626.Adam Powell2010-03-231-1/+1
* | Merge "Fix bug 2495033."Adam Powell2010-03-231-3/+36
|\ \
| * | Fix bug 2495033.Adam Powell2010-03-231-3/+36
| |/
* | Merge "Correctly bind spinner data to TextView. Bug http://code.google.com/p/...Romain Guy2010-03-231-0/+4
|\ \
| * | Correctly bind spinner data to TextView.Romain Guy2010-03-231-0/+4
| |/
* | New edge effect when OverScrolled.Gilles Debunne2010-03-233-69/+134
|/
* Merge "Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #25...Romain Guy2010-03-221-2/+4
|\
| * Fix possible NPE in AdapterView's OnItemClickListener clients.Romain Guy2010-03-221-2/+4
* | Fix Tabwidget copy/paste bug.Marco Nelissen2010-03-221-2/+2
* | Fix javadoc copy/paste error.Marco Nelissen2010-03-221-4/+4
|/
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-194-579/+580
* Merge "Ensure adapter is not null in AutoCompleteTextView"Kenny Root2010-03-191-1/+4
|\
| * Ensure adapter is not null in AutoCompleteTextViewKenny Root2010-03-191-1/+4