| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* added new media files
|
|
|
|
| |
* further preparation for bookmarking support
|
|
|
|
| |
* added api functions for bookmark support
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* style improvments
* prepare versePopup for actions on a verse (like bookmarks, notes, highlights and share options)
|
| |
|
|
|
|
| |
* new background image
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* added description to manifest files for systemXHR
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* added popup for (error)messages
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* handle panels switching on small screens
|
| |
|
|
|
|
| |
* basic UI
|
|\
| |
| | |
Add charset attributes to script tags to support use in IE where scripts...
|
|/
|
|
|
|
| |
might not be interpreted correctly if they have non-ASCII characters.
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com)
|
|
|
|
|
|
|
|
| |
is updating to newer version.
Update submodule refs to current 2.3-inprogress version
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com)
|
|\
| |
| | |
ENYO-2125: allow forking the GitHub project from any URL-scheme
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Use relative URL's all-the-way up to the GitHub root. Benefits:
- Keep the ability to clone using both `ssh` and `https` URLs (for
external developers or the fortunate ones that are working behind
a transparent http proxy)
- Allow forking the project, because later `clone` operation does not
require to have forked every submodule.
Enyo-DCO-1.1-Signed-off-by: Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>
|
|
|
|
|
|
| |
Update bootplate submodules refs
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
|
|\
| |
| | |
Fix bootplate deployment in paths with whitespace
|
|/
|
|
|
|
|
|
| |
Currently
cd /dev/Path With Whitespace/bootplate
tools/deploy.sh
fails.
|
|\
| |
| |
| |
| | |
Added "--cordova-webos" command line option to tools/deploy.bat and tools/deploy.sh to deploy Enyo 2 app as a Cordova webOS app.
Reviewed-By: Ben Combee (ben.combee@palm.com)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tools/deploy.sh to deploy Enyo 2 app as a Cordova webOS app.
Copies appinfo.json and a Cordova JavaScript file from the project root directory to the 'deploy' directory.
Runs palm-package to package app into the 'bin' directory.
Cordova webOS Instructions:
Set up your project the same way you would set up any other bootplate project.
Modify your index.html and JavaScript files as outlined in this blog post: http://blog.openwebosproject.org/post/39278618299/javascript-apps-for-open-webos-with-enyo-and-cordova
Copy appinfo.json from the PhoneGap 'lib/webos/framework' directory and a cordova JavaScript file from the PhoneGap 'lib/webos/lib' directory
Modify appinfo.json for your project and add an icon
run tools\deploy.bat --cordova-webos or tools/deploy.sh --cordova-webos to deploy your app.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tools/deploy.sh to deploy Enyo 2 app as a Cordova webOS app.
Copies appinfo.json and a Cordova JavaScript file from the project root directory to the 'deploy' directory.
Runs palm-package to package app into the 'bin' directory.
Cordova webOS Instructions:
Set up your project the same way you would set up any other bootplate project.
Modify your index.html and JavaScript files as outlined in this blog post: http://blog.openwebosproject.org/post/39278618299/javascript-apps-for-open-webos-with-enyo-and-cordova
Copy appinfo.json from the PhoneGap 'lib/webos/framework' directory and a cordova JavaScript file from the PhoneGap 'lib/webos/lib' directory
Modify appinfo.json for your project and add an icon
run tools\deploy.bat --cordova-webos or tools/deploy.sh --cordova-webos to deploy your app.
|
|\
| |
| |
| |
| | |
ENYO-1640: Start bootplate with more practical starter app.
Reviewed-By: Ben Combee (ben.combee@palm.com)
|
|/
|
|
| |
Enyo-DCO-1.1-Signed-Off-By: Kevin Schaaf (kevin.schaaf@palm.com)
|
| |
|
|
|
|
| |
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
|
| |
|
| |
|
|\
| |
| |
| |
| | |
ENYO-1259: Bootplate doc & script update to use deploy.js
Reviewed-By: Ben Combee (ben.combee@palm.com)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- directly invoke deploy.js provided by built-in enyo.
- depending on provided parameters, deploy.js can then choose to use
another enyo instance
- increment enyo submodule to the latest master (includes deploy.js, as
branch ENYO-1259 was already merged).
Enyo-DCO-1.1-Signed-off-by: Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>
|
| |\
| |/
|/|
| |
| |
| |
| | |
Conflicts:
tools/deploy.sh
- resolution: remove tools/deploy.sh
|
|\ \
| | |
| | |
| | |
| | | |
dereference libraries while deploying
Reviewed-By: Ben Combee (ben.combee@palm.com)
|