aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * finished basic bookmark support (add and remove)zefanja2013-12-2611-15/+117
| | | | * added new media files
* * changed currentPassage objectzefanja2013-12-254-13/+60
| | | | * further preparation for bookmarking support
* * new style for Book/Chapter Selectorzefanja2013-12-255-40/+143
| | | | * added api functions for bookmark support
* * updated submoduleszefanja2013-12-245-2/+2
|
* * added deploy folderzefanja2013-12-2438-0/+3224
|
* * added popup.jszefanja2013-12-241-0/+17
|
* * added Book/Chapter Popup for Desktop versionzefanja2013-12-244-13/+96
| | | | | * style improvments * prepare versePopup for actions on a verse (like bookmarks, notes, highlights and share options)
* * updated swordjs submodule (and others too)zefanja2013-12-194-0/+0
|
* * added support for Desktop Firefoxzefanja2013-12-187-42/+86
| | | | * new background image
* * save last used module and last read passagezefanja2013-12-179-93/+152
|
* * improved chapter changingzefanja2013-10-084-19/+60
|
* * fixed markdown ;)zefanja2013-10-071-3/+4
|
* * updated READMEzefanja2013-10-071-4/+13
|
* * updated submoduleszefanja2013-10-072-0/+0
|
* * added left/right navigation to main view (just swipe left/right)zefanja2013-10-074-12/+53
|
* * updated submoduleszefanja2013-10-064-0/+0
|
* * added work around for FxOS's CSP ruleszefanja2013-08-0710-13/+14
| | | | * added description to manifest files for systemXHR
* * added missing background imagezefanja2013-08-061-0/+0
|
* * updated swordjs submodulezefanja2013-08-061-0/+0
|
* * added sowrdjs as submodule againzefanja2013-08-062-0/+3
|
* * removed requirejs from submoduleszefanja2013-08-066-8/+23
|
* * improved module menuzefanja2013-07-184-92/+127
| | | | * added popup for (error)messages
* * added build scriptzefanja2013-07-171-0/+3
|
* * added Book and Chapter selectorzefanja2013-07-176-31/+177
|
* * implement basic UIzefanja2013-07-1711-19/+237
|
* * added basic module handlingzefanja2013-07-153-27/+84
|
* * added install function to Module Mangerzefanja2013-07-143-12/+52
| | | | * handle panels switching on small screens
* * added Module Managerzefanja2013-07-144-31/+133
|
* * initial commitzefanja2013-07-1316-16/+253
| | | | * basic UI
* Merge pull request #15 from enyojs/add-charsetBen Combee2013-07-012-4/+4
|\ | | | | Add charset attributes to script tags to support use in IE where scripts...
| * Add charset attributes to script tags to support use in IE where scripts ↵Ben Combee2013-06-252-4/+4
|/ | | | | | might not be interpreted correctly if they have non-ASCII characters. Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com)
* Update less to 1.3.3 in commented out part of debug.html since Enyo minifier ↵Ben Combee2013-04-104-1/+1
| | | | | | | | 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)
* Merge pull request #14 from enyojs/ENYO-2125Ben Combee2013-03-301-3/+3
|\ | | | | ENYO-2125: allow forking the GitHub project from any URL-scheme
| * ENYO-2125: allow forking the GitHub projectFrancois-Xavier KOWALSKI2013-03-301-3/+3
|/ | | | | | | | | | | | 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 bundled API tool to 2.2.0 versionBen Combee2013-02-208-195/+1306
| | | | | | Update bootplate submodules refs Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
* Merge pull request #13 from johannjacobsohn/patch-2Francois-Xavier Kowalski2013-02-191-1/+1
|\ | | | | Fix bootplate deployment in paths with whitespace
| * Fix bootplate deployment in paths with whitespacejohannjacobsohn2013-02-191-1/+1
|/ | | | | | | | Currently cd /dev/Path With Whitespace/bootplate tools/deploy.sh fails.
* Merge pull request #12 from dragongears/masterBen Combee2013-01-153-1/+48
|\ | | | | | | | | 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)
| * Added "--cordova-webos" command line option to tools/deploy.bat and ↵Art Dahm2013-01-122-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Added "--cordova-webos" command line option to tools/deploy.bat and ↵Art Dahm2013-01-121-0/+8
|/ | | | | | | | | | | | | | | 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.
* Merge pull request #10 from enyojs/ENYO-1640-kevinpschaafBen Combee2012-12-102-8/+12
|\ | | | | | | | | ENYO-1640: Start bootplate with more practical starter app. Reviewed-By: Ben Combee (ben.combee@palm.com)
| * ENYO-1640: Start bootplate with more practical starter app.Kevin Schaaf2012-12-102-8/+12
|/ | | | Enyo-DCO-1.1-Signed-Off-By: Kevin Schaaf (kevin.schaaf@palm.com)
* Update enyo submodule for 2.1.1 updateBen Combee2012-11-271-0/+0
|
* Fix deploy.bat for use on Windows machines with spaces in pathunwiredben2012-11-271-3/+2
| | | | Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
* Update bootplate API tool for 2.1.1Ben Combee2012-11-275-66/+201
|
* Update submodules for 2.1.1Ben Combee2012-11-273-0/+0
|
* Merge pull request #8 from enyojs/ENYO-1259Ben Combee2012-11-168-292/+80
|\ | | | | | | | | ENYO-1259: Bootplate doc & script update to use deploy.js Reviewed-By: Ben Combee (ben.combee@palm.com)
| * ENYO-1259: re-add deploy.(sh|bat) as shim layersFrancois-Xavier KOWALSKI2012-11-153-0/+38
| | | | | | | | | | | | | | | | | | | | - 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>
| * Merge remote-tracking branch 'enyojs/master' into ENYO-1259Francois-Xavier KOWALSKI2012-11-140-0/+0
| |\ | |/ |/| | | | | | | | | Conflicts: tools/deploy.sh - resolution: remove tools/deploy.sh
* | Merge pull request #9 from johannjacobsohn/patch-1Ben Combee2012-11-141-1/+1
|\ \ | | | | | | | | | | | | dereference libraries while deploying Reviewed-By: Ben Combee (ben.combee@palm.com)