Nutrient Android SDK 10.10.1 release notes

7 January 2026

Nutrient Android SDK 10.10.1 is a patch release on 10.10, but it includes some features and many fixes. We added new APIs for AI Assistant to integrate with Instant documents. We also added annotation overlay control, along with several performance improvements and bug fixes.

This release contains several fixes and enhancements. For the full list of changes, refer to our changelog.

AI Assistant for Instant documents

This release adds a createAiAssistantForInstant() helper method to the SDK for creating AI Assistant instances with Instant documents. This functionality was previously only available in example code and is now part of the SDK itself.

Annotation overlay visibility API

A new API has been added to show and hide the annotation overlay view, enabling you to quickly toggle annotation visibility for annotations on the overlay. See PdfFragment#setAnnotationOverlayEnabled for more details.

Text selection in annotation creation mode

Users can now enter text selection mode while in annotation creation mode, providing a smoother workflow when working with annotations and text simultaneously.

Performance improvements

This release includes several performance improvements:

  • Annotation updates — Improved performance when updating many different annotations at once.
  • Content editing zoom — Improved zoom behavior when editing text in the content editing feature.

UI fixes

This release addresses several UI-related issues:

  • AI Assistant — Fixed an issue where suggested questions weren’t shown when starting a new conversation.
  • Document view — Fixed an issue where extra padding was applied regardless of toolbar configuration.
  • Text form fields — Fixed a bug where a multiline text form field with single line dimensions would clip text during editing.

Instant fixes

This release addresses an issue where editing the z-index of the annotation list could cause a freeze. This functionality is now properly disabled in Instant mode.