aboutsummaryrefslogtreecommitdiffstats
path: root/source/api.js
Commit message (Collapse)AuthorAgeFilesLines
* * fixed #12zefanja2014-04-261-0/+4
|
* * desktop version uses same module manager as mobile version now. Needs to ↵zefanja2014-04-161-0/+37
| | | | be polished
* * fixed serveral small bugszefanja2014-04-121-20/+33
| | | | * reduced calls to database
* * fixed userData handling for new verseViewzefanja2014-04-081-0/+12
| | | | * fixed bug with wring chapter numbers
* * fixed some small bugs in dataView.js, module manager and api.jszefanja2014-01-031-1/+2
|
* * fixed bug in api.getUserData()zefanja2014-01-031-39/+40
| | | | | * 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 new view to show all personal data (bookmarks, notes, highlights)zefanja2014-01-011-4/+34
| | | | * improved first start view
* * added note supportzefanja2013-12-311-0/+102
| | | | * set animate:false for panel transitions to improve speed
* * moved delete button to settingszefanja2013-12-301-0/+12
|
* * added font menu to change font and font sizezefanja2013-12-301-0/+22
|
* * added basic highlight adding support (no display yet)zefanja2013-12-291-8/+72
| | | | * adjust some CSS settings in the versePopup
* * added settings panelzefanja2013-12-271-0/+11
| | | | | * removed deploy folder → it's in the gh-pages branch (like before) * you test the app under http://zefanja.github.io/biblez-ng/app/
* * finished basic bookmark support (add and remove)zefanja2013-12-261-1/+49
| | | | * added new media files
* * changed currentPassage objectzefanja2013-12-251-2/+23
| | | | * further preparation for bookmarking support
* * new style for Book/Chapter Selectorzefanja2013-12-251-22/+93
| | | | * added api functions for bookmark support
* * save last used module and last read passagezefanja2013-12-171-33/+50
|
* * initial commitzefanja2013-07-131-0/+42
* basic UI