mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
commit
f05aa705b8
@ -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.**
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -125,6 +125,24 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3>Offline Attachments</h3>
|
||||
<p>The <i>offline-edit-min.js</i> library provides limited supported for attachments.
|
||||
</p>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/offlinefeaturesmanager.md">O.esri.Edit.OfflineFeaturesManager</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/attachments.md">How to use.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3>Offline TPK</h3>
|
||||
|
||||
@ -46,7 +46,9 @@
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h2>Editing</h2>
|
||||
<p>Build web mapping and geospatial applications that use the <a href="http://developers.arcgis.com/en/documentation" target="_blank">ArcGIS JavaScript API</a> and allow you to temporarily store adds, updates and deletes of geographic features while the device is offline.</p>
|
||||
<p>Build web mapping and geospatial applications that use the <a href="http://developers.arcgis.com/en/documentation" target="_blank">ArcGIS JavaScript API</a>
|
||||
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.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Tiles</h2>
|
||||
@ -121,7 +123,7 @@
|
||||
|
||||
<div class="bs-docs-section">
|
||||
<h1 id="examples" class="page-header">Supported Browsers</h1>
|
||||
<p class="lead">The offline libraries are supported on the <strong>latest versions</strong> of the following browsers and operating systems. At this time, we don't offer any IE support.<br>
|
||||
<p class="lead">The offline libraries are supported on the <strong>latest versions</strong> of the following browsers and operating systems.<br>
|
||||
</p>
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
@ -167,7 +169,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p class="lead">PhoneGap\Cordova developers targeting Android: we currently only support the Chrome browser.
|
||||
<p class="lead">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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user