summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Show screen pinning toasts on all users" into lmp-mr1-devJason Monk2014-10-241-0/+8
|\ \ \ | |_|/ |/| |
| * | Show screen pinning toasts on all usersJason Monk2014-10-231-0/+8
* | | Merge "Protect against ImageView changing to a null Drawable during Transitio...George Mount2014-10-231-0/+3
|\ \ \ | |_|/ |/| |
| * | Protect against ImageView changing to a null Drawable during Transition.George Mount2014-10-071-0/+3
* | | Swap names for clock delegates so they are correctAlan Viverette2014-10-233-1444/+1444
* | | Merge "Optimize text rendering in accessibility mode." into lmp-mr1-devSvet Ganov2014-10-231-1/+10
|\ \ \
| * | | Optimize text rendering in accessibility mode.Svet Ganov2014-10-141-1/+10
* | | | Merge "Use correct smooth scroll default duration" into lmp-mr1-devAlan Viverette2014-10-231-1/+1
|\ \ \ \
| * | | | Use correct smooth scroll default durationAlan Viverette2014-10-221-1/+1
* | | | | Merge "Ensure AdapterView doesn't post selection notifications forever" into ...Alan Viverette2014-10-231-9/+35
|\ \ \ \ \
| * | | | | Ensure AdapterView doesn't post selection notifications foreverAlan Viverette2014-10-071-9/+35
| | |_|/ / | |/| | |
* | | | | Merge "Fix issue #17789629: PopupWindow overlaps with navigation bar." into l...Wale Ogunwale2014-10-221-7/+56
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix issue #17789629: PopupWindow overlaps with navigation bar.Wale Ogunwale2014-10-211-7/+56
| | |_|/ | |/| |
* | | | Merge "Prevent excessive accessibility announcements in TimePicker" into lmp-...Alan Viverette2014-10-211-17/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent excessive accessibility announcements in TimePickerAlan Viverette2014-10-171-17/+30
* | | | am e61519b4: am 15e7b2ac: Merge "Translate compound button drawable by scroll...Alan Viverette2014-10-181-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Translate compound button drawable by scroll positionAlan Viverette2014-10-171-1/+9
* | | | Merge "Update AM/PM selectors for clock face TimePicker" into lmp-mr1-devAlan Viverette2014-10-163-310/+141
|\ \ \ \
| * | | | Update AM/PM selectors for clock face TimePickerAlan Viverette2014-10-153-310/+141
| | |_|/ | |/| |
* | | | Merge "Set content description on CalendarView day labels" into lmp-mr1-devAlan Viverette2014-10-161-5/+14
|\ \ \ \
| * | | | Set content description on CalendarView day labelsAlan Viverette2014-10-151-5/+14
| |/ / /
* | | | Merge "Document Toolbar's vertical alignment strategy" into lmp-mr1-devAlan Viverette2014-10-161-3/+6
|\ \ \ \
| * | | | Document Toolbar's vertical alignment strategyAlan Viverette2014-10-131-3/+6
| |/ / /
* | | | Add style support to PopupMenu, clean up constructor javadocAlan Viverette2014-10-151-15/+42
|/ / /
* | | Apply color to progress bar for notificationsJorim Jaggi2014-10-092-0/+53
* | | am 0761b1b5: am 89b19695: Merge "Put in real "code" (aka marketing) name." in...Dianne Hackborn2014-10-092-4/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-072-4/+3
* | Merge "Introduce new API to get an unbadged icon and unbadge permissions." in...Benjamin Franz2014-10-061-2/+2
|\ \