summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AdapterViewAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* -> Fixing some layout issues in StackViewAdam Cohen2010-09-101-2/+13
* AdapterViewAnimator now properly handles notifyDataSetChangedAdam Cohen2010-09-081-10/+34
* Rename several animation classesChet Haase2010-09-081-6/+4
* -> Implemented new visualization for StackViewAdam Cohen2010-09-031-28/+68
* -> Added the ability to specify an AdapterView's empty viewAdam Cohen2010-08-261-0/+1
* Cleanup and bug fixes in StackViewAdam Cohen2010-08-251-106/+6
* -> Added edge behaviour for StackView (what to do atAdam Cohen2010-08-181-4/+13
* -> Added 3D rotation to the StackView transitionAdam Cohen2010-08-171-13/+117