Skip to content

Releases: PredixDev/PredixMobileElectron

Predix Mobile Electron v0.1.7.210

03 Nov 06:13
@a7l a7l

Choose a tag to compare

Pre-release
  • memory leak resolved, observed after large count of document retrievals.

Predix Mobile Electron v0.1.7.209

01 Nov 16:25

Choose a tag to compare

Pre-release

Adds support for the spinner API calls for eg. the following:
http://pmapi/window/spinner?state=on&msg=Loading
will open a popup window with the spinner displaying the message "Loading" where the following:
http://pmapi/window/spinner?state=off
will dismiss the spinner.

Predix Mobile Electron v0.1.7.204

07 Oct 02:14
@a7l a7l

Choose a tag to compare

Pre-release
  • Various internal enhancements.

Predix Mobile Electron v0.1.7.202

22 Sep 06:30
@a7l a7l

Choose a tag to compare

Pre-release
  • CB-Lite IDLE state handling adjustment, for truncated _changes feed response handling / partial replication success.

Predix Mobile Electron v0.1.7.198

30 Aug 21:17
@a7l a7l

Choose a tag to compare

  • High-Level Attachment Service API.

Predix Mobile Electron v0.1.7.197

19 Aug 21:52

Choose a tag to compare

  1. Offline login / authentication support
  2. Document Service: Launch native viewer to view documents like .pdf, .docx, .rtf, .xls, etc.
  3. Version Service: Service that returns the information about the container (versions, environment, etc.)
  4. Email Service: Send email to others using default email for the window’s platform,
  5. Application plug-in systems: Application plug-in systems allows to include custom service plugins for Predix Mobile clients.
  6. Reachability watcher notification: This notification service allows an application developer to get the current connectivity status: Offline, online, wifi, cell, authenticated, offline authenticated or Internet.
  7. DatabaseDownNotification: Get the download state of the database.
  8. InitialReplicationCompleteNotification: Use this notification to get the first replication completion notification for the container.

Use Of Local Development Server Configuration File

Electron uses a configuration json file (default-config.json) to specify the server URL and app document name. However, this file is replaced as part of the build process, and therefore should not be modified during client development.

A Electron project developer should instead copy the file dev-docs\.env_config_local.json, into the root of the development project directory (the folder which also contains the build/ directory), and then modify the app document and server-api fields of this new file to specify the correct server and app document names.

After values are loaded by the app for the first time, they are currently copied to the application storage directory, into a file named config.json. On Windows, this file is found under the application data folder located at the Windows file macro path %APPDATA%. If the values are to be changed after the first execution of the app, the config.json file should be renamed or deleted, and the app restarted.

Note: The following path is an example of where the config.json is found after installation:

C:\Users\<user-id>\AppData\Roaming\Predix Mobile - Desktop\pm-data\config.json

Electron uses a configuration json file (default-config.json) to specify the server URL and app document name. However, this file is replaced as part of the build process, and therefore should not be modified during client development.

A Electron project developer should instead copy the file dev-docs\.env_config_local.json, into the root of the development project directory (the folder which also contains the build/ directory), and then modify the app document and server-api fields of this new file to specify the correct server and app document names.

After values are loaded by the app for the first time, they are currently copied to the application storage directory, into a file named config.json. On Windows, this file is found under the application data folder located at the Windows file macro path %APPDATA%. If the values are to be changed after the first execution of the app, the config.json file should be renamed or deleted, and the app restarted.

Note: The following path is an example of where the config.json is found after installation:

C:\Users\<user-id>\AppData\Roaming\Predix Mobile - Desktop\pm-data\config.json

Predix Mobile Electron v0.1.7.116

12 May 17:13

Choose a tag to compare

The Release candidate for Electron v0.1.7.116.

Predix Mobile Electron v0.1.7.113

12 May 01:21

Choose a tag to compare

Predix Mobile Electron V0.1.5.88rc

23 Apr 00:30

Choose a tag to compare

Pre-release

Our first release candidate. It is built from build #88.

Version 0.1.7.99 RC2

30 Apr 05:41

Choose a tag to compare

Version 0.1.7.99 RC2 Pre-release
Pre-release

Predix Mobile Electron Container for Windows Reference App

This project is the sample reference application for the Predix Mobile Container on the Electron platform.

On windows, download the installer. Click Applications > Settings to set your end point , then restart the app.