122 Commits

Author SHA1 Message Date
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
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
5fab90f43f temporarily deprecating attachments editor sample 2014-03-19 11:04:18 -06:00
Javier Abadia
f20c90f265 updated military-offline sample so that basemap layer goes offline as well 2014-03-10 18:35:40 -07:00
andygup
b4148f7a13 made similar changes in military-offline sample 2014-03-03 16:27:40 -07:00
andygup
8394bc53d4 moved offline.options up above require 2014-03-03 16:23:26 -07:00
andygup
85a94feeb7 more reordering of modules, groupings are now better 2014-03-02 13:02:49 -07:00
andygup
f4946eab15 rounded corners for online/offline indicator 2014-03-02 13:01:16 -07:00
andygup
425caa9e43 reorganize modules 2014-03-02 12:59:08 -07:00
andygup
7f33504da5 minor cleanup of comments 2014-03-02 12:52:37 -07:00
andygup
a02b21cb27 initial changes - consolidated offline detector code 2014-03-02 12:48:21 -07:00
Javier Abadia
2e766176b0 Convert offlineTileEnabler to a Class
closes #124
2014-03-02 17:50:53 +01:00
andygup
301c1833ad minor fixes to Offline detector properties, and proxy path 2014-03-01 14:46:40 -07:00
andygup
ac985e6e38 remove bootstrap submodule 2014-02-27 22:06:58 -07:00
Javier Abadia
76fd8e9270 improve return values in tile manager reportProgress callback
closes #114
2014-02-27 23:21:38 +01:00
Javier Abadia
c3af3add52 removed old proxy and updated all sample proxy paths 2014-02-25 23:06:07 +01:00
Javier Abadia
2dd59fe281 use of proxy is now optional 2014-02-25 12:40:30 +01:00
andygup
0e83d60d5a added delete functionality 2014-02-24 18:31:58 -07:00
andygup
eb05e453bf added new proxy as a sub-directory 2014-02-24 18:05:05 -07:00
andygup
5dae3aae9d undid local proxy references so the repo can be shared 2014-02-24 09:20:30 -07:00
andygup
06aff6d2e1 test w/ different proxy. Is local proxy is garbaging up callback? 2014-02-24 09:20:30 -07:00
andygup
99c35768fe added deleteAttachments - not working 2014-02-24 09:20:30 -07:00
andygup
9bb95dbe08 basic functionality for addAttachments 2014-02-24 09:20:30 -07:00
andygup
ac3baa69b0 1st pass at bolting in attachment db store 2014-02-24 09:20:30 -07:00
andygup
e1b9587e09 basic attachment functionality working 2014-02-24 09:20:30 -07:00
andygup
562f5a011e updated offline detector. Added db for attachments. 2014-02-24 09:20:30 -07:00
andygup
b1770a0d79 added a bunch more supporting methods 2014-02-24 09:20:29 -07:00
andygup
4e38b4276e initial setup 2014-02-24 09:20:29 -07:00
Javier Abadia
7f82c6762a this path needs to be relative 2014-02-23 23:12:02 +01:00
andygup
e030934ca8 updated tileEnabler spec to 3.8 2014-02-21 18:17:43 -07:00
andygup
e2c8352964 initial fix for ArcGIS 3.8 and offline detector v0.6 errors 2014-02-21 17:57:49 -07:00
Javier Abadia
879e224808 allow one extra level of tiles (3->4) 2014-02-19 02:31:30 +01:00
Javier Abadia
8d7ef26efc renamed offlineEnabler to offlineTilesEnabler 2014-02-18 09:21:11 +01:00
Javier Abadia
8ee6584b3c removed old sample files, no longer useful 2014-02-13 23:45:41 +01:00
Javier Abadia
73613ac40c this is not a sample of out lib 2014-02-13 23:38:44 +01:00
Javier Abadia
fef268ef98 moved to samples dir out of samples/tiles dir 2014-02-13 23:30:43 +01:00
Javier Abadia
053f1fcf80 reorganized tiles sample 2014-02-13 23:25:09 +01:00
Javier Abadia
d26e1c599d now it works, LocalStorage full condition is correctly reported to the user 2014-02-11 22:54:35 +01:00
Javier Abadia
08a97f2c7b trying to catch quota errors at application level... not that easy! 2014-02-11 22:40:17 +01:00
Javier Abadia
fa3680d66c change low level size reporting to bytes
the most accurate estimation si simply returning the string length... it matches with the estimated size (tile size * tile count) and with downloaded bytes reported by Chrome console
2014-02-10 18:06:32 +01:00
Javier Abadia
0a0d83b184 if we have pending edits from previous executions and we are online, then try to replay them 2014-02-09 19:47:54 +01:00
Javier Abadia
88042d1afd go Offline/Online automatically, using offline detection library 2014-02-09 19:28:36 +01:00
andygup
067423d2b0 more tweaking. Adjusted dbstore.size() functionality. 2014-02-08 19:45:56 -07:00
andygup
9a0168543e swapped out min zoom level == current zoom level. Now tiles numbers per zoom level 'seem' to be matching up better to what is expected. 2014-02-08 19:28:46 -07:00
andygup
0295fc40c0 better, restored max zoom level. Tile counts still aren't correct for the lower number zoom levels. 2014-02-08 19:20:22 -07:00
andygup
2ace73e5c1 current zoom level now sets max extent. We need to investigate this work flow further. 2014-02-08 18:24:16 -07:00