| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | | |
Added functionality (temp) to save files in code view.
|
| | |
| | |
| | |
| | | |
Temp fix for saving styles in <style> of HTML document.
|
| | |
| | |
| | |
| | | |
Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
|
| |/
|/|
| |
| | |
Adding the functionality to open a basic file.
|
| |
| |
| |
| |
| |
| | |
after ninja launches
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| |
| |
| | |
breaking other things.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
js/io/document/document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
project button to open a document.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
Adding file open functionality.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
js/io/system/fileio.js
js/mediators/io-mediator.js
|
| | |
| | |
| | |
| | |
| | |
| | | |
issues
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|/ /
| |
| |
| | |
Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
|
| | |
|
| |
| |
| |
| | |
Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
|
| | |
| | |
| | |
| | | |
Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
|
| | |
| | |
| | |
| | | |
Adding functionality to copy a local library to the cloud. Currently creating directory structure. Need to add ability to copy files and ensure proper mime-type is set.
|
| | |
| | |
| | |
| | | |
Added an event that will be dispatched when Ninja loads and the local chrome Ninja library is fully synced with all required libs.
|
| | | |
|
| | |
| | |
| | |
| | | |
Added the functionality to copy an entire directory/library from a JSON descriptor file into the app sandbox. Need to add logic to dispatch a 'synchronized' event for Ninja to know everything is up to date.
|
| | |
| | |
| | |
| | | |
Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Setting up the logic to handling copying ninja required libraries into the app local file system sandbox to be used by cloud simulator.
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
with io mediator
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|/ /
| |
| |
| |
| |
| | |
document dirty indicator.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ \ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
dirty indicator on save.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
This class will be used to copy locally the library needed for Ninja's IO.
|
|\| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
integrated file open with io mediator
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
integrated new file dialog with io mediator to open the new file in a new tab
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
js/io/document/document-controller.js
js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js
js/io/ui/save-as-dialog.reel/save-as-dialog.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |/ /
|/| |
| | |
| | | |
Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud.
|
| | |
| | |
| | |
| | | |
Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
|
|/ /
| |
| |
| | |
This was removed, will need to check was it affects. Also added the removed checking script on Ninja didDraw to prompt user for cloud simulator.
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
|
| | |
| | |
| | |
| | | |
Added the functionality to the cloud pupup cancel button to set the rootURL to null if selected, ok button will allow the value to remain as last input. Test button tests the URL, and therefore set it, but does not handling closing the dialog.
|
| | | |
|