Releases: opentext/appworks-js
22.3.2
22.3.1
Added the updateLastModifiedDate method in AWFileSystem to update the last modified date of the specified file path with the supplied Date.
22.3.0
Merge pull request #38 from opentext/22.3.0-release 22.3.0 release-- contains onclose event changes
16.7.1
Bumping version to 16.7.1
16.4 Update
New Plugins
AWPrint
The print plugin allows you to print using native print functionality provided by the platform.
AWRealm
Methods to interact with the on device Realm database.
https://realm.io/
AWAnonymous
Methods for interacting with the client when running in anonymous mode.
Improvements
FileSystem.isOpen
New method to tell if a file is open
FileSystem.setReadOnly
New method to set a file as read only
MobileFileSystem.readFile
Provides parity with FileSystem.readFile
AWLauncher Updates
Can now get the launch data by calling getLaunchData
and clear by calling clearLaunchData
Bug Fixes and General improvements
16.3
This release contains general improvements and enhancements.
npm install appworks-js
New Features
AWMobileFileSystem
New plugin for interacting with the device file system. This is the preferred plugin to use moving forward, and AWFileTransfer
Page
Modal webviews now support custom action and close buttons.
Finder
Finder plugin now supports a share
method to support sharing files with other apps.
AWHeaderBar
AWHeaderBar now supports customization of icon layout.
AWMenu
showMenu
method added
AWFileSystem DESKTOP
createFile
method now supports providing a String Buffer to set contents of the file to create.
readFile
method added
Helper Methods
isDesktopEnv()
and isMobileEnv()
methods added to detect execution runtime.
AWAuth
otdsssoticket
method added to return a valid OTDS SSO ticket if one is available.
AWNotificationManager
support including sequence numbers in notification methods.
Miscellaneous
Device ready checks are now performed in the library and plugin calls are automatically queued and replayed when deviceready is fired. There should be no need to set up deviceready handlers before executing plugin code!