aboutsummaryrefslogtreecommitdiffstats
path: root/source/moduleManager.js
Commit message (Collapse)AuthorAgeFilesLines
* * optimize scrolling performance for androidzefanja2014-05-051-45/+67
|
* * added android support (adjust CORS handling)zefanja2014-05-041-67/+81
| | | | * fixed small size bug in mainView
* * update biblez.appcache to allow CORSzefanja2014-04-161-23/+24
|
* * polished up moduleManagerzefanja2014-04-161-52/+42
| | | | | * added item highlight * updated manifest and appcache
* * desktop version uses same module manager as mobile version now. Needs to ↵zefanja2014-04-161-49/+127
| | | | be polished
* * fixed #9 (updated sword.js)zefanja2014-02-141-0/+1
| | | | * fixed bug that Book/Chapter Selector does not open on FxOS
* * fixed bug in note viewzefanja2014-01-061-29/+39
|
* * fixed some small bugs in dataView.js, module manager and api.jszefanja2014-01-031-6/+40
|
* * fixed bug in api.getUserData()zefanja2014-01-031-7/+20
| | | | | * fixed bug in dataView (data won't refresh if you select the same category) * improved Module Manager to persist downloaded modules to improve UX
* * moved delete button to settingszefanja2013-12-301-3/+1
|
* * save last used module and last read passagezefanja2013-12-171-39/+53
|
* * improved chapter changingzefanja2013-10-081-1/+7
|
* * improved module menuzefanja2013-07-181-0/+12
| | | | * added popup for (error)messages
* * added Book and Chapter selectorzefanja2013-07-171-1/+3
|
* * implement basic UIzefanja2013-07-171-10/+12
|
* * added basic module handlingzefanja2013-07-151-11/+37
|
* * added install function to Module Mangerzefanja2013-07-141-12/+47
| | | | * handle panels switching on small screens
* * added Module Managerzefanja2013-07-141-17/+92
|
* * initial commitzefanja2013-07-131-0/+80
* basic UI