diff --git a/Makefile b/Makefile index 895e428..0e8fb9a 100755 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ build: @cat fonts/icomoon-toolbar/style.css css/reset.css css/styles.css css/toolbar.css > comicbook/comicbook.css @echo "Copying assets..." @cp -r css/img comicbook/img + @cp -r icons/1_Desktop_Icons/icon_128.png comicbook/img + @cp -r icons/1_Desktop_Icons/icon_196.png comicbook/img @cp -r fonts/icomoon-toolbar/fonts comicbook @cp -r fonts/icomoon-toolbar/license.txt comicbook/fonts @echo "Updating examples" diff --git a/TODO b/TODO new file mode 100644 index 0000000..378b9f2 --- /dev/null +++ b/TODO @@ -0,0 +1,21 @@ +Fo sho: + - remember reading position / applied effects (per comic) + - offline mode via cache manifest + - firefox marketplace + - create onclose callback, show close button only if set + - trigger preload if requesting valid but not loaded images (can happen if network was interupted) + - loading and generally hackiness of pointer is buggy, fix. + - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com + +Nice 2 have: + - remove image inhancement lag when navigating by pre-applying enhancements to other pages + - jump to page? + - make page draggable with the cursor + - enable menu items via config, allow for custom items + - split out classes into seperate files + - thumbnail browser + - refactor so we are not using all these loose shared variables and other nastyness + - use custom event emitters instead of hacky code + - properly bind 'this' so we don't have to keep using 'self' + - allow toolbar to be hidden on mobile (maybe show a small translucent button that opens the toolbar when clicked) + - enhancement progress bar diff --git a/examples/basic.html b/examples/basic.html index d4eda34..87c4be8 100755 --- a/examples/basic.html +++ b/examples/basic.html @@ -3,14 +3,18 @@ + - Basic + Comic Book Reader + + + diff --git a/examples/dev.html b/examples/dev.html index 8d3168a..5504794 100755 --- a/examples/dev.html +++ b/examples/dev.html @@ -3,10 +3,11 @@ + - Dev + Comic Book Reader (Dev) @@ -19,6 +20,9 @@ + + + diff --git a/examples/file.html b/examples/file.html index ed42770..29c526f 100644 --- a/examples/file.html +++ b/examples/file.html @@ -9,16 +9,20 @@ + - App + Comic Book Reader + + +