summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove underline and search icon from ActionBar search view" into lmp-...Alan Viverette2014-11-191-96/+117
|\
| * Remove underline and search icon from ActionBar search viewAlan Viverette2014-11-181-96/+117
* | Merge "Implement Material-style delegate for CalendarView" into lmp-mr1-devAlan Viverette2014-11-196-1604/+1928
|\ \
| * | Implement Material-style delegate for CalendarViewAlan Viverette2014-11-136-1604/+1928
* | | Merge "Re-initialize data when changing time picker 24-hour mode" into lmp-mr...Alan Viverette2014-11-191-1/+4
|\ \ \ | |_|/ |/| |
| * | Re-initialize data when changing time picker 24-hour modeAlan Viverette2014-11-181-1/+4
| |/
* | Merge "Prevent NPE when computing FastScroller position with no visible items...Alan Viverette2014-11-181-6/+26
|\ \
| * | Prevent NPE when computing FastScroller position with no visible itemsAlan Viverette2014-11-131-6/+26
| |/
* | Merge "Update hint text color even when text present" into lmp-mr1-devRaph Levien2014-11-141-2/+4
|\ \
| * | Update hint text color even when text presentRaph Levien2014-11-121-2/+4
* | | Merge "Fudge clipRect in TextView for extra cursor width" into lmp-mr1-devRaph Levien2014-11-141-1/+5
|\ \ \
| * | | Fudge clipRect in TextView for extra cursor widthRaph Levien2014-11-131-1/+5
| |/ /
* | | Don't dismiss AutoCompleteTextView on focus change while temp detachedAlan Viverette2014-11-132-1/+9
| |/ |/|
* | Merge "Ensure time picker dialog fits on small screens" into lmp-mr1-devAlan Viverette2014-11-121-41/+31
|\ \
| * | Ensure time picker dialog fits on small screensAlan Viverette2014-11-121-41/+31
* | | Merge "Call OnTimeChangedListener when new TimePicker values are selected" in...Alan Viverette2014-11-101-17/+26
|\ \ \ | |/ / |/| |
| * | Call OnTimeChangedListener when new TimePicker values are selectedAlan Viverette2014-11-071-17/+26
* | | Merge "Clean up encapsulation in date picker classes" into lmp-mr1-devAlan Viverette2014-11-104-139/+107
|\ \ \
| * | | Clean up encapsulation in date picker classesAlan Viverette2014-11-064-139/+107
| |/ /
* | | Merge "Update above/below backgrounds in PopupWindow.setBackground()" into lm...Alan Viverette2014-11-101-42/+42
|\ \ \ | |_|/ |/| |
| * | Update above/below backgrounds in PopupWindow.setBackground()Alan Viverette2014-11-071-42/+42
| |/
* | Don't register more receivers and observers for every DateTimeViewAdam Powell2014-11-071-41/+85
|/
* Merge "Always update date picker position after change in range" into lmp-mr1...Alan Viverette2014-11-051-3/+3
|\
| * Always update date picker position after change in rangeAlan Viverette2014-11-031-3/+3
* | am cd5f3bab: Merge "Use the right layout for inflating Action Bar." into lmp-...Deepanshu Gupta2014-11-041-0/+11
|\ \ | |/ |/|
| * Use the right layout for inflating Action Bar.Deepanshu Gupta2014-10-301-0/+11
* | Merge "Don't update OverScroller fling state if no time has passed since star...Adam Powell2014-10-311-0/+4
|\ \
| * | Don't update OverScroller fling state if no time has passed since startAdam Powell2014-10-311-0/+4
* | | Merge "Adding APIs to enable apps to influence accessibility traversal." into...Svetoslav2014-10-311-0/+20
|\ \ \
| * | | Adding APIs to enable apps to influence accessibility traversal.Svetoslav2014-10-301-0/+20
| |/ /
* | | Only draw AbsListView selector when focused or pressedAlan Viverette2014-10-301-1/+1
|/ /
* | Merge "Fix ActionMenuView vertical alignment of items" into lmp-mr1-devChris Banes2014-10-301-1/+1
|\ \
| * | Fix ActionMenuView vertical alignment of itemsChris Banes2014-10-291-1/+1
* | | Ensure ImageView.setImageResource() always resolves DrawableAlan Viverette2014-10-291-11/+11
* | | Merge "Update drawable state after updating tint list" into lmp-mr1-devAlan Viverette2014-10-296-0/+55
|\ \ \
| * | | Update drawable state after updating tint listAlan Viverette2014-10-296-0/+55
* | | | Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-devAlan Viverette2014-10-291-9/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure accessibility focus rect is drawn correctlyAlan Viverette2014-10-281-9/+3
* | | | Merge "Add content description to Toolbar collapse button" into lmp-mr1-devAlan Viverette2014-10-291-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Add content description to Toolbar collapse buttonAlan Viverette2014-10-281-0/+3
| |/ /
* | | Merge "Update drag-to-open menu close behavior" into lmp-mr1-devAlan Viverette2014-10-281-8/+1
|\ \ \ | |/ / |/| |
| * | Update drag-to-open menu close behaviorAlan Viverette2014-10-271-8/+1
* | | Merge "Play CLICK sound effect when compound buttons are clicked" into lmp-mr...Alan Viverette2014-10-282-10/+18
|\ \ \
| * | | Play CLICK sound effect when compound buttons are clickedAlan Viverette2014-10-272-10/+18
| |/ /
* | | Merge "Fix min/max date range in DatePicker calendar mode" into lmp-mr1-devAlan Viverette2014-10-276-115/+126
|\ \ \ | |/ / |/| |
| * | Fix min/max date range in DatePicker calendar modeAlan Viverette2014-10-246-115/+126
* | | Merge "Printing from two apps at the same time not working." into lmp-mr1-devSvet Ganov2014-10-251-1/+2
|\ \ \ | |/ / |/| |
| * | Printing from two apps at the same time not working.Svet Ganov2014-10-241-1/+2
* | | Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1...Alan Viverette2014-10-243-158/+403
|\ \ \
| * | | Add support for Explore by Touch to RadialTimePickerViewAlan Viverette2014-10-243-158/+403