Skip to content

Releases: opentext/appworks-js

22.3.2

21 Dec 06:51
c997956
Compare
Choose a tag to compare

Fixed return type issues in Cache, DesktopStorage, OnDeviceStorage.

22.3.1

08 Dec 14:15
c26c546
Compare
Choose a tag to compare

Added the updateLastModifiedDate method in AWFileSystem to update the last modified date of the specified file path with the supplied Date.

22.3.0

05 Jul 08:36
eb043a5
Compare
Choose a tag to compare
Merge pull request #38 from opentext/22.3.0-release

22.3.0 release-- contains onclose event changes

16.7.1

05 Jul 06:46
Compare
Choose a tag to compare
Bumping version to 16.7.1

16.4 Update

05 Sep 22:04
Compare
Choose a tag to compare

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

28 Oct 00:35
Compare
Choose a tag to compare

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!