features-0.2.0
This is version 0.2.0
of the Moonsense Android Features SDK.
The full feature list for this release includes:
- Introduces an expressive way of creating
FeatureGenerator
s using theCompositeFeatureGenerator
. - Adds the
PointerFeatureGenerator
andDeviceMotionFeatureGenerator
that includes out of the box features that help provide quality signals. - Note the breaking change:
- The wire runtime library
com.squareup.wire:wire-runtime
is no longer needed as a dependency to the SDK. - We no longer have the legacy generators like
MeanFeatureGenerator
,StdevFeatureGenerator
and so on.
- The wire runtime library
See Feature Generation for more details around integration and usage.