summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AdapterViewAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix getView() using out of bounds index."George Mount2021-03-181-9/+14
|\
| * Fix getView() using out of bounds index.George Mount2021-03-171-9/+14
* | Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-3/+3
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+3
* Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-2/+13
* Merge "Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParams"Alan Viverette2015-10-071-5/+4
|\
| * Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParamsAndreas Gampe2015-03-151-5/+4
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* | First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* | Fix accessibility delegationAlan Viverette2015-01-071-4/+6
|/
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-3/+8
* Fixing Keyguard widget click handling (issue 7179972)Adam Cohen2012-09-261-0/+16
* Caching the FixedSizeRemoteViewsCaches across rotationAdam Cohen2012-07-241-0/+6
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-0/+4
* Fix issue 5905210, AdapterViewAnimator sending negative index to AdapterAdam Cohen2012-01-231-1/+3
* Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be...Svetoslav Ganov2012-01-171-0/+14
|\
| * AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+14
* | Hinting RemoteViewsAdapter as to which views are visibleAdam Cohen2012-01-171-0/+3
|/
* Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen2011-07-281-5/+22
* Fixing AdapterViewAnimator onItemClick compatibilityAdam Cohen2011-04-061-13/+36
* Making StackView res-out and click feedback colors stylableAdam Cohen2011-04-011-10/+7
* Making AdapaterViewAnimator setDisplayedChild remotableAdam Cohen2011-02-141-0/+1
* Fixing some ugly StackView relayouts on rotationAdam Cohen2011-01-261-15/+7
* Fixing bug where widgets would go dead after moving to another screenAdam Cohen2011-01-261-6/+0
* Merge "Re-enabling queued unbinding of services after requests to the service...Winson Chung2011-01-261-3/+26
|\
| * Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-3/+26
* | Cleaning up StackViewAdam Cohen2011-01-251-7/+8
|/
* Fixing a couple StackView bugs:Adam Cohen2011-01-211-0/+2
* Cleaning up some StackView bad behaviorAdam Cohen2011-01-201-52/+44
* Addressing API Review docs bugs:Adam Cohen2011-01-201-1/+11
* Fixing StackView rotation bugsAdam Cohen2011-01-141-0/+1
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-0/+6
* Addressing issues associated RemoteViewsAdapter's service crashes / disconnectsAdam Cohen2010-12-171-4/+7
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-6/+18
* -Prevent StackView from advancing while interacting with itAdam Cohen2010-11-121-1/+0
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-1/+8
* Adding click feedback to widget collectionsAdam Cohen2010-11-011-4/+100
* -> Fixing a bug where AdapterViewAnimator doesn't refresh correctlyAdam Cohen2010-10-251-2/+4
* Fixing the case of less than or equal to 5 items in StackViewAdam Cohen2010-10-241-27/+38
* Fixing null pointer exceptionAdam Cohen2010-10-141-1/+3
* Remove generics from Animator APIsChet Haase2010-10-141-16/+20
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-20/+16
* Remove generics from Animator APIsChet Haase2010-10-141-16/+20
* Fixing AdapterViewAnimator crash when associated adapter is emptyAdam Cohen2010-10-061-2/+7
* Changing AdapterViewAnimator to use the new animation APIsAdam Cohen2010-10-051-29/+29
* Added looping parameter to AdapterViewAnimator / StackViewAdam Cohen2010-10-011-59/+82
* Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung2010-09-291-1/+1
* Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung2010-09-241-8/+11
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-0/+9