Some test text!

Search
Hamburger Icon

Android / Changelog / v10.4.0

Version 10.4.0 Changelog (September 13, 2023)

Version: 10.4.0.82776

Release Date: September 13, 2023

Notes

This release of Apryse for Android brings the core PDF functionality inline with version 10.4.0 of the Apryse cross-platform APIs. More information can be found on What's new for cross-platform APIs. Most non-module related changes apply to Android.

Fixed

  • Fixed some form fields rendering with black background when selected
  • Fixed CollabManager.importAnnotations not retaining custom appearance
  • Fixed XML malform error when creating Rich-Content FreeText annotations
  • Fixed annotation's orientation when moving annotation to rotated pages
  • Optimized layout inflation when components are hidden in Viewer

APIs

PDFViewCtrlTools package

ReflowControl

new method: void setTextSelectionMenuEnabled(boolean)

ReflowPagerAdapter

new method: boolean isTextSelectionMenuEnabled()

new method: void setTextSelectionMenuEnabled(boolean)

FreehandCreate

modified static method: ArrayList<ArrayList<PointF>> createPageStrokesFromArrayObj(Obj)

Declaration
From:public static ArrayList<ArrayList> createPageStrokesFromArrayObj(Obj) throws PDFNetException
To:public static List<List> createPageStrokesFromArrayObj(Obj) throws PDFNetException

ToolManager

new method: boolean isReflowTextSelectionMenuEnabled()

new method: void setReflowTextSelectionMenuEnabled(boolean)

AnnotUtils

new static method: void refreshAppearanceOnNewPage(PDFViewCtrl, Annot, int, int, RectF, RectF)

new static method: void refreshLineAppearanceOnNewPage(PDFViewCtrl, Annot, int, int, RectF, RectF)

new static method: void refreshPolyAppearanceOnNewPage(PDFViewCtrl, Annot, int, int, RectF, RectF)

PressureInkUtils

new static method: boolean refreshAppearanceOnNewPage(PDFViewCtrl, Annot, int, int, RectF, RectF)

ReflowWebView

new method: ActionMode disabledActionMode()

new method: void setTextSelectionMenuEnabled(boolean)

Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales