630 Commits

Author SHA1 Message Date
Andy Gup
a9e9227780 fixed improper conditional 2014-05-19 13:57:05 -06:00
Andy Gup
5f1e2644bf moved comment section 2014-05-19 13:48:59 -06:00
Andy Gup
6d36f53e79 moved comment section. Added appcachemanager 2014-05-19 13:48:44 -06:00
Andy Gup
e6bb0cff91 app cache tiles sample fixed. 2014-05-19 13:37:31 -06:00
Andy
caad35f434 Merge pull request #185 from driskull/jshint
jshint files. Some still need some work but I didn't want to break anyth...
2014-05-16 08:11:50 -06:00
Matt Driscoll
a44157ffeb jshint files. Some still need some work but I didn't want to break anything. 2014-05-15 16:01:51 -07:00
Andy
64bdc37386 Merge pull request #181 from andygup/move_class_docs
Break API doc into chunks
2014-04-30 10:54:52 -06:00
Andy Gup
8e9d8a8495 fixed some old verbiage in readme 2014-04-30 10:51:48 -06:00
Andy Gup
494e5367ca moved how to use docs 2014-04-30 10:24:52 -06:00
Andy Gup
30224ab48b moved offlineFeaturesManager and offlineTilesEnabler docs to separate files 2014-04-30 10:18:20 -06:00
Andy
177c86f833 Merge pull request #180 from andygup/dependencies_doc
Step 1 to cleaning up the doc
2014-04-30 09:46:58 -06:00
Andy Gup
9cd9ec776d a few more tweaks to wording 2014-04-30 09:43:10 -06:00
Andy Gup
3efa88946d Pulled dependencies out of readme.md and moved to doc dir 2014-04-30 09:38:28 -06:00
Andy
8bda77aa4b Merge pull request #179 from andygup/remove_image
removed unused png file
2014-04-30 09:23:56 -06:00
Andy Gup
1d120cc677 removed unused png file 2014-04-30 09:23:13 -06:00
Andy
056e0cf276 Merge pull request #178 from andygup/restructure_manifest
Restructure manifest files
2014-04-30 08:37:46 -06:00
Andy Gup
6b1c730686 removed old manifest files and grunt task 2014-04-29 17:55:24 -06:00
Andy Gup
94ab420ab6 added a readme for grunt-manifest licensing info 2014-04-29 17:51:59 -06:00
Andy Gup
5c6cfee73c Updated main readme to include grunt-manifest 2014-04-29 17:48:02 -06:00
Andy Gup
cfc880c7e2 added appcache files to samples dir 2014-04-29 17:45:01 -06:00
Andy Gup
0d00138029 tweaked code comments in grunt file 2014-04-29 17:44:28 -06:00
Andy Gup
26d6fa2d20 modified samples to use new appcache names 2014-04-29 17:44:02 -06:00
Andy Gup
d3d2047237 moved manifest file creation grunt task to samples directory 2014-04-29 17:41:56 -06:00
Andy
301f85f292 Merge pull request #177 from jabadia/refactor-promises
refactored promises
2014-04-29 10:19:37 -06:00
Javier Abadia
fb063666e1 refactored promises 2014-04-29 17:59:10 +02:00
Javier Abadía
e3faf9df55 Merge pull request #176 from jabadia/jabadia-attachments-test
fixed offline attachments unit tests (proxy thing)
2014-04-29 00:15:03 +02:00
Javier Abadia
a201620e26 fixed offline attachments unit tests (proxy thing) 2014-04-29 00:13:19 +02:00
Javier Abadía
04df913cba Merge pull request #172 from jabadia/jabadia-attachments-sample
reworked attachments-editor.html sample
2014-04-28 01:01:26 +02:00
Javier Abadia
b467e439b5 reworked attachments-editor.html sample 2014-04-28 01:00:55 +02:00
Javier Abadía
b4f1db27a6 Merge pull request #171 from jabadia/jabadia-attachment-doc
jabadia - attachments documentation
2014-04-27 23:25:58 +02:00
Javier Abadia
8702d7babe reference to attachment docs in the main README.md 2014-04-27 23:25:01 +02:00
Javier Abadia
974ee072a9 documentation about attachments 2014-04-27 23:22:19 +02:00
Javier Abadía
43f540eebc Merge pull request #170 from jabadia/jabadia-view-local-attachments
jabadia - view local attachments
2014-04-27 22:39:23 +02:00
Javier Abadia
afaa82d0d2 check for blob url in the locally stored attachments 2014-04-27 22:37:24 +02:00
Javier Abadia
8919ed60bb this caused one test to fail
remember, attachments management is optional
2014-04-27 22:37:24 +02:00
Javier Abadia
9eb96ccd98 need to test with real attachment files now 2014-04-27 22:37:23 +02:00
Javier Abadia
33be209b85 refactored reading of files into attachmentStore.js
much simpler and nice!
2014-04-27 22:37:23 +02:00
Javier Abadia
d2e3d13823 now, all attachment URLs are correctly revoked 2014-04-27 22:37:23 +02:00
Javier Abadia
d5c106fa14 first step into refactoring attachmentsStore.js 2014-04-27 22:37:23 +02:00
Javier Abadia
02f913bb43 replace the default URL that is set by attachmentEditor with the local file URL 2014-04-27 22:37:23 +02:00
Javier Abadia
611d509fb0 see local files using createObjectURL()
need to: 
- revoke the URL when deleting the attachment
- update the inmediate pop-up URL
2014-04-27 22:37:23 +02:00
Javier Abadía
7c7c6abb3b Merge pull request #169 from jabadia/jabadia-attachments
jabadia delete local attachments
2014-04-27 22:35:40 +02:00
Javier Abadia
f1f8111e50 delete of local attachments implemented 2014-04-27 01:15:07 +02:00
Javier Abadia
b58ba99d8a delete attachments of those features that are deleted offline 2014-04-27 00:08:48 +02:00
Javier Abadía
24b0aab662 Merge pull request #168 from jabadia/jabadia-jslint-fixes2
more JSLint fixes
2014-04-26 19:14:24 +02:00
Javier Abadia
6585928cf3 more JSLint fixes 2014-04-26 19:13:34 +02:00
Javier Abadía
2e143c7b58 Merge pull request #167 from jabadia/jabadia-jslint-fixes
fixed some JSLint warnings
2014-04-26 19:09:43 +02:00
Javier Abadia
4ba10390ba fixed some JSLint warnings 2014-04-26 18:47:29 +02:00
Andy
4a33ef2b63 Merge pull request #165 from andygup/update_readme
updated readme
2014-04-15 09:38:02 -06:00
andygup
24f1ac44d8 updated readme 2014-04-15 09:37:10 -06:00