summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* add docs for new attributes, including account restriction for restricted pro...Scott Main2013-04-251-0/+1
* Merge "Fixing bugs exposed when moving accessibility CTS tests to UiAutomatio...Svetoslav2013-04-241-21/+7
|\
| * Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav2013-04-231-21/+7
* | Fix for bug 8578258.Philip Milne2013-04-231-1/+1
|/
* Merge "Fix for bug 8578258: GridLayout is forcing wrong width to TextView wid...Philip Milne2013-04-221-1/+6
|\
| * Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgetsPhilip Milne2013-04-221-1/+6
* | Merge "Fix quickReject logic to account for setClipChildren() setting" into j...Chet Haase2013-04-201-1/+1
|\ \
| * | Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-1/+1
* | | Merge "Revert "Simple MVC based binding mechanism for android controls."" int...Philip Milne2013-04-194-115/+4
|\ \ \ | |/ / |/| |
| * | Revert "Simple MVC based binding mechanism for android controls."Philip Milne2013-04-184-115/+4
| |/
* | Merge "Fix restoration of virtual accessibility focus in ListView." into jb-m...Svetoslav Ganov2013-04-191-5/+12
|\ \ | |/ |/|
| * Fix restoration of virtual accessibility focus in ListView.Alan Viverette2013-04-161-5/+12
* | Merge "DO NOT MERGE Stripping some new widget API that is yet unused" into jb...Adam Cohen2013-04-171-0/+2
|\ \
| * | DO NOT MERGE Stripping some new widget API that is yet unusedAdam Cohen2013-04-171-0/+2
| |/
* | Merge "Fix for bug 8272673: GridLayout in battery details is cut off." into j...Philip Milne2013-04-171-16/+27
|\ \
| * | Fix for bug 8272673: GridLayout in battery details is cut off.Philip Milne2013-04-161-16/+27
| |/
* | Fix bug #8629386 FastScroller is on the wrong side when switching to Hebrew i...Fabrice Di Meglio2013-04-162-5/+44
|/
* Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-devChet Haase2013-04-121-1/+1
|\
| * API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-121-1/+1
* | Merge "Fix for bug 8500202: Right-to-left text not showing in list view" into...Raph Levien2013-04-121-1/+6
|\ \ | |/ |/|
| * Fix for bug 8500202: Right-to-left text not showing in list viewRaph Levien2013-04-121-1/+6
* | Permit null adapters in SpinnersAdam Powell2013-04-101-13/+16
* | Fix a monkey bug with AbsListView data set observersAdam Powell2013-04-091-1/+1
* | Fix off by one in ListView's upward focus traversalMichael Wright2013-04-081-1/+1
* | Merge "AppSecurityPermissions: minor UI changes" into jb-mr2-devNick Kralevich2013-04-081-3/+3
|\ \
| * | AppSecurityPermissions: minor UI changesNick Kralevich2013-04-081-3/+3
| |/
* | Always take padding and margins into accountRomain Guy2013-04-081-9/+21
|/
* fix buildNick Kralevich2013-04-071-1/+1
* AppSecurityPermissions: add support for revoking permissionsNick Kralevich2013-04-051-10/+53
* am 984f94ee: am f29ca256: am 57b73b4a: am 72da7af6: am b461a13f: Merge "Doc u...kmccormick2013-04-031-38/+26
|\
| * am f29ca256: am 57b73b4a: am 72da7af6: am b461a13f: Merge "Doc update: unterm...kmccormick2013-04-031-38/+26
| |\
| | * am 57b73b4a: am 72da7af6: am b461a13f: Merge "Doc update: unterminated code t...kmccormick2013-04-031-38/+26
| | |\
| | | * Doc update: unterminated code tagskmccormick2013-04-031-38/+26
* | | | Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-2/+8
* | | | Merge "AppSecurityPermissions: Add isGranted to isDisplayablePermission" into...Nick Kralevich2013-03-271-1/+3
|\ \ \ \
| * | | | AppSecurityPermissions: Add isGranted to isDisplayablePermissionNick Kralevich2013-03-261-1/+3
* | | | | Fix bug #8480245 ViewGroup layout margins can be wrong in RTL modeFabrice Di Meglio2013-03-261-7/+7
* | | | | Merge "Fix bug #8200928 ExpandableListView should be RTL-aware" into jb-mr2-devFabrice Di Meglio2013-03-261-20/+173
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix bug #8200928 ExpandableListView should be RTL-awareFabrice Di Meglio2013-03-221-20/+173
* | | | | AppSecurityPermissions: Modify isDisplayablePermissionNick Kralevich2013-03-251-5/+14
* | | | | Remove dead code.Nick Kralevich2013-03-251-8/+0
* | | | | AppSecurityPermissions: minor code cleanupNick Kralevich2013-03-241-67/+25
* | | | | Merge "Fix bug #8200928 ExpandableListView should be RTL-aware" into jb-mr2-devFabrice Di Meglio2013-03-221-3/+15
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #8200928 ExpandableListView should be RTL-awareFabrice Di Meglio2013-03-211-3/+15
* | | | | Fix a stability regression in ListView arrow scrollingAdam Powell2013-03-211-3/+29
* | | | | Revert "Revert "Fix ListView is not scrolled properly with arrows""Justin Ho2013-03-211-3/+15
* | | | | Make hasOverlappingRendering() method more accurateMichael Jurka2013-03-212-2/+3
* | | | | Merge "Fix bug #8437358 Clean any ICU related code from TextLayout / Paint an...Fabrice Di Meglio2013-03-201-10/+0
|\ \ \ \ \
| * | | | | Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-10/+0
| |/ / / /
* | | | | Merge "Fix bug #8335710 TextView can't clear CompoundDrawables" into jb-mr2-devFabrice Di Meglio2013-03-192-35/+78
|\ \ \ \ \