diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1bc13..410615f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # offline-editor-js - Changelog +## Version 2.5.0.1 - April 1, 2015 + +Minor doc update. Added references to attachments documentation. Misc. clarifications. + ## Version 2.5 - March 27, 2015 v2.5 focused on updating OfflineFeaturesManager from using localStorage to IndexedDB. Additional information is available in the [API Doc](https://github.com/Esri/offline-editor-js/blob/master/doc/offlinefeaturesmanager.md). Feature edit storage capabilities have been increased from 5 MBs to approximately 50 - 100 MBs or more, and the changes made allow for additional functionality and capabilities to be implemented that weren't possible under the previous architecture.** diff --git a/README.md b/README.md index 4928c0b..d44b10d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The following workflow is currently supported for both both features and tiles: 1) Load web application while online. -2) Once all tiles and features are loaded then programmatically take application offline. +2) Once all tiles, features and attachments are loaded then programmatically take application offline. 3) Make edits while offline. diff --git a/demo/api-doc.html b/demo/api-doc.html index c3aa2c4..5e2b57e 100644 --- a/demo/api-doc.html +++ b/demo/api-doc.html @@ -125,6 +125,24 @@ +
The offline-edit-min.js library provides limited supported for attachments. +
+Build web mapping and geospatial applications that use the ArcGIS JavaScript API and allow you to temporarily store adds, updates and deletes of geographic features while the device is offline.
+Build web mapping and geospatial applications that use the ArcGIS JavaScript API + and allow you to temporarily store adds, updates and deletes of geographic features while the device is offline. + It also provides limited support for attachments.
The offline libraries are supported on the latest versions of the following browsers and operating systems. At this time, we don't offer any IE support.
+
The offline libraries are supported on the latest versions of the following browsers and operating systems.
PhoneGap\Cordova developers targeting Android: we currently only support the Chrome browser. +
Hybrid app developers (e.g. PhoneGap\Cordova) targeting Android: we currently only support the Chrome browser. We've only done very limited proof-of-concept testing using WebView. Make sure you do thorough testing on as many different phones and tablets as possible. One suggestion is to build a test app and run the Unit Test suite which is in this project under /test.