summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Reversed accidental API changes.Josh Guilfoyle2010-11-161-0/+1
* Merge commit 'themes/themes-eclair' into themes-2.2_r1Dirk Sigurdson2010-07-041-2/+6
|\
| * ESPRESSO-823: Removed listItemBackground.Josh Guilfoyle2010-03-011-23/+3
| * Removed unused TypedArray#getDrawableWithContext methodJosh Guilfoyle2010-03-014-5/+5
| * ESPRESSO-823: Removed status bar themeability.Josh Guilfoyle2010-03-011-18/+4
| * ESPRESSO-823: Removed TabWidget themeability.Josh Guilfoyle2010-02-231-56/+33
| * Merge remote branch 'korg/eclair' into themes-eclairDirk Sigurdson2010-02-076-27/+217
| |\
| * | Support switching back to framework default theme.Josh Guilfoyle2009-12-171-8/+12
| * | Merge branch 'themes-1.5r2' into themes-eclairJosh Guilfoyle2009-11-248-47/+104
| |\ \
| | * | Revert "Single commit representing uiext-1.5r2."Josh Guilfoyle2009-09-162-144/+33
| | * | Status bar theming.Sergey Ten2009-09-031-4/+11
| | * | Removed modifications to support themeable toast animations.Josh Guilfoyle2009-08-071-4/+0
| | * | Merge branch 'uiext-1.5r2' into themes-uiext-1.5r2Josh Guilfoyle2009-07-304-35/+154
| | |\ \
| | | * | Refactor CheckedTextView-related code.Sergey Ten2009-07-301-12/+44
| | | * | Slightly refactored drawable context hack.Josh Guilfoyle2009-07-292-2/+2
| | | * | fix bug Carousel - scroll down in list view causes activity to draw blank scr...Samuel Cheung2009-07-291-7/+1
| | | * | rename parameter naem in removeViewFromLayout()Samuel Cheung2009-07-291-1/+1
| | | * | fix bug: Carousel - switching between items causes activities to pause and re...Samuel Cheung2009-07-291-20/+18
| | | * | resolve bug: Carousel - switching between items causes activities to pause an...Samuel Cheung2009-07-291-5/+20
| | | * | fix Carousel Crashes when moving focussam cheung2009-07-291-1/+10
| | | * | remove commented codesam cheung2009-07-291-1/+1
| | | * | fix white gap issue between Carousel Tab widget and Tab contentsam cheung2009-07-291-4/+28
| | | * | animated toastAmit Kohli2009-07-281-7/+3
| | | * | themed toast animationAmit Kohli2009-07-281-0/+8
| | | * | Reverting back to 54b6cf (initial google contribution).Amit Kohli2009-07-281-9/+2
| | | * | commit to pullAmit Kohli2009-07-281-1/+8
| | | * | commiting to pullAmit Kohli2009-07-281-2/+2
| | | * | merge latest carousel changes to gitSamuel Cheung2009-07-281-1/+16
| | | * | Expanded LinearLayout to respect defStyle; expanded TabHost with more flexibl...Scott Hancher2009-07-282-3/+31
| | * | | CheckedTextView should call getDrawableWithContext.Josh Guilfoyle2009-07-291-1/+1
| | * | | Re-implement list item background with StateListDrawable.Weili Yao2009-07-291-69/+11
| | * | | Added theming for progress dialogWeili Yao2009-07-291-2/+2
| | * | | Safely allow themes to specify no left or right bottom bar.Josh Guilfoyle2009-07-291-18/+34
| | * | | Introduced the ability to theme TabWidget.Josh Guilfoyle2009-07-291-6/+8
| | * | | More fix for list view item background drawing anomalies when moving between ...Weili Yao2009-07-291-2/+13
| | * | | Fixed THEMES-43 Per-item background has drawing anomalies when moving between...Weili Yao2009-07-291-7/+9
| | * | | fixed THEMES-24 ListView per-item background highlight is not drawn under the...Weili Yao2009-07-291-8/+39
| | * | | Fixed list view item background not cleared when focused with key up/downWeili Yao2009-07-291-3/+21
| | * | | more changes with ListView item background supportweili2009-07-291-0/+8
| | * | | Slightly refactored drawable context hack.Josh Guilfoyle2009-07-292-6/+2
| | * | | partial change to list view item background supportweili2009-07-291-2/+10
| | * | | Make CompoundButton(s) theme'able. This applies to check boxes, radio and tog...Sergey Ten2009-07-291-0/+2
| | * | | Make ListView widgets theme'able. Other widgets (e.g. cgeckbox) will need to ...Sergey Ten2009-07-291-0/+2
| | |/ /
* | | | 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