summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/NumberPicker.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync of the NumberPicker attributes with the public Java APIsSvetoslav Ganov2012-03-021-6/+6
* am 0c96daa5: am 0c7ffac4: am a2b41b43: NumberPicker showing IME when its inpu...Svetoslav Ganov2012-02-281-16/+47
|\
| * NumberPicker showing IME when its input field gains focus.Svetoslav Ganov2012-02-271-16/+47
* | resolved conflicts for merge of 20d06540 to masterScott Main2012-01-311-5/+5
|\ \ | |/
| * docs: fix typos and clarify some grammar in summaryScott Main2012-01-301-7/+7
* | Merge "Fixing a typo in the NumberPicker documentation."Svetoslav Ganov2012-01-241-3/+3
|\ \
| * | Fixing a typo in the NumberPicker documentation.Svetoslav Ganov2012-01-241-3/+3
* | | NumberPicker should not throw an exception if no enough values for wrapping.Svetoslav Ganov2012-01-241-5/+13
|/ /
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* | am 33a3b2ce: am 48b428fb: Merge "NumberPicker getting stuck if scroll wheel n...Svetoslav Ganov2011-12-091-15/+4
|\ \ | |/
| * NumberPicker getting stuck if scroll wheel not wrapable.Svetoslav Ganov2011-12-071-15/+4
* | am 4661a05b: am 2f504d9e: Merge "NumberPicker incorrectly shown for the old t...Svetoslav Ganov2011-11-301-10/+43
|\ \ | |/
| * NumberPicker incorrectly shown for the old theme.Svetoslav Ganov2011-11-291-10/+43
* | am cc03abe1: am 1bef480b: Merge "NumberPicker incorectly enforcing minimal wi...Svetoslav Ganov2011-11-091-10/+13
|\ \ | |/
| * NumberPicker incorectly enforcing minimal width and height.Svetoslav Ganov2011-11-071-10/+13
* | NumberPicker does not hide IME when flinged.Svetoslav Ganov2011-11-071-4/+15
|/
* Updating NumberPicker, TimePicker, DatePicker to fit different screen and fon...Svetoslav Ganov2011-11-011-56/+116
* NumberPicker does not not fit on Crespo in landscape.Svetoslav Ganov2011-10-261-15/+98