Skip to content

Releases: oliverspryn/multimodal-spanner

1.2.1

29 Mar 13:33
1.2.1
ec022f7
Compare
Choose a tag to compare

This is a small patch to fix 1.2.0, which did not permit the extension of the createClassifier() method inside the Classifier class.

1.2.0

28 Mar 21:43
1.2.0
1c06740
Compare
Choose a tag to compare

This release introduces:

  • The Classifier class can now be extended with your custom class, which is helpful for E2E or other instrumentation tests to fake the functionality of this library for automated testing purposes.

This release fixes:

  • All dependencies of this library are now automatically included in consuming projects.
  • Consuming projects no longer require a Jetpack Compose BOM for this library to function.

1.1.0

07 Feb 15:59
1.1.0
ae82d38
Compare
Choose a tag to compare

Fixes several issues from 1.0.0, including:

  • Artifact required your project to have an empty constraints module in your project.
  • Transitive dependencies were not imported into consuming projects and required you to import them separately.

1.0.0

27 Feb 14:04
1.0.0
87629ae
Compare
Choose a tag to compare

The initial release of the Multimodal Spanner. Now, you can build responsive and foldable-aware apps in just 6 lines of code.

This release supports all Android devices with the following screen profiles:

  • Fully open (includes fully opened foldable devices, plus traditional devices that cannot fold)
  • Folded: Book mode
  • Folded: Tabletop mode

It also allows you to classify your UI into several types of window size classes:

  • Compact (e.g. most phones)
  • Medium (e.g. most phones in landscape mode, some phablets, small tablets)
  • Expanded (e.g. large tablets)