summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AdapterViewAnimator.java
AgeCommit message (Expand)Author
2021-02-17Add checked change APIs to RemoteViewsStevie Kideckel
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2016-09-29Adding support for async view loading in RemoteViewsAdapterSunny Goyal
2015-10-07Merge "Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParams"Alan Viverette
2015-03-15Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParamsAndreas Gampe
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-09-26Fixing Keyguard widget click handling (issue 7179972)Adam Cohen
2012-07-24Caching the FixedSizeRemoteViewsCaches across rotationAdam Cohen
2012-04-13Accessibility focus - frameworkSvetoslav Ganov
2012-01-23Fix issue 5905210, AdapterViewAnimator sending negative index to AdapterAdam Cohen
2012-01-17Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be...Svetoslav Ganov
2012-01-17Hinting RemoteViewsAdapter as to which views are visibleAdam Cohen
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-07-28Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen
2011-04-06Fixing AdapterViewAnimator onItemClick compatibilityAdam Cohen
2011-04-01Making StackView res-out and click feedback colors stylableAdam Cohen
2011-02-14Making AdapaterViewAnimator setDisplayedChild remotableAdam Cohen
2011-01-26Fixing some ugly StackView relayouts on rotationAdam Cohen
2011-01-26Fixing bug where widgets would go dead after moving to another screenAdam Cohen
2011-01-26Merge "Re-enabling queued unbinding of services after requests to the service...Winson Chung
2011-01-26Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung
2011-01-25Cleaning up StackViewAdam Cohen
2011-01-21Fixing a couple StackView bugs:Adam Cohen
2011-01-20Cleaning up some StackView bad behaviorAdam Cohen
2011-01-20Addressing API Review docs bugs:Adam Cohen
2011-01-14Fixing StackView rotation bugsAdam Cohen
2011-01-14Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy
2010-12-17Addressing issues associated RemoteViewsAdapter's service crashes / disconnectsAdam Cohen
2010-12-03Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn
2010-11-12-Prevent StackView from advancing while interacting with itAdam Cohen
2010-11-10Adding widget auto-advance capabilityAdam Cohen
2010-11-01Adding click feedback to widget collectionsAdam Cohen
2010-10-25-> Fixing a bug where AdapterViewAnimator doesn't refresh correctlyAdam Cohen
2010-10-24Fixing the case of less than or equal to 5 items in StackViewAdam Cohen
2010-10-14Fixing null pointer exceptionAdam Cohen
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-14Revert "Remove generics from Animator APIs"Romain Guy
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-06Fixing AdapterViewAnimator crash when associated adapter is emptyAdam Cohen
2010-10-05Changing AdapterViewAnimator to use the new animation APIsAdam Cohen
2010-10-01Added looping parameter to AdapterViewAnimator / StackViewAdam Cohen
2010-09-29Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung
2010-09-24Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung
2010-09-16Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung
2010-09-10-> Fixing some layout issues in StackViewAdam Cohen
2010-09-08AdapterViewAnimator now properly handles notifyDataSetChangedAdam Cohen