aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * updated manifest filezefanja2014-01-063-2/+3
| | | | * added missing image file
* * fixed bug in note viewzefanja2014-01-065-39/+50
|
* * fixed some small bugs in dataView.js, module manager and api.jszefanja2014-01-036-14/+51
|
* * fixed bug in api.getUserData()zefanja2014-01-036-69/+89
| | | | | * fixed bug in dataView (data won't refresh if you select the same category) * improved Module Manager to persist downloaded modules to improve UX
* * added about dialogzefanja2014-01-0212-6/+60
| | | | * adjust buildApp script to zip the app
* * added history of last read passageszefanja2014-01-028-36/+96
| | | | * updated manifest description
* * added message to dataView if you have no personal datazefanja2014-01-023-7/+22
|
* * fixed bug in the verseScrollerzefanja2014-01-011-2/+3
|
* * adjust stuff menu maxHeightzefanja2014-01-012-5/+7
|
* * added new view to show all personal data (bookmarks, notes, highlights)zefanja2014-01-0110-23/+209
| | | | * improved first start view
* * added note supportzefanja2013-12-3110-25/+339
| | | | * set animate:false for panel transitions to improve speed
* * moved delete button to settingszefanja2013-12-304-6/+31
|
* * updated latest bugfix from swordjszefanja2013-12-303-3/+7
|
* * updated lib/sword.js to latest commitzefanja2013-12-301-0/+0
|
* * added font menu to change font and font sizezefanja2013-12-305-18/+199
|
* * added basic highlight adding support (no display yet)zefanja2013-12-294-17/+127
| | | | * adjust some CSS settings in the versePopup
* * added settings panelzefanja2013-12-2747-3246/+141
| | | | | * removed deploy folder → it's in the gh-pages branch (like before) * you test the app under http://zefanja.github.io/biblez-ng/app/
* * updated deployed appzefanja2013-12-263-18/+34
|
* * fixed bug when rendering bookmark iconzefanja2013-12-261-10/+3
|
* * 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)