summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Invalidate the ProgressBar when changing animation statesEvan Charlton2010-06-071-1/+2
* am 49551ca4: am 9a559970: am f67c874c: am 7e5e3745: Fix bug 2710825 - Prevent...Adam Powell2010-05-241-4/+4
|\
| * am 7e5e3745: Fix bug 2710825 - Prevent ExpandableListView from scrolling too ...Adam Powell2010-05-241-4/+4
| |\
| | * Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expa...Adam Powell2010-05-241-4/+4
* | | Prevent crash when changing adapter.Romain Guy2010-05-192-2/+2
* | | am 34b1c116: am b39b0f32: am faf9a783: merge from open-source masterThe Android Open Source Project2010-05-191-0/+4
|\ \ \ | |/ /
| * | merge from open-source masterThe Android Open Source Project2010-05-191-0/+4
| |\ \
| | * \ Merge "Text disappears when selecting text in text editor."Romain Guy2010-05-191-0/+4
| | |\ \
| | | * | Text disappears when selecting text in text editor.Viktor Yakovel2010-04-211-0/+4
* | | | | am 56d4bcd8: am 627356ce: am d6c0bb0f: merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Removed Calls to deprecated APIsChristian Mehlmauer2010-05-171-1/+1
* | | | | am 5942ccf0: am 9eb7a722: resolved conflicts for merge of f7fb5331 to krakenJean-Baptiste Queru2010-05-171-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-05-171-0/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge "Fixing indeterminate progress bar animation state."Romain Guy2010-05-151-0/+16
| | |\ \ \
| | | * | | Fixing indeterminate progress bar animation state.David Sobreira Marques2010-05-151-0/+16
| | | |/ /
* | | | | Added getNumColumns function to GridView.java.Andrew Sapperstein2010-05-131-0/+14
* | | | | Merge "Prevent possible leak in AbsListViews."Romain Guy2010-05-132-1/+11
|\ \ \ \ \
| * | | | | Prevent possible leak in AbsListViews.Romain Guy2010-05-132-1/+11
* | | | | | Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-0/+5
|/ / / / /
* | | | | am 8b270a7a: am 579e08e6: am f7896449: merge from open-source masterThe Android Open Source Project2010-05-051-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-05-051-0/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Fixed deserialization problem in DatePicker.Nicholas Killewald2010-05-041-0/+1
| | |/
* | | am 6bbb65e6: am 6483f6d5: am b40c42f1: Fix bug 2639949 - Don\'t stop a Scroll...Adam Powell2010-04-281-7/+0
|\ \ \ | |/ /
| * | Fix bug 2639949 - Don't stop a Scroller earlyAdam Powell2010-04-281-7/+0
* | | Fix a bug I introduced in CursorAdapter.Jeff Hamilton2010-04-221-2/+2
* | | Clean up the fallback state of QuickContactEvan Millar2010-04-141-0/+11
* | | Merge "Ensure Gallery does not unselect the selected item after a layout. Bug...Romain Guy2010-04-141-1/+2
|\ \ \
| * | | Ensure Gallery does not unselect the selected item after a layout.Romain Guy2010-04-141-1/+2
* | | | Hide zoom buttons when a view gets hidden, i.e. by a TabHostSteve Howard2010-04-131-2/+3
|/ / /
* | | am aa03df8a: am 50e0d9ae: am 376722fc: am 4525c981: Merge "Fix regression int...Romain Guy2010-04-101-1/+1
|\ \ \ | |/ /
| * | Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-091-1/+1
* | | Don't supply a null child to the click listener.Romain Guy2010-04-091-4/+4
* | | am 203cd5e0: am 85a650fe: am c696b0df: am eb3d47e4: Merge "Fix bug 2574860 - ...Adam Powell2010-04-071-2/+2
|\ \ \ | |/ /
| * | Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detectionAdam Powell2010-04-061-2/+2
* | | am 942d070c: am 1f29b4cd: am 21990922: Merge "Fix AbsListView scrolling behav...Adam Powell2010-04-021-13/+12
|\ \ \ | |/ /
| * | Fix AbsListView scrolling behavior at edges.Adam Powell2010-04-021-13/+12
* | | Add an option to not register the ContentObserver when creating a CursorAdapter.Jeff Hamilton2010-04-011-7/+43
* | | Merge "Don't ignore the parameters passed to the load methods."Romain Guy2010-04-011-11/+25
|\ \ \
| * | | Don't ignore the parameters passed to the load methods.Romain Guy2010-04-011-11/+25
* | | | am fff52b6a: am 5af7ef60: am 40cd1cf6: Merge "Fix bug 2562240 and clean up sc...Adam Powell2010-03-313-9/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix bug 2562240 and clean up scrollbar behaviorAdam Powell2010-03-313-9/+4
* | | Fix the build, reallyRomain Guy2010-03-311-8/+8
* | | Fix the buildRomain Guy2010-03-311-2/+3
* | | Add support for XML-defined adapters.Romain Guy2010-03-313-1/+1188
|/ /
* | 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