summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2
* Make the SearchDialog's AutoCompleteTextView dropdown respect theMike LeBeau2009-07-161-3/+12
* Merge change 7619 into donutAndroid (Google) Code Review2009-07-161-1/+1
|\
| * Fixes #1861763. Prevents IllegalArgumentException in AbsListView on focusRomain Guy2009-07-161-1/+1
* | Add ability to delay messages in Filter based on constraint. Use this to del...Karl Rosaen2009-07-161-1/+32
|/
* Merge change 7473 into donutAndroid (Google) Code Review2009-07-151-2/+13
|\
| * Fixes #1844366. Prevents window leak in Spinner.Romain Guy2009-07-151-2/+13
* | Run background threads associated with filtering at background priority.Karl Rosaen2009-07-151-1/+2
|/
* Merge change 7012 into donutAndroid (Google) Code Review2009-07-141-0/+15
|\
| * Fix couple of issues in DatePickerSuchi Amalapurapu2009-07-141-0/+15
* | Restore PopupWindow's original behavior and add an API to control the soft inputRomain Guy2009-07-142-2/+28
* | Merge change 7097 into donutAndroid (Google) Code Review2009-07-141-4/+7
|\ \
| * | Fix to use DP instead of pixels for Thumb drawable size.Mitsuru Oshima2009-07-141-4/+7
| |/
* | Fixes #1972593. Updates AppSecurityPermissions styles in Theme.LightRomain Guy2009-07-131-6/+6
|/
* Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.Romain Guy2009-07-102-92/+89
* Cleanup Toast.java.Romain Guy2009-07-081-42/+35
* Fixes #1748951. Calling setListSelection() explicitely should cancel the sele...Romain Guy2009-07-071-0/+1
* Fixes #1963229. Introduces Context#isRestricted().Romain Guy2009-07-061-1/+1
* Merge change 6241 into donutAndroid (Google) Code Review2009-07-063-17/+25
|\
| * Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-063-17/+25
* | Fix bug (#1947162)James Dong2009-07-061-3/+8
|/
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-011-38/+29
* Fix build break by adding an @hide javadoc comment.Satish Sampath2009-07-011-0/+2
* Make search UI open up quicker to the user.Satish Sampath2009-07-011-0/+24
* Replace indeterminate progress animated asset with new onesRomain Guy2009-06-301-5/+6
* Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout.Romain Guy2009-06-291-3/+5
* Add a null check in an AutoCompleteTextView callback to prevent a crash.Eric Fischer2009-06-261-1/+5
* Improve handling of FILL_PARENT in RelativeLayout.Romain Guy2009-06-251-3/+8
* Fixes #1943309. RelativeLayout was confused by gravities.Romain Guy2009-06-251-12/+69
* Fixes #1943915. Prevents circular dependency exception when using several NO_IDRomain Guy2009-06-251-11/+26
* Fixes #1940605. RelativeLayout was swapping horizontal and verticalRomain Guy2009-06-251-2/+2
* Merge change 5386 into donutAndroid (Google) Code Review2009-06-251-0/+3
|\
| * Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View isRomain Guy2009-06-251-0/+3
* | Merge change 5091 into donutAndroid (Google) Code Review2009-06-241-1/+1
|\ \ | |/ |/|
| * * new screen resolution support impl.Mitsuru Oshima2009-06-231-1/+1
* | Fix TextView's fading edge when compound drawables are setup.Romain Guy2009-06-241-6/+9
* | Reverse the order in which RelativeLayout measures and positions children.Romain Guy2009-06-241-12/+14
* | Fix NPE in RelativeLayout.Romain Guy2009-06-241-8/+6
* | Merge change 5237 into donutAndroid (Google) Code Review2009-06-241-2/+6
|\ \
| * | Calling setItemChecked(p, true) twice would toggle the selection in ListView.Romain Guy2009-06-241-2/+6
| |/
* | RelativeLayout was ignoring some dependencies.Romain Guy2009-06-241-29/+15
|/
* Fixes #1905761. Updates the height of ACTV's drop down whenever the IME changes.Romain Guy2009-06-232-18/+85
* Improve RelativeLayout by allowing dependencies to be declared in a randomRomain Guy2009-06-231-37/+385
* Fix bugs 1827027, 1808979, 1820700.Dianne Hackborn2009-06-221-0/+7
* Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible.Romain Guy2009-06-222-6/+7
* Fixes #1926784. Setting android:ellipsize on an EditText now ellipsizes the h...Romain Guy2009-06-191-33/+63
* Merge change 4539 into donutAndroid (Google) Code Review2009-06-171-0/+2
|\
| * Fixes #1925003. Make ListView honor the android:choiceMode XML attribute.Romain Guy2009-06-171-0/+2
* | Fixes #1819572. Do not resurrect the list's selection when the user moved it ...Romain Guy2009-06-171-13/+64
|/
* ACTV: getWindowVisibility() instead of private attach countBjorn Bringert2009-06-111-7/+2