New features
Plans are now type safe.
Source changes
- Support runtime 6.0.0 (Mark Wei)
- Tests for SimulatedGestureRecognizer. (Mark Wei)
API changes
Auto-generated by running:
apidiff origin/stable release-candidate android library
DirectlyManipulable
modified class: DirectlyManipulable
| From: | public class DirectlyManipulable extends Plan |
| To: | public class DirectlyManipulable extends Plan |
modified method: Class<? extends BasePerforming> getPerformerClass()
| From: | public Class<? extends BasePerforming> getPerformerClass() |
| To: | public Class<? extends Performer> getPerformerClass() |
DirectlyManipulablePerformer
new method: void addPlan(Plan<View>)
new method: void setPlanEmitter(PlanEmitter<View>)
removed method: void addPlan(BasePlan)
removed method: void setPlanEmitter(PlanEmitter)
modified class: DirectlyManipulablePerformer
| From: | public class DirectlyManipulablePerformer extends Performer implements ComposablePerforming |
| To: | public class DirectlyManipulablePerformer extends Performer implements ComposablePerforming |
GesturePerformer
new method: void addPlan(NamedPlan<View>, String)
new method: void addPlan(Plan<View>)
removed method: void addPlan(BasePlan)
removed method: void addPlan(NamedPlan, String)
modified class: GesturePerformer
| From: | public class GesturePerformer extends Performer implements ContinuousPerforming,NamedPlanPerforming |
| To: | public class GesturePerformer extends NamedPerformer implements ContinuousPerforming |
GesturePlan
modified abstract class: GesturePlan
| From: | public abstract class GesturePlan extends Plan implements NamedPlan |
| To: | public abstract class GesturePlan extends NamedPlan |
modified method: Class<? extends NamedPlanPerforming> getPerformerClass()
| From: | public Class<? extends NamedPlanPerforming> getPerformerClass() |
| To: | public Class<? extends NamedPerformer> getPerformerClass() |
Non-source changes
- Automatic changelog preparation for release. (Mark Wei)
- Support runtime 6.0.1 (Mark Wei)