Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fixed #12 | zefanja | 2014-04-26 | 1 | -0/+4 |
| | |||||
* | * desktop version uses same module manager as mobile version now. Needs to ↵ | zefanja | 2014-04-16 | 1 | -0/+37 |
| | | | | be polished | ||||
* | * fixed serveral small bugs | zefanja | 2014-04-12 | 1 | -20/+33 |
| | | | | * reduced calls to database | ||||
* | * fixed userData handling for new verseView | zefanja | 2014-04-08 | 1 | -0/+12 |
| | | | | * fixed bug with wring chapter numbers | ||||
* | * fixed some small bugs in dataView.js, module manager and api.js | zefanja | 2014-01-03 | 1 | -1/+2 |
| | |||||
* | * fixed bug in api.getUserData() | zefanja | 2014-01-03 | 1 | -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) | zefanja | 2014-01-01 | 1 | -4/+34 |
| | | | | * improved first start view | ||||
* | * added note support | zefanja | 2013-12-31 | 1 | -0/+102 |
| | | | | * set animate:false for panel transitions to improve speed | ||||
* | * moved delete button to settings | zefanja | 2013-12-30 | 1 | -0/+12 |
| | |||||
* | * added font menu to change font and font size | zefanja | 2013-12-30 | 1 | -0/+22 |
| | |||||
* | * added basic highlight adding support (no display yet) | zefanja | 2013-12-29 | 1 | -8/+72 |
| | | | | * adjust some CSS settings in the versePopup | ||||
* | * added settings panel | zefanja | 2013-12-27 | 1 | -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) | zefanja | 2013-12-26 | 1 | -1/+49 |
| | | | | * added new media files | ||||
* | * changed currentPassage object | zefanja | 2013-12-25 | 1 | -2/+23 |
| | | | | * further preparation for bookmarking support | ||||
* | * new style for Book/Chapter Selector | zefanja | 2013-12-25 | 1 | -22/+93 |
| | | | | * added api functions for bookmark support | ||||
* | * save last used module and last read passage | zefanja | 2013-12-17 | 1 | -33/+50 |
| | |||||
* | * initial commit | zefanja | 2013-07-13 | 1 | -0/+42 |
* basic UI |