512 Commits

Author SHA1 Message Date
Javier Abadia
381a18a161 comments for next steps 2014-04-09 18:10:45 +02:00
Javier Abadia
d6b6af7c0b store featurelayerurl along with attachment, so that we can keep attachments for different feature layers in the same indexeddb objectstore 2014-04-09 18:10:44 +02:00
Javier Abadia
3f8273be9e noticed a potential problem if we have multiple input nodes or multiple files 2014-04-09 18:10:43 +02:00
Javier Abadia
989de0688d store attachments in local storage
query them when showing the popup (can't display them though)
2014-04-09 18:10:42 +02:00
Javier Abadia
0970911db0 already read file(s) from input node into string(s) 2014-04-09 18:10:42 +02:00
Javier Abadia
f0f50a354e delete all attachments after testing 2014-04-09 18:10:41 +02:00
Javier Abadia
c50559a575 changed properties of stored attachments to mimic return values of queryAttachmentInfos REST API 2014-04-09 18:10:40 +02:00
Javier Abadia
c650761c7f unit testing fo attachmentsStore.js 2014-04-09 18:10:38 +02:00
Javier Abadia
1a0a6c3c2f low level functions in attachmentsStore.js 2014-04-09 18:10:36 +02:00
Javier Abadia
dc7d8ef0eb renamed attachmentStore.js file 2014-04-09 18:10:35 +02:00
Javier Abadia
4214e3d834 code cleanup 2014-04-09 18:10:34 +02:00
Javier Abadia
a31266873f some comments about what needs to be done 2014-04-09 18:10:33 +02:00
Javier Abadia
01cd7db58c initial scaffold for attachments handling 2014-04-09 18:10:32 +02:00
Javier Abadia
a9fbfec6a1 relative path needed here 2014-04-09 18:10:31 +02:00
Javier Abadia
cb890e1999 copied from API doc samples
https://developers.arcgis.com/javascript/jssamples/ed_attachments.html
2014-04-09 18:10:30 +02:00
Javier Abadía
243660c18f Merge pull request #159 from jabadia/jabadia-tiles-usability
tile sample usability improvement
2014-04-07 16:41:09 +02:00
Javier Abadia
2d717a002a small change that avoids flickering of the level size estimation table when panning around 2014-04-07 16:23:45 +02:00
Andy
d2ad9eae83 Merge pull request #158 from jabadia/jabadia-refactor-dbstore
refactor dbstore
2014-04-03 18:21:32 -06:00
Javier Abadia
0e3ccbb503 renamed dbStore to TilesStore 2014-04-04 00:34:54 +02:00
Javier Abadia
be8c36f827 add test for duplicate tile store 2014-04-04 00:34:54 +02:00
Andy
d2b7ae0018 Merge pull request #156 from andygup/tweak_tiledb
Fixes issue #155
2014-04-03 12:48:11 -06:00
andygup
93032774b8 Fixes issue #155 2014-04-03 12:23:09 -06:00
Andy
d8c57bfc47 Merge pull request #154 from andygup/update_css
fixes broken bootstrap css link in samples
2014-04-03 11:00:05 -06:00
andygup
f8255b983d fixes broken bootstrap css link in samples 2014-04-03 10:59:19 -06:00
Andy
e2cbd9e7ec Merge pull request #153 from andygup/add_appcache_manager
Add appcache sample and manager
2014-04-02 12:03:02 -06:00
andygup
3f2f41e87b minor typo in readme 2014-04-02 11:05:14 -06:00
andygup
f2e8d042e4 added notile to the manifest 2014-04-01 18:01:47 -06:00
andygup
40ae0352e4 offline indicator now works properly on reload 2014-04-01 17:59:01 -06:00
andygup
628d4f7037 better way to get the ceiling and floor zoom levels 2014-04-01 17:50:02 -06:00
andygup
876524bd10 update offlineusage info when internet comes back up 2014-04-01 17:36:53 -06:00
andygup
5868e23ec5 minor tweak to helper ensure map shows up after reload 2014-04-01 17:32:56 -06:00
andygup
8428a66e61 added sample documentation 2014-04-01 17:17:46 -06:00
andygup
8dac4c5d8a updated readme 2014-04-01 17:12:24 -06:00
andygup
4a05c8405d remove duplicate code 2014-04-01 16:19:17 -06:00
andygup
6d5754b04a this version can be reloaded while offline with minor issues 2014-04-01 16:15:46 -06:00
andygup
23f9eaecd0 this works for basic reload 2014-04-01 15:55:10 -06:00
andygup
0d1baa2422 added error handling to estimateTileSize() 2014-04-01 15:15:57 -06:00
andygup
2d6cb4e5a3 fixed minor typo 2014-04-01 14:20:23 -06:00
andygup
90ee11adff tweaked package.json 2014-04-01 14:20:05 -06:00
andygup
215b5b4bc8 generated new appcache. Mostly working. one 404 2014-04-01 11:42:48 -06:00
andygup
cf60fe1af6 added images subdirectory to samples to make appcache easier 2014-04-01 11:29:02 -06:00
andygup
98af5c8009 initital commit 2014-04-01 11:09:04 -06:00
andygup
a9be507016 added sample manifest.appcache file 2014-04-01 10:28:45 -06:00
andygup
31617a1767 added utils/appCacheManager.js - helper lib 2014-04-01 10:25:33 -06:00
andygup
2d3f581ae3 added gitignore 2014-04-01 10:21:33 -06:00
andygup
9db6e96bf0 added gruntfile for grunt-manifest 2014-04-01 10:21:18 -06:00
andygup
a82ceebc18 added gruntfile and package.json for appcache generator 2014-04-01 09:33:35 -06:00
Andy
3c8f7e5a11 Merge pull request #152 from andygup/new_methods
Added two helper methods to offlineTileEnabler
2014-04-01 08:44:24 -06:00
andygup
fd91127b2d added assert statement to detect if img is undefined 2014-03-31 18:09:35 -06:00
andygup
b9b5b550ce removed getTileUrl() call 2014-03-31 17:34:12 -06:00