| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|
|
|
| |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|
|
|
| |
Add full CSS for files on open (including loading cross-domain). This is only for files that are opened.
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|/ |
|
|
|
|
| |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
|
|
| |
name and directory location, in New file and save as dialog
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
| |
Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support.
|
|
|
|
| |
version number
|
|\
| |
| | |
Pull request IKNINJA-1302, IKNINJA-1367, IKNINJA-1361, IKNINJA-1364, IKNINJA-1302, IKNINJA-1266
|
| |
| |
| |
| |
| |
| | |
path includes the full filename
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\ \ |
|
| |/
| |
| |
| | |
Fixed creating new files.
|
|/
|
|
| |
Added the ability to save montages component serialization from Ninja. Very rough, but functional.
|
|
|
|
| |
Added a temporary fix to allow for webGL runtime functionality. Copying the desired folder name into a static name. There is a lag in doing this, so obviously now ideal. Need to discuss adding dynamic path-ing during author and runtime.
|
| |
|
|
|
|
| |
Added webGL/Canvas file I/O for Ninja, it also created routine for saving data for runtime, however, the runtime RDGE library needs an update for runtime to work, so right now I/O will only work for Ninja.
|
|
|
|
| |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
css/ninja.css
js/controllers/document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
folder structure""
This reverts commit 9048cd50bf5e0a418d1d95498bb593961f72db36.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|/
|
|
|
|
|
|
| |
structure"
This reverts commit 68ce64a5a2f4a71b54d33916aaf1d57161302425.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|/
|
|
| |
Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
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 file open functionality.
|
|
|
|
| |
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.
|
| |
|
| |
|