Skip to content

Releases: progress/template-master-detail-progress-ng

Release 5.1.0

19 Dec 03:58
4d996ca
Compare
Choose a tag to compare

Release Notes

Changes

  • Updated references to loadOnDemandMode to use the new type definition in NativeScript.
  • Navigate to the login page on any logout behavior.

5.0.0

15 May 17:34
64478fd
Compare
Choose a tag to compare

Release Notes

Features

  1. Starter Template available as an npm package:
    a. tns-template-master-detail-progress-ng
  2. CRUD operations
  3. Server-side paging, filtering and sorting
  4. Search
  5. Focused on Customer resource with JFP support
    a. https://oemobiledemo.progress.com/OEMobileDemoServices/static/CustomerService.json
  6. Support for multiple authentication models:
    a. Anonymous,
    b. Form and
    c. Basic authentication modes
  7. Support for Incremental Scrolling
  8. Support for Pull to Refresh

Known Issues

  1. On iOS devices, when working with starter template app, the 'Log In' label in the Login screen is cut off horizontally. This is a known NativeScript issue found here: NativeScript/NativeScript#4689
  2. On iOS devices, the text in 'search' field cannot be cleared by tapping the X icon.
    Workaround:
    Please use keyboard for clearing off the text either by selecting the text and hit BACKSPACE or DEL buttons.
    
  3. On iOS devices, when working with starter template app, loading indicator (spinner) can be seen at the bottom of the listview after reaching the maximum record count (maxRecCount).
  4. On iOS devices, when working with starter template app, once the login session times out, alert message asking to login to continue is shown. Clicking 'OK' on the alert message does not navigate back to the log in page, instead the app remains on the listview page. Nonetheless, functionality is disabled in the app.
    Workaround:
      Terminate the app and restart.