From 9783d7fca1e98305be459bab1c44feca4e2e1a7d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 27 Jan 2013 01:16:47 +0400 Subject: [PATCH] updated todo... Signed-off-by: Alex A. Naanou --- TODO.otl | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/TODO.otl b/TODO.otl index e795a64..426965c 100755 --- a/TODO.otl +++ b/TODO.otl @@ -1,8 +1,12 @@ -[_] 34% Priority work - [_] 47% general todo - [_] magazine loader and data format... +[_] 30% Priority work + [_] 0% TouchSwipe issues... + [_] BUG: swipe-back does not cancel a swipe... (TouchSwipe) + | ...unless the finger is return to within the threshold of the + | touchdown point. [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... + [_] 60% general todo + [_] magazine loader and data format... [_] make layer default state configurable... | e.g. setting "shown"/"hidden" classes in HTML and adding | something like a page reset that will restore the default state, @@ -11,19 +15,20 @@ [_] template photo page [_] template 3x3 grid [_] template two column text - [_] test for stability - [_] cleanup code [_] time transitions | the goal is for slow devices to seem not to have animations at | all and faster ones to seem to have fast animations... [_] vanquish opacity effects | they slow everything down considerably! - [_] BUG: href to existing anchors will mess up layout... - | need to find out how can we disable anchor links from actually - | going to the anchor... [_] make pages of different formats work... [_] add keyboard navigation... [_] find a passive CSS-only way to size pages in different modes... + [_] BUG: href to existing anchors will mess up layout... + | need to find out how can we disable anchor links from actually + | going to the anchor... + [X] test for stability + [X] cleanup code + [X] add history #URLs.. [X] BUG: something odd going on with window.onResize event... | on android it sometimes fires and sometimes does not -- rotating | the screen does not always scale things correctly...