Some test text!

Search
Hamburger Icon

Android / Changelog / v9.4.0

Version 9.4.0 Changelog (October 12, 2022)

Version: 9.4.0.80508

Release Date: October 12, 2022

New features

Notes

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

Fixed

  • Samsung keyboard not showing comma-based decimals (e.g. European locale)
  • hidePresetBar API now applies to the empty "No preset" bar in landscape/tablet view
  • Fix reloading state with pan/zoom issue when you are on the last page of a .xod file
  • Thumbnail slider won't jump when tapped
  • Disabled tools no longer affected by Eraser tool
  • GotoR links within the same document will now jump to the correct page

APIs

PDFViewCtrlTools package

ToolManagerBuilder

new method: ToolManagerBuilder setSnappingModes(SnappingMode[])

PdfViewCtrlTabBaseFragment

new method: void animatePageIndicator(boolean)

new method: void hidePageNumberIndicator()

PdfViewCtrlTabHostFragment2

new method: void setIconColor(int, int)

new method: void setSelectedIconColor(int, int)

ToolManager

new method: SnapUtils getSnapUtils()

new method: int getSnappingModes()

new method: void setSnappingMode(int)

PdfViewCtrlSettingsManager

new static field: String sCustomSharedPreferencesName

SnapUtils

new class: SnapUtils

new constructor: SnapUtils(PDFViewCtrl)

new method: void drawSnapToShape(Canvas)

new method: void setCanDraw(boolean)

new method: void setSnappingMode(int)

new method: PointF snapToNearest(double, double)

SnappingMode

new final class: SnappingMode

new static final field: SnappingMode DEFAULT

new static final field: SnappingMode ENDPOINT

new static final field: SnappingMode INTERSECTION

new static final field: SnappingMode MIDPOINT

new static final field: SnappingMode POINT_ON_LINE

new field: int value

new static method: SnappingMode valueOf(String)

new static method: SnappingMode[] values()

Utils

new static method: String correctCommaBasedDecimal(EditText, String)

new static method: boolean isSamsungKeyboard(String)

ViewerUtils

new static method: Uri openGalleryIntent(Activity, int, boolean)

BottomBarComponent

new method: void setItemAppearanceEnabled(int, boolean)

BottomBarView

new method: void setItemAppearanceEnabled(int, boolean)

AnnotationToolbarComponent

new method: void setIconColor(int, int)

new method: void setItemAppearanceEnabled(int, boolean)

new method: void setSelectedIconColor(int, int)

ActionButton

new method: void setAppearanceEnabled(boolean)

ActionToolbar

new method: void setIconColor(int, int)

new method: void setItemAppearanceEnabled(int, boolean)

new method: void setSelectedIconColor(int, int)

AnnotationToolbarView

new method: void setIconColor(int, int)

new method: void setItemAppearanceEnabled(int, boolean)

new method: void setSelectedIconColor(int, int)

pdftron-collab package

ReplyFragment

new static final field: String BUNDLE_DISABLE_REPLY_EDIT

ReplyFragmentBuilder

new method: ReplyFragmentBuilder setDisableReplyEdit(boolean)

MessageAdapter

new constructor: MessageAdapter(BaseDateFormat, PublishSubject<MessageEvent>, AvatarAdapter, boolean)

ReplyHeader

new constructor: ReplyHeader(Context, Annot, boolean, boolean, boolean, boolean)

pdfnet-demo-utils package

ListviewItemFileListBinding

modified final field: CheckBox checkBox

Declaration
From:public final CheckBox checkBox
To:public final InertCheckBox checkBox

RecentViewFragment

new method: void addSelectedFilesAndReload(ArrayList<FileInfo>)

new method: void deselectAll()

new method: void deselectedFiles(ArrayList<FileInfo>)

ToolbarFragment

modified abstract class: ToolbarFragment

Declaration
From:public abstract class ToolbarFragment extends Fragment
To:public abstract class ToolbarFragment extends DialogFragment

Delegate

new static method: Delegate create(FragmentActivity, boolean)

removed static method: Delegate create(FragmentActivity)

BaseFileAdapter<FileInfo

new final field: ArrayList<FileInfo> mFileInfoSelectedList

new method: int getIndexOf(FileInfo)

new method: void setMultiSelect(boolean)

new method: void setSelectionMode(boolean)

ContentViewHolder

new field: CheckBox checkBox

FileSelectionViewModel

new class: FileSelectionViewModel

new constructor: FileSelectionViewModel()

new final field: MutableLiveData<ArrayList<FileInfo>> mSelectedFiles

new method: void observe(LifecycleOwner, Observer<ArrayList<FileInfo>>)

new method: void setSelectedFiles(ArrayList<FileInfo>)

Get the answers you need: Chat with us