Releases: PredixDev/PredixMobileElectron
Predix Mobile Electron v0.1.7.210
- memory leak resolved, observed after large count of document retrievals.
Predix Mobile Electron v0.1.7.209
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
- Various internal enhancements.
Predix Mobile Electron v0.1.7.202
- CB-Lite IDLE state handling adjustment, for truncated _changes feed response handling / partial replication success.
Predix Mobile Electron v0.1.7.198
- High-Level Attachment Service API.
Predix Mobile Electron v0.1.7.197
- Offline login / authentication support
- Document Service: Launch native viewer to view documents like .pdf, .docx, .rtf, .xls, etc.
- Version Service: Service that returns the information about the container (versions, environment, etc.)
- Email Service: Send email to others using default email for the window’s platform,
- Application plug-in systems: Application plug-in systems allows to include custom service plugins for Predix Mobile clients.
- 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.
- DatabaseDownNotification: Get the download state of the database.
- 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
The Release candidate for Electron v0.1.7.116.
Predix Mobile Electron v0.1.7.113
updated oss notice
Predix Mobile Electron V0.1.5.88rc
Our first release candidate. It is built from build #88.
Version 0.1.7.99 RC2
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.