| Commit message (Expand) | Author | Age | Files | Lines |
* | New View.dispatchDisplayHint() API. | Romain Guy | 2010-01-27 | 1 | -0/+12 |
* | Measure AutoCompleteTextView's dropdown to have enough room for all items. | Romain Guy | 2010-01-19 | 1 | -10/+16 |
* | Deprecate fill_parent and introduce match_parent. | Romain Guy | 2010-01-08 | 1 | -19/+19 |
* | Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow. | Romain Guy | 2010-01-06 | 1 | -2/+2 |
* | Modify text validation behavior. | Evan Millar | 2009-11-12 | 1 | -2/+4 |
* | Fix back button handling in ACTV | Bjorn Bringert | 2009-10-06 | 1 | -4/+6 |
* | Fix possible crash in AutoCompleteTextView. | Romain Guy | 2009-09-30 | 1 | -5/+8 |
* | Make ACTV use all available space if height is FILL_PARENT. | Bryan Mawhinney | 2009-09-17 | 1 | -1/+1 |
* | Various fixed for back key handling. | Dianne Hackborn | 2009-09-14 | 1 | -15/+10 |
* | Last big work on #1991910: Make swipes work with capacitive keys | Dianne Hackborn | 2009-09-14 | 1 | -2/+13 |
* | am a7a3b6ef: Dismiss both the soft keyboard and the search dialog on back if ... | Karl Rosaen | 2009-08-06 | 1 | -0/+10 |
|\ |
|
| * | Dismiss both the soft keyboard and the search dialog on back if there is no t... | Karl Rosaen | 2009-08-06 | 1 | -0/+10 |
* | | am 6b46dc86: Merge change 8840 into donut | Android (Google) Code Review | 2009-07-28 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | Add padding to height of AutoCompleteTextView drop-down. | Bjorn Bringert | 2009-07-28 | 1 | -1/+10 |
* | | am c6590d6f: Merge change 8759 into donut | Android (Google) Code Review | 2009-07-28 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | Cancel search on BACK if IME is obscured. | Bjorn Bringert | 2009-07-28 | 1 | -3/+9 |
* | | Merge commit '4182e684' into manualmerge | Mike LeBeau | 2009-07-22 | 1 | -1/+19 |
|\ \
| |/ |
|
| * | Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView for | Mike LeBeau | 2009-07-22 | 1 | -1/+16 |
* | | am b551fb87: Merge change 8210 into donut | Android (Google) Code Review | 2009-07-22 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Always call ensureImeVisible when the text field is clicked. We want this | Mike LeBeau | 2009-07-22 | 1 | -5/+4 |
* | | am 51cefb2e: Merge change 7889 into donut | Android (Google) Code Review | 2009-07-20 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Ignore unneeded soft keyboard in ACTV height calc | Bjorn Bringert | 2009-07-20 | 1 | -5/+2 |
* | | am f32f746b: Merge change 7645 into donut | Android (Google) Code Review | 2009-07-17 | 1 | -3/+12 |
|\ \
| |/ |
|
| * | Make the SearchDialog's AutoCompleteTextView dropdown respect the | Mike LeBeau | 2009-07-16 | 1 | -3/+12 |
* | | am 00d3e361: Merge change 7153 into donut | Android (Google) Code Review | 2009-07-14 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Restore PopupWindow's original behavior and add an API to control the soft input | Romain Guy | 2009-07-14 | 1 | -0/+2 |
* | | am 7bf9f930: Merge change 6415 into donut | Android (Google) Code Review | 2009-07-07 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fixes #1748951. Calling setListSelection() explicitely should cancel the sele... | Romain Guy | 2009-07-07 | 1 | -0/+1 |
* | | am 1b1a6e40: Fix build break by adding an @hide javadoc comment. | Satish Sampath | 2009-07-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix build break by adding an @hide javadoc comment. | Satish Sampath | 2009-07-01 | 1 | -0/+2 |
* | | am fef8d3e4: Make search UI open up quicker to the user. | Satish Sampath | 2009-07-02 | 1 | -0/+24 |
|\ \
| |/ |
|
| * | Make search UI open up quicker to the user. | Satish Sampath | 2009-07-01 | 1 | -0/+24 |
* | | am 3a15fbd7: Merge change 5581 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Add a null check in an AutoCompleteTextView callback to prevent a crash. | Eric Fischer | 2009-06-26 | 1 | -1/+5 |
* | | resolved conflicts for merge of 5a42b083 to master | Romain Guy | 2009-06-24 | 1 | -10/+80 |
|\ \
| |/ |
|
| * | Fixes #1905761. Updates the height of ACTV's drop down whenever the IME changes. | Romain Guy | 2009-06-23 | 1 | -10/+80 |
* | | am ecfb9f91: Merge change 4940 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible. | Romain Guy | 2009-06-22 | 1 | -6/+6 |
* | | am 465dee4b: Fixes #1819572. Do not resurrect the list\'s selection when the ... | Romain Guy | 2009-06-17 | 1 | -13/+64 |
|\ \
| |/ |
|
| * | Fixes #1819572. Do not resurrect the list's selection when the user moved it ... | Romain Guy | 2009-06-17 | 1 | -13/+64 |
* | | resolved conflicts for merge of 174231 to master | Mike LeBeau | 2009-06-11 | 1 | -7/+2 |
|\ \
| |/ |
|
| * | ACTV: getWindowVisibility() instead of private attach count | Bjorn Bringert | 2009-06-11 | 1 | -7/+2 |
* | | am a32b5f32: Merge change 2411 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Manual merge from cupcake_dcm. Need to be reviewed by enf. | Daisuke Miyakawa | 2009-05-25 | 1 | -0/+2 |
* | | merged 98acd54, resolved conflicts | Mike LeBeau | 2009-05-08 | 1 | -4/+50 |
|\ \
| |/ |
|
| * | Make the search dialog's autocomplete dropdown behave correctly | Mike LeBeau | 2009-05-08 | 1 | -5/+10 |
* | | am 854c8c7: Merge change 896 into donut | Android (Google) Code Review | 2009-05-01 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | make AutoCompleteTextView take the alternate anchor view into account when co... | Karl Rosaen | 2009-05-01 | 1 | -3/+3 |
* | | fixed two stray merge issues | android-build SharedAccount | 2009-04-29 | 1 | -1/+0 |
* | | fix conflict markers | The Android Open Source Project | 2009-04-29 | 1 | -134/+2 |