505 Commits

Author SHA1 Message Date
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
andygup
77aba43e5b validate if urls are actual urls 2014-03-31 17:33:59 -06:00
andygup
d78491e150 updated readme to reflect change of getTileUrlsByExtent name 2014-03-30 17:32:40 -06:00
andygup
1ceb0dabac updated spec to include two new helper methods 2014-03-30 17:31:16 -06:00
andygup
154bfb115c tweaked and renamed getTileUrls to getTileUrlsByExtent to prevent confusion with getTileUrl override 2014-03-30 17:31:00 -06:00
andygup
b02cfdfc8a fixed minor bugs in new helper methods 2014-03-30 17:01:15 -06:00
andygup
bca40a8d9b updated README 2014-03-30 16:59:24 -06:00
andygup
bf86761554 added getExtentBuffer and getTileUrls to offlineTileEnabler 2014-03-30 16:46:09 -06:00