Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * optimize scrolling performance for android | zefanja | 2014-05-05 | 1 | -45/+67 |
| | |||||
* | * added android support (adjust CORS handling) | zefanja | 2014-05-04 | 1 | -67/+81 |
| | | | | * fixed small size bug in mainView | ||||
* | * update biblez.appcache to allow CORS | zefanja | 2014-04-16 | 1 | -23/+24 |
| | |||||
* | * polished up moduleManager | zefanja | 2014-04-16 | 1 | -52/+42 |
| | | | | | * added item highlight * updated manifest and appcache | ||||
* | * desktop version uses same module manager as mobile version now. Needs to ↵ | zefanja | 2014-04-16 | 1 | -49/+127 |
| | | | | be polished | ||||
* | * fixed #9 (updated sword.js) | zefanja | 2014-02-14 | 1 | -0/+1 |
| | | | | * fixed bug that Book/Chapter Selector does not open on FxOS | ||||
* | * fixed bug in note view | zefanja | 2014-01-06 | 1 | -29/+39 |
| | |||||
* | * fixed some small bugs in dataView.js, module manager and api.js | zefanja | 2014-01-03 | 1 | -6/+40 |
| | |||||
* | * fixed bug in api.getUserData() | zefanja | 2014-01-03 | 1 | -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 settings | zefanja | 2013-12-30 | 1 | -3/+1 |
| | |||||
* | * save last used module and last read passage | zefanja | 2013-12-17 | 1 | -39/+53 |
| | |||||
* | * improved chapter changing | zefanja | 2013-10-08 | 1 | -1/+7 |
| | |||||
* | * improved module menu | zefanja | 2013-07-18 | 1 | -0/+12 |
| | | | | * added popup for (error)messages | ||||
* | * added Book and Chapter selector | zefanja | 2013-07-17 | 1 | -1/+3 |
| | |||||
* | * implement basic UI | zefanja | 2013-07-17 | 1 | -10/+12 |
| | |||||
* | * added basic module handling | zefanja | 2013-07-15 | 1 | -11/+37 |
| | |||||
* | * added install function to Module Manger | zefanja | 2013-07-14 | 1 | -12/+47 |
| | | | | * handle panels switching on small screens | ||||
* | * added Module Manager | zefanja | 2013-07-14 | 1 | -17/+92 |
| | |||||
* | * initial commit | zefanja | 2013-07-13 | 1 | -0/+80 |
* basic UI |