summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/NumberPicker.java
Commit message (Expand)AuthorAgeFilesLines
* This is no longer needed for factory ROM and since it changes behavior - reve...Svetoslav Ganov2014-09-041-4/+0
* NumberPicker not announcing current selection.Svetoslav2014-09-031-0/+4
* NumberPicker fixes for Android TV.Craig Stout2014-07-081-5/+15
* am 51d70ce9: am c542745e: am a6e9dd3f: Merge "Fix a typo in NumberPicker java...Brian Duff2014-07-031-1/+1
|\
| * am c542745e: am a6e9dd3f: Merge "Fix a typo in NumberPicker javadoc."Brian Duff2014-07-031-1/+1
| |\
| | * Merge "Fix a typo in NumberPicker javadoc."Brian Duff2014-07-021-1/+1
| | |\
| | | * Fix a typo in NumberPicker javadoc.Brian Duff2013-09-081-1/+1
| | | * DO NOT MERGE. Fix number picker accessibility focus.Alan Viverette2013-05-241-2/+15
* | | | am 8e6992fb: am 1ea1857d: am 8cd319b8: Merge "Add additional languages to be ...Elliott Hughes2014-04-111-1/+10
|\ \ \ \ | |/ / /
| * | | am 1ea1857d: am 8cd319b8: Merge "Add additional languages to be accepted by t...Elliott Hughes2014-04-111-1/+10
| |\ \ \ | | |/ /
| | * | Add additional languages to be accepted by the NumberPicker input filterMartin Olsson 42014-01-101-1/+10
| * | | Allow click listener registration in NumberPicker.Svetoslav2014-03-051-13/+40
| |/ /
* | | Allow click listener registration in NumberPicker.Svetoslav2014-03-031-13/+40
* | | am 8ac0d137: am 564c45b9: Merge "Fix number picker vertical scroll computatio...Alan Viverette2013-09-181-3/+8
|\ \ \ | |/ /
| * | Fix number picker vertical scroll computationsAlan Viverette2013-09-181-3/+8
* | | am 9ac68dc6: am 84c5ade8: Merge "Fix vertical scroll computation in NumberPic...Alan Viverette2013-09-171-0/+10
|\ \ \ | |/ /
| * | Fix vertical scroll computation in NumberPickerAlan Viverette2013-09-131-0/+10
* | | Add typedefs and nullness annotations.Tor Norbye2013-09-111-1/+8
* | | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+24
|/ /
* | Fix hardware layers lifecycleRomain Guy2013-08-161-0/+1
* | Fix number picker accessibility focus.Alan Viverette2013-05-211-2/+15
|/
* avoid multiple-"0" to exceed the length of upper boundSungmin Choi2013-01-251-1/+3
* Merge jb-mr1-dev into aosp/master - do not mergeThe Android Open Source Project2012-11-271-10/+16
|\
| * Revert "NumberPicker should adjust min and max when displayed values are set....Svetoslav Ganov2012-11-191-10/+16
* | Reverse movement direction of DPAD eventsJustin Mattson2012-10-081-2/+2
* | Adding support to NumberPickerSvetoslav Ganov2012-10-071-0/+30
|/
* NumberPicker should adjust min and max when displayed values are set.Svetoslav Ganov2012-09-281-0/+8
* Fix the buildFabrice Di Meglio2012-09-231-3/+4
* Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-13/+55
* Adding accessibility check in the node provider of NumberPicker.Svetoslav Ganov2012-09-061-12/+16
* Merge "AccessibilityNodeInfo bounds in screen incorrect if application scale ...Svetoslav Ganov2012-07-031-0/+8
|\
| * AccessibilityNodeInfo bounds in screen incorrect if application scale not one.Svetoslav Ganov2012-07-031-0/+8
* | Remove the accessibility focus search code.Svetoslav Ganov2012-07-021-85/+0
|/
* Calling the correct method when adding accessibility focusables.Svetoslav Ganov2012-06-011-1/+1
* Merge "Exposing some accessiblity actions only for enabled views." into jb-devSvetoslav Ganov2012-05-161-21/+36
|\
| * Exposing some accessiblity actions only for enabled views.Svetoslav Ganov2012-05-161-21/+36
* | Prefetching of accessibility node infos getting incorrect views.Svetoslav Ganov2012-05-151-1/+1
|/
* Add accessibility scroll support to some widgets.Svetoslav Ganov2012-05-151-0/+18
* Accessibility focus traversal in virtual nodes.Svetoslav Ganov2012-05-151-12/+242
* accessibility bug fix in NumberPickerGuang Zhu2012-05-121-6/+6
* Polish the NumberPicker, TimePicker, and DatePicker based on UX request.Svetoslav Ganov2012-05-101-69/+135
* Adding support for traversing the content of a node info at granularity.Svetoslav Ganov2012-04-201-2/+3
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-2/+6
* Merge "NumberPicker not redrawn when current value is changed via an IME."Svetoslav Ganov2012-04-121-5/+2
|\
| * NumberPicker not redrawn when current value is changed via an IME.Svetoslav Ganov2012-04-121-5/+2
* | Merge "NumberPicker cannot fling in scrollable containers."Svetoslav Ganov2012-04-121-0/+2
|\ \
| * | NumberPicker cannot fling in scrollable containers.Svetoslav Ganov2012-04-121-0/+2
| |/
* | NumberPicker truncates the edited value.Svetoslav Ganov2012-04-121-1/+1
|/
* Polish the Number/Date/Pickers per UX request.Svetoslav Ganov2012-04-021-10/+50
* Revamp of the NumberPicker widget.Svetoslav Ganov2012-03-201-577/+722